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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4267 char *ttype, *authmech = 0, *etcfile = 0; local
4329 etcfile = optarg;
4594 if (etcfile) {
4595 if ((etcf = fopen(etcfile, "r")) == 0) {
4597 gettext("can't open file %s\n"), etcfile);
4601 etcfile = "stdin";

Completed in 52 milliseconds