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

/haiku-buildtools/gcc/fixincludes/
H A Dfixlib.c237 tSCC zQ[] = "'\\''"; local
252 dtaSize += sizeof( zQ )-1;
268 if ((size_t) (pz_d - pz_d_start) >= smax - sizeof( zQ )-1)
270 strcpy( pz_d-1, zQ );
271 pz_d += sizeof( zQ )-2;
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.c240 tSCC zQ[] = "'\\''"; local
255 dtaSize += sizeof( zQ )-1;
271 if (pz_d - pz_d_start >= smax - sizeof( zQ )-1)
273 strcpy( pz_d-1, zQ );
274 pz_d += sizeof( zQ )-2;

Completed in 53 milliseconds