Searched refs:contextp (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | nss_common.c | 101 struct nss_getent_context *contextp); 1566 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) argument 1572 s = contextp->s; 1573 n_src = contextp->n_src; 1574 be = contextp->be; 1581 contextp->be = 0; /* Should be unnecessary, but hey */ 1584 contextp->s = 0; 1594 struct nss_getent_context *contextp; local 1599 if ((contextp = contextpp->ctx) == 0) { 1600 if ((contextp 1679 struct nss_getent_context *contextp; local 1762 struct nss_getent_context *contextp; local 1991 struct nss_getent_context *contextp = contextpp->ctx; local 2167 struct nss_getent_context *contextp = contextpp->ctx; local 2313 struct nss_getent_context *contextp = contextpp->ctx; local 2390 struct nss_getent_context *contextp = contextpp->ctx; local 2457 struct nss_getent_context *contextp = contextpp->ctx; local [all...] |
H A D | nss_dbdefs.c | 1282 * Initialize db_root, initf, dbop, contextp and arg from a packed buffer 1288 nss_db_initf_t *initf, nss_getent_t **contextp, 1287 nss_packed_context_init(void *buffer, size_t length, nss_db_root_t *db_root, nss_db_initf_t *initf, nss_getent_t **contextp, nss_XbyY_args_t *arg) argument
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 200 * Chew up the match portion of the regular expression and update *contextp. 204 aname_do_match(char *string, char **contextp) argument 220 if (**contextp == '(') { 222 startp = (*contextp) + 1; 266 *contextp = endp; 381 aname_replacer(char *string, char **contextp, char **result) argument 411 for (cp = *contextp; *cp; ) { 491 * Advance *contextp to the string position after the selectring 496 char **contextp, char **result) 506 if (**contextp ! 495 aname_get_selstring(krb5_context context, krb5_const_principal aname, char **contextp, char **result) argument [all...] |
Completed in 32 milliseconds