Home
last modified time | relevance | path

Searched refs:fstr (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/base/t/
H A Dfields-5_8_0.t76 sub fstr { subroutine
107 my $fstr = fstr(\%{$class."::FIELDS"});
108 print "EXP: $exp\nGOT: $fstr\nnot " unless $fstr eq $exp;
144 print "not " unless fstr($ph) eq 'a:1,b:2,c:3';
148 print "not " unless fstr($ph) eq 'a:1,b:2,c:3';
H A Dfields-5_6_0.t116 sub fstr {
145 my $fstr = fstr(\%{$class."::FIELDS"});
146 ok( $fstr eq $exp, "'$fstr' eq '$exp'" );
180 ok( fstr($ph) eq 'a:1,b:2,c:3' );
183 ok( fstr($ph) eq 'a:1,b:2,c:3' );
/openbsd/sbin/ipsecctl/
H A Dpfkdump.c270 static char fstr[80]; in print_flags() local
275 len = snprintf(fstr, sizeof(fstr), "%#x<", flags); in print_flags()
276 if (len < 0 || (size_t)len >= sizeof(fstr)) in print_flags()
282 n = snprintf(fstr + len, sizeof(fstr) - len - 1, in print_flags()
284 if (n < 0 || (size_t)n >= sizeof(fstr) - len - 1) in print_flags()
289 strlcat(fstr, ">", sizeof(fstr)); in print_flags()
291 return (fstr); in print_flags()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dopt.t132 my($futf, $fmin, $fmax, $fcheck, $fstr) = ($floating =~ m{
140 $skip || is($o->{'floating utf8'}, $fstr, "$comment got floating utf8");
141 } elsif (length $fstr) {
146 $skip || is($o->{floating}, $fstr, "$comment got floating");
/openbsd/sbin/isakmpd/
H A Dike_auth.c1116 char *fstr; in get_raw_key_from_file() local
1126 fstr = conf_get_str("General", "Pubkey-directory"); in get_raw_key_from_file()
1127 if (!fstr) in get_raw_key_from_file()
1128 fstr = CONF_DFLT_PUBKEY_DIR; in get_raw_key_from_file()
1130 if (snprintf(filename, sizeof filename, "%s/", fstr) > in get_raw_key_from_file()
1134 fstr = ipsec_id_string(id, id_len); in get_raw_key_from_file()
1135 if (!fstr) { in get_raw_key_from_file()
1140 strlcat(filename, fstr, sizeof filename - strlen(filename)); in get_raw_key_from_file()
1141 free(fstr); in get_raw_key_from_file()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DPerfHelper.cpp68 Arg.fstr = &Fstr; in PerfEvent()
/openbsd/gnu/llvm/llvm/lib/Target/CSKY/
H A DCSKYInstrInfoF2.td98 def FSTR_S : F2_LDSTR_S<0b1, "fstr", (outs), (ins FPR32Op:$rz, GPR:$rx, GPR:$ry, uimm2:$imm)>;
100 def FSTR_D : F2_LDSTR_D<0b1, "fstr", (outs), (ins FPR64Op:$rz, GPR:$rx, GPR:$ry, uimm2:$imm)>;
H A DCSKYInstrInfoF1.td268 defm FSTR : FT_XYAR_ST<0b0010110, "fstr">;
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigratpm.inc45 } elsif ($f eq "fstr") {