Lines Matching defs:p
279 "?hC:cdlF:r:z:g:a:s:p:fS")) != EOF) {
348 case 'p':
525 (void) printf(gettext("%s [-f] -p %c<param>=<value>%c <volume>\n"),
2365 char *p, *t;
2374 p = disks_argp;
2385 while (p[i] != '\0') {
2386 if (p[i] == ')' || p[i] == '(') {
2388 disks_str[j ++] = p[i];
2391 disks_str[j ++] = p[i];
2404 p = strtok(t, delimit);
2405 while (p != NULL) {
2407 p = strtok(NULL, delimit);
2420 p = strtok(disks_str, delimit);
2421 while (p != NULL) {
2422 if (*p == '(') {
2424 } else if (*p == ')') {
2427 if (get_disk_tag_cidl(p, &disk_tag) != SUCCESS) {
2443 p = strtok(NULL, delimit);
2672 char *p = NULL;
2691 p = t;
2693 dot2p = strrchr(p, '.');
2701 dot1p = strrchr(p, '.');
2710 if (strrchr(p, '.') != NULL) {
2715 while (*p == ' ')
2716 p++;
2718 if (is_fully_numeric(p) == FALSE ||
2725 disk_tagp->cidl.bus = atoi(p);