Lines Matching refs:pbuf
100 char pbuf[NI_MAXSERV]; in rcmd_af() local
111 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(rport)); in rcmd_af()
116 error = getaddrinfo(*ahost, pbuf, &hints, &res); in rcmd_af()
159 char pbuf[NI_MAXSERV]; in orcmd_af() local
169 snprintf(pbuf, sizeof(pbuf), "%u", ntohs(rport)); in orcmd_af()
174 error = getaddrinfo(*ahost, pbuf, &hints, &res); in orcmd_af()
665 char pbuf[MAXPATHLEN]; in iruserok_sa() local
693 (void)strlcpy(pbuf, pwd->pw_dir, sizeof(pbuf)); in iruserok_sa()
694 (void)strlcat(pbuf, "/.rhosts", sizeof(pbuf)); in iruserok_sa()
706 hostf = fopen(pbuf, "re"); in iruserok_sa()
714 if (lstat(pbuf, &sbuf) < 0) in iruserok_sa()