/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | calls.h | 43 function_arg_info (machine_mode mode, bool named) in function_arg_info() 48 function_arg_info (tree type, bool named) in function_arg_info() 54 function_arg_info (tree type, machine_mode mode, bool named) in function_arg_info() 106 unsigned int named : 1; variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | calls.h | 43 function_arg_info (machine_mode mode, bool named) in function_arg_info() 48 function_arg_info (tree type, bool named) in function_arg_info() 54 function_arg_info (tree type, machine_mode mode, bool named) in function_arg_info() 106 unsigned int named : 1; variable
|
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
H A D | Parser.py | 58 def __init__(self, named): argument 181 def quad_list_with_keys(self, name, tokens, named): argument
|
H A D | NsdConf.py | 340 def populate(self, named): argument
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_sem.c | 116 ATF_TC_HEAD(named, tc) in ATF_TC_HEAD() argument 120 ATF_TC_BODY(named, tc) in ATF_TC_BODY() argument
|
/netbsd-src/external/mpl/bind/dist/bin/ |
H A D | Makefile.am | 1 SUBDIRS = named rndc dig delv dnssec tools nsupdate check confgen tests plugins subdir
|
/netbsd-src/tests/lib/semaphore/ |
H A D | sem.c | 231 ATF_TC_HEAD(named, tc) in ATF_TC_HEAD() argument 243 ATF_TC_BODY(named, tc) in ATF_TC_BODY() argument
|
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-lookup/ |
H A D | struct-iteration-ctf.c | 13 } named; member
|
/netbsd-src/games/hack/ |
H A D | hack.steal.c | 147 int named = 0; in steal() local
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | tinytest.h | 92 #define tinytest_skip(groups, named) \ argument
|
/netbsd-src/sys/fs/nfs/server/ |
H A D | nfs_nfsdserv.c | 499 struct nameidata named; in nfsrvd_lookup() local 982 struct nameidata named; in nfsrvd_create() local 1152 struct nameidata named; in nfsrvd_mknod() local 1367 struct nameidata named; in nfsrvd_remove() local 1621 struct nameidata named; in nfsrvd_link() local 1726 struct nameidata named; in nfsrvd_symlink() local 1846 struct nameidata named; in nfsrvd_mkdir() local 2589 struct nameidata named; in nfsrvd_open() local 3345 struct nameidata named; in nfsrvd_secinfo() local
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | format-perl-brace.c | 51 struct named_arg *named; member
|
H A D | format-sh.c | 68 struct named_arg *named; member
|
H A D | format-python.c | 94 struct named_arg *named; member
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 743 print_named_name(PrintContext& ctx, const _Parameter::_Named& named) in print_named_name() 790 const char* fname, const _Parameter::_Named& named) in print_named_field() 897 print_quoted_named_name(PrintContext& ctx, const _Parameter::_Named& named) in print_quoted_named_name()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-call.cc | 735 abi_v4_pass_in_fpr (machine_mode mode, bool named) in abi_v4_pass_in_fpr() 1073 const_tree type, bool named, int depth) in rs6000_function_arg_advance_1() 1442 bool named, bool retval) in rs6000_darwin64_record_arg() 1637 bool named = arg.named; in rs6000_function_arg() local
|
/netbsd-src/tests/usr.bin/xlint/lint1/ |
H A D | msg_247.c | 300 _Bool named; member
|
/netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | macro.c | 296 apply (char **named, char **actuals, char *body) in apply()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
H A D | package.d | 548 this(R input, uint n, const(NamedGroup)[] named) in foreach()
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | decl.c | 419 bit_fields_width(const sym_t ** mem,bool * named) bit_fields_width() argument 447 bool named = false; pack_struct_or_union() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
H A D | pru.c | 2076 bool named) in pru_function_arg_regi() 2134 bool named) in pru_function_arg_regi_mark_slot()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
H A D | pru.cc | 2204 bool named) in pru_function_arg_regi() 2262 bool named) in pru_function_arg_regi_mark_slot()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/sparc/ |
H A D | sparc.cc | 6799 traverse_record_type (const_tree type, bool named, T *data, in traverse_record_type() 6876 const_tree type, bool named, bool incoming, in function_arg_slotno() 7233 int slotno, bool named, int regbase) in function_arg_record_value() 7349 function_arg_vector_value (int size, int slotno, bool named, int regno) in function_arg_vector_value() 7397 bool named = arg.named; in sparc_function_arg_1() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000-call.c | 6135 abi_v4_pass_in_fpr (machine_mode mode, bool named) in abi_v4_pass_in_fpr() 6490 const_tree type, bool named, int depth) in rs6000_function_arg_advance_1() 6865 bool named, bool retval) in rs6000_darwin64_record_arg() 7060 bool named = arg.named; in rs6000_function_arg() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
H A D | sparc.c | 6944 const_tree type, bool named, bool incoming, in function_arg_slotno() 7301 int slotno, bool named, int regbase) in function_arg_record_value() 7417 function_arg_vector_value (int size, int slotno, bool named, int regno) in function_arg_vector_value() 7465 bool named = arg.named; in sparc_function_arg_1() local
|