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

/freebsd-9.3-release/contrib/bmake/
H A Dutil.c162 /* strrcpy():
166 strrcpy(char *ptr, char *str) function
174 } /* end strrcpy */
293 nextpathptr = strrcpy(nextpathptr, "../");
355 pathptr = strrcpy(pathptr, d->d_name);
356 pathptr = strrcpy(pathptr, "/");
357 nextpathptr = strrcpy(nextpathptr, "../");

Completed in 110 milliseconds