Lines Matching refs:pathp
867 * If path was not specified then *pathp will be set to ".".
871 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp)
881 if (pathp != NULL)
882 *pathp = NULL;
917 if (pathp != NULL) {
918 *pathp = path;
1063 * If path was not specified then *pathp will be set to NULL.
1068 int *portp, char **pathp)
1086 if (pathp != NULL)
1087 *pathp = NULL;
1144 if (pathp != NULL) {
1145 *pathp = path;