Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/posix/
Dtempname.c33 #ifndef TMP_MAX
34 # define TMP_MAX 238328 macro
258 #if ATTEMPTS_MIN < TMP_MAX in try_tempname_len()
259 unsigned int attempts = TMP_MAX; in try_tempname_len()
DMakefile3 TMP_MAX = 238328 macro
/glibc-2.36/stdio-common/
Dstdio_lim.h.in26 #define TMP_MAX @TMP_MAX@ macro
/glibc-2.36/sysdeps/arm/
Daeabi_lcsts.c79 eabi_constant (TMP_MAX);
/glibc-2.36/conform/data/
Dlimits.h-data192 optional-constant TMP_MAX >= 10000
Dstdio.h-data25 macro-int-constant TMP_MAX >= 10000
/glibc-2.36/
DMakerules1364 TMP_MAX ?= 0
1388 -e "s/@TMP_MAX@/$(TMP_MAX)/" \
/glibc-2.36/manual/
Dfilesys.texi3430 @deftypevr Macro int TMP_MAX
3432 The macro @code{TMP_MAX} is a lower bound for how many temporary names
/glibc-2.36/ChangeLog.old/
DChangeLog.125739 (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
DChangeLog.51134 * libio/stdio.h (FOPEN_MAX, FILENAME_MAX, TMP_MAX, L_tmpnam): Macros
DChangeLog.1311788 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
DChangeLog.1110341 * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
DChangeLog.161422 * Makerules (L_tmpnam, TMP_MAX, L_ctermid, L_cuserid): Set non-posix
DChangeLog.1821872 (TMP_MAX): Likewise.
74155 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
81185 (TMP_MAX): Likewise.