Home
last modified time | relevance | path

Searched refs:fcn (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/cpan/Perl-OSType/t/
H A DOSType.t34 my $fcn = 'os_type()';
36 ok( my $current_type = os_type(), "$fcn: without arguments" );
40 is( os_type(NON_EXISTENT_OS), '', "$fcn: unknown OS returns empty string" );
42 is( os_type(''), '', "$fcn: empty string returns empty string" );
46 is( os_type(undef), 'Unix', "$fcn: explicit undef uses $^O" );
54 my $fcn = 'is_os_type()';
56 is( is_os_type(NON_EXISTENT_OS), '', "$fcn: non-existent type is false" );
58 is( is_os_type(''), undef, "$fcn: empty string type is false" );
63 ok( !is_os_type('Unix'), "$fcn: false" );
64 ok( is_os_type('VOS'), "$fcn: true" );
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dbase64.t7 my @fcn = (\&sha1_base64, \&sha224_base64, \&sha256_base64,
14 my $fcn = shift @fcn;
16 my $skip = &$fcn("") ? 0 : 1;
18 print "not " unless &$fcn($in) eq $rsp;
/openbsd/sys/arch/macppc/pci/
H A Dht.c153 int bus, dev, fcn; in ht_conf_read() local
161 pci_decompose_tag(NULL, tag, &bus, &dev, &fcn); in ht_conf_read()
168 if (fcn > 0) in ht_conf_read()
186 int bus, dev, fcn; in ht_conf_write() local
194 pci_decompose_tag(NULL, tag, &bus, &dev, &fcn); in ht_conf_write()
202 if (fcn > 0) in ht_conf_write()
H A Dmpcpcibus.c443 unsigned int bus, dev, fcn; in mpc_gen_config_reg() local
446 pci_decompose_tag(cpv, tag, &bus, &dev, &fcn); in mpc_gen_config_reg()
462 reg = 1 << (dev) | fcn << 8 | offset; in mpc_gen_config_reg()
530 unsigned int bus, dev, fcn; in mpc_conf_read() local
531 pci_decompose_tag(cpv, tag, &bus, &dev, &fcn); in mpc_conf_read()
532 printf("mpc_conf_read bus %x dev %x fcn %x offset %x", bus, dev, fcn, in mpc_conf_read()
561 unsigned int bus, dev, fcn; in mpc_conf_write() local
562 pci_decompose_tag(cpv, tag, &bus, &dev, &fcn); in mpc_conf_write()
564 dev, fcn, offset); in mpc_conf_write()
/openbsd/usr.bin/cut/
H A Dcut.c67 void (*fcn)(FILE *, char *); in main() local
126 fcn = fflag ? f_cut : (cflag || nflag) ? c_cut : b_cut; in main()
132 fcn(stdin, "stdin"); in main()
135 fcn(fp, *argv); in main()
147 fcn(stdin, "stdin"); in main()
/openbsd/gnu/gcc/gcc/
H A Dexplow.c923 rtx (*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_save() local
932 fcn = gen_save_stack_block; in emit_stack_save()
938 fcn = gen_save_stack_function; in emit_stack_save()
944 fcn = gen_save_stack_nonlocal; in emit_stack_save()
975 emit_insn (fcn (sa, stack_pointer_rtx)); in emit_stack_save()
985 emit_insn (fcn (sa, stack_pointer_rtx)); in emit_stack_save()
999 rtx (*fcn) (rtx, rtx) = gen_move_insn; in emit_stack_restore() local
1007 fcn = gen_restore_stack_block; in emit_stack_restore()
1013 fcn = gen_restore_stack_function; in emit_stack_restore()
1019 fcn = gen_restore_stack_nonlocal; in emit_stack_restore()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexplow.c1008 rtx (*fcn) PARAMS ((rtx, rtx)) = gen_move_insn;
1017 fcn = gen_save_stack_block;
1023 fcn = gen_save_stack_function;
1029 fcn = gen_save_stack_nonlocal;
1064 emit_insn (fcn (sa, stack_pointer_rtx));
1073 emit_insn (fcn (sa, stack_pointer_rtx));
1098 fcn = gen_restore_stack_block;
1104 fcn = gen_restore_stack_function;
1110 fcn = gen_restore_stack_nonlocal;
1135 emit_insn (fcn (stack_pointer_rtx, sa));
[all …]
/openbsd/sys/ddb/
H A Ddb_variables.c108 int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn; in db_read_variable()
119 int (*func)(struct db_variable *, db_expr_t *, int) = vp->fcn; in db_write_variable()
H A Ddb_command.h51 void (*fcn)(db_expr_t, int, db_expr_t, char *); member
H A Ddb_variables.h43 int (*fcn)(struct db_variable *, db_expr_t *, int); member
H A Ddb_command.c291 (*cmd->fcn)(addr, have_addr, count, modif); in db_command()
/openbsd/usr.sbin/config/
H A Dcmd.h46 int (*fcn)(cmd_t *); member
H A Dukcutil.c1346 st = cmd_table[i].fcn(&cmd); in config()
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/Meta/
H A DConverter.pm781 next unless my $fcn = $spec->{$key};
783 $fcn = \&_keep;
786 unless ref $fcn && ref $fcn eq 'CODE';
787 my $new_value = $fcn->($data->{$key}, $key, $data, $to_version);
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/
H A DDLL.xs141 RexxFunctionHandler *fcn = address; in call20_p() local
158 rc = fcn(name, argc, strs, queue, &result); in call20_p()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgv_sriovmsg.h123 uint32_t fcn : 8; member
/openbsd/gnu/usr.bin/perl/Porting/
H A Dgit-deltatool179 my ($self, $fcn) = @_;
185 redo unless $fcn->($log, $i, $count);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc2866 my $eval_string = "$fcn(\"$utf8\", 0)";
2883 my $eval_string = "$fcn(\"$utf8\", -1)";
2944 my $fcn = "to${name}_uvchr";
2967 my $ret = eval "Devel::PPPort::$fcn($original)";
2969 is ($fail, "", "$fcn($original) didn't fail");
2974 "ord of $fcn($original) is $changed");
2976 "UTF-8 of of $fcn($original) is correct");
2978 "Length of $fcn($original) is $should_be_bytes");
3003 my $fcn = "to${name}_utf8_safe";
3016 "ord of $fcn($original) is $changed");
[all …]
H A Dutf8566 #if { VERSION >= 5.006 } /* This is just a helper fcn, not publicized */ \
/openbsd/usr.bin/awk/
H A Drun.c237 Cell *y, *z, *fcn; in call() local
240 fcn = execute(a[0]); /* the function itself */ in call()
241 s = fcn->nval; in call()
242 if (!isfcn(fcn)) in call()
251 ndef = (int) fcn->fval; /* args in defn */ in call()
284 frp->fcncell = fcn; in call()
290 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
317 tempfree(fcn); in call()
/openbsd/sys/arch/i386/pci/
H A Dpci_machdep.c153 #define _qe(bus, dev, fcn, vend, prod) \ argument
154 {_m1tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)}
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-sparc.c1513 int fcn = 0; local
1518 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn))
1526 if (! parse_const_expr_arg (&s, &fcn))
1531 if (fcn < 0 || fcn > 31)
1537 opcode |= RD (fcn);
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-sparc.c1515 int fcn = 0; local
1520 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn))
1528 if (! parse_const_expr_arg (&s, &fcn))
1533 if (fcn < 0 || fcn > 31)
1539 opcode |= RD (fcn);
/openbsd/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.md1647 ;; On the ROMP, &fcn is actually a pointer to the data area, which is passed
1648 ;; to the function in r0. &.fcn is the actual starting address of the
1649 ;; function. Also, the word at &fcn contains &.fcn.
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2.c692 PFN fcn = (PFN)-1; in loadByOrdinal() local
721 loadOrdinals[ord].entryname,&fcn))) { in loadByOrdinal()
732 ExtFCN[ord] = fcn; in loadByOrdinal()

12