Searched defs:next (Results 226 - 250 of 577) sorted by relevance

1234567891011>>

/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_auto.h79 db_pgno_t next; member in struct:_db_relink_args
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c56 struct lh_prop_s *next; member in struct:lh_prop_s
484 p->next = *prop;
539 p->next = *prop;
554 for(p = prop; p; p = p->next) {
635 lh_prop_t *next; local
638 for(; prop; prop = next) {
639 next = prop->next;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c58 char* next; member in struct:__anon1133
74 #define initfield(f,s) ((f)->first = (f)->delimiter = *((f)->next = (s)))
88 s = f->next;
127 *(f->next = --s) = 0;
276 *f.next = d;
287 for (x = 0; *f.next; x ^= 1)
293 if (regcomp(fp->re[x], f.next, REG_DELIMITED|REG_NULL))
295 f.next += fp->re[x]->re_npat;
296 if (regsubcomp(fp->re[x], f.next, NiL, 0, 0))
298 f.next
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Doptlib.h73 struct Optcache_s* next; member in struct:Optcache_s
H A Dprocopen.c119 struct Mod_s* next; member in struct:Mod_s
248 m->next = proc->mods;
306 proc->mods = m->next;
310 proc->mods = m->next;
375 m = m->next;
/osnet-11/usr/src/lib/libast/common/port/
H A Dmc.c66 int next; local
96 next = 1;
97 for (i = 0; p = paths[i]; i += next)
129 if (next)
133 next = 0;
137 next = 1;
599 * e!=0 is set to the next char after the parse
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c36 Ctype_t* next; member in struct:Ctype_s
178 * dynamic entry locale is punned in Ctype_t.next
180 * if e!=0 it points to next char in s
200 for (cp = ctypes; cp; cp = cp->next)
212 else if (!xp && cp->next && cp->next != lc)
216 if (n == cp->size && strneq(s, cp->name, n) && (!cp->next || cp->next == lc))
245 cp->next = lc;
265 for (cp = ctypes; cp; cp = cp->next)
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmmopen.c62 { struct _user_s* next; /* link list */ member in struct:_user_s
303 for(u = mmvm->user; u; u = u->next)
318 u->next = mmvm->user;
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dlc.h115 struct Lc_attribute_list_s* next; member in struct:Lc_attribute_list_s
/osnet-11/usr/src/lib/libc/port/gen/
H A Ddrand48.c102 static void next(void);
109 next();
118 next();
125 next();
130 next(void) function
H A Dgetenv.c77 struct chunk *next; member in struct:chunk
297 * space the next time around.
305 new_chunk->next = chunk_list;
391 new_chunk->next = chunk_list;
H A Dgetgrnam_r.c317 char *p, *next; local
339 next = buffer;
346 group->gr_name = p = gettok(&next, ':');
365 group->gr_passwd = p = gettok(&next, ':');
373 p = next; /* gid */
382 tmp = strtoul(p, &next, 10);
383 if (next == p || errno != 0) {
393 if (*next++ != ':') {
401 p = gettok(&next, ',');
H A Dmon.c74 * prior<--| |-->next anchor
160 static char *countbase; /* addr of next pc,count cell to use in block */
166 ANCHOR *next, *prior; /* forward, backward ptrs for list */ member in struct:anchor
311 newanchp->next = NULL; /* new, forward to NULL. */
314 curAnchor->next = newanchp; /* old, forward to new. */
377 for (sum.nfns = 0, ap = &firstAnchor; ap != NULL; ap = ap->next) {
395 for (ap = &firstAnchor; ok && ap != NULL; ap = ap->next) {
469 newanchp->next = NULL; /* new, forward to NULL. */
472 curAnchor->next = newanchp; /* old, forward to new. */
517 * NOTE: countbase points at the next availabl
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror_resync.c43 struct mm_unit_list *next; /* next in chain */ member in struct:mm_unit_list
127 n = p->next;
154 for (p = mirrornlp; (p != NULL); p = p->next) {
172 lp->next = mirrors[lp->pass];
263 for (lp = mirrors[pass]; (lp != NULL); lp = lp->next) {
299 for (lp = mirrors[pass]; lp != NULL; lp = lp->next) {
320 /* wait a little longer next time */
449 for (lp = mirrors[pass]; (lp != NULL); lp = lp->next) {
475 for (lp = mirrors[pass]; lp != NULL; lp = lp->next) {
[all...]
H A Dmeta_notify.c520 evlp->next = new;
660 for (n_ev = 0, evlpi = evlp; evlpi; evlpi = evlpi->next) {
679 md_evlist_t *next; local
681 for (i = evlp; i; i = i->next) {
688 next = i->next;
690 i = next;
/osnet-11/usr/src/lib/nsswitch/compat/common/
H A Dcompat_common.c90 struct setofstrings *next; member in struct:setofstrings
104 nxt = cur->next;
126 new->next = *ssp;
138 for (cur = *ssp; cur != 0; cur = cur->next) {
460 /* Line too long for buffer; toss it and loop for next line */
1084 /* Skip the offending entry, get next */
/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h103 struct line_matches *next; member in struct:line_matches
/osnet-11/usr/src/lib/passwdutil/
H A Dswitch_utils.c175 lkp2 = lkp->next;
194 lkp2 = lkp->next;
195 lkp3 = lkp2->next;
296 char *p, *next; local
309 next = buffer;
311 passwd->pw_name = p = gettok(&next); /* username */
334 passwd->pw_passwd = p = gettok(&next); /* password */
349 p = next; /* uid */
357 passwd->pw_uid = strtol(p, &next, 10);
358 if (next
[all...]

Completed in 51 milliseconds

1234567891011>>