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

/freebsd-11-stable/contrib/netbsd-tests/bin/df/
H A Dt_df.sh58 /dev/ld0g 1308726116 17901268 1225388540 1% /anon-root
59 /dev/ld0g 1308726116 0 1308726116 0% /anon-root
60 /dev/ld0g 1308726116 261745224 1046980892 20% /anon-root
61 /dev/ld0g 1308726116 785235672 523490444 60% /anon-root
62 /dev/ld0g 1308726116 1243289812 65436304 95% /anon-root
63 /dev/ld0g 1308726116 1308726116 0 100% /anon-root
64 /dev/ld0g 1308726116 0 1243289808 0% /anon-root
65 /dev/ld0g 1308726116 261745224 981544584 21% /anon-root
66 /dev/ld0g 1308726116 785235672 458054140 63% /anon-root
67 /dev/ld0g 1308726116 1243289812 0 100% /anon
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dinterworking.c1452 char *anon; local
1457 anon = os_malloc(buflen);
1458 if (anon == NULL)
1460 os_snprintf(anon, buflen, "anonymous%s", pos);
1463 anon = os_malloc(buflen);
1464 if (anon == NULL)
1466 os_snprintf(anon, buflen, "anonymous@%s", cred->realm);
1468 anon = os_strdup("anonymous");
1469 if (anon == NULL)
1472 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) <
[all...]
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c1505 struct xucred anon; local
1523 anon = def_anon;
1567 &exflags, &anon)) {
1742 grp->gr_anon = anon;
1745 if (passno == 0 && do_mount(ep, grp, exflags, &anon,
1798 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags);
1803 opt_flags, &anon, exflags);
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c1772 /* Step through all anon unions in linear fashion. */
1779 tree anon = lookup_field (field, component);
1781 if (anon)
1782 return tree_cons (NULL_TREE, field, anon);
1786 /* Entire record is only anon unions. */
1815 tree anon = lookup_field (field, component);
1817 if (anon)
1818 return tree_cons (NULL_TREE, field, anon);
6074 tree anon = NULL_TREE;
6096 anon
1770 tree anon = lookup_field (field, component); local
1806 tree anon = lookup_field (field, component); local
6044 tree anon = NULL_TREE; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp720 printf("<anon> ");
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.c3041 bool anon = !name;
3050 if (anon)
3082 if (anon || decl_anon_ns_mem_p (current_namespace))
3087 if (anon)
3036 bool anon = !name; local

Completed in 139 milliseconds