Searched refs:TMP_MAX (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/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) {
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/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)
141 TMP_MAX values generated by adding 7777 to VALUE are different
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmkdtemp.c36 #ifndef TMP_MAX
37 # define TMP_MAX 238328 macro
130 conform to POSIX, this must be no smaller than TMP_MAX. */
131 #if ATTEMPTS_MIN < TMP_MAX
132 unsigned int attempts = TMP_MAX;
/netbsd-current/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-current/external/gpl2/xcvs/dist/lib/
H A Dtempname.c39 #ifndef TMP_MAX
40 # define TMP_MAX 238328 macro
228 conform to POSIX, this must be no smaller than TMP_MAX. */
229 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dtempname.c36 #ifndef TMP_MAX
37 # define TMP_MAX 238328 macro
250 conform to POSIX, this must be no smaller than TMP_MAX. */
251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
/netbsd-current/external/gpl2/texinfo/dist/lib/
H A Dtempname.c38 #ifndef TMP_MAX
39 # define TMP_MAX 238328 macro
252 conform to POSIX, this must be no smaller than TMP_MAX. */
253 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c32 #ifndef TMP_MAX
33 # define TMP_MAX 238328 macro
246 conform to POSIX, this must be no smaller than TMP_MAX. */
247 #if ATTEMPTS_MIN < TMP_MAX
248 unsigned int attempts = TMP_MAX;
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c33 #ifndef TMP_MAX
34 # define TMP_MAX 238328 macro
257 conform to POSIX, this must be no smaller than TMP_MAX. */
258 #if ATTEMPTS_MIN < TMP_MAX
259 unsigned int attempts = TMP_MAX;
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dos390-syscalls.c409 tries = TMP_MAX;
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c1260 tries = TMP_MAX;

Completed in 149 milliseconds