Lines Matching refs:pbuf
434 char pbuf[MAXPATHLEN];
442 n = snprintf(pbuf, sizeof(pbuf), "%s%s", filename, *ep);
443 if (n >= (int)sizeof(pbuf)) {
447 if (access(pbuf, R_OK) == 0) {
448 sname = pbuf;
469 char pbuf[MAXPATHLEN];
477 n = strlcpy(pbuf, sigfile, sizeof(pbuf));
478 if (n < sizeof(pbuf)) {
479 if ((cp = strrchr(pbuf, '.')))
481 if ((fdata = read_file(pbuf, &fbytes))) {
482 if (openpgp_verify(pbuf, fdata, fbytes, sdata,