Searched defs:TMP_MAX (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dtempfile.py11 TMP_MAX - maximum number of names that will be tried before
25 "TMP_MAX", "gettempprefix", # constants
74 if hasattr(_os, 'TMP_MAX'):
75 TMP_MAX = _os.TMP_MAX variable
77 TMP_MAX = 10000 variable
224 for seq in xrange(TMP_MAX):
314 for seq in xrange(TMP_MAX):
348 for seq in xrange(TMP_MAX):
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dstdio.h307 #ifndef TMP_MAX
308 #define TMP_MAX 308915776 /**< The maximum number of unique file names macro
367 generate up to TMP_MAX different strings.

Completed in 135 milliseconds