Searched defs: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 in struct:__anon2999
1100 if (getXbyY_to_dbop[index].strfnp == NULL) {
1105 if (getXbyY_to_dbop[index].strfnp == NULL)
1106 getXbyY_to_dbop[index].strfnp = sym;
1111 *s2e = (nss_str2ent_t)getXbyY_to_dbop[index].strfnp;

Completed in 45 milliseconds