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

/freebsd-9.3-release/contrib/bmake/
H A Dutil.c274 char *pathptr, *nextpathptr, *cur_name_add; local
285 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
334 (void)strcpy(cur_name_add, d->d_name);
359 *cur_name_add = '\0';
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.c1309 char *pathptr, *nextpathptr, *cur_name_add; local
1322 cur_name_add = nextpathptr = &nextpathbuf[MAXPATHLEN - 1];
1379 (void)strncpy(cur_name_add, d->d_name,
1380 (size_t) (&nextpathbuf[sizeof(nextpathbuf) - 1] - cur_name_add));
1411 *cur_name_add = '\0';

Completed in 56 milliseconds