Searched refs:test_string (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/t/
H A Dsyslog.t77 my $test_string = "uid $< is testing Perl $] syslog(3) capabilities";
106 $r = eval { syslog('info', "$test_string by connecting to a $sock_type socket") } || 0;
151 $r = eval { syslog(-1, "$test_string by connecting to a $sock_type socket") } || 0;
156 $r = eval { syslog("plonk", "$test_string by connecting to a $sock_type socket") } || 0;
161 $r = eval { syslog('info,notice', "$test_string by connecting to a $sock_type socket") } || 0;
166 $r = eval { syslog('local0,local1', "$test_string by connecting to a $sock_type socket") } || 0;
171 $r = eval { syslog('info', "$test_string by connecting to a $sock_type socket") } || 0;
177 $r = eval { syslog(LOG_INFO(), "$test_string by connecting to a $sock_type socket, setting a fake errno: %m") } || 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dfunction.t78 $test_string = 'game=soccer&game=baseball&weather=nice';
80 $ENV{CONTENT_LENGTH}=length($test_string);
83 print CHILD $test_string;
H A Drequest.t76 my $test_string = 'game=soccer&game=baseball&weather=nice';
78 local $ENV{CONTENT_LENGTH}=length($test_string);
82 open STDIN, '<', \$test_string;
/osnet-11/usr/src/lib/libc/port/regex/
H A Dregex.c148 test_string(const char *stringp,
223 end_of_matchp = test_string(stringp, regexp);
240 end_of_matchp = test_string(stringp, regexp);
263 end_of_matchp = test_string(stringp, regexp);
266 end_of_matchp = test_string(stringp, regexp);
290 end_of_matchp = test_string(stringp, regexp);
313 end_of_matchp = test_string(stringp, regexp);
317 end_of_matchp = test_string(stringp, regexp);
659 end_of_matchp = test_string(stringp, regexp);
663 end_of_matchp = test_string(string
704 test_string(const char *stringp, function
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c112 && efi_call_2 (o->test_string, o, str) != GRUB_EFI_SUCCESS)
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h1160 (*test_string) (struct grub_efi_simple_text_output_interface *this, member in struct:grub_efi_simple_text_output_interface

Completed in 45 milliseconds