HomeSort by: relevance | last modified time | path
    Searched defs:strrcpy (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
util.c 158 * strrcpy():
162 strrcpy(char *ptr, char *str) function in typeref:typename:char *
262 nextpathptr = strrcpy(nextpathptr, "../");
323 pathptr = strrcpy(pathptr, d->d_name);
324 pathptr = strrcpy(pathptr, "/");
325 nextpathptr = strrcpy(nextpathptr, "../");

Completed in 12 milliseconds