Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/base/t/
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';
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/src/sbin/ipsecctl/
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/src/gnu/usr.bin/perl/t/re/
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/src/sbin/isakmpd/
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/src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
DPerfHelper.cpp68 Arg.fstr = &Fstr; in PerfEvent()
/openbsd/src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
Dbigratpm.inc45 } elsif ($f eq "fstr") {