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

/haiku-buildtools/gcc/fixincludes/
H A Dfixfixes.c486 #define SCRATCHSZ 64 /* hopefully long enough */ macro
493 char scratch[SCRATCHSZ];
562 if (len + 4 > SCRATCHSZ)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixfixes.c493 #define SCRATCHSZ 64 /* hopefully long enough */ macro
503 char scratch[SCRATCHSZ];
568 if (len + 4 > SCRATCHSZ)

Completed in 41 milliseconds