Searched refs:first (Results 76 - 100 of 402) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtgetch.c161 fprintf(outf, "read from %d returns %d chars, first %o\n",
197 int first, collapse = 1; local
212 first = key;
247 key = (first = blockpeek =
306 if (key != first) {
324 for (j = i--; j > first; )
326 kp[first] = savekey;
328 *inp = kp[first]->_keyval;
363 /* the first character identifies what button is involved (1,2,or 3) */
364 /* if the first characte
[all...]
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c101 char *first; member in struct:lexdata
147 off_t off = (fcseek(0)-(type+1))-(lp->lexd.first?lp->lexd.first:fcfirst());
149 if(lp->lexd.first)
151 off = (fcseek(0)-(type+1)) - lp->lexd.first;
152 r=kiaentity(lp,lp->lexd.first+lp->lexd.kiaoff+type,off-lp->lexd.kiaoff,'v',-1,-1,lp->current,'v',0,"");
214 if(lp->lexd.first)
216 size -= (lp->lexd.first-(char*)buff);
217 buff = lp->lexd.first;
227 lp->lexd.first
1527 char *first,*cp=fcseek(0),word[5]; local
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs.c73 /* read the first record immediatly inferior or egal to the given key */
159 hfs_free_bad_blocks_list(HfsPrivateLinkExtent* first) argument
163 while (first) {
164 next = first->next;
165 free (first);
166 first = next;
263 /* This function returns the first sector of the last free block of an
296 /* Calculate the block that will by the first free at the
H A Dfile_plus.c41 /* Open the data fork of a file with its first eight extents and its CNID */
56 memcpy(file->first, ext_desc, sizeof (HfsPExtDataRec));
122 /* in the 8 first extent */
125 file->first[i].block_count))) {
127 + PED_BE32_TO_CPU (file->first[i]
129 size = PED_BE32_TO_CPU (file->first[i].block_count)
133 s += PED_BE32_TO_CPU (file->first[i].block_count);
H A Dfile.c41 /* Open the data fork of a file with its first three extents and its CNID */
54 memcpy(file->first, ext_desc, sizeof (HfsExtDataRec));
114 /* in the three first extent */
117 file->first[i].block_count))) {
119 file->first[i].start_block);
122 s += PED_BE16_TO_CPU (file->first[i].block_count);
H A Dadvfs_plus.c66 /* read the first record immediatly inferior or egal to the given key */
165 hfsplus_free_bad_blocks_list(HfsPPrivateLinkExtent* first) argument
169 while (first) {
170 next = first->next;
171 free (first);
172 first = next;
270 /* This function returns the first sector of the last free block of
307 /* Calculate the block that will by the first free at
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaSessionManager.c300 * activated, it must be deactivated first.
330 * maximum threshold MAX_SESSION_TO_BE_FREED, it will free the first
342 if (ses_delay_freed.first == NULL) {
344 ses_delay_freed.first = sp;
352 * Free the first session in the list only if
356 tmp = ses_delay_freed.first->next;
357 free(ses_delay_freed.first);
358 ses_delay_freed.first = tmp;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c169 struct grub_mm_header *newregfirst = rb->first;
175 newreg->first = newregfirst;
181 grub_mm_header_t h = newreg->first, hp = NULL;
186 newreg, newreg->first, h, hp, hb);
191 newreg, newreg->first, h, hp, hb);
196 while (h != newreg->first);
235 if (rb->first == hb)
237 rb->first = foll;
251 if (rb->first == hb)
253 rb->first
[all...]
H A Dcrypto.c112 int first = 1; local
118 if (grub_crypto_autoload_hook && first)
122 first = 0;
130 int first = 1; local
144 if (grub_crypto_autoload_hook && first)
148 first = 0;
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c53 * The first file we open is the LOCALFILE as the entries
592 char *first; local
604 for (first = instr; isspace(*first); first++) {
607 if (*first == '\0') {
620 linelen = last - first + 1;
621 if (first != instr) {
622 instr = first;
870 * Compare two hashed keys; first w
1001 char *cp, *first, *last, *enlast; local
[all...]
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregation.java365 boolean first = true;
367 if (first) {
368 first = false;
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_hashitem.c94 table->first = 0;
299 if (table->first)
300 table->first->prv_item = item;
302 item->nxt_item = table->first;
304 table->first = item;
415 /* Wait until the first item isn't in use by another thread */
417 while ((item = table->first) != 0) {
444 table->first = cur->nxt_item;
533 table->first = nl->nxt_item;
666 * first/prv_ite
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl36 If the first argument is a hashref, then the B<-cmplines> key in the
40 (the first is from $file1 and the second is from $file2). It should
/osnet-11/usr/src/cmd/parted/
H A Dstrlist.c308 str_list_create (const char* first, ...) argument
314 list = str_list_append (NULL, first);
316 if (first) {
317 va_start (args, first);
327 str_list_create_unique (const char* first, ...) argument
333 list = str_list_append (NULL, first);
335 if (first) {
336 va_start (args, first);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dparse.c42 /* first or subsequent call */
63 * Return ptr to first occurrence of any non-escaped character from `brkset'
70 const char *first = string; local
76 if (first == string || *(string - 1) != '\\')
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c43 int b_incr, first, ret; local
199 for (first = 1; F_ISSET(bhp, BH_LOCKED); first = 0) {
203 * Explicitly yield the processor if it's not the first
208 if (!first)
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcmp.s53 ! This strcmp implementation first determines whether s1 is aligned.
208 srl %g1, 24, %o2 ! first byte of mismatching word in s2
209 srl %o3, 24, %o1 ! first byte of mismatching word in s1
/osnet-11/usr/src/lib/libc/sparcv9/crt/
H A D__align_cpy_4.s136 bz,pn %xcc, .loop16 ! Copy odd amounts first, then multiples of 16.
146 .mod4: ! Do first 4 bytes, then do multiples of 16.
155 .mod8: ! Do first 8 bytes, then do multiples of 16.
166 .mod12: ! Do first 12 bytes, then do multiples of 16.
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelGeneral.c236 obj_delay_freed.first = NULL;
242 ses_delay_freed.first = NULL;
341 delay_free_obj = obj_delay_freed.first;
349 delay_free_ses = ses_delay_freed.first;
H A DkernelSessionUtil.c199 * Remove the session from the slot's session list first.
202 /* Session is the first one in the list */
211 /* Session is not the first one in the list */
447 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
459 if (ses_delay_freed.first == NULL) {
461 ses_delay_freed.first = sp;
469 * Free the first session in the list only if
473 tmp = ses_delay_freed.first->next;
474 free(ses_delay_freed.first);
475 ses_delay_freed.first
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSessionUtil.c205 * Remove the session from the slot's session list first.
208 /* Session is the first one in the list */
217 /* Session is not the first one in the list */
388 * maximum threshold MAX_SES_TO_BE_FREED, it will free the first
400 if (ses_delay_freed.first == NULL) {
402 ses_delay_freed.first = sp;
410 * Free the first session in the list only if
414 tmp = ses_delay_freed.first->next;
415 free(ses_delay_freed.first);
416 ses_delay_freed.first
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c31 * The first byte must contain the special character HIST_UNDO and the second
334 int first,last; local
336 hp->histind = first = hist_nearend(hp,hp->histfp,hsize-size);
341 while(first > hist_start)
344 first = hist_nearend(hp,hp->histfp,hsize-size);
345 hp->histind = first;
616 * and that HIST_UNDO as the first character of a command is skipped
623 register char *cp,*first,*endbuff; local
642 first = cp += skip;
647 if(cp>first)
1010 register unsigned char *first, *cp; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmime.c472 arg(register Parse_t* pp, int first) argument
515 if (first < 0 || x > 0)
521 else if (c == '=' && !first)
523 first = 1;
527 else if (first >= 0 && isspace(c))
531 if (first >= 0 || !q)
534 pp->value.size = s - pp->value.data - (q && first < 0);
538 pp->name.size = s - pp->name.data - (q && first < 0);
540 if (first >= 0 && pp->name.size > 0 && pp->name.data[pp->name.size - 1] == ':')
/osnet-11/usr/src/lib/libadm/common/
H A Dckitem.c547 static char *first; local
556 for (first = NULL; chp; chp = chp->next) {
560 if (!first || strcmp(first, chp->token) > 0) {
561 first = chp->token;
565 last = first;
575 /* first or subsequent call */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c13 * our Mr. Bilbo's first cousin on the mother's side (her mother being the
15 * cousin. So Mr. Frodo is his first *and* second cousin, once removed
117 yyerror(Perl_form(aTHX_ "Missing comma after first argument to %s function",
1468 * where the first kid is OP_PUSHMARK and the remaining ones
2116 Perl_append_elem(pTHX_ I32 type, OP *first, OP *last) argument
2118 if (!first)
2122 return first;
2124 if (first->op_type != type
2125 || (type == OP_LIST && (first->op_flags & OPf_PARENS)))
2127 return newLISTOP(type, 0, first, las
2141 Perl_append_list(pTHX_ I32 type, LISTOP *first, LISTOP *last) argument
2165 Perl_prepend_elem(pTHX_ I32 type, OP *first, OP *last) argument
2213 Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
2265 Perl_newUNOP(pTHX_ I32 type, I32 flags, OP *first) argument
2288 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
3418 Perl_newLOGOP(pTHX_ I32 type, I32 flags, OP *first, OP *other) argument
3428 OP *first = *firstp; local
3537 Perl_newCONDOP(pTHX_ I32 flags, OP *first, OP *trueop, OP *falseop) argument
5745 OP *first = cLISTOPx(o)->op_first; /* The pushmark. */ local
[all...]

Completed in 62 milliseconds

1234567891011>>