Searched refs:maplist (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c45 static struct mapping maplist[] = { variable in typeref:struct:mapping
117 /* first dump auto_* and automount which are not in maplist[] */
122 for (i = 0; maplist[i].database != NULL; i++) {
124 if (strcasecmp(maplist[i].database, "shadow") == 0)
131 if ((strcasecmp(maplist[i].database, "tnrhdb") == 0) ||
132 (strcasecmp(maplist[i].database, "tnrhtp") == 0))
135 (void) fprintf(stdout, "%-15s%-20s%s\n", maplist[i].database,
136 maplist[i].def_type, maplist[i].objectclass);
306 if (strcasecmp(database, maplist[PUBLICKE
[all...]

Completed in 30 milliseconds