HomeSort by relevance Sort by last modified time
    Searched refs:POSIX (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/t/
posix.t 16 use POSIX qw(fcntl_h signal_h limits_h _exit getcwd open read strftime write
49 @fds = POSIX::pipe();
50 ok( $fds[0] > $testfd, 'POSIX::pipe' );
64 my $sigset = new POSIX::SigSet 1, 3;
66 ok(! $sigset->ismember(1), 'POSIX::SigSet->delset' );
67 ok( $sigset->ismember(3), 'POSIX::SigSet->ismember' );
74 my $mask = new POSIX::SigSet &SIGINT;
75 my $action = new POSIX::SigAction 'main::SigHUP', $mask, 0;
144 $lc = &POSIX::setlocale(&POSIX::LC_NUMERIC, 'C') if $Config{d_setlocale}
    [all...]
sigaction.t 9 # Don't do anything if POSIX is missing, or sigaction missing.
11 eval 'use POSIX';
38 my $newaction=POSIX::SigAction->new('::foo', new POSIX::SigSet(SIGUSR1), 0);
39 my $oldaction=POSIX::SigAction->new('::bar', new POSIX::SigSet(), 0);
68 $newaction=POSIX::SigAction->new('IGNORE');
74 sigaction(SIGHUP, POSIX::SigAction->new('DEFAULT'));
77 $newaction=POSIX::SigAction->new(sub { $ok10=1; });
87 sigaction(SIGHUP, POSIX::SigAction->new('::foo'))
    [all...]
taint.t 17 use POSIX qw(fcntl_h open read mkfifo);
47 local $TODO = "POSIX::read won't taint an array element";
is.t 13 use POSIX;
80 # Main test loop: Run all POSIX::is<xxx> tests on each string defined above.
88 my $actual = eval "POSIX::$f( \$s )";
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
conf.tab 2 # posix { getconf limits } macro table
9 # standard: AST, C, POSIX, SVID, XOPEN, <vendor> { SCO, SGI, SUN, ... }
43 ADVISORY_INFO POSIX SC 1 FUW
44 AIO_LISTIO_MAX POSIX SC 1 LMU 2
45 AIO_MAX POSIX SC 1 LMU 1
46 AIO_PRIO_DELTA_MAX POSIX SC 1 LMU
47 ALLOC_SIZE_MIN POSIX PC 1 LUVW
49 ARG_MAX POSIX SC 1 CDLMUX NCARGS 4096
50 ASYNCHRONOUS_IO POSIX SC 1 CDFUW
51 ASYNC_IO POSIX PC 1 FU
    [all...]
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584core/
prototype_i386 117 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX 0755 root bin
118 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/abs.al 0444 root bin
119 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/alarm.al 0444 root bin
120 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/assert.al 0444 root bin
121 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/atan2.al 0444 root bin
122 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/atexit.al 0444 root bin
123 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/atof.al 0444 root bin
124 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/atoi.al 0444 root bin
125 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/atol.al 0444 root bin
126 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/POSIX/autosplit.ix 0444 root bi
    [all...]
prototype_sparc 117 d none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX 0755 root bin
118 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/abs.al 0444 root bin
119 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/alarm.al 0444 root bin
120 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/assert.al 0444 root bin
121 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/atan2.al 0444 root bin
122 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/atexit.al 0444 root bin
123 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/atof.al 0444 root bin
124 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/atoi.al 0444 root bin
125 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/atol.al 0444 root bin
126 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/POSIX/autosplit.ix 0444 root bi
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
exit.t 65 eval { require POSIX; &POSIX::WEXITSTATUS(0) };
70 *exitstatus = sub { POSIX::WEXITSTATUS($_[0]) }
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
posix.t 2 # Test for File::Temp - POSIX functions
8 use File::Temp qw/ :POSIX unlink0 /;
25 # Not strict posix behaviour
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
locale.pm 7 locale - Perl pragma to use and avoid POSIX locales for built-in operations
20 This pragma tells the compiler to enable (or disable) the use of POSIX
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
POSIX.xs 55 metaconfig for future extension writers. We don't use them in POSIX.
105 /* The POSIX notion of ttyname() is better served by getname() under VMS */
109 /* The non-POSIX CRTL times() has void return type, so we just get the
115 * produce the return value that the POSIX standard expects */
357 * to follow the traditional. However, to make the POSIX
369 croak("POSIX::%s not implemented on this architecture", s);
389 foreach (C_constant ("POSIX", 'int_macro_int', 'IV', $types, undef, 5, @names) ) {
393 print XS_constant ("POSIX", $types);
560 MODULE = SigSet PACKAGE = POSIX::SigSet PREFIX = sig
562 POSIX::SigSe
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
06_fixrec.t 3 use POSIX 'SEEK_SET';
18_rs_fixrec.t 3 use POSIX 'SEEK_SET';
13_size_rs.t 7 use POSIX 'SEEK_SET';
42_offset.t 9 use POSIX 'SEEK_SET';
05_size.t 7 use POSIX 'SEEK_SET';
  /onnv/onnv-gate/usr/src/cmd/print/selector/
desktop-print-management-applet 26 use Errno qw(EINTR :POSIX);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
safe3.t 20 use POSIX qw(ceil);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Hostname/
Hostname.pm 103 # method 4 - use POSIX::uname(), which strictly can't be expected to be
107 require POSIX;
108 $host = (POSIX::uname())[1];
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/nfs_filesystem/
Solaris_NFS.h 143 #define POSIX (OVERLAY + 1)
144 {"Posix", cim_false, boolean},
146 #define PROTO (POSIX + 1)
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/posix/
mkslocal.h 30 * <mkslocal.h>, POSIX Version - local <mks.h> requirements
32 * This generic POSIX version should be used as a template for creation of
37 * $Header: /rd/h/posix/rcs/mkslocal.h 1.168 1995/06/21 20:33:29 jeffhe Exp mark $
40 #if 0 /* not required for POSIX systems; here for documentation only */
86 * all the POSIX.2 utilities can be found.
98 * the POSIX.2 command language interpreter,
110 * of the POSIX.2 confstr() API.
119 /* M_BINDIR - directory where the POSIX.2
202 * POSIX.2-1992 Section 2.3 "regular built-in
432 #define M_TFGETC 0 /* Do we have POSIX.1-deficient termios
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/t/
Langinfo.t 10 print "1..0 # skip: I18N::Langinfo or POSIX unavailable\n";
16 use POSIX qw(setlocale LC_ALL);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
Termcap.pm 22 use POSIX ();
52 # Fall back on a hard-coded terminal speed if POSIX::Termios isn't
54 eval { $termios = POSIX::Termios->new };
  /onnv/onnv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/assoc/
Solaris_NFSMount.h 132 #define POSIX (OVERLAYED + 1)
133 {"Posix", cim_false, boolean, NFS_POSIX_TRUE, NULL, NULL},
135 #define PROTO (POSIX + 1)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
Langinfo.pm 157 (see L<POSIX>)
169 of decimal numbers (yes, this is redundant with POSIX::localeconv())
200 L<perllocale>, L<POSIX/localeconv>, L<POSIX/setlocale>, L<nl_langinfo(3)>.

Completed in 600 milliseconds

1 2 3 4 5