Lines Matching defs:pathp
3442 char *pathp;
3453 pathp = ""; /* use name as specified */
3455 pathp = kobj_module_path;
3458 pathpsave = pathp; /* keep this for error reporting */
3469 maxpathlen = strlen(pathp) + strlen(name) + 3;
3476 if (*pathp != '\0' && *pathp != '/')
3478 while (*pathp && *pathp != ':' && *pathp != ' ')
3479 *p++ = *pathp++;
3506 while (*pathp == ' ' || *pathp == ':')
3507 pathp++;
3508 if (*pathp == 0)