| /freebsd-12-stable/contrib/netbsd-tests/bin/df/ |
| D | t_df.sh | 58 /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/ |
| D | Makefile | 16 CFLAGS.clang+= -Wno-microsoft-anon-tag
|
| /freebsd-12-stable/contrib/wpa/wpa_supplicant/ |
| D | interworking.c | 1462 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/ |
| D | mountd.c | 1550 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/ |
| D | c-typeck.c | 1770 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 …]
|
| D | ChangeLog-1997 | 1160 (anon nt calls): Add 'R' alternative.
|
| D | ChangeLog-1999 | 20736 * 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.
|
| D | ChangeLog-2001 | 16618 * m68k.md (anon mulsi pattern): Use const_int_operand not
|
| D | ChangeLog-2002 | 30261 * stmt.c (expand_anon_union_decl): Set TREE_USED on the anon union
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | name-lookup.c | 3036 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()
|
| D | ChangeLog-1996 | 136 * 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...
|
| D | ChangeLog-1999 | 4834 * 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.
|
| D | ChangeLog-1994 | 5144 * class.c (finish_struct): Do synthesize methods for anon
|
| D | ChangeLog-1998 | 1793 (finish_anon_union): Also complain about local anon unions with no
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticGroups.td | 79 def DeprecatedAnonEnumEnumConversion : DiagGroup<"deprecated-anon-enum-enum-conversion">; 82 def AnonEnumEnumConversion : DiagGroup<"anon-enum-enum-conversion", 1123 def MicrosoftAnonTag : DiagGroup<"microsoft-anon-tag">;
|
| D | DiagnosticSemaKinds.td | 8842 "are an extension">, InGroup<DiagGroup<"nested-anon-types">>;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Passes/ |
| D | PassRegistry.def | 82 MODULE_PASS("name-anon-globals", NameAnonGlobalPass())
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | krb5.asn1 | 173 KRB5-PADATA-PKINIT-KX(147), -- krb-wg-anon
|
| /freebsd-12-stable/contrib/apr/ |
| D | configure.in | 1248 AC_MSG_WARN([Disabling anon mmap() support for Linux pre-2.4])
|
| /freebsd-12-stable/contrib/gdb/ |
| D | md5.sum | 1990 582fe010ae6cfa3c16429c65636bd651 gdb/testsuite/gdb.cp/anon-union.cc 1991 d94735d63db1e1ca15a5cf6eb085bc5b gdb/testsuite/gdb.cp/anon-union.exp
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | ChangeLog | 2620 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
|
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | ChangeLog | 2422 * aclocal.m4 (libiberty_AC_FUNC_STRNCMP): Use anon mmap as 2nd try.
|
| /freebsd-12-stable/contrib/amd/doc/ |
| D | am-utils.texi | 7358 @c @t{anon=0}, superusers are less likely to snoop around others' mail, as
|
| /freebsd-12-stable/share/dict/ |
| D | web2 | 9110 anon
|