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

/freebsd-11-stable/contrib/bmake/
H A Dutil.c277 char *pathptr, *nextpathptr, *cur_name_add; local
288 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
337 (void)strcpy(cur_name_add, d->d_name);
362 *cur_name_add = '\0';
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.c1305 char *pathptr, *nextpathptr, *cur_name_add; local
1318 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
1375 (void)strncpy(cur_name_add, d->d_name,
1376 (size_t) (&nextpathbuf[sizeof(nextpathbuf) - 1] - cur_name_add));
1407 *cur_name_add = '\0';

Completed in 62 milliseconds