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

/haiku-buildtools/gcc/fixincludes/
H A Dfixlib.c239 char* pz_d_start = pz_d; local
261 if ((size_t) (pz_d - pz_d_start) >= smax)
268 if ((size_t) (pz_d - pz_d_start) >= smax - sizeof( zQ )-1)
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.c242 char* pz_d_start = pz_d; local
264 if (pz_d - pz_d_start >= smax)
271 if (pz_d - pz_d_start >= smax - sizeof( zQ )-1)

Completed in 92 milliseconds