Lines Matching refs:portspec
104 static const char *portspec = NULL; variable
270 if (portspec == NULL) in main()
271 portspec = "2049"; in main()
277 portspec = tmp; in main()
352 if (portspec == NULL) in main()
353 portspec = "2049"; in main()
647 resolved = (getaddrinfo(hostp, portspec, &hints, &ai_nfs) == 0); in getnfsargs()
661 if ((ecode = getaddrinfo(hostp, portspec, &hints, in getnfsargs()
663 if (portspec == NULL) in getnfsargs()
667 warnx("%s:%s: %s", hostp, portspec, in getnfsargs()
827 if (portspec != NULL) { in nfs_tryproto()