/third_party/cups-filters/filter/ |
H A D | gstoraster.c | 127 char tmpstr[1024]; in add_pdf_header_options() local 132 snprintf(tmpstr, sizeof(tmpstr), "-sMediaClass=%s", h->MediaClass); in add_pdf_header_options() 133 cupsArrayAdd(gs_args, strdup(tmpstr)); in add_pdf_header_options() 136 snprintf(tmpstr, sizeof(tmpstr), "-sMediaColor=%s", h->MediaColor); in add_pdf_header_options() 137 cupsArrayAdd(gs_args, strdup(tmpstr)); in add_pdf_header_options() 140 snprintf(tmpstr, sizeof(tmpstr), "-sMediaType=%s", h->MediaType); in add_pdf_header_options() 141 cupsArrayAdd(gs_args, strdup(tmpstr)); in add_pdf_header_options() 629 char tmpstr[1024]; main() local [all...] |
H A D | mupdftoraster.c | 124 char tmpstr[1024]; in add_pdf_header_options() local 127 snprintf(tmpstr, sizeof(tmpstr), "-r%dx%d", h->HWResolution[0], in add_pdf_header_options() 129 cupsArrayAdd(mupdf_args, strdup(tmpstr)); in add_pdf_header_options() 131 snprintf(tmpstr, sizeof(tmpstr), "-r100x100"); in add_pdf_header_options() 132 cupsArrayAdd(mupdf_args, strdup(tmpstr)); in add_pdf_header_options() 135 snprintf(tmpstr, sizeof(tmpstr), "-w%d", h->cupsWidth); in add_pdf_header_options() 136 cupsArrayAdd(mupdf_args, strdup(tmpstr)); in add_pdf_header_options() 238 char tmpstr[1024]; main() local [all...] |
/third_party/gn/src/gn/ |
H A D | standard_out.cc | 139 std::string tmpstr = output; in OutputString() local 145 base::ReplaceSubstringsAfterOffset(&tmpstr, 0, "--", "\\--"); in OutputString() 150 base::ReplaceSubstringsAfterOffset(&tmpstr, 0, "<", "<"); in OutputString() 151 base::ReplaceSubstringsAfterOffset(&tmpstr, 0, ">", ">"); in OutputString() 153 ::WriteFile(hstdout, tmpstr.c_str(), static_cast<DWORD>(tmpstr.size()), in OutputString() 196 std::string tmpstr = output; 202 base::ReplaceSubstringsAfterOffset(&tmpstr, 0, "--", "\\--"); 207 base::ReplaceSubstringsAfterOffset(&tmpstr, 0, "<", "<"); 208 base::ReplaceSubstringsAfterOffset(&tmpstr, [all...] |
/third_party/backends/sanei/ |
H A D | sanei_auth.c | 123 char tmpstr[512]; in check_passwd() local 128 sprintf (tmpstr, "%s%.128s", in check_passwd() 130 md5_buffer (tmpstr, strlen (tmpstr), md5digest); in check_passwd() 132 sprintf (tmpstr, "$MD5$%02x%02x%02x%02x%02x%02x%02x%02x" in check_passwd() 143 return (strcmp (upassword, tmpstr) == 0); in check_passwd()
|
/third_party/curl/tests/ |
H A D | sshhelp.pm | 386 foreach my $tmpstr (qx($cmd 2>&1)) { 387 if($tmpstr =~ /OpenSSH[_-](\d+)\.(\d+)(\.(\d+))*/i) { 397 if($tmpstr =~ /OpenSSH[_-]for[_-]Windows[_-](\d+)\.(\d+)(\.(\d+))*/i) { 407 if($tmpstr =~ /Sun[_-]SSH[_-](\d+)\.(\d+)(\.(\d+))*/i) { 417 $error .= $tmpstr;
|
H A D | sshserver.pl | 153 my $tmpstr = $ARGV[1]; 154 if($tmpstr =~ /^(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)$/) { 159 $listenaddr = $tmpstr;
|
H A D | ftpserver.pl | 3054 my $tmpstr = $ARGV[1]; 3055 if($tmpstr =~ /^(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)\.(\d\d?\d?)$/) { 3059 $listenaddr = $tmpstr;
|
/third_party/ltp/lib/ |
H A D | random_range.c | 105 char *tmpstr, *cp, *tok, *n1str, *n2str, *multstr; in parse_ranges() local 123 tmpstr = strdup(str); in parse_ranges() 127 tok = strtok(tmpstr, ","); in parse_ranges() 158 free(tmpstr); in parse_ranges() 178 free(tmpstr); in parse_ranges() 196 free(tmpstr); in parse_ranges() 206 free(tmpstr); in parse_ranges()
|
/third_party/ltp/testcases/kernel/mem/vma/ |
H A D | vma04.c | 200 char buf[BUFSIZ], tmpstr[BUFSIZ]; in get_vmas() local 213 sprintf(tmpstr, "%ld", (t - s) / pagesize); in get_vmas() 216 sprintf(tmpstr, ",%ld", (t - s) / pagesize); in get_vmas() 218 strncat(retbuf, tmpstr, 32); in get_vmas()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtmpproto.c | 421 uint8_t tmpstr[256]; in read_connect() local 480 "app", tmpstr, sizeof(tmpstr)); in read_connect() 483 if (!ret && strcmp(tmpstr, rt->app)) in read_connect() 485 tmpstr, rt->app); in read_connect() 1800 uint8_t tmpstr[256]; in handle_invoke_error() local 1807 "description", tmpstr, sizeof(tmpstr))) { in handle_invoke_error() 1819 ret = handle_connect_error(s, tmpstr); in handle_invoke_error() 1826 av_log(s, level, "Server error: %s\n", tmpstr); in handle_invoke_error() 2126 uint8_t tmpstr[256]; handle_invoke_status() local [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | options.c | 1156 char tmpstr[16]; in unhtmlify() local 1210 snprintf(tmpstr, 16, "%d", job->rbinumcopies); in unhtmlify() 1211 repl = tmpstr; in unhtmlify() 1223 sprintf(tmpstr, "%04d", t->tm_year + 1900); in unhtmlify() 1224 repl = tmpstr; in unhtmlify() 1228 sprintf(tmpstr, "%02d", t->tm_mon + 1); in unhtmlify() 1229 repl = tmpstr; in unhtmlify() 1233 sprintf(tmpstr, "%02d", t->tm_mday); in unhtmlify() 1234 repl = tmpstr; in unhtmlify() 1238 sprintf(tmpstr, " in unhtmlify() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.c | 164 ntfschar *tmpstr = NULL; in ntfs_mbstoucs_libntfscompat() local 167 tmpstr_len = ntfs_mbstoucs(ins, &tmpstr); in ntfs_mbstoucs_libntfscompat() 170 /* Doing a realloc instead of reusing tmpstr in ntfs_mbstoucs_libntfscompat() 183 memcpy(*outs, tmpstr, in ntfs_mbstoucs_libntfscompat() 187 free(tmpstr); in ntfs_mbstoucs_libntfscompat()
|
/third_party/backends/backend/ |
H A D | snapscan-usb.c | 258 char tmpstr[10]; in usb_debug_data() local 263 sprintf(tmpstr," 0x%02x",((int)data[i]) & 0xff); in usb_debug_data() 266 strcat(str,tmpstr); in usb_debug_data()
|
H A D | snapscan-scsi.c | 424 char tmpstr[10]; in snapscani_debug_data() local 429 sprintf(tmpstr," 0x%02x",((int)data[i]) & 0xff); in snapscani_debug_data() 432 strcat(str,tmpstr); in snapscani_debug_data() 442 char tmpstr[150]; /* TODO: Remove */ in inquiry() local 497 snapscani_debug_data(tmpstr, pss->buf+120, 19); in inquiry() 498 DBG (DL_DATA_TRACE, "%s: Epson additional inquiry data:\n%s\n", me, tmpstr); in inquiry()
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_capi.c | 291 LPSTR tmpstr; in capi_ctrl() local 320 tmpstr = OPENSSL_strdup(p); in capi_ctrl() 321 if (tmpstr != NULL) { in capi_ctrl() 323 ctx->storename = tmpstr; in capi_ctrl() 348 tmpstr = OPENSSL_strdup(p); in capi_ctrl() 349 if (tmpstr != NULL) { in capi_ctrl() 350 ctx->debug_file = tmpstr; in capi_ctrl()
|
/third_party/openssl/engines/ |
H A D | e_capi.c | 291 LPSTR tmpstr; in capi_ctrl() local 320 tmpstr = OPENSSL_strdup(p); in capi_ctrl() 321 if (tmpstr != NULL) { in capi_ctrl() 323 ctx->storename = tmpstr; in capi_ctrl() 348 tmpstr = OPENSSL_strdup(p); in capi_ctrl() 349 if (tmpstr != NULL) { in capi_ctrl() 350 ctx->debug_file = tmpstr; in capi_ctrl()
|