Searched refs:first (Results 201 - 225 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c265 * fcntl with F_DUPFD returns first available >= arg3
334 static int first = 1; local
338 * If this is the first time in, then l_name is the app
342 if (first && bindfrom_list == NULL) {
344 first = 0;
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c75 static boolean_t first = 1; local
77 if (first) {
79 first = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm154 The two first forms are simply syntactic sugar which automatically
155 load the right module on first use. The second form allow you to use
219 The two argument form of add_bits() will add the first $nbits bits
H A Ddiagnostics.pm47 The B<-verbose> flag first prints out the L<perldiag> introduction before
82 If you prefer to run your program first and look at its problem
104 Make sure you do the C<use> first, or you won't be able to get
H A DTest.pm111 This should be the first thing you call in your test script. It
294 The above test passes two values to C<ok(arg1, arg2)> -- the first is
474 The tricky thing to remember is that the first parameter is true if
476 note about why it's being skipped. So in the first codeblock above, read
574 on the availability of platform-specific features. The first argument
576 feature is I<not> available. After the first argument, C<skip(...)> works
713 first block as C<skip> is called in the second block.
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c299 char first; local
329 first = (rescan == prefix);
347 if (!first && !*rescan && *(rescan - 2) == gp->gl_delim)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dascii_strcasecmp.s117 ! The first part of this algorithm walks through the beginning of
312 srl %g1, 24, %i2 ! first byte of mismatching word in s2
313 srl %i3, 24, %i1 ! first byte of mismatching word in s1
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dascii_strcasecmp.s117 ! The first part of this algorithm walks through the beginning of
313 srl %g1, 24, %i2 ! first byte of mismatching word in s2
314 srl %i3, 24, %i1 ! first byte of mismatching word in s1
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c72 * The conversion stops at the end of string or the first WEOF.
119 * The conversion stops at the end of string or the first WEOF. Return the
192 * If 0 < n, set a new multibyte string and convert the first character,
408 /* Find spacing character and place in as first element. */
451 * Return the first column of a multi-column character, in window.
494 int first, width; local
496 first = __m_cc_first(w, y, x);
499 return first + width == x + 1;
539 /* Write the first column of the character. */
554 /* Mark this as the first colum
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm120 is passed as the first argument, it has a special meaning, see
131 If the first argument is an empty string "" or is a volume name, i.e. matches
136 Passing an empty string "" as the first argument to C<catdir()> is
137 like passingC<File::Spec-E<gt>rootdir()> as the first argument, i.e.
166 However, this approach is limited to the first arguments following
175 name as the first argument. However, you are strongly encouraged not
201 # take care of the first argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL767 Change directory traversal algorithm from breadth-first to depth-first.
862 OPTIONS will first be substituted with the path of the current
871 Like -exec, but first prompts user; if user's response does not begin
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm60 The first line is the magic number. The second line is the hertz value, or
153 from this subroutine. Note that the first assignment above does not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm291 the module name 'Perl'. Additional parameters are allowed. The first is one
301 first is one of the strings "prog", "doc" or "all", to select either just
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm220 these checks are, first that the .netrc file must be owned by the user and
289 the first entry in the .netrc file for C<MACHINE> will be returned.
/osnet-11/usr/src/lib/libc/port/aio/
H A Daio.c395 * Try kernel aio first.
689 aio_worker_t *first; local
705 first = __nextworker_rw;
706 next = first;
709 } while ((next = next->work_forw) != first);
767 * cancel queued requests first.
971 * - this function first allow the cancellation of the running
998 * first disable the use of the SIGAIOCANCEL signal and accordingly
1038 * On first entry, aiowp->work_req == NULL, so all
1676 * For the Posix interfaces, we must set the return value first followe
1710 aio_worker_t *first; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c71 boolean_t first; member in struct:flowlist
155 static boolean_t first = B_TRUE; local
157 if (first) {
158 first = B_FALSE;
230 if (flist->first) {
231 flist->first = B_FALSE;
255 static boolean_t first = B_TRUE; local
257 if (first) {
258 first = B_FALSE;
356 if (flist->first) {
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Deventlib_p.h160 evWait * first; member in struct:evWaitList
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_msg.c403 boolean_t first = B_TRUE; local
420 if (first) {
422 first = B_FALSE;
442 if (value->next == NULL && !first && !crlf_present) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c1077 int first; local
1080 first = 1;
1084 first = 0;
1093 if ( first ) {
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2.h115 2:only first sb&gd copy clean */
192 int ext2_bcache_flush_range (struct ext2_fs *fs, blk_t first, blk_t last);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dreloc_plus.c205 ->first[ref->ref_index].start_block =
210 ->first[ref->ref_index].start_block =
215 ->first[ref->ref_index].start_block =
220 ->first[ref->ref_index].start_block =
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c463 /* We want the first elements to be on top. */
921 while (sock->packs.first)
923 nb = sock->packs.first->nb;
925 sock->recv_hook (sock, sock->packs.first->nb, sock->hook_data);
928 grub_net_remove_packet (sock->packs.first);
/osnet-11/usr/src/cmd/sendmail/src/
H A Denvelope.c1278 bool first = true; local
1285 if (first)
1289 first = false;
1291 if (!first)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL182 quote; if I<quotes> is two characters, the first character is used as the
184 characters, the first two are used as the left quote and the second two as
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm82 distinguish between them, the first will be referred to as I<method
169 Apart from the first parameter, import can accept an optional list of
261 The first form is used to request a I<line>, the second requests a
304 Useful, but it is the first example and I wanted to keep it simple.

Completed in 103 milliseconds

1234567891011>>