Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/libiberty/
Dmkstemps.c50 #ifndef TMP_MAX
51 #define TMP_MAX 16384 macro
110 for (count = 0; count < TMP_MAX; ++count) in mkstemps()