Lines Matching defs:pathp
782 * If path was not specified then *pathp will be set to ".".
786 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp)
796 if (pathp != NULL)
797 *pathp = NULL;
832 if (pathp != NULL) {
833 *pathp = path;
977 * If path was not specified then *pathp will be set to NULL.
982 int *portp, char **pathp)
1000 if (pathp != NULL)
1001 *pathp = NULL;
1058 if (pathp != NULL) {
1059 *pathp = path;