Searched refs:fact (Results 1 - 25 of 27) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dpopen.c106 posix_spawn_file_actions_t fact; local
129 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
150 (void) posix_spawn_file_actions_destroy(&fact);
170 error = posix_spawn_file_actions_addclose(&fact, fd);
173 error = posix_spawn_file_actions_addclose(&fact, myside);
176 error = posix_spawn_file_actions_adddup2(&fact,
179 error = posix_spawn_file_actions_addclose(&fact,
198 (void) posix_spawn_file_actions_destroy(&fact);
206 error = posix_spawn(&pid, shpath, &fact, &attr,
209 (void) posix_spawn_file_actions_destroy(&fact);
[all...]
/osnet-11/usr/src/lib/libc/port/regex/
H A Dwordexp.c99 posix_spawn_file_actions_t fact; local
263 if ((error = posix_spawn_file_actions_init(&fact)) != 0) {
275 (void) posix_spawn_file_actions_destroy(&fact);
286 error = posix_spawn_file_actions_adddup2(&fact, pv[1], 1);
288 error = posix_spawn_file_actions_addclose(&fact, pv[0]);
290 error = posix_spawn_file_actions_addclose(&fact, pv[1]);
292 error = posix_spawn_file_actions_addopen(&fact, 2,
296 error = posix_spawn(&pid, path, &fact, &attr,
299 (void) posix_spawn_file_actions_destroy(&fact);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Deval.t32 $fact = 'if ($foo <= 1) {1;} else {push(@x,$foo--); (eval $fact) * pop(@x);}';
33 $ans = eval $fact;
37 $fact = 'local($foo)=$foo; $foo <= 1 ? 1 : $foo-- * (eval $fact);';
38 $ans = eval $fact;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dbigrat.pm220 the fxxx() notation, though. This makes you independed on the fact that the
H A DAutoLoader.pm288 the fact that the given scope ends at the C<__END__> marker. A module
H A Dutf8.pm109 Perl core. You do not need to say C<use utf8> to use these and in fact
H A Doverload.pm809 In fact, if C<use overload> is not present, there is almost no overhead
846 The I<main> problem of overloading C<=> is the fact that these metaphors
850 $a is changed to become the value of the object $b, preserving the fact
1092 there is no simple way to I<use> this value. In fact this value may
1152 compare an object to 0. In fact, it is easier to write a numeric
1382 key (in fact a presence of this method shows that this package has
H A DPerlIO.pm170 As a consequence of the fact that C<:raw> normally pops layers
H A Dbignum.pm395 Return the class that numbers are upgraded to, is in fact returning
H A DCPAN.pm6636 trusted by CPAN itself. This is due to the fact that the user might
H A Dperl5db.pl679 # (for subroutines defined outside of the package DB). In fact the same is
7709 =item * The fact that we're not in a sub at all right now.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm143 With a newer Perl DProf relies on the fact that the numeric slot of
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm168 should be set to the full width of your output device. In fact,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL449 This test not coming out ok could indicate that you have in fact installed
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DLiblist.pm113 present, a token is considered a directory to search if it is in fact
184 considered a directory to search if it is in fact a directory, and a
H A DMakeMaker.pm329 most probably outdated. We detect that from the fact, that a
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm134 In fact, the skeleton modules shown above are fully functional I<Source
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm274 intended to be used in conjunction with CGI.pm (and is in fact used by
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm455 a method. The fact that the root of the to-be-stored tree is a
927 whether the perl writing was using 32 or 64 bit integers, despite the fact
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm77 (True without regard to the fact noone has actually
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm195 File::Find if a file is "wanted" or not. In fact, its return value
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm214 Language tags are not country codes. In fact, they are often
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigFloat.pm2855 same as trying the latter load alone, except for the fact that one of Bar or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm107 # output is just the deparsed code. (a change to O.pm in fact)
2180 # module!), but for consistency's sake, ignore that fact
4552 In fact, the above is a specific instance of a more general problem:
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2934 % We rely on the fact that \parsearg sets \catcode`\ =10.

Completed in 142 milliseconds

12