| /freebsd-9-stable/contrib/nvi/ex/ |
| D | ex_filter.c | 42 ex_filter(sp, cmdp, fm, tm, rp, cmd, ftype) in ex_filter() argument 47 enum filtertype ftype; 85 if (ftype != FILTER_READ && pipe(input) < 0) { 175 if (ftype == FILTER_RBANG || ftype == FILTER_READ) { 176 if (ftype == FILTER_RBANG) 182 if (ftype == FILTER_READ) 241 if (ftype == FILTER_WRITE) { 265 if (rval == 0 && ftype == FILTER_BANG && 289 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval);
|
| D | ex_bang.c | 54 enum filtertype ftype; local 145 ftype = FILTER_BANG; 151 ftype = FILTER_RBANG; 155 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype);
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | infcall.c | 164 struct type *ftype = check_typedef (VALUE_TYPE (function)); in find_function_addr() local 165 enum type_code code = TYPE_CODE (ftype); in find_function_addr() 176 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 181 ftype = check_typedef (TYPE_TARGET_TYPE (ftype)); in find_function_addr() 182 if (TYPE_CODE (ftype) == TYPE_CODE_FUNC in find_function_addr() 183 || TYPE_CODE (ftype) == TYPE_CODE_METHOD) in find_function_addr() 188 value_type = TYPE_TARGET_TYPE (ftype); in find_function_addr() 197 if (TYPE_LENGTH (ftype) == 1) in find_function_addr() 396 struct type *ftype = check_typedef (SYMBOL_TYPE (function)); in call_function_by_hand() local 609 if (nargs < TYPE_NFIELDS (ftype)) in call_function_by_hand() [all …]
|
| 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 | 258 struct type *ftype = SYMBOL_TYPE (symbol); in finish_block() local 263 if (TYPE_NFIELDS (ftype) <= 0) in finish_block() 303 TYPE_NFIELDS (ftype) = nparams; in finish_block() 304 TYPE_FIELDS (ftype) = (struct field *) in finish_block() 305 TYPE_ALLOC (ftype, nparams * sizeof (struct field)); in finish_block() 322 TYPE_FIELD_TYPE (ftype, iparams) = SYMBOL_TYPE (sym); in finish_block() 323 TYPE_FIELD_ARTIFICIAL (ftype, iparams) = 0; in finish_block()
|
| D | ada-lang.c | 2338 ada_type_match (struct type *ftype, struct type *atype, int may_deref) in ada_type_match() argument 2340 CHECK_TYPEDEF (ftype); in ada_type_match() 2343 if (TYPE_CODE (ftype) == TYPE_CODE_REF) in ada_type_match() 2344 ftype = TYPE_TARGET_TYPE (ftype); in ada_type_match() 2348 if (TYPE_CODE (ftype) == TYPE_CODE_VOID in ada_type_match() 2352 switch (TYPE_CODE (ftype)) in ada_type_match() 2358 return ada_type_match (TYPE_TARGET_TYPE (ftype), in ada_type_match() 2362 ada_type_match (TYPE_TARGET_TYPE (ftype), atype, 0)); in ada_type_match() 2381 if (ada_is_array_descriptor (ftype)) in ada_type_match() 2390 return (TYPE_CODE (atype) == TYPE_CODE (ftype)); in ada_type_match() [all …]
|
| D | jv-lang.c | 475 struct type *ftype; in java_link_class_type() local 478 ftype = type_from_class (temp); in java_link_class_type() 479 if (TYPE_CODE (ftype) == TYPE_CODE_STRUCT) in java_link_class_type() 480 ftype = lookup_pointer_type (ftype); in java_link_class_type() 481 TYPE_FIELD_TYPE (type, i) = ftype; in java_link_class_type()
|
| /freebsd-9-stable/sys/fs/cd9660/ |
| D | cd9660_node.c | 114 cd9660_defattr(isodir, inop, bp, ftype) in cd9660_defattr() argument 118 enum ISO_FTYPE ftype; 126 if (isonum_711(ftype == ISO_FTYPE_HIGH_SIERRA? 179 cd9660_deftstamp(isodir,inop,bp,ftype) in cd9660_deftstamp() argument 183 enum ISO_FTYPE ftype; 200 if (ftype != ISO_FTYPE_HIGH_SIERRA 212 cd9660_tstamp_conv7(isodir->date,&inop->inode.iso_ctime,ftype); 221 cd9660_tstamp_conv7(pi,pu,ftype) in cd9660_tstamp_conv7() argument 224 enum ISO_FTYPE ftype; 235 if(ftype != ISO_FTYPE_HIGH_SIERRA)
|
| /freebsd-9-stable/contrib/ntp/sntp/libopts/ |
| D | file.c | 41 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() argument 48 switch (ftype & FTYPE_MODE_EXIST_MASK) { in check_existence() 160 teOptFileType ftype, tuFileMode mode) in optionFileCheck() argument 166 switch (ftype & FTYPE_MODE_EXIST_MASK) { in optionFileCheck() 184 check_existence(ftype, pOpts, pOD); in optionFileCheck() 186 switch (ftype & FTYPE_MODE_OPEN_MASK) { in optionFileCheck()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | itbl-parse.y | 291 %type <num> number NUM ftype regtype pnum PNUM 333 ftype: 352 ftype range flags
|
| /freebsd-9-stable/contrib/less/ |
| D | mkfuncs.awk | 3 /^ public/ { ftype = $0; state = 1 } 8 { print ftype,$1,"();"; state = 0 }
|
| /freebsd-9-stable/sys/amd64/amd64/ |
| D | trap.c | 652 vm_prot_t ftype; local 743 ftype = VM_PROT_WRITE; 745 ftype = VM_PROT_EXECUTE; 747 ftype = VM_PROT_READ; 759 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); 769 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); 773 if (ftype == VM_PROT_READ || ftype == VM_PROT_WRITE) { 775 if (ftype == VM_PROT_READ)
|
| /freebsd-9-stable/crypto/openssh/ |
| D | mux.c | 514 format_forward(u_int ftype, Forward *fwd) in format_forward() argument 518 switch (ftype) { in format_forward() 540 fatal("%s: unknown forward type %u", __func__, ftype); in format_forward() 634 u_int ftype; in process_mux_open_fwd() local 640 if (buffer_get_int_ret(&ftype, m) != 0 || in process_mux_open_fwd() 662 (fwd_desc = format_forward(ftype, &fwd))); in process_mux_open_fwd() 664 if (ftype != MUX_FWD_LOCAL && ftype != MUX_FWD_REMOTE && in process_mux_open_fwd() 665 ftype != MUX_FWD_DYNAMIC) { in process_mux_open_fwd() 666 logit("%s: invalid forwarding type %u", __func__, ftype); in process_mux_open_fwd() 680 if (fwd.connect_port >= 65536 || (ftype != MUX_FWD_DYNAMIC && in process_mux_open_fwd() [all …]
|
| /freebsd-9-stable/sys/powerpc/booke/ |
| D | trap.c | 401 vm_prot_t ftype; in trap_pfault() local 409 ftype = VM_PROT_READ | VM_PROT_EXECUTE; in trap_pfault() 414 ftype = VM_PROT_WRITE; in trap_pfault() 416 ftype = VM_PROT_READ; in trap_pfault() 446 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap_pfault() 456 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap_pfault()
|
| /freebsd-9-stable/sys/i386/i386/ |
| D | trap.c | 813 vm_prot_t ftype; local 904 ftype = VM_PROT_WRITE; 907 ftype = VM_PROT_EXECUTE; 910 ftype = VM_PROT_READ; 922 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); 932 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); 936 if (ftype == VM_PROT_READ || ftype == VM_PROT_WRITE) { 938 if (ftype == VM_PROT_READ)
|
| /freebsd-9-stable/sys/arm/arm/ |
| D | trap.c | 231 vm_prot_t ftype; in data_abort_handler() local 391 ftype = VM_PROT_WRITE; in data_abort_handler() 399 ftype = VM_PROT_WRITE; in data_abort_handler() 403 ftype = VM_PROT_READ | VM_PROT_WRITE; in data_abort_handler() 405 ftype = VM_PROT_READ; in data_abort_handler() 415 if (pmap_fault_fixup(vmspace_pmap(td->td_proc->p_vmspace), va, ftype, in data_abort_handler() 427 error = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in data_abort_handler() 444 printf("\nvm_fault(%p, %x, %x, 0) -> %x\n", map, va, ftype, in data_abort_handler()
|
| /freebsd-9-stable/sys/powerpc/aim/ |
| D | trap.c | 569 vm_prot_t ftype; in trap_pfault() local 577 ftype = VM_PROT_EXECUTE; in trap_pfault() 579 ftype |= VM_PROT_READ; in trap_pfault() 583 ftype = VM_PROT_WRITE; in trap_pfault() 585 ftype = VM_PROT_READ; in trap_pfault() 616 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap_pfault() 626 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap_pfault()
|
| /freebsd-9-stable/sys/ia64/ia64/ |
| D | trap.c | 529 vm_prot_t ftype; in trap() local 551 ftype = VM_PROT_EXECUTE; in trap() 553 ftype = VM_PROT_WRITE; in trap() 555 ftype = VM_PROT_READ; in trap() 567 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap() 577 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap()
|
| /freebsd-9-stable/sys/mips/mips/ |
| D | trap.c | 406 vm_prot_t ftype; in trap() local 499 ftype = VM_PROT_WRITE; in trap() 509 ftype = VM_PROT_WRITE; in trap() 518 ftype = (type == T_TLB_ST_MISS) ? VM_PROT_WRITE : VM_PROT_READ; in trap() 526 rv = vm_fault(kernel_map, va, ftype, VM_FAULT_NORMAL); in trap() 555 ftype = VM_PROT_READ; in trap() 559 ftype = VM_PROT_WRITE; in trap() 586 rv = vm_fault(map, va, ftype, VM_FAULT_NORMAL); in trap() 594 ftype, VM_FAULT_NORMAL, rv, (void *)(intptr_t)trapframe->pc); in trap() 612 ucode = ftype; in trap()
|
| /freebsd-9-stable/sys/compat/ndis/ |
| D | kern_windrv.c | 583 windrv_wrap(func, wrap, argcnt, ftype) in windrv_wrap() argument 587 int ftype; 879 windrv_wrap(func, wrap, argcnt, ftype) in windrv_wrap() argument 883 int ftype; 885 switch(ftype) {
|
| /freebsd-9-stable/contrib/gcc/ |
| D | tree.c | 6671 tree tmp, ftype; in build_common_builtin_nodes() local 6679 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6682 local_define_builtin ("__builtin_memcpy", ftype, BUILT_IN_MEMCPY, in build_common_builtin_nodes() 6685 local_define_builtin ("__builtin_memmove", ftype, BUILT_IN_MEMMOVE, in build_common_builtin_nodes() 6694 ftype = build_function_type (integer_type_node, tmp); in build_common_builtin_nodes() 6695 local_define_builtin ("__builtin_memcmp", ftype, BUILT_IN_MEMCMP, in build_common_builtin_nodes() 6704 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6705 local_define_builtin ("__builtin_memset", ftype, BUILT_IN_MEMSET, in build_common_builtin_nodes() 6712 ftype = build_function_type (ptr_type_node, tmp); in build_common_builtin_nodes() 6713 local_define_builtin ("__builtin_alloca", ftype, BUILT_IN_ALLOCA, in build_common_builtin_nodes() [all …]
|
| /freebsd-9-stable/usr.sbin/mtree/ |
| D | extern.h | 51 const char * ftype(u_int type);
|
| /freebsd-9-stable/usr.sbin/config/ |
| D | mkmakefile.c | 748 const char *ftype = NULL; in do_rules() local 752 ftype = "NORMAL"; in do_rules() 757 ftype = "PROFILE"; in do_rules() 765 "${%s_%c%s}", ftype, in do_rules()
|
| /freebsd-9-stable/sys/fs/fdescfs/ |
| D | fdesc_vnops.c | 149 fdesc_allocvp(ftype, fd_fd, ix, mp, vpp) in fdesc_allocvp() argument 150 fdntype ftype; in fdesc_allocvp() 201 fd->fd_type = ftype;
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | update.c | 2842 char ftype[16]; local 2843 if (sscanf (n->data, "%15s %lu", ftype, 2848 if (strcmp (ftype, "character") == 0) 2850 else if (strcmp (ftype, "block") == 0) 2854 finfo->file, rev1, ftype); 2920 char ftype[16]; local 2921 if (sscanf (n->data, "%15s %lu", ftype, 2926 if (strcmp (ftype, "character") == 0) 2928 else if (strcmp (ftype, "block") == 0) 2932 finfo->file, rev2, ftype);
|