OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TMP_MAX
(Results
1 - 11
of
11
) 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.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/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/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/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/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/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdio.d
69
TMP_MAX
= 32767,
96
TMP_MAX
= 32767,
123
TMP_MAX
= 238328,
141
TMP_MAX
= 10000,
159
TMP_MAX
= 308915776,
191
TMP_MAX
= 308915776,
215
TMP_MAX
= 308915776,
239
TMP_MAX
= 0x7fffffff,
258
TMP_MAX
= 308915776,
296
TMP_MAX
= 17576
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026