Home
last modified time | relevance | path

Searched refs:tmpfilename (Results 1 - 7 of 7) sorted by relevance

/third_party/cups-filters/backend/
H A Dbeh.c49 char tmpfilename[1024], buf[8192]; in main() local
146 snprintf(tmpfilename, sizeof(tmpfilename), "%s/beh-XXXXXX", tmpdir); in main()
147 fd = mkstemp(tmpfilename); in main()
159 filename = tmpfilename; in main()
161 tmpfilename[0] = '\0'; in main()
181 if (strlen(tmpfilename) > 0) in main()
182 unlink(tmpfilename); in main()
/third_party/cups-filters/filter/foomatic-rip/
H A Dpdf.c293 char tmpfilename[PATH_MAX] = ""; in print_pdf() local
303 snprintf(tmpfilename, PATH_MAX, "%s/foomatic-XXXXXX", temp_dir()); in print_pdf()
304 fd = mkstemp(tmpfilename); in print_pdf()
314 filename = tmpfilename; in print_pdf()
319 if (!isempty(tmpfilename)) in print_pdf()
320 unlink(tmpfilename); in print_pdf()
H A Dfoomaticrip.c563 char tmpfilename[PATH_MAX] = ""; in print_file() local
620 snprintf(tmpfilename, PATH_MAX, "%s/foomatic-XXXXXX", temp_dir()); in print_file()
621 fd = mkstemp(tmpfilename); in print_file()
630 filename = tmpfilename; in print_file()
693 if ( *tmpfilename ) in print_file()
694 unlink(tmpfilename); in print_file()
713 snprintf(tmpfilename, PATH_MAX, "%s/foomatic-XXXXXX", temp_dir()); in print_file()
714 fd = mkstemp(tmpfilename); in print_file()
732 ret = print_ps(tmpfile, NULL, 0, tmpfilename); in print_file()
734 unlink(tmpfilename); in print_file()
[all...]
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
H A Dsendmsg01.c622 static char tmpfilename[1024]; variable
630 strcpy(tmpfilename, "sockXXXXXX"); in setup4()
631 tfd = mkstemp(tmpfilename); in setup4()
/third_party/ffmpeg/libavformat/
H A Ddashdec.c1635 char *tmpfilename; in get_current_fragment() local
1641 tmpfilename = av_mallocz(c->max_url_size); in get_current_fragment()
1642 if (!tmpfilename) { in get_current_fragment()
1646 ff_dash_fill_tmpl_params(tmpfilename, c->max_url_size, pls->url_template, 0, pls->cur_seq_no, 0, get_segment_start_time_based_on_timeline(pls, pls->cur_seq_no)); in get_current_fragment()
1647 seg->url = av_strireplace(pls->url_template, pls->url_template, tmpfilename); in get_current_fragment()
1653 av_free(tmpfilename); in get_current_fragment()
1658 av_free(tmpfilename); in get_current_fragment()
/third_party/backends/backend/
H A Dcanon-sane.c1121 char tmpfilename[] = "/tmp/canon.XXXXXX"; /* for FB1200S */ in sane_start() local
1123 s->tmpfile = mkstemp(tmpfilename); in sane_start()
1126 DBG(1, "error opening temp file %s\n", tmpfilename); in sane_start()
1132 unlink(tmpfilename); in sane_start()
/third_party/openssl/test/
H A Dsslapitest.c97 static char *tmpfilename = NULL; variable
1352 out = BIO_new_file(tmpfilename, "wb"); in execute_test_ktls_sendfile()
1361 in = BIO_new_file(tmpfilename, "rb"); in execute_test_ktls_sendfile()
7214 if (!TEST_true(create_new_vfile(userid, password, tmpfilename))) in test_srp()
7216 tstsrpfile = tmpfilename; in test_srp()
10618 || !TEST_ptr(tmpfilename = test_get_argument(2)) in setup_tests()

Completed in 20 milliseconds