Searched refs:first (Results 151 - 175 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c179 * ===> Need comment to explain that this first "if" is optimizing
564 char *first; local
576 for (first = instr; isspace(*first); first++) {
579 if (*first == '\0') {
591 linelen = last - first + 1;
592 if (first != instr) {
593 instr = first;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c133 print_entries (int y, int size, int first, int entryno, char *menu_entries) argument
139 if (first)
144 menu_entries = get_entry (menu_entries, first, 0);
168 print_entries_raw (int size, int first, char *menu_entries) argument
178 for (i = first; i < size; i++)
735 current_term = term_table; /* assumption: console is first */
778 current_term = term_table; /* we know that console is first */
829 /* translate characters first! */
944 /* Try the preset menu first. This will succeed at most once,
997 /* The first titl
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm296 glob. Obviously, if the first argument is a filehandle of some
311 first file, that wil be held in memory at any given time, before
338 file specified in the first parameter to the file specified in the
368 The first and second arguments may be strings, typeglobs, typeglob
379 output file; if either of the first two parameters to C<rmscopy>
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObjectUtil.c372 /* Object is the first one in the list. */
381 /* Object is not the first one in the list. */
480 /* Remove the object from the session's object list first. */
781 /* Object is the first one in the list */
790 /* Object is not the first one in the list. */
831 /* Remove the object from the slot's token object list first. */
896 * The first TRUE boolean argument indicates that the caller
1052 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
1064 if (obj_delay_freed.first == NULL) {
1066 obj_delay_freed.first
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsObjectUtil.c334 /* Object is the first one in the list. */
343 /* Object is not the first one in the list. */
359 * maximum threshold MAX_OBJ_TO_BE_FREED, it will free the first
371 if (obj_delay_freed.first == NULL) {
373 obj_delay_freed.first = objp;
381 * Free the first object in the list only if
385 tmp = obj_delay_freed.first->next;
386 kms_free_object(obj_delay_freed.first);
387 obj_delay_freed.first = tmp;
484 /* Remove the object from the session's object list first
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSessionUtil.c85 /* Record the very first error code */
180 * This is the first session to be opened, so we can set
195 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
207 if (ses_delay_freed.first == NULL) {
209 ses_delay_freed.first = sp;
217 * Free the first session in the list only if
221 tmp = ses_delay_freed.first->next;
222 free(ses_delay_freed.first);
223 ses_delay_freed.first = tmp;
261 * Remove the session from the session linked list first
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL97 as the first parameter.
112 files is delayed until the first line is actually written to the file.
185 Two addresses select a range that begins whenever the first address
187 If the first (second) address is a matching pattern, the second
190 first address is not applied to the very same line to determine the
192 and the second line number is less than the first line number, then
193 only the first line is selected.
272 Deletes the pattern space through the first embedded newline or to the end.
391 Prints the pattern space through the first embedded newline or to the end.
424 Substitute the I<replacement> string for the first substrin
[all...]
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapsearch.c157 int rc, optind, i, first, free_filtpattern; local
299 first = 1;
335 if ( !first ) {
338 first = 0;
612 int rc, first, matches; local
804 first = 1;
827 if ( !first ) {
830 first = 0;
912 first = 1;
916 if ( !first ) {
[all...]
H A Dldapdelete.c212 printf( gettext("Are you sure you want to delete the entire branch rooted at %s? [no]\n"), (char *)((Element *)(((Head *)&HeadNode)->first))->data);
H A Dldaptool.h214 Element *first; member in struct:__anon55
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dnet.c1276 file->device->net->packs.first = NULL;
1302 while (file->device->net->packs.first)
1304 grub_netbuff_free (file->device->net->packs.first->nb);
1305 grub_net_remove_packet (file->device->net->packs.first);
1398 while (net->packs.first)
1401 nb = net->packs.first->nb;
1417 grub_net_remove_packet (net->packs.first);
1443 for (pack = net->packs.first; pack; pack = pack->next)
1469 while (file->device->net->packs.first)
1471 grub_netbuff_free (file->device->net->packs.first
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm647 $op->first->type));
657 my $root=$op->first->sibling->first;
658 my $start=$root->first;
659 $op->first->save;
660 $op->first->sibling->save;
1122 save_or_restore_lexical_state(${$op->first});
1123 runtime( sprintf("goto %s;",label($op->first)));
1324 return $op->first->other;
1332 my $rangeix = $op->first
[all...]
H A DTerse.pm85 first written, much more information in OPs has migrated to the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DHash.pm37 # TIEHASH should return an array reference with the first element being
88 Return the first key in the hash.
122 should operate on the hash referenced by the first argument:
142 C<TIEHASH> method should return an array reference with the first
H A DRefHash.pm21 first C<tie> the hash variable to this module. Normally, only the
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s60 ! This implementation works by first aligning the src ptr and
117 srl %i1, 24, %g1 ! first byte
162 stw %g0, [%l0] ! store first word
180 stb %g0, [%l0] ! store first byte
203 srl %i1, 24, %g1 ! first byte
243 stb %g1, [%l0] ! store first byte
/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c476 libuvfs_name_dirent_t *first = local
478 if (first != NULL)
479 need = libuvfs_name_dirent_path(first, buffer, size);
/osnet-11/usr/src/lib/libshell/common/features/
H A Dmath.sh299 * first byte is two-digit octal number. Last digit is number of args
300 * first digit is 0 if return value is double, 1 for integer
/osnet-11/usr/src/lib/libkvm/common/
H A Dkvm.c218 long first = 0; local
221 while (last >= first) {
222 long middle = (first + last) / 2;
233 first = middle + 1;
/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c226 /* first check the request queue */
427 int first, hash; local
476 first = 1;
490 if ( first ) {
493 first = 0;
605 * first check the base or dn of the request
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_util.c674 int first = 1, i; local
690 if (first) {
691 first = 0;
696 first = 1;
773 * there will be no escapes. Process rapidly up to first escape.
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dresize.c802 PedSector first = 1; local
812 count = last - first + 1;
817 first, count))
820 first, count))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t407 print "forked first kid\n";
411 print "first child\n";
423 forked first kid
424 first child
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/
H A DJP.pm79 In the latter case, characters that map to 0212 are first converted
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/
H A Dgrent.pm68 namely name, passwd, gid, and members (not mem). The first three

Completed in 109 milliseconds

1234567891011>>