HomeSort by: relevance | last modified time | path
    Searched defs:TMP_MAX (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl2/groff/dist/src/libs/libgroff/
tmpname.cpp 37 #ifndef TMP_MAX
38 # define TMP_MAX 238328
91 for (int count = 0; count < TMP_MAX; value += 7777, ++count) {
  /src/external/gpl3/binutils/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl3/binutils.old/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl3/gcc/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl3/gcc.old/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl3/gdb.old/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl3/gdb/dist/libiberty/
mkstemps.c 50 #ifndef TMP_MAX
51 #define TMP_MAX 16384
110 for (count = 0; count < TMP_MAX; ++count)
141 TMP_MAX values generated by adding 7777 to VALUE are different
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
mkdtemp.c 36 #ifndef TMP_MAX
37 # define TMP_MAX 238328
130 conform to POSIX, this must be no smaller than TMP_MAX. */
131 #if ATTEMPTS_MIN < TMP_MAX
132 unsigned int attempts = TMP_MAX;
  /src/external/gpl2/xcvs/dist/lib/
tempname.c 39 #ifndef TMP_MAX
40 # define TMP_MAX 238328
228 conform to POSIX, this must be no smaller than TMP_MAX. */
229 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
  /src/include/
limits.h 126 #ifndef TMP_MAX
127 #define TMP_MAX 308915776 /* Legacy */
stdio.h 201 #ifndef TMP_MAX
202 #define TMP_MAX 308915776 /* Legacy */
  /src/external/gpl2/diffutils/dist/lib/
tempname.c 36 #ifndef TMP_MAX
37 # define TMP_MAX 238328
250 conform to POSIX, this must be no smaller than TMP_MAX. */
251 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
  /src/external/gpl2/texinfo/dist/lib/
tempname.c 38 #ifndef TMP_MAX
39 # define TMP_MAX 238328
252 conform to POSIX, this must be no smaller than TMP_MAX. */
253 unsigned int attempts = attempts_min < TMP_MAX ? TMP_MAX : attempts_min;
  /src/external/gpl3/gdb/dist/gnulib/import/
tempname.c 33 #ifndef TMP_MAX
34 # define TMP_MAX 238328
257 conform to POSIX, this must be no smaller than TMP_MAX. */
258 #if ATTEMPTS_MIN < TMP_MAX
259 unsigned int attempts = TMP_MAX;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
tempname.c 33 #ifndef TMP_MAX
34 # define TMP_MAX 238328
257 conform to POSIX, this must be no smaller than TMP_MAX. */
258 #if ATTEMPTS_MIN < TMP_MAX
259 unsigned int attempts = TMP_MAX;

Completed in 86 milliseconds