Home
last modified time | relevance | path

Searched refs:TMP_MAX (Results 1 – 20 of 20) sorted by relevance

/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmkdtemp.c36 #ifndef TMP_MAX
37 # define TMP_MAX 238328 macro
131 #if ATTEMPTS_MIN < TMP_MAX in gen_tempname()
132 unsigned int attempts = TMP_MAX; in gen_tempname()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpname.cpp37 #ifndef TMP_MAX
38 # define TMP_MAX 238328 macro
91 for (int count = 0; count < TMP_MAX; value += 7777, ++count) { in gen_tempname()
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl3/binutils/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl3/gdb.old/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dtempname.c39 #ifndef TMP_MAX
40 # define TMP_MAX 238328 macro
229 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; in __gen_tempname()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c32 #ifndef TMP_MAX
33 # define TMP_MAX 238328 macro
247 #if ATTEMPTS_MIN < TMP_MAX in try_tempname_len()
248 unsigned int attempts = TMP_MAX; in try_tempname_len()
/netbsd/external/gpl2/texinfo/dist/lib/
H A Dtempname.c38 #ifndef TMP_MAX
39 # define TMP_MAX 238328 macro
253 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; in __gen_tempname()
/netbsd/external/gpl2/diffutils/dist/lib/
H A Dtempname.c36 #ifndef TMP_MAX
37 # define TMP_MAX 238328 macro
251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min; in __gen_tempname()
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c32 #ifndef TMP_MAX
33 # define TMP_MAX 238328 macro
247 #if ATTEMPTS_MIN < TMP_MAX in try_tempname_len()
248 unsigned int attempts = TMP_MAX; in try_tempname_len()
/netbsd/include/
H A Dlimits.h138 #ifndef TMP_MAX
139 #define TMP_MAX 308915776 /* Legacy */ macro
H A Dstdio.h201 #ifndef TMP_MAX
202 #define TMP_MAX 308915776 /* Legacy */ macro
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dcstdio27 TMP_MAX
/netbsd/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c409 tries = TMP_MAX; in mkdtemp()
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c1260 tries = TMP_MAX; in fs__mktemp()
/netbsd/external/gpl2/xcvs/dist/
H A DFAQ6062 called, up to TMP_MAX times. If it is called more than TMP_MAX times,
6065 Later it says that the value of "TMP_MAX shall be at least 25."
/netbsd/external/gpl2/diffutils/dist/
H A DChangeLog1232 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):