Searched defs:next (Results 51 - 75 of 577) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.h45 struct segment_list *next; member in struct:segment_list
/osnet-11/usr/src/lib/efcode/packages/
H A Dparse.c94 char *buffer, *line, *target, *next; local
107 if ((next = strpbrk(line, " \t#\n")) != NULL)
108 *next = '\0';
124 for (; line; line = next) {
125 if ((next = strchr(line, ';')) != NULL)
126 *next++ = '\0';
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Derror_map.h27 struct gsserrmap__element *next; member in struct:gsserrmap__element
44 e_next = e->next;
58 for (e = head->first; e; e = e->next)
108 e->next = head->first;
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb5.h29 struct _db_library *next, *prev; member in struct:_db_library
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Ddevice.c100 struct part_ent *next; member in struct:part_ent
132 struct part_ent *next = p->next; local
138 p = next;
173 p->next = ents;
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddyncmd.c89 grub_command_t ptr, last = 0, next; local
92 for (ptr = grub_command_list; ptr; ptr = next)
94 next = ptr->next;
98 last->next = ptr->next;
100 grub_command_list = ptr->next;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dmemory.h65 struct grub_mmap_region *next; member in struct:grub_mmap_region
H A Dparttool.h45 struct grub_parttool *next; member in struct:grub_parttool
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathexists.c42 struct Tree_s* next; member in struct:Tree_s
75 for (t = p->tree; t && (*cmp)(s, t->name); t = t->next);
84 t->next = p->tree;
110 p->next = t->tree;
H A Dpathfind.c39 struct Dir_s* next; /* next in list */ member in struct:Dir_s
61 for (dp = state.head; dp; dp = dp->next)
67 dp->next = 0;
69 state.tail = state.tail->next = dp;
136 for (dp = state.head; dp; dp = dp->next)
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfmove.c43 reg uchar *cp, *next; local
91 if(fw->next >= fw->endb ||
92 (fw->next > fw->data && fr->extent < 0 &&
116 if((r = fr->endb - (next = fr->next)) <= 0)
134 if(fw && fw->extent >= 0 && w <= (fw->endb-fw->next) )
135 { w = fw->endb - (next = fw->next);
146 { next = rbuf;
162 next
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h70 /* pointer to next item in list */
71 struct ks_obj *next; member in struct:ks_obj
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Ddisplay_sun4u.h66 struct io_card *next; member in struct:io_card
/osnet-11/usr/src/lib/librdc/common/
H A Dlibrdc.h61 struct rdcconfig_s *next; member in struct:rdcconfig_s
69 struct rdc_rc_s *next; member in struct:rdc_rc_s
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging_p.h46 struct log_channel_list *next; member in struct:log_channel_list
/osnet-11/usr/src/lib/librstp/common/
H A Dstpm.h52 struct stpm_t* next; member in struct:stpm_t
/osnet-11/usr/src/lib/libshell/common/include/
H A Dpath.h55 struct pathcomp *next; member in struct:pathcomp
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dfcin.c71 * If _Fcin.fclast!=0, performs an sfreserve() for the next buffer.
162 unsigned char *next; member in struct:Extra
171 if((c = mbsize(extra.next)) < 0)
180 c = *extra.next++;
184 c = mbchar(extra.next);
200 extra.next = extra.buff;
/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_queue.c37 * slp_dequeue: remove and return the next message on the queue
39 * slp_dequeue_timed: remove and return the next message on the queue
56 struct queue_entry *next; member in struct:queue_entry
129 qe->next = NULL;
131 q->tail->next = qe;
158 qe->next = q->head;
178 if (!qe->next) /* last one in queue */
181 q->head = qe->next;
244 pn = p->next;
/osnet-11/usr/src/lib/libldap4/include/
H A Dhsearch.h22 struct node *next; member in struct:node
H A Dthq.h18 struct tq_listS * next; member in struct:tq_listS
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dldaputf8.c50 register unsigned char* next = (unsigned char*)s; local
51 switch (UTF8len [(*next >> 2) & 0x3F]) {
53 case 6: if ((*++next & 0xC0) != 0x80) break;
54 case 5: if ((*++next & 0xC0) != 0x80) break;
55 case 4: if ((*++next & 0xC0) != 0x80) break;
56 case 3: if ((*++next & 0xC0) != 0x80) break;
57 case 2: if ((*++next & 0xC0) != 0x80) break;
58 case 1: ++next;
60 return (char*) next;
138 ldap_utf8strtok_r( char* sp, const char* brk, char** next) argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlist.h33 * sometimes we already know the next/prev entries and we can
38 struct list_head *next, *prev; member in struct:list_head
47 (ptr)->next = (ptr); (ptr)->prev = (ptr); \
54 * @next:
56 * This is only for internal list manipulation where we know the prev/next
60 struct list_head * prev, struct list_head * next)
62 next->prev = new;
63 new->next = next;
65 prev->next
59 __list_add(struct list_head * new, struct list_head * prev, struct list_head * next) argument
104 __list_del(struct list_head * prev, struct list_head * next) argument
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dpublic.c157 dt_rec_list_t *next; local
159 for (; dtlp != NULL; dtlp = next) {
161 next = dtlp->dtl_next;
181 dn_rec_list_t *next; local
183 for (; dnlp != NULL; dnlp = next) {
185 next = dnlp->dnl_next;
/osnet-11/usr/src/lib/libdll/common/
H A Ddllnext.c41 * return a handle for the next layer down,
42 * i.e., the next layer that has symbols covered
139 (*wr)(2, buf, sfsprintf(buf, sizeof(buf), "dll: next %s\n", vp));
187 static char next[] = { _DLL_NEXT_PATH }; local
193 path = next;

Completed in 62 milliseconds

1234567891011>>