Home
last modified time | relevance | path

Searched refs:strfnp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c199 void *strfnp; /* str2X function pointer */ member
1097 if (getXbyY_to_dbop[index].strfnp == NULL) { in nss_pinit_funcs()
1102 if (getXbyY_to_dbop[index].strfnp == NULL) in nss_pinit_funcs()
1103 getXbyY_to_dbop[index].strfnp = sym; in nss_pinit_funcs()
1108 *s2e = (nss_str2ent_t)getXbyY_to_dbop[index].strfnp; in nss_pinit_funcs()