Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/fixincludes/
H A Dfixlib.c240 char* pz_d_start = pz_d; in make_raw_shell_str() local
262 if (pz_d - pz_d_start >= smax) in make_raw_shell_str()
269 if (pz_d - pz_d_start >= smax - sizeof( zQ )-1) in make_raw_shell_str()
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dfixlib.c258 char* pz_d_start = pz_d; local
280 if (pz_d - pz_d_start >= smax)
287 if (pz_d - pz_d_start >= smax - sizeof( zQ )-1)