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, "../");
|