Lines Matching defs:pathend
4339 * Check for $MACRO in tail (string to expand) and expand it in path at pathend
4345 expand_libmacro(char *tail, char *path, char *pathend)
4386 (void) strcpy(pathend, tail);
4399 bcopy(tail, pathend, diff);
4400 pathend += diff;
4401 *(pathend) = '\0';
4402 return (expand_libmacro(p2, path, pathend));
4417 * at pathend
4421 bcopy(tail, pathend, diff);
4422 path2 = pathend + diff;