Searched defs:pnam (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c62 usage(char *pnam) argument
65 "file-in-dir [xfile-on-file]\n", pnam);
67 "file-in-dir [xfile-on-file]\n", pnam);
69 "file-in-dir [xfile-on-file]\n", pnam);
75 "dir-to-look-in [file-in-dir]\n", pnam);
77 "dir-to-look-in [file-in-dir]\n", pnam);
79 "dir-to-look-in [file-in-dir]\n", pnam);
85 (void) fprintf(stderr, " %s -A path\n", pnam);
88 (void) fprintf(stderr, " %s -E path\n", pnam);
91 (void) fprintf(stderr, " %s -S path\n", pnam);
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c1912 char pnam[256]; local
1922 (void) strcpy(pnam, value[0]);
1924 (void) fprintf(stdout, "%s:", (pnam+7));
3447 char pnam[256]; local
3458 (void) strcpy(pnam, value[0]);
3460 if (strcmp(pnam + 7, NS_LDAP_NO_UNIX_PASSWORD) == 0)
3463 (void) fprintf(stdout, "%s:", (pnam+7));

Completed in 60 milliseconds