Searched refs:anon (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/mountd/
H A Dmountd.c1349 struct xucred anon; local
1367 anon = def_anon;
1410 &exflags, &anon)) {
1585 if (do_mount(ep, grp, exflags, &anon, dirp, dirplen,
/freebsd-9.3-release/contrib/gcc/cp/
H A Dname-lookup.c3040 bool anon = !name;
3049 if (anon)
3085 if (anon || decl_anon_ns_mem_p (current_namespace))
3090 if (anon)
3035 bool anon = !name; local
/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c1741 /* Step through all anon unions in linear fashion. */
1748 tree anon = lookup_field (field, component);
1750 if (anon)
1751 return tree_cons (NULL_TREE, field, anon);
1755 /* Entire record is only anon unions. */
1784 tree anon = lookup_field (field, component);
1786 if (anon)
1787 return tree_cons (NULL_TREE, field, anon);
1739 tree anon = lookup_field (field, component); local
1775 tree anon = lookup_field (field, component); local

Completed in 168 milliseconds