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

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c4270 char *ttype, *authmech = 0, *etcfile = 0; local
4332 etcfile = optarg;
4597 if (etcfile) {
4598 if ((etcf = fopen(etcfile, "r")) == 0) {
4600 gettext("can't open file %s\n"), etcfile);
4604 etcfile = "stdin";

Completed in 32 milliseconds