| /src/external/bsd/less/dist/ |
| mkfuncs.awk | 3 /^ public/ { ftype = $0; state = 1 } 8 { print ftype,$1,"();"; state = 0 }
|
| /src/sys/rump/librump/rumpkern/ |
| etfs_wrap.c | 40 enum rump_etfs_type ftype) 43 return rump__etfs_register(key, hostpath, ftype, 49 enum rump_etfs_type ftype, uint64_t begin, uint64_t size) 52 return rump__etfs_register(key, hostpath, ftype, begin, size);
|
| /src/external/mpl/bind/dist/bin/tests/system/filters/ |
| common.py | 28 def check_filtertype_only(dest, source, qname, ftype, expected, adflag): 31 msg = isctest.query.create(qname, ftype) 41 if ftype == "aaaa": 87 def check_additional(dest, source, qname, qtype, ftype, expected, adcount): 92 t = rdatatype.A if ftype == "a" else rdatatype.AAAA 111 def check_filter(addr, altaddr, ftype, break_dnssec, recursive): 112 qtype = ftype.upper() 116 expected = "1.0.0.2" if ftype == "a" else "2001:db8::2" 118 addr, addr, f"{ftype}-only.signed", ftype, expected, recursiv [all...] |
| /src/sys/external/bsd/libnv/dist/ |
| cnvlist.c | 85 #define CNVLIST_GET(ftype, type, NVTYPE) \ 86 ftype \ 107 #define CNVLIST_GET_ARRAY(ftype, type, NVTYPE) \ 108 ftype \ 138 #define CNVLIST_TAKE(ftype, type, NVTYPE) \ 139 ftype \ 142 ftype value; \ 150 value = (ftype)(intptr_t)nvpair_get_##type(cookie); \ 166 #define CNVLIST_TAKE_ARRAY(ftype, type, NVTYPE) \ 167 ftype \ [all...] |
| dnvlist.c | 70 #define DNVLIST_GET(ftype, type) \ 71 ftype \ 72 dnvlist_get_##type(const nvlist_t *nvl, const char *name, ftype defval) \ 107 #define DNVLIST_TAKE(ftype, type) \ 108 ftype \ 109 dnvlist_take_##type(nvlist_t *nvl, const char *name, ftype defval) \
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/tools/gbench/ |
| util.py | 62 ftype = IT_Invalid 69 ftype = IT_Executable 71 ftype = IT_JSON 74 return ftype, err_msg 83 ftype, msg = classify_input_file(filename) 84 if ftype == IT_Invalid: 87 return ftype 158 ftype = check_input_file(filename) 159 if ftype == IT_JSON: 161 elif ftype == IT_Executable [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/tools/gbench/ |
| util.py | 60 ftype = IT_Invalid 67 ftype = IT_Executable 69 ftype = IT_JSON 72 return ftype, err_msg 81 ftype, msg = classify_input_file(filename) 82 if ftype == IT_Invalid: 85 return ftype 153 ftype = check_input_file(filename) 154 if ftype == IT_JSON: 156 elif ftype == IT_Executable [all...] |
| /src/external/bsd/ntp/dist/sntp/libopts/ |
| file.c | 38 * @param ftype file existence type flags 43 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) 50 switch (ftype & FTYPE_MODE_EXIST_MASK) { 150 * arg: + teOptFileType + ftype + File handling type + 162 teOptFileType ftype, tuFileMode mode) 168 switch (ftype & FTYPE_MODE_EXIST_MASK) { 186 check_existence(ftype, pOpts, pOD); 188 switch (ftype & FTYPE_MODE_OPEN_MASK) {
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| f95-lang.cc | 711 tree ftype, ptype; local 875 ftype = build_function_type_list (integer_type_node, 877 gfc_define_builtin("__builtin_iroundf", ftype, BUILT_IN_IROUNDF, 879 ftype = build_function_type_list (long_integer_type_node, 881 gfc_define_builtin ("__builtin_lroundf", ftype, BUILT_IN_LROUNDF, 883 ftype = build_function_type_list (long_long_integer_type_node, 885 gfc_define_builtin ("__builtin_llroundf", ftype, BUILT_IN_LLROUNDF, 888 ftype = build_function_type_list (integer_type_node, 890 gfc_define_builtin("__builtin_iround", ftype, BUILT_IN_IROUND, 892 ftype = build_function_type_list (long_integer_type_node [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| f95-lang.cc | 686 tree ftype, ptype; local 836 ftype = build_function_type_list (integer_type_node, 838 gfc_define_builtin("__builtin_iroundf", ftype, BUILT_IN_IROUNDF, 840 ftype = build_function_type_list (long_integer_type_node, 842 gfc_define_builtin ("__builtin_lroundf", ftype, BUILT_IN_LROUNDF, 844 ftype = build_function_type_list (long_long_integer_type_node, 846 gfc_define_builtin ("__builtin_llroundf", ftype, BUILT_IN_LLROUNDF, 849 ftype = build_function_type_list (integer_type_node, 851 gfc_define_builtin("__builtin_iround", ftype, BUILT_IN_IROUND, 853 ftype = build_function_type_list (long_integer_type_node [all...] |
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| filter.c | 557 ber_tag_t ftype; local 577 ftype = LDAP_FILTER_LE; 582 ftype = LDAP_FILTER_GE; 587 ftype = LDAP_FILTER_APPROX; 596 ftype = LDAP_FILTER_EXT; 647 rc = ber_printf( ber, "t{" /*"}"*/, ftype ); 690 ftype = LDAP_FILTER_EQUALITY; 693 ftype = LDAP_FILTER_PRESENT; 704 if ( ftype == LDAP_FILTER_PRESENT ) { 705 rc = ber_printf( ber, "ts", ftype, str ) 726 ber_tag_t ftype = LDAP_FILTER_SUBSTRINGS; local 986 ber_tag_t ftype; local [all...] |
| /src/external/gpl3/binutils/dist/gas/ |
| itbl-parse.y | 139 field -> [','] ftype frange flags 143 ftype -> [ type | 'immed' | 'addr' ] 291 %type <num> number NUM ftype regtype pnum PNUM 333 ftype: label 336 DBGL2 (("ftype\n")); 352 ftype range flags
|
| /src/external/gpl3/binutils.old/dist/gas/ |
| itbl-parse.y | 139 field -> [','] ftype frange flags 143 ftype -> [ type | 'immed' | 'addr' ] 291 %type <num> number NUM ftype regtype pnum PNUM 333 ftype: label 336 DBGL2 (("ftype\n")); 352 ftype range flags
|
| /src/usr.sbin/acpitools/aml/ |
| aml_obj.h | 107 enum fieldtype ftype; /* f_t_field */ member in struct:nfieldd 112 enum fieldtype ftype; /* f_t_index */ member in struct:ifieldd 118 enum fieldtype ftype; /* f_t_bank */ member in struct:bfieldd 130 enum fieldtype ftype; member in union:aml_field::__anon8409
|
| /src/external/bsd/nvi/dist/ex/ |
| ex_bang.c | 58 enum filtertype ftype; local 153 ftype = FILTER_BANG; 159 ftype = FILTER_RBANG; 163 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
|
| ex_filter.c | 99 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype) 138 if (ftype != FILTER_READ && pipe(input) < 0) { 176 if (ftype == FILTER_RBANG || ftype == FILTER_READ) { 177 if (ftype == FILTER_RBANG) 183 if (ftype == FILTER_READ) { 243 if (ftype == FILTER_WRITE) { 267 if (rval == 0 && ftype == FILTER_BANG && 292 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slaptest.c | 51 test_file( const char *fname, const char *ftype ) 62 ftype, fname );
|
| /src/sys/arch/aarch64/aarch64/ |
| fault.c | 141 vm_prot_t ftype; local 181 ftype = VM_PROT_EXECUTE; 183 ftype = VM_PROT_READ; 185 ftype = (rw == 0) ? VM_PROT_READ : VM_PROT_WRITE; 187 if (ftype & VM_PROT_EXECUTE) { 209 ftype == VM_PROT_WRITE)) 212 if (pmap_fault_fixup(map->pmap, va, ftype, user)) { 219 error = uvm_fault(map, va, ftype);
|
| /src/include/ |
| tgmath.h | 62 #define __TG_GFN1(fn, a, ftype, ltype) \ 63 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \ 69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ 70 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \ 76 #define __TG_GFN2(fn, a, b, ftype, ltype) \ 77 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \ 78 && __TG_IS_##ftype##_P(b), \ 85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ 86 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \ 87 && __TG_IS_##ftype##_P(b), [all...] |
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| parent-child-dtd-crash-lib.c | 16 ctf_id_t ptype, ftype, stype, foo; local 59 if ((ftype = ctf_add_forward (pfp, CTF_ADD_ROOT, "foo", forward_kind)) == CTF_ERR) 85 if (stype == ftype) 92 if (stype == ftype) 99 if (stype == ftype)
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| parent-child-dtd-crash-lib.c | 16 ctf_id_t ptype, ftype, stype, foo; local 59 if ((ftype = ctf_add_forward (pfp, CTF_ADD_ROOT, "foo", forward_kind)) == CTF_ERR) 85 if (stype == ftype) 92 if (stype == ftype) 99 if (stype == ftype)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| infcall.c | 349 struct type *ftype = check_typedef (function->type ()); local 350 struct gdbarch *gdbarch = ftype->arch (); 359 if (ftype->code () == TYPE_CODE_FUNC 360 || ftype->code () == TYPE_CODE_METHOD) 362 else if (ftype->code () == TYPE_CODE_PTR) 365 ftype = check_typedef (ftype->target_type ()); 366 if (ftype->code () == TYPE_CODE_FUNC 367 || ftype->code () == TYPE_CODE_METHOD) 371 if (ftype->code () == TYPE_CODE_FUN 1080 type *ftype; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| infcall.c | 349 struct type *ftype = check_typedef (function->type ()); local 350 struct gdbarch *gdbarch = ftype->arch (); 359 if (ftype->code () == TYPE_CODE_FUNC 360 || ftype->code () == TYPE_CODE_METHOD) 362 else if (ftype->code () == TYPE_CODE_PTR) 365 ftype = check_typedef (ftype->target_type ()); 366 if (ftype->code () == TYPE_CODE_FUNC 367 || ftype->code () == TYPE_CODE_METHOD) 371 if (ftype->code () == TYPE_CODE_FUN 1086 type *ftype; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-builtins.cc | 457 enum ix86_builtin_func_type ftype; 497 ftype = (enum ix86_builtin_func_type) d->flag; 498 type = ix86_get_builtin_func_type (ftype); 537 enum ix86_builtin_func_type ftype; 549 ftype = (enum ix86_builtin_func_type) d->flag; 550 def_builtin (d->mask, d->mask2, d->name, ftype, d->code); 565 ftype = (enum ix86_builtin_func_type) d->flag; 566 def_builtin_pure (d->mask, d->mask2, d->name, ftype, d->code); 581 ftype = (enum ix86_builtin_func_type) d->flag; 582 def_builtin_const (d->mask, d->mask2, d->name, ftype, d->code) 456 enum ix86_builtin_func_type ftype; local 536 enum ix86_builtin_func_type ftype; local 1498 tree ftype, decl; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-builtins.cc | 435 enum ix86_builtin_func_type ftype; 475 ftype = (enum ix86_builtin_func_type) d->flag; 476 type = ix86_get_builtin_func_type (ftype); 515 enum ix86_builtin_func_type ftype; 527 ftype = (enum ix86_builtin_func_type) d->flag; 528 def_builtin (d->mask, d->mask2, d->name, ftype, d->code); 543 ftype = (enum ix86_builtin_func_type) d->flag; 544 def_builtin_pure (d->mask, d->mask2, d->name, ftype, d->code); 559 ftype = (enum ix86_builtin_func_type) d->flag; 560 def_builtin_const (d->mask, d->mask2, d->name, ftype, d->code) 434 enum ix86_builtin_func_type ftype; local 514 enum ix86_builtin_func_type ftype; local 1408 tree ftype, decl; local [all...] |