| /openbsd/src/usr.sbin/amd/rpcx/ |
| D | nfs_prot.ed | 20 /^enum ftype /i 22 %typedef int ftype; 23 #define ftype int 25 +1s/^enum ftype /enum / 29 #define ftype int 31 typedef int ftype;
|
| D | nfs_prot.x | 96 %typedef int ftype; typedef 97 #define ftype int macro 110 #define ftype int macro 112 typedef int ftype; typedef 135 ftype type; /* file type */
|
| /openbsd/src/usr.bin/vi/ex/ |
| D | ex_filter.c | 42 enum filtertype ftype) in ex_filter() argument 81 if (ftype == FILTER_BANG) { in ex_filter() 114 } else if (ftype != FILTER_READ && pipe(input) < 0) { in ex_filter() 204 if (ftype == FILTER_RBANG || ftype == FILTER_READ) { in ex_filter() 205 if (ftype == FILTER_RBANG) in ex_filter() 211 if (ftype == FILTER_READ) { in ex_filter() 241 if (ftype == FILTER_WRITE) { in ex_filter() 293 if (ftype == FILTER_BANG) { in ex_filter() 326 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval); in ex_filter()
|
| D | ex_bang.c | 50 enum filtertype ftype; in ex_bang() local 139 ftype = FILTER_BANG; in ex_bang() 145 ftype = FILTER_RBANG; in ex_bang() 149 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype); in ex_bang()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | infcall.c | 165 struct type *ftype = check_typedef (VALUE_TYPE (function)); in find_function_addr() local 166 enum type_code code = TYPE_CODE (ftype); in find_function_addr() 177 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 182 ftype = check_typedef (TYPE_TARGET_TYPE (ftype)); in find_function_addr() 183 if (TYPE_CODE (ftype) == TYPE_CODE_FUNC in find_function_addr() 184 || TYPE_CODE (ftype) == TYPE_CODE_METHOD) in find_function_addr() 189 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 198 if (TYPE_LENGTH (ftype) == 1) in find_function_addr() 310 struct type *ftype = check_typedef (VALUE_TYPE (function)); in call_function_by_hand() local 487 if (nargs < TYPE_NFIELDS (ftype)) in call_function_by_hand() [all …]
|
| D | hppa-hpux-tdep.c | 608 struct type *ftype; in find_stub_with_shl_get() local 627 ftype = check_typedef (SYMBOL_TYPE (get_sym)); in find_stub_with_shl_get() 649 args[0] = value_from_longest (TYPE_FIELD_TYPE (ftype, 0), 12); in find_stub_with_shl_get() 650 args[1] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 1), SYMBOL_VALUE_ADDRESS (msymbol)); in find_stub_with_shl_get() 651 args[2] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 2), endo_buff_addr); in find_stub_with_shl_get() 652 args[3] = value_from_longest (TYPE_FIELD_TYPE (ftype, 3), TYPE_PROCEDURE); in find_stub_with_shl_get() 653 args[4] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 4), value_return_addr); in find_stub_with_shl_get() 654 args[5] = value_from_pointer (TYPE_FIELD_TYPE (ftype, 5), errno_return_addr); in find_stub_with_shl_get()
|
| D | hpacc-abi.c | 95 struct type *ftype = TYPE_FN_FIELD_TYPE (f, j); /* method type */ in hpacc_virtual_fn_field() local 168 vp = allocate_value (ftype); in hpacc_virtual_fn_field() 169 VALUE_TYPE (vp) = ftype; in hpacc_virtual_fn_field()
|
| D | buildsym.c | 257 struct type *ftype = SYMBOL_TYPE (symbol); in finish_block() local 262 if (TYPE_NFIELDS (ftype) <= 0) in finish_block() 302 TYPE_NFIELDS (ftype) = nparams; in finish_block() 303 TYPE_FIELDS (ftype) = (struct field *) in finish_block() 304 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in finish_block() 321 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym); in finish_block() 322 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0; in finish_block()
|
| D | jv-lang.c | 477 struct type *ftype; in java_link_class_type() local 480 ftype = type_from_class (temp); in java_link_class_type() 481 if (TYPE_CODE (ftype) == TYPE_CODE_STRUCT) in java_link_class_type() 482 ftype = lookup_pointer_type (ftype); in java_link_class_type() 483 TYPE_FIELD_TYPE (type, i) = ftype; in java_link_class_type()
|
| D | dwarfread.c | 1545 struct type *ftype; /* Function that returns above type */ in read_subroutine_type() local 1554 ftype = lookup_utype (dip->die_ref); in read_subroutine_type() 1555 if (ftype == NULL) in read_subroutine_type() 1559 ftype = lookup_function_type (type); in read_subroutine_type() 1560 alloc_utype (dip->die_ref, ftype); in read_subroutine_type() 1562 else if (TYPE_CODE (ftype) == TYPE_CODE_UNDEF) in read_subroutine_type() 1566 TYPE_TARGET_TYPE (ftype) = type; in read_subroutine_type() 1567 TYPE_LENGTH (ftype) = 1; in read_subroutine_type() 1568 TYPE_CODE (ftype) = TYPE_CODE_FUNC; in read_subroutine_type()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | itbl-parse.y | 291 %type <num> number NUM ftype regtype pnum PNUM 333 ftype: 352 ftype range flags
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | itbl-parse.y | 293 %type <num> number NUM ftype regtype pnum PNUM 335 ftype: 354 ftype range flags
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | loop1.C | 4 typedef bool (*ftype) (); typedef 13 void f (ftype func) in f()
|
| /openbsd/src/usr.bin/ssh/ |
| D | mux.c | 516 format_forward(u_int ftype, struct Forward *fwd) in format_forward() argument 520 switch (ftype) { in format_forward() 546 fatal_f("unknown forward type %u", ftype); in format_forward() 675 u_int ftype; in mux_master_process_open_fwd() local 682 if ((r = sshbuf_get_u32(m, &ftype)) != 0 || in mux_master_process_open_fwd() 715 (fwd_desc = format_forward(ftype, &fwd))); in mux_master_process_open_fwd() 717 if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE && in mux_master_process_open_fwd() 718 ftype != MUX_FWD_DYNAMIC) { in mux_master_process_open_fwd() 719 logit_f("invalid forwarding type %u", ftype); in mux_master_process_open_fwd() 727 if (ftype == MUX_FWD_DYNAMIC && fwd.listen_path) { in mux_master_process_open_fwd() [all …]
|
| /openbsd/src/sbin/unwind/libunbound/services/ |
| D | listen_dnsport.c | 1122 port_insert(struct listen_port** list, int s, enum listen_type ftype, in port_insert() argument 1131 item->ftype = ftype; in port_insert() 1469 if(ports->ftype == listen_type_udp || in listen_create() 1470 ports->ftype == listen_type_udp_dnscrypt) { in listen_create() 1474 } else if(ports->ftype == listen_type_tcp || in listen_create() 1475 ports->ftype == listen_type_tcp_dnscrypt) { in listen_create() 1480 ports->ftype, ports->pp2_enabled, cb, cb_arg, in listen_create() 1482 } else if(ports->ftype == listen_type_ssl || in listen_create() 1483 ports->ftype == listen_type_http) { in listen_create() 1489 ports->ftype, ports->pp2_enabled, cb, cb_arg, in listen_create() [all …]
|
| /openbsd/src/usr.sbin/unbound/services/ |
| D | listen_dnsport.c | 1122 port_insert(struct listen_port** list, int s, enum listen_type ftype, in port_insert() argument 1131 item->ftype = ftype; in port_insert() 1469 if(ports->ftype == listen_type_udp || in listen_create() 1470 ports->ftype == listen_type_udp_dnscrypt) { in listen_create() 1474 } else if(ports->ftype == listen_type_tcp || in listen_create() 1475 ports->ftype == listen_type_tcp_dnscrypt) { in listen_create() 1480 ports->ftype, ports->pp2_enabled, cb, cb_arg, in listen_create() 1482 } else if(ports->ftype == listen_type_ssl || in listen_create() 1483 ports->ftype == listen_type_http) { in listen_create() 1489 ports->ftype, ports->pp2_enabled, cb, cb_arg, in listen_create() [all …]
|
| /openbsd/src/lib/libkvm/ |
| D | kvm_file2.c | 734 mode_t ftype = 0; in _kvm_getftype() local 738 ftype = S_IFREG; in _kvm_getftype() 741 ftype = S_IFDIR; in _kvm_getftype() 744 ftype = S_IFBLK; in _kvm_getftype() 747 ftype = S_IFCHR; in _kvm_getftype() 750 ftype = S_IFLNK; in _kvm_getftype() 753 ftype = S_IFSOCK; in _kvm_getftype() 756 ftype = S_IFIFO; in _kvm_getftype() 763 return (ftype); in _kvm_getftype()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | parse.y | 276 flagged_type_tree ftype; member 419 %type <ftype> type_id new_type_id typed_typespecs typespec typed_declspecs 420 %type <ftype> typed_declspecs1 type_specifier_seq nonempty_cv_qualifiers 421 %type <ftype> structsp typespecqual_reserved parm named_parm full_parm 422 %type <ftype> declmods 435 %type <ftype> class_head_decl class_head_defn 446 %type <ftype> member_init_list 2135 { $<ttype>$ = parse_decl0 ($<ttype>-1, $<ftype>-2.t, 2136 $<ftype>-2.lookups, $1, 1); } 2142 { tree d = parse_decl0 ($<ttype>-1, $<ftype>-2.t, [all …]
|
| /openbsd/src/sys/arch/arm/arm/ |
| D | fault.c | 168 vm_prot_t ftype; in data_abort_handler() local 309 ftype = fsr & FAULT_WNR ? PROT_WRITE : PROT_READ; in data_abort_handler() 324 error = uvm_fault(map, va, 0, ftype); in data_abort_handler() 346 printf("\nuvm_fault(%p, %lx, %x, 0) -> %x\n", map, va, ftype, in data_abort_handler()
|
| /openbsd/src/lib/librpcsvc/ |
| D | nfs_prot.x | 84 enum ftype { enum 116 ftype type; /* file type */
|
| /openbsd/src/usr.sbin/mtree/ |
| D | compare.c | 50 static char *ftype(u_int); 111 ftype(s->type), inotype(p->fts_statp->st_mode)); in compare() 374 ftype(u_int type) in ftype() function
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | tree.c | 6669 tree tmp, ftype; in build_common_builtin_nodes() local 6677 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6680 local_define_builtin ("__builtin_memcpy", ftype, BUILT_IN_MEMCPY, in build_common_builtin_nodes() 6683 local_define_builtin ("__builtin_memmove", ftype, BUILT_IN_MEMMOVE, in build_common_builtin_nodes() 6692 ftype = build_function_type (integer_type_node, tmp); in build_common_builtin_nodes() 6693 local_define_builtin ("__builtin_memcmp", ftype, BUILT_IN_MEMCMP, in build_common_builtin_nodes() 6702 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6703 local_define_builtin ("__builtin_memset", ftype, BUILT_IN_MEMSET, in build_common_builtin_nodes() 6710 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6711 local_define_builtin ("__builtin_alloca", ftype, BUILT_IN_ALLOCA, in build_common_builtin_nodes() [all …]
|
| /openbsd/src/sys/net/ |
| D | pfkeyv2_convert.c | 426 struct sadb_protocol *sab, struct sadb_protocol *ftype) in import_flow() argument 468 flow->sen_direction = ftype->sadb_protocol_direction; in import_flow() 495 flow->sen_ip6_direction = ftype->sadb_protocol_direction; in import_flow() 567 export_flow(void **p, u_int8_t ftype, struct sockaddr_encap *flow, in export_flow() argument 577 switch (ftype) { in export_flow()
|
| /openbsd/src/sys/lib/libsa/ |
| D | nfs.c | 596 u_int32_t ftype, mode; in nfs_stat() local 598 ftype = ntohl(fp->fa.fa_type); in nfs_stat() 600 mode |= nfs_stat_types[ftype & 7]; in nfs_stat()
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | update.c | 2748 char ftype[16+1]; local 2749 if (sscanf (n->data, "%16s %lu", ftype, 2754 if (strcmp (ftype, "character") == 0) 2756 else if (strcmp (ftype, "block") == 0) 2760 finfo->file, rev1, ftype); 2826 char ftype[16+1]; local 2827 if (sscanf (n->data, "%16s %lu", ftype, 2832 if (strcmp (ftype, "character") == 0) 2834 else if (strcmp (ftype, "block") == 0) 2838 finfo->file, rev2, ftype);
|