Lines Matching defs:portp
850 * If port was not specified then *portp will be -1.
854 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp)
864 if (portp != NULL)
865 *portp = -1;
896 if (portp != NULL)
897 *portp = port;
976 * If port was not specified then *portp will be -1.
982 int *portp, char **pathp)
998 if (portp != NULL)
999 *portp = -1;
1056 if (portp != NULL)
1057 *portp = port;