Searched defs:select (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DSelect.pm2 # Pod/Select.pm -- function to select portions of POD docs
54 $parser->select("NAME|SYNOPSIS", "OPTIONS");
59 $parser->select("DESCRIPTION");
76 B<Pod::Select> provides a method named B<select()> to specify the set of
77 POD sections to select for processing/printing. B<podselect()> merely
83 B<podselect()> and B<Pod::Select::select()> may be given one or more
155 B<podselect()> and B<Pod::Select::select()> may be given one or more
314 =head1 B<select()>
316 $parser->select($section_spec1,$section_spec2,...);
318 This method is used to select th
339 sub select { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSelect.pm105 defined($r) && (select($r,undef,undef,$timeout) > 0)
116 defined($w) && (select(undef,$w,undef,$timeout) > 0)
127 defined($e) && (select(undef,undef,$e,$timeout) > 0)
179 sub select subroutine
191 if(select($rb,$wb,$eb,$t) > 0)
240 IO::Select - OO interface to the select system call
257 The C<IO::Select> package implements an object approach to the system C<select>
321 the C<select> static method.
325 Return the bit string suitable as argument to the core select() call.
327 =item select ( REA
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c33 * Emulation of select() system call using poll() system call.
44 #pragma weak _select = select
52 #include <sys/select.h>
175 * select will return EBADF immediately if any fd's
180 * doing more work than select would've done.
187 * We would like to make POLLHUP available to select,
190 * dependencies on select's existing features...
285 select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv) function
301 * when select was built upon poll(2), which has a
/osnet-11/usr/src/lib/libldap4/include/
H A Dportable.h138 * for select()
151 * Under HP/UX, select seems to want (int *) instead of fd_set. Non-ANSI
155 #define select(a,b,c,d,e) select(a, (int *)b, (int *)c, (int *)d, e) macro
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_retire.c226 int select; local
244 select = 1;
248 select = 0;
253 return (select);
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c82 int select; local
121 select = 0;
132 select = 1;
166 if (select) {
180 if (select)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A DXSUB.h513 # define select PerlSock_select macro
/osnet-11/usr/src/lib/storage/liba5k/common/hdrs/
H A Da5k.h286 uchar_t select : 1, member in struct:bp_element_status
357 uchar_t select : 1, member in struct:device_element

Completed in 50 milliseconds