Home
last modified time | relevance | path

Searched refs:ftype (Results 1 – 25 of 148) sorted by relevance

123456

/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dfilter.c557 ber_tag_t ftype; in put_simple_filter() local
575 ftype = LDAP_FILTER_LE; in put_simple_filter()
580 ftype = LDAP_FILTER_GE; in put_simple_filter()
585 ftype = LDAP_FILTER_APPROX; in put_simple_filter()
594 ftype = LDAP_FILTER_EXT; in put_simple_filter()
645 rc = ber_printf( ber, "t{" /*"}"*/, ftype ); in put_simple_filter()
688 ftype = LDAP_FILTER_EQUALITY; in put_simple_filter()
691 ftype = LDAP_FILTER_PRESENT; in put_simple_filter()
702 if ( ftype == LDAP_FILTER_PRESENT ) { in put_simple_filter()
703 rc = ber_printf( ber, "ts", ftype, str ); in put_simple_filter()
[all …]
/netbsd/src/external/bsd/nvi/dist/ex/
Dex_filter.c99 ex_filter(SCR *sp, EXCMD *cmdp, MARK *fm, MARK *tm, MARK *rp, CHAR_T *cmd, enum filtertype ftype) in ex_filter() argument
138 if (ftype != FILTER_READ && pipe(input) < 0) { in ex_filter()
176 if (ftype == FILTER_RBANG || ftype == FILTER_READ) { in ex_filter()
177 if (ftype == FILTER_RBANG) in ex_filter()
183 if (ftype == FILTER_READ) { in ex_filter()
243 if (ftype == FILTER_WRITE) { in ex_filter()
267 if (rval == 0 && ftype == FILTER_BANG && in ex_filter()
292 ftype == FILTER_READ && F_ISSET(sp, SC_VI) ? 1 : 0, 0) || rval); in ex_filter()
Dex_bang.c58 enum filtertype ftype; in ex_bang() local
153 ftype = FILTER_BANG; in ex_bang()
159 ftype = FILTER_RBANG; in ex_bang()
163 &cmdp->addr1, &cmdp->addr2, &rm, ap->bp, ftype); in ex_bang()
/netbsd/src/include/
Dtgmath.h62 #define __TG_GFN1(fn, a, ftype, ltype) \ argument
63 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
69 #define __TG_GFN1x(fn, a, b, ftype, ltype) \ argument
70 __TG_CHOOSE(__TG_IS_##ftype##_P(a), \
76 #define __TG_GFN2(fn, a, b, ftype, ltype) \ argument
77 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
78 && __TG_IS_##ftype##_P(b), \
85 #define __TG_GFN2x(fn, a, b, c, ftype, ltype) \ argument
86 __TG_CHOOSE(__TG_IS_##ftype##_P(a) \
87 && __TG_IS_##ftype##_P(b), \
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfcall.c349 struct type *ftype = check_typedef (function->type ()); in find_function_addr() local
350 struct gdbarch *gdbarch = ftype->arch (); in find_function_addr()
359 if (ftype->code () == TYPE_CODE_FUNC in find_function_addr()
360 || ftype->code () == TYPE_CODE_METHOD) in find_function_addr()
362 else if (ftype->code () == TYPE_CODE_PTR) in find_function_addr()
365 ftype = check_typedef (ftype->target_type ()); in find_function_addr()
366 if (ftype->code () == TYPE_CODE_FUNC in find_function_addr()
367 || ftype->code () == TYPE_CODE_METHOD) in find_function_addr()
371 if (ftype->code () == TYPE_CODE_FUNC in find_function_addr()
372 || ftype->code () == TYPE_CODE_METHOD) in find_function_addr()
[all …]
/netbsd/src/sys/rump/librump/rumpkern/
Detfs_wrap.c40 enum rump_etfs_type ftype) in rump_etfs_register() argument
43 return rump__etfs_register(key, hostpath, ftype, in rump_etfs_register()
49 enum rump_etfs_type ftype, uint64_t begin, uint64_t size) in rump_etfs_register_withsize() argument
52 return rump__etfs_register(key, hostpath, ftype, begin, size); in rump_etfs_register_withsize()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dfile.c43 check_existence(teOptFileType ftype, tOptions * pOpts, tOptDesc * pOD) in check_existence() argument
50 switch (ftype & FTYPE_MODE_EXIST_MASK) { in check_existence()
162 teOptFileType ftype, tuFileMode mode) in optionFileCheck() argument
168 switch (ftype & FTYPE_MODE_EXIST_MASK) { in optionFileCheck()
186 check_existence(ftype, pOpts, pOD); in optionFileCheck()
188 switch (ftype & FTYPE_MODE_OPEN_MASK) { in optionFileCheck()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-builtins.cc434 enum ix86_builtin_func_type ftype; in ix86_init_tm_builtins() local
474 ftype = (enum ix86_builtin_func_type) d->flag; in ix86_init_tm_builtins()
475 type = ix86_get_builtin_func_type (ftype); in ix86_init_tm_builtins()
514 enum ix86_builtin_func_type ftype; in ix86_init_mmx_sse_builtins() local
526 ftype = (enum ix86_builtin_func_type) d->flag; in ix86_init_mmx_sse_builtins()
527 def_builtin (d->mask, d->mask2, d->name, ftype, d->code); in ix86_init_mmx_sse_builtins()
542 ftype = (enum ix86_builtin_func_type) d->flag; in ix86_init_mmx_sse_builtins()
543 def_builtin_pure (d->mask, d->mask2, d->name, ftype, d->code); in ix86_init_mmx_sse_builtins()
558 ftype = (enum ix86_builtin_func_type) d->flag; in ix86_init_mmx_sse_builtins()
559 def_builtin_const (d->mask, d->mask2, d->name, ftype, d->code); in ix86_init_mmx_sse_builtins()
[all …]
/netbsd/src/sys/arch/sun3/sun3/
Dtrap.c137 # define _pmap_fault(map, va, ftype) \ argument
138 uvm_fault(map, va, ftype)
488 vm_prot_t ftype; in trap() local
513 ftype = VM_PROT_WRITE; in trap()
515 ftype = VM_PROT_READ; in trap()
530 rv = _pmap_fault(map, va, ftype); in trap()
536 map, va, ftype, rv); in trap()
572 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dtrap.c147 int ftype, rv; in trap() local
156 ftype = VM_PROT_READ; in trap()
198 ftype = VM_PROT_WRITE; in trap()
203 (ftype & VM_PROT_WRITE) ? "write" : "read", in trap()
207 rv = uvm_fault(map, trunc_page(va), ftype); in trap()
231 ftype = VM_PROT_WRITE; in trap()
235 tf->tf_srr0, (ftype & VM_PROT_WRITE) ? "write" : "read", in trap()
240 ftype); in trap()
273 ftype = VM_PROT_EXECUTE; in trap()
279 ftype); in trap()
/netbsd/src/usr.sbin/acpitools/aml/
Daml_obj.h107 enum fieldtype ftype; /* f_t_field */ member
112 enum fieldtype ftype; /* f_t_index */ member
118 enum fieldtype ftype; /* f_t_bank */ member
130 enum fieldtype ftype; member
/netbsd/src/sys/arch/sh3/sh3/
Dexception.c284 int err, track, ftype; in tlb_exception() local
312 ftype = VM_PROT_READ; in tlb_exception()
316 ftype = VM_PROT_WRITE; in tlb_exception()
320 ftype = VM_PROT_WRITE; in tlb_exception()
342 ftype = VM_PROT_WRITE; in tlb_exception()
379 err = uvm_fault(map, va, ftype); in tlb_exception()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Dgenfusion.pl213 $ftype, $insn, $is_subf, $is_rsubf, $outer_32, $outer_42,$outer_name,
245 $ftype = "logical-logical";
248 $ftype = "logical-add";
254 $ftype = "add-logical";
304 ;; $ftype fusion pattern generated by gen_logical_addsubf
/netbsd/src/usr.bin/rump_allserver/
Drump_allserver.c166 int ftype; in main() local
171 ftype = -1; in main()
258 if (ftype != -1) { in main()
276 ftype = etfstypes[i].type; in main()
288 && partition == 0 && ftype != RUMP_ETFS_REG)) { in main()
292 if (ftype == -1) in main()
293 ftype = RUMP_ETFS_BLK; in main()
308 etfs[curetfs].type = ftype; in main()
/netbsd/src/sys/arch/luna68k/luna68k/
Dtrap.c466 vm_prot_t ftype; in trap() local
490 ftype = VM_PROT_WRITE; in trap()
492 ftype = VM_PROT_READ; in trap()
498 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
504 rv = uvm_fault(map, va, ftype); in trap()
509 map, va, ftype, rv); in trap()
540 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/next68k/next68k/
Dtrap.c517 vm_prot_t ftype; in trap() local
542 ftype = VM_PROT_WRITE; in trap()
544 ftype = VM_PROT_READ; in trap()
550 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
563 rv = uvm_fault(map, va, ftype); in trap()
568 map, va, ftype, rv); in trap()
599 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/news68k/news68k/
Dtrap.c479 vm_prot_t ftype; in trap() local
504 ftype = VM_PROT_WRITE; in trap()
506 ftype = VM_PROT_READ; in trap()
512 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
518 rv = uvm_fault(map, va, ftype); in trap()
523 map, va, ftype, rv); in trap()
554 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/arm/arm32/
Dfault.c236 vm_prot_t ftype; in data_abort_handler() local
409 ftype = (fsr & FAULT_WRITE) ? VM_PROT_WRITE : VM_PROT_READ; in data_abort_handler()
411 ftype = VM_PROT_WRITE; in data_abort_handler()
428 ftype = VM_PROT_WRITE; in data_abort_handler()
430 ftype = VM_PROT_READ; in data_abort_handler()
441 ftype = VM_PROT_WRITE; in data_abort_handler()
443 ftype = VM_PROT_READ | VM_PROT_WRITE; in data_abort_handler()
445 ftype = VM_PROT_READ; in data_abort_handler()
456 if (pmap_fault_fixup(map->pmap, va, ftype, user)) { in data_abort_handler()
500 error = uvm_fault(map, va, ftype); in data_abort_handler()
[all …]
/netbsd/src/sys/arch/cesfic/cesfic/
Dtrap.c514 vm_prot_t ftype; in trap() local
539 ftype = VM_PROT_WRITE; in trap()
541 ftype = VM_PROT_READ; in trap()
547 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
553 rv = uvm_fault(map, va, ftype); in trap()
558 map, va, ftype, rv); in trap()
589 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/mvme68k/mvme68k/
Dtrap.c527 vm_prot_t ftype; in trap() local
551 ftype = VM_PROT_WRITE; in trap()
553 ftype = VM_PROT_READ; in trap()
559 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
572 rv = uvm_fault(map, va, ftype); in trap()
577 map, va, ftype, rv); in trap()
610 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/hp300/hp300/
Dtrap.c535 vm_prot_t ftype; in trap() local
560 ftype = VM_PROT_WRITE; in trap()
562 ftype = VM_PROT_READ; in trap()
568 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
574 rv = uvm_fault(map, va, ftype); in trap()
579 map, va, ftype, rv); in trap()
610 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/x68k/x68k/
Dtrap.c533 vm_prot_t ftype; in trap() local
558 ftype = VM_PROT_WRITE; in trap()
560 ftype = VM_PROT_READ; in trap()
566 (ftype & VM_PROT_WRITE) ? "read/write" : in trap()
572 rv = uvm_fault(map, va, ftype); in trap()
577 map, va, ftype, rv); in trap()
608 map, va, ftype, rv); in trap()
/netbsd/src/sys/arch/sun2/sun2/
Dtrap.c474 vm_prot_t ftype; in trap() local
499 ftype = VM_PROT_WRITE; in trap()
501 ftype = VM_PROT_READ; in trap()
515 rv = _pmap_fault(map, va, ftype); in trap()
521 map, va, ftype, rv); in trap()
557 map, va, ftype, rv); in trap()
/netbsd/src/external/gpl3/binutils/dist/gas/
Ditbl-parse.y291 %type <num> number NUM ftype regtype pnum PNUM
333 ftype:
352 ftype range flags
/netbsd/src/external/bsd/less/dist/
Dmkfuncs.awk3 /^ public/ { ftype = $0; state = 1 }
8 { print ftype,$1,"();"; state = 0 }

123456