Searched refs:first (Results 101 - 125 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcmd/common/
H A Dtail.c38 "is output before all but the first file but this can be changed "
158 register Sfoff_t first; local
165 if ((first = sfseek(fp, (Sfoff_t)0, SEEK_CUR)) < 0)
169 if ((offset = last - number) < first)
170 return first;
175 if ((offset = last - SF_BUFSIZE) < first)
176 offset = first;
189 if (offset == first)
193 return first;
H A Dcut.c37 "forms. The first is two positive integers separated by a hyphen "
117 * compare the first of an array of integers
376 unsigned char *bp, *first; local
392 first = cp;
455 first = bp = cp += c - i;
527 /* set to delimiter unless the first field */
543 copy = first;
556 if(inword && nodelim && !cut->sflag && (c=cp-first)>0)
561 sfwrite(fdtmp,(char*)first,c);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables362 ## sort by range start, with longer ranges coming first.
363 my ($first, @Rest) = sort {
371 ## Ensuring the first range is there makes the subsequent loop easier
372 $New->AppendRange($first->[RANGE_START],
373 $first->[RANGE_END]);
686 my %CodeToDeco; ## Maps code to decomp. list for chars with first
898 my ($first, $last, $lbrk) = (hex($1), hex($2||""), $3);
900 $Lbrk->Append($first, $lbrk);
905 $Lbrk{$lbrk}->Append($first);
992 my ($first,
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_apprec.c106 first: if ((ret = log_get(lp, &ckp_lsn, &data, DB_FIRST)) != 0) {
120 goto first;
126 * of the first record in the log. Open_lsn is the second to last
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DPacklist.t45 # get the first and second key
46 my ($first, $second) = keys %{ $pl->{data} };
54 # finally, see if it really can get the first key again
55 is( ExtUtils::Packlist::FIRSTKEY($pl), $first,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm25 Sets file position in FILEHANDLE to be first line greater than or equal
42 zero, or greater than zero, if the first comparand is less than,
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s67 cmpb %cl, %al / if the first byte is %al
116 / found at the first byte
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemchr.s70 cmpb %dl, %cl / if the first byte is %cl
120 / found at the first byte
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgethostent.c654 char *first, *last, *buffer; local
715 for (first = instr; isspace(*first); first++)
718 if (*first == '\0')
723 linelen = last - first + 1;
724 if (first != instr)
725 instr = first;
791 * If this is the first one, save the canonical
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dnis_common.c127 const char *first; local
135 for (first = val; first < last && isspace(*first); first++) {
138 for (/* cstyle */; first < last && isspace(last[-1]); last--) {
145 *valp = first;
146 *vallenp = (int)(last - first);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex_c.x197 % The table is first 'reset', then the attempt to load from the file
223 % The entry (if any) satisfying the query is first deleted, then
254 %/* Returns the first entry found in the table by setting 'answer' to
257 % db_status first( entryp*, entry_object ** );
259 %/* Returns the first entry that satisfies query by setting 'answer' to
262 % db_status first( db_query *, db_next_index_desc **, entry_object ** );
265 % the results of the first/next query that returned this list. */
H A Dnis_hashitem.h67 __nis_hash_item_mt *first; member in struct:__anon1983
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm49 Perl first searches there for that method, but if it's not there, it
50 goes searching in its superclasses, and so on, in a depth-first (or
51 maybe "height-first" is the word) search. In the above example, it'd
52 first look in Food::Fish, then Food, then Matter, then Life::Fungus,
73 Just like C<super_path>, except that $CLASS is included as the first
178 # Assumption: searching is depth-first.
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c60 int first; member in struct:__anon1133
74 #define initfield(f,s) ((f)->first = (f)->delimiter = *((f)->next = (s)))
89 if (f->first)
90 f->first = 0;
H A Dsfdcdos.c119 register char *cp = (char*)buff, *first, *cpmax; local
197 first=cp;
204 if((m=(cp-first)-1) >0)
205 memcpy(first-count, first, m);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
152 srlx %g1, %o4, %o2 ! first byte of mismatching word in s2
154 srlx %o3, %o4, %o1 ! first byte of mismatching word in s1
162 srlx %g1, %o4, %o2 ! first byte of mismatching word in s2
H A Dstrncpy.s60 ! This implementation works by first aligning the src ptr and
124 srlx %o1, 56, %g1 ! first byte
181 stx %g0, [%o3] ! store first dword
198 stb %g0, [%o3] ! store first byte
222 srlx %o1, 56, %g1 ! first byte
278 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; word aligned now
279 stb %g1, [%g5] ! store first byte
296 srlx %o1, 56, %g1 ! %g1<7:0> = first byte; half-word aligned now
297 stb %g1, [%g5] ! store first byte
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c262 obj_delay_freed.first = NULL;
277 ses_delay_freed.first = NULL;
389 delay_free_obj = obj_delay_freed.first;
399 delay_free_ses = ses_delay_freed.first;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dls.c70 int first = 1; local
73 if (first)
75 first = 0;
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_curadj.c154 __bam_ca_dup(dbp, fpgno, first, fi, tpgno, ti)
157 u_int32_t first, fi, ti;
180 cp->indx = first;
H A Dbt_put.c519 * Set references to the first in-use byte on the page and the
520 * first byte of the item being replaced.
577 db_indx_t cnt, cpindx, first, sz; local
584 for (cnt = 0, sz = 0, first = indx;; ++cnt, indx += P_INDX) {
585 if (indx >= NUM_ENT(h) || h->inp[first] != h->inp[indx])
608 * Move this set of duplicates off the page. First points to the first
609 * key of the first duplicate key/data pair, cnt is the number of pairs
613 for (indx = first + O_INDX, cpindx = 0;; ++cpindx) {
630 PGNO(h), first, indx - O_INDX, PGNO(cp), cpindx);
636 /* Delete all but the first referenc
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h94 grub_net_packet_t *first; member in struct:grub_net_packets
166 #define FOR_PACKETS(cont,var) for (var = (cont).first; var; var = var->next)
181 if (pkts->first)
188 pkts->first = pkts->last = n;
199 pkt->up->first = pkt->next;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm422 my $first = $op->first;
432 ? $first->ix
468 my $first = $op->first;
469 my $pushmark = $first->sibling;
470 my $rvgv = $pushmark->first;
471 my $leave = $rvgv->first;
483 my $firstix = $first->ix;
509 my $firstix = $op->first
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c1322 /* Prints a sector out, first in compact form, and then with a percentage.
2185 int first; local
2193 first = 1;
2197 if (first)
2198 first = 0;
2210 first = 1;
2213 if (first)
2214 first = 0;
2227 first = 1;
2233 if (first)
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_debug.c65 static int first = 1; local
68 if (!first)
70 first = 0;

Completed in 133 milliseconds

1234567891011>>