Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dutil.c161 strrcpy(char *ptr, char *str) in strrcpy() function
261 nextpathptr = strrcpy(nextpathptr, "../"); in getwd()
322 pathptr = strrcpy(pathptr, d->d_name); in getwd()
323 pathptr = strrcpy(pathptr, "/"); in getwd()
324 nextpathptr = strrcpy(nextpathptr, "../"); in getwd()