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

/freebsd-9.3-release/lib/libc/gen/
H A Dposix_spawn.c61 STAILQ_ENTRY(__posix_spawn_file_actions_entry) fae_list;
181 STAILQ_FOREACH(fae, &fa->fa_list, fae_list) {
271 STAILQ_REMOVE_HEAD(&(*fa)->fa_list, fae_list);
310 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list);
333 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list);
355 STAILQ_INSERT_TAIL(&(*fa)->fa_list, fae, fae_list);
/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_auth.c145 frauthent_t *fae_list = NULL; variable
451 fr_authstats.fas_faelist = fae_list;
513 faep = &fae_list;
578 for (faep = &fae_list; ((fae = *faep) != NULL); ) {
586 if (fae_list != NULL)
587 ipauth = &fae_list->fae_fr;
622 for (faep = &fae_list; ((fae = *faep) != NULL); ) {
639 ipauth = fae_list ? &fae_list->fae_fr : NULL;
659 ipauth = &fae_list
[all...]

Completed in 113 milliseconds