Searched refs:SCRATCHSZ (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/
H A Dfixfixes.c487 #define SCRATCHSZ 64 /* hopefully long enough */ macro
494 char scratch[SCRATCHSZ];
563 if (len + 4 > SCRATCHSZ)
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixfixes.c497 #define SCRATCHSZ 64 /* hopefully long enough */ macro
507 char scratch[SCRATCHSZ];
572 if (len + 4 > SCRATCHSZ)

Completed in 121 milliseconds