Searched refs:tail (Results 26 - 50 of 109) sorted by relevance

12345

/osnet-11/usr/src/lib/libcurses/screen/
H A Dkeyname.sh57 LAST=`tail -1 keyname.c | awk -F'"' '{print $2}'`
H A Dprint.c141 char tail[4]; /* Used for terminfo pathname suffix */ local
155 tail[0] = '/';
156 tail[1] = *term;
157 tail[2] = '/';
158 tail[3] = '\0';
165 (void) sprintf(buffer, "%s%s%s", terminfo, tail, term);
167 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term);
189 (void) sprintf(buffer, "%s%s%s", _ULIBTI, tail, term);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dwalk_rtree.c48 char *tail; member in struct:hstate
396 c.dot = c.tail = NULL;
399 s.dot = s.tail = NULL;
452 * suffix. The original realm is included, but the "tail" is only
472 rtail = realm->tail;
510 cp = c->tail;
511 sp = s->tail;
540 c->tail = cp;
541 s->tail = sp;
593 c->tail
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c237 int col, last, tail, jump, count; local
260 /* Find start of blank tail region. */
262 for (tail = COLS; 0 < tail; --tail) {
268 * blank tail falls within the end of the dirty region by
270 * Else disable the check by forcing tail to be at the
273 if (last < tail + CEOL_SIZE)
274 tail = COLS;
325 if (clr_eol != (char *) 0 && tail <
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dip.c137 while (nb->tail - nb->data)
143 if ((grub_ssize_t) len > nb->tail - nb->data)
144 len = nb->tail - nb->data;
162 == nb->tail - nb->data)
198 if (nb->tail - nb->data + sizeof (struct iphdr) > inf->card->mtu)
206 iph->len = grub_cpu_to_be16 (nb->tail - nb->data);
389 if (nb->tail - nb->data < (grub_ssize_t) ((iph->verhdrlen & 0xf)
393 (nb->tail - nb->data));
401 grub_size_t actual_size = (nb->tail - nb->data);
485 + (nb->tail
[all...]
H A Dtftp.c190 if (nb->tail - nb->data < (grub_ssize_t) sizeof (tftph->opcode))
199 for (ptr = nb->data + sizeof (tftph->opcode); ptr < nb->tail;)
207 while (ptr < nb->tail && *ptr)
218 if (nb->tail - nb->data < (grub_ssize_t) (sizeof (tftph->opcode)
292 size = nb_top->tail - nb_top->data;
315 if ((nb_top->tail - nb_top->data) > 0)
439 err = grub_netbuff_unput (&nb, nb.tail - (nb.data + hdrlen));
H A Dudp.c128 udph->len = grub_cpu_to_be16 (nb->tail - nb->data);
156 if (nb->tail - nb->data < (grub_ssize_t) sizeof (*udph))
159 nb->tail - nb->data);
H A Dtcp.c195 size = (nb->tail - nb->data - (grub_be_to_cpu16 (tcph->flags) >> 12) * 4);
419 nb->tail - nb->data));
429 ph.tcp_length = grub_cpu_to_be16 (nb->tail - nb->data);
440 ph.tcp_length = grub_cpu_to_be32 (nb->tail - nb->data);
689 while (nb->tail - nb->data > fraglen)
761 if (nb->tail - nb->data < (grub_ssize_t) ((grub_be_to_cpu16 (tcph->flags)
765 nb->tail - nb->data);
829 seqnr += (unack->nb->tail - unack->nb->data
850 if (sock->i_reseted && (nb->tail - nb->data
902 sock->their_cur_seq += (nb_top->tail
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.c1304 uint32_t head, tail, next_tail, qsize_msk; local
1324 tail = qp->qp_sq_wqhdr->wq_tail;
1337 * Increment the "tail index" and check for "queue full" condition.
1341 next_tail = (tail + 1) & qsize_msk;
1350 wqe_addr = TAVOR_QP_SQ_ENTRY(qp, tail);
1367 desc = TAVOR_QP_SQ_DESC(qp, tail);
1394 * Now if the WRID tail entry is non-NULL, then this
1399 * On the other hand, if the tail is NULL, even though
1437 uint32_t head, tail, next_tail, qsize_msk; local
1452 tail
1647 uint32_t head, tail, size; local
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DPayloadReader.h71 uint8_t head, uint8_t tail,
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h99 client_info_t *tail; member in struct:client_list
H A Dldom_xmpp_client.c475 if (clt_list.head == NULL && clt_list.tail == NULL) {
477 clt_list.tail = clt;
480 clt->prev = clt_list.tail;
481 clt_list.tail->next = clt;
482 clt_list.tail = clt;
506 if (clt_list.head == p && clt_list.tail == p) {
509 clt_list.tail = NULL;
514 } else if (clt_list.tail == p) {
515 /* delete the tail */
516 clt_list.tail
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/mmap/
H A Dmmap.c325 int tail, var; local
331 for (tail = 0; ! (badmask & (1ULL << tail)); tail++);
359 for (; iterator < (1ULL << (var - tail))
364 (unsigned long long) cur, (1ULL << tail));
365 grub_mmap_register (cur, (1ULL << tail), GRUB_MEMORY_HOLE);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DBasename.pm175 my($dirpath,$tail,$suffix,$basename);
217 $tail = '';
222 $tail = $1 . $tail;
227 $tail .= $taint if defined $tail; # avoid warning if $tail == undef
228 wantarray ? ($basename .= $taint, $dirpath .= $taint, $tail)
H A DDosGlob.pm26 my $tail;
41 ($head, $sepchr, $tail) = ($1,$2,$3);
42 #print "div: |$head|$sepchr|$tail|\n";
43 push (@retval, $pat), next OUTER if $tail eq '';
46 push(@retval, doglob($cond, map {"$_$sepchr$tail"} @globdirs)),
50 $pat = $tail;
127 my $tail;
128 ($head, $sepchr, $tail) = ($1,$2,$3);
129 #print "div: |$head|$sepchr|$tail|\n";
130 push (@retval, $_), next OUTER if $tail e
[all...]
/osnet-11/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c65 struct use_item *head, *tail; member in struct:use_header
88 * head tail
196 item->bptr = use_list.tail;
197 use_list.tail->fptr = item;
199 use_list.tail = item;
203 use_list.tail = use_list.head = item;
220 use_list.tail = ptr->bptr;
666 for (ptr = use_list.tail; ptr != NULL; ptr = ptr->bptr)
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c374 char *tail; local
376 grub_strtoull (option, &tail, 0);
377 if (tail == 0 || tail == option || *tail != '\0' || grub_errno)
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu.c128 char *tail; local
137 entry = (int) grub_strtoul (val, &tail, 0);
142 while (*tail && grub_isspace (*tail))
143 tail++;
144 grub_env_set (name, tail);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dminimod.pl39 $tail=<<'EOF!TAIL';
65 my ($tail1,$tail2) = ( $tail =~ /\A(.*\n)(\s*\}.*)\Z/s );
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dloadenv.c293 struct blocklist *tail = 0; local
318 if (tail)
319 tail->next = block;
320 tail = block;
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/emu/
H A Demunet.c46 actual = write (fd, pack->data, pack->tail - pack->data);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dwschr.s87 jmp wcschr / tail call into wcschr
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_dequeue.c118 evd_ptr->pending_event_queue.tail) {
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dpartition.c103 grub_partition_t tail; local
106 part = tail = disk->partition;
131 disk->partition = tail;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c369 char buf[32], pal[16], tail[128]; local
566 tail[i] = 0;
567 (void)grub_read((char*)&tail, -1);
568 if (cp = strstr(tail, "foreground")) {
586 if (cp = strstr(tail, "background")) {

Completed in 75 milliseconds

12345