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

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/driver/
H A Ddriver.c233 int need_sep; local
238 need_sep = (lp && s->value[lp - 1] != '/') ? 1 : 0;
239 f = xmalloc(lp + lf + need_sep + 1);
241 if (need_sep)
243 memcpy(f + lp + need_sep, file, lf + 1);
280 int need_sep; local
287 need_sep = 0;
289 need_sep = 1;
290 path = xmalloc(template_len + need_sep + 6 + 1);
292 if (need_sep)
[all...]

Completed in 120 milliseconds