Searched refs:contextp (Results 1 – 4 of 4) sorted by relevance
101 struct nss_getent_context *contextp);1343 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) in end_iter_u() argument1349 s = contextp->s; in end_iter_u()1350 n_src = contextp->n_src; in end_iter_u()1351 be = contextp->be; in end_iter_u()1358 contextp->be = 0; /* Should be unnecessary, but hey */ in end_iter_u()1361 contextp->s = 0; in end_iter_u()1371 struct nss_getent_context *contextp; in nss_setent_u() local1376 if ((contextp = contextpp->ctx) == 0) { in nss_setent_u()1377 if ((contextp = libc_malloc(sizeof (*contextp))) == 0) { in nss_setent_u()[all …]
1255 nss_db_initf_t *initf, nss_getent_t **contextp, in nss_packed_context_init() argument
1051 end_iter_u(nss_db_root_t *rootp, struct nss_getent_context *contextp) in end_iter_u() argument1058 ctx = (nscd_getent_context_t *)contextp; in end_iter_u()1078 nscd_getent_context_t *contextp; in nss_setent_u() local1109 if ((contextp = (nscd_getent_context_t *)contextpp->ctx) == 0) { in nss_setent_u()1114 contextp = (nscd_getent_context_t *)contextpp->ctx; in nss_setent_u()1116 s = contextp->nsw_state; in nss_setent_u()1124 contextp->nsw_state = s; in nss_setent_u()1127 s = contextp->nsw_state; in nss_setent_u()1128 n_src = contextp->n_src; in nss_setent_u()1129 be = contextp->be; in nss_setent_u()[all …]
205 aname_do_match(char *string, char **contextp) in aname_do_match() argument221 if (**contextp == '(') { in aname_do_match()223 startp = (*contextp) + 1; in aname_do_match()267 *contextp = endp; in aname_do_match()382 aname_replacer(char *string, char **contextp, char **result) in aname_replacer() argument410 for (cp = *contextp; *cp; ) { in aname_replacer()