Searched refs:XCNT (Results 1 – 2 of 2) sorted by relevance
69 #define XCNT 6 macro105 static int previous_xcnt = XCNT; in libc_mktemps()134 previous_xcnt = XCNT; in libc_mktemps()148 while ((len != 0) && (xcnt < XCNT) && (*s == 'X')) { in libc_mktemps()
45 #define XCNT 6 macro60 while(*--s == 'X' && ++xcnt <= XCNT) {