Lines Matching defs:p
401 char *p;
418 if (p = strstr(mntp->mnt_mntopts, "rw")) {
419 if (*(p+2) == ',' || *(p+2) == '\0')
420 *(p+1) = 'o';
2017 static struct pathcnf p;
2217 (caddr_t)&p, timeout);
2226 if (_PC_ISSET(_PC_ERROR, p.pc_mask)) {
2235 args->pathconf = malloc(sizeof (p));
2242 memcpy((caddr_t)args->pathconf, (caddr_t)&p,
2243 sizeof (p));