Home
last modified time | relevance | path

Searched refs:tempfile (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/shell/hush_test/hush-quoting/
Dnegative_arith.tests5 echo tempfile[0"$((-9))"].tmp
7 echo tempfile[0$((-9))].tmp
8 rm tempfile?.tmp
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dnegative_arith.tests5 echo tempfile[0"$((-9))"].tmp
7 echo tempfile[0$((-9))].tmp
8 rm tempfile?.tmp
/busybox-1.35.0/printutils/
Dlpr.c98 char tempfile[sizeof("/tmp/lprXXXXXX")]; in lpqr_main() local
193 strcpy(tempfile, "/tmp/lprXXXXXX"); in lpqr_main()
194 dfd = xmkstemp(tempfile); in lpqr_main()
277 unlink(tempfile); in lpqr_main()