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

/freebsd-13-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-13-stable/sys/modules/ccp/
H A DMakefile16 CFLAGS.clang+= -Wno-microsoft-anon-tag
/freebsd-13-stable/usr.sbin/mountd/
H A Dmountd.c1558 struct expcred anon; local
1564 anon.cr_groups = NULL;
1578 anon.cr_groups = anon.cr_smallgrps;
1579 anon.cr_uid = UID_NOBODY;
1580 anon.cr_ngroups = 1;
1581 anon.cr_groups[0] = GID_NOGROUP;
1625 &exflags, &anon)) {
1798 cp_cred(&grp->gr_anon, &anon);
1801 if (passno == 0 && do_mount(ep, grp, exflags, &anon,
[all...]
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp748 printf("<anon> ");

Completed in 176 milliseconds