Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/make/
H A Dutil.c243 char *pathptr, *nextpathptr, *cur_name_add; in getwd() local
252 pathptr = &pathbuf[MAXPATHLEN - 1]; in getwd()
270 (void)strcpy(pathname, *pathptr != '/' ? "/" : pathptr); in getwd()
323 pathptr = strrcpy(pathptr, d->d_name); in getwd()
324 pathptr = strrcpy(pathptr, "/"); in getwd()