Searched defs:next (Results 76 - 100 of 577) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libgss/
H A Dg_utils.c61 char *name, *next; local
100 next = strchr(line, '#');
101 if (next)
102 *next = '\0';
116 next = qopname+1;
122 name = next;
132 next = num_str+1;
136 name = next;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnssrv.c43 struct srv_dns_entry *next; local
45 next = p->next;
48 p = next;
155 srv->next = head;
161 * The next person has a higher priority (lower priorities
164 * There is no next entry (we're at the end)
166 for (entry = head; entry != NULL; entry = entry->next) {
167 if ((entry->next &&
168 entry->next
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dterminal.c33 struct abstract_terminal *next; member in struct:abstract_terminal
53 for (term = *enabled; term; term = term->next)
57 for (term = *disabled; term; term = term->next)
61 for (aut = autoloads; aut; aut = aut->next)
63 for (term = *disabled; term; term = term->next)
70 for (term = *enabled; term; term = term->next)
96 for (term = *disabled; term; term = term->next)
100 for (term = *enabled; term; term = term->next)
108 for (aut = autoloads; aut; aut = aut->next)
132 for (term = *disabled; term; term = term->next)
183 struct abstract_terminal *next; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/tests/lib/
H A Dtest.c25 /* The next failure. */
26 struct grub_test_failure *next; member in struct:grub_test_failure
72 failure_list = item->next;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcommand.h50 /* The next element. */
51 struct grub_command *next; member in struct:grub_command
H A Dfs.h47 /* The next filesystem. */
48 struct grub_fs *next; member in struct:grub_fs
H A Dlist.h29 struct grub_list *next; member in struct:grub_list
36 #define FOR_LIST_ELEMENTS(var, list) for ((var) = (list); (var); (var) = (var)->next)
56 (GRUB_FIELD_MATCH (ptr, grub_list_t, next) ? \
60 (GRUB_FIELD_MATCH (*pptr, grub_list_t, next) ? \
65 struct grub_named_list *next; member in struct:grub_named_list
74 ((GRUB_FIELD_MATCH (ptr, grub_named_list_t, next) && \
79 ((GRUB_FIELD_MATCH (*pptr, grub_named_list_t, next) && \
88 struct grub_prio_list *next; member in struct:grub_prio_list
100 if ((item->prio & GRUB_PRIO_LIST_FLAG_ACTIVE) && (item->next))
101 item->next
[all...]
H A Dmenu.h26 struct grub_menu_entry_class *next; member in struct:grub_menu_entry_class
44 E.classes->next is the first class if it is not NULL. */
58 /* The next element. */
59 struct grub_menu_entry *next; member in struct:grub_menu_entry
H A Dparser.h48 /* The next state, determined by FROM_STATE and INPUT. */
51 /* The input that will determine the next state from FROM_STATE. */
70 /* The next parser. */
71 struct grub_parser *next; member in struct:grub_parser
H A Dpartition.h39 /* The next partition map type. */
40 struct grub_partition_map *next; member in struct:grub_partition_map
H A Dterminfo.h41 struct grub_term_output *next; member in struct:grub_terminfo_output_state
/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c42 int ar_cnt, nalloc, next, maxpin, ret, wrote; local
183 for (next = 0; next < ar_cnt; ++next) {
191 if (bharray[next]->ref > 1) {
192 --bharray[next]->ref;
197 mfp = R_ADDR(dbmp, bharray[next]->mf_offset);
198 ret = __memp_bhwrite(dbmp, mfp, bharray[next], NULL, &wrote);
201 --bharray[next]->ref;
213 (u_long)bharray[next]
322 int ar_cnt, incomplete, nalloc, next, ret, wrote; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c295 struct __rmname *np, *next; local
297 for (np = TAILQ_FIRST(&DB_GLOBAL(db_nameq)); np != NULL; np = next) {
298 next = TAILQ_NEXT(np, links);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dfakethr.h19 struct perl_wait_queue * next; member in struct:perl_wait_queue
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwordexp.c33 struct list *next; member in struct:list
172 ((struct list*)cp)->next = (struct list*)(*av);
209 argnext = arg->next;
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcfilter.c33 char* next; /* data unwritten */ member in struct:_filter_s
56 if(fi->next && fi->next >= fi->endb )
58 { fi->next = fi->raw;
66 fi->next = fi->endb = NIL(char*);
70 if(fi->next && (w = fi->endb - fi->next) > 0 )
78 if((w = sfwr(fi->filter, fi->next, w, 0)) > 0)
79 fi->next += w;
87 w = sfpoll(&fi->filter, 1, fi->next
[all...]
/osnet-11/usr/src/lib/libast/common/include/
H A Dstack.h40 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmlast.c43 reg Block_t *tp, *next; local
63 { for(last = NIL(Seg_t*), seg = vd->seg; seg; last = seg, seg = seg->next)
67 { last->next = seg->next;
68 seg->next = vd->seg;
86 { next = (Block_t*)((Vmuchar_t*)tp+size);
87 SIZE(next) = s - size;
88 SEG(next) = seg;
89 seg->free = next;
208 for(seg = vd->seg; seg; seg = seg->next)
354 reg Seg_t *seg, *next; local
402 reg Block_t* next; local
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libc/inc/
H A Dnsswitch_priv.h67 * #define __NSW_CONTINUE 0 the action is to continue to next service
101 struct __nsw_lookup_v1 *next; member in struct:__nsw_lookup_v1
112 ((lkp)->next == NULL ? \
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgettxt.c66 struct db_list *next; member in struct:db_list
72 struct db_cache *next; member in struct:db_cache
136 dbl = dbl->next;
141 dbc = dbc->next;
157 dbc->next = db_cache;
195 dbl->next = dbc->info;
/osnet-11/usr/src/lib/libsqlite/src/
H A Dhash.h54 HashElem *next, *prev; /* Next and previous elements in the table */ member in struct:HashElem
102 #define sqliteHashNext(E) ((E)->next)

Completed in 67 milliseconds

1234567891011>>