Home
last modified time | relevance | path

Searched refs:anon (Results 1 – 24 of 24) sorted by relevance

/freebsd-12-stable/contrib/netbsd-tests/bin/df/
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-root
[all …]
/freebsd-12-stable/sys/modules/ccp/
DMakefile16 CFLAGS.clang+= -Wno-microsoft-anon-tag
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dinterworking.c1462 char *anon; in interworking_set_eap_params() local
1467 anon = os_malloc(buflen); in interworking_set_eap_params()
1468 if (anon == NULL) in interworking_set_eap_params()
1470 os_snprintf(anon, buflen, "anonymous%s", pos); in interworking_set_eap_params()
1473 anon = os_malloc(buflen); in interworking_set_eap_params()
1474 if (anon == NULL) in interworking_set_eap_params()
1476 os_snprintf(anon, buflen, "anonymous@%s", cred->realm); in interworking_set_eap_params()
1478 anon = os_strdup("anonymous"); in interworking_set_eap_params()
1479 if (anon == NULL) in interworking_set_eap_params()
1482 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) < in interworking_set_eap_params()
[all …]
/freebsd-12-stable/usr.sbin/mountd/
Dmountd.c1550 struct xucred anon; in get_exportlist_one() local
1568 anon = def_anon; in get_exportlist_one()
1612 &exflags, &anon)) { in get_exportlist_one()
1785 grp->gr_anon = anon; in get_exportlist_one()
1788 if (passno == 0 && do_mount(ep, grp, exflags, &anon, in get_exportlist_one()
1841 hang_dirp(dirhead, tgrp, ep, opt_flags, &anon, exflags); in get_exportlist_one()
1846 opt_flags, &anon, exflags); in get_exportlist_one()
/freebsd-12-stable/contrib/gcc/
Dc-typeck.c1770 tree anon = lookup_field (field, component); in lookup_field() local
1772 if (anon) in lookup_field()
1773 return tree_cons (NULL_TREE, field, anon); in lookup_field()
1806 tree anon = lookup_field (field, component); in lookup_field() local
1808 if (anon) in lookup_field()
1809 return tree_cons (NULL_TREE, field, anon); in lookup_field()
6044 tree anon = NULL_TREE; in set_init_label() local
6066 anon = lookup_field (tail, fieldname); in set_init_label()
6067 if (anon) in set_init_label()
6086 if (anon) in set_init_label()
[all …]
DChangeLog-19971160 (anon nt calls): Add 'R' alternative.
DChangeLog-199920736 * i370.md (anon mult and div patterns): Fix set mode mismatch.
20739 * m88k.md (anon rotate insns): Fix set mode mismatch.
20740 (anon BLKmode moves): Commonize and fix set mode mismatches.
DChangeLog-200116618 * m68k.md (anon mulsi pattern): Use const_int_operand not
DChangeLog-200230261 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
/freebsd-12-stable/contrib/gcc/cp/
Dname-lookup.c3036 bool anon = !name; in push_namespace_with_attribs() local
3045 if (anon) in push_namespace_with_attribs()
3077 if (anon || decl_anon_ns_mem_p (current_namespace)) in push_namespace_with_attribs()
3082 if (anon) in push_namespace_with_attribs()
DChangeLog-1996136 * decl.c (pushtag): Do pushdecl for anon tags.
2524 * decl.c (shadow_tag): Fix error about anon union with methods.
3619 * typeck.c (build_component_ref): Fix to handle anon unions in base
3665 * init.c (initializing_context): Handle anon union changes, the
3666 context where fields of anon unions can be initialized now has to be
3692 * class.c (finish_struct_anon): Switch around code to not move anon
3695 the anon unions that may be present at build_component_ref time.
3720 * class.c (finish_struct_1): Move code for handling anon unions...
DChangeLog-19994834 * class.c (finish_struct_1): Remove redundant check for anon struct.
4837 * decl2.c (build_anon_union_vars): Catch anon struct at file scope.
4840 (perform_member_init): Handle getting an anon aggr.
4841 * method.c (do_build_assign_ref): Don't descend into anon aggrs.
DChangeLog-19945144 * class.c (finish_struct): Do synthesize methods for anon
DChangeLog-19981793 (finish_anon_union): Also complain about local anon unions with no
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DDiagnosticGroups.td79 def DeprecatedAnonEnumEnumConversion : DiagGroup<"deprecated-anon-enum-enum-conversion">;
82 def AnonEnumEnumConversion : DiagGroup<"anon-enum-enum-conversion",
1123 def MicrosoftAnonTag : DiagGroup<"microsoft-anon-tag">;
DDiagnosticSemaKinds.td8842 "are an extension">, InGroup<DiagGroup<"nested-anon-types">>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/
DPassRegistry.def82 MODULE_PASS("name-anon-globals", NameAnonGlobalPass())
/freebsd-12-stable/crypto/heimdal/lib/asn1/
Dkrb5.asn1173 KRB5-PADATA-PKINIT-KX(147), -- krb-wg-anon
/freebsd-12-stable/contrib/apr/
Dconfigure.in1248 AC_MSG_WARN([Disabling anon mmap() support for Linux pre-2.4])
/freebsd-12-stable/contrib/gdb/
Dmd5.sum1990 582fe010ae6cfa3c16429c65636bd651 gdb/testsuite/gdb.cp/anon-union.cc
1991 d94735d63db1e1ca15a5cf6eb085bc5b gdb/testsuite/gdb.cp/anon-union.exp
/freebsd-12-stable/contrib/binutils/libiberty/
DChangeLog2620 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
/freebsd-12-stable/contrib/gcclibs/libiberty/
DChangeLog2422 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
/freebsd-12-stable/contrib/amd/doc/
Dam-utils.texi7358 @c @t{anon=0}, superusers are less likely to snoop around others' mail, as
/freebsd-12-stable/share/dict/
Dweb29110 anon