Searched refs:next (Results 801 - 825 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dthreads.c113 struct tsd_block *next; member in struct:tsd_block
283 /* t->next = 0; */
303 t->next = 0;
H A Dutf8.c92 /* return offset to next character */
268 * Advance to the next UTF-8 character
271 * continuation markers to find start of next character.
273 * are provided provided the start of the next character
298 * continuation markers to find start of next character.
300 * are provided provided the start of the next character
322 * continuation markers to find start of next character.
324 * are provided provided the start of the next character
542 char *next = KRB5_UTF8_NEXT(end); local
544 end = next;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/drivers/efi/
H A Definet.c423 struct grub_net_card *card, *next; local
428 FOR_NET_CARDS_SAFE (card, next)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperliol.h67 PerlIOl *next; /* Lower layer */ member in struct:_PerlIO
95 #define PerlIONext(f) (&(PerlIOBase(f)->next))
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald.c596 next:
601 goto next;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc12 next if /^$/; # skip empty lines & comments
1136 # the next two cases are the "old" behaviour, but are now (>v0.01) different
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h318 unsigned char* beg; /* beginning of next match */
319 struct Rex_s* next[2]; /* 0:no 1:yes next pattern */ member in struct:Cond_s
501 struct Rex_s* next; /* remaining parts */ member in struct:Rex_s
/osnet-11/usr/src/lib/libc/port/aio/
H A Dposix_aio.c416 * The next "if -case" is required to accelerate the
760 aio_worker_t *next = aiowp; local
763 error = _aio_rw(aiocbp, head, &next, AIOFSYNC, AIO_NO_KAIO);
773 next = next->work_forw;
1636 aio_worker_t *next = aiowp; local
1639 error = _aio_rw64(aiocbp, head, &next, AIOFSYNC, AIO_NO_KAIO);
1649 next = next->work_forw;
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrcpy.s147 ba .storebyte ! next word
160 ba .storehalfword ! next word
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcmp.s90 and %o1, -8, %o1 ! round s1 down to next aligned dword
105 ldx [%o1+8], %o0 ! next aligned word in s2
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_trans.c342 for (p = transnlp; (p != NULL); p = p->next) {
638 for (p = transnlp; ((p != NULL) && (only_fsck == TRUE)); p = p->next) {
695 for (p = transnlp; (p != NULL); p = p->next) {
1064 for (p = nlp; (p != NULL); p = p->next) {
1091 for (p = *lognlpp; (p != NULL); p = p->next) {
1183 for (p = transnlp; (p != NULL); p = p->next) {
1427 for (p = lognlp; (p != NULL); p = p->next) {
1698 for (p = transnlp; (p != NULL); p = p->next) {
H A Dmeta_hotspares.c106 /* next device */
328 for (p = hspnlp; (p != NULL); p = p->next) {
698 for (p = hspnlp; (p != NULL); p = p->next) {
1142 for (p = hsnlp; (p != NULL); p = p->next) {
1194 } else if (hsnlp->next == NULL) {
1294 for (p = hsnlp; (p != NULL); p = p->next) {
1315 } else if (hsnlp->next == NULL) {
1546 for (; (hsnlp != NULL); hsnlp = hsnlp->next) {
1562 for (hspnp = hspnlp; (hspnp != NULL); hspnp = hspnp->next) {
1657 for (hspnp = hspnlp; (hspnp != NULL); hspnp = hspnp->next) {
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c391 tmpo = delay_free_obj->next;
401 tmps = delay_free_ses->next;
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c543 rcm_info_t *tmp = info->next;
553 /* return the next tuple in the info structure */
565 return ((rcm_info_tuple_t *)tuple->next);
764 while (tuple->next) {
765 tuple = tuple->next;
767 tuple->next = info;
1311 prev->next = tmp;
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c278 struct ctl_sess *this, *next; local
290 for (this = HEAD(ctx->sess); this != NULL; this = next) {
291 next = NEXT(this, link);
764 const struct ctl_verb *this = respctx, *next = this + 1; local
773 if (lastverb_p(next))
775 ctl_response(sess, sess->helpcode, this->help, respflags, next,
H A Deventlib.c136 ctx->waitDone.prev = ctx->waitDone.next = NULL;
190 next_wl = this_wl->next;
194 next_wait = this_wait->next;
202 next_wait = this_wait->next;
257 ctx->waitDone.first = ctx->waitDone.first->next;
264 /* Get the status and content of the next timer. */
431 ctx->fdNext = fid->next;
621 * otherwise set it according to its next interval.
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c854 struct prompt_list *next; member in struct:prompt_list
868 prompt_list *next; local
874 for (list = (prompt_list *)*h; list != NULL; list = next) {
877 next = list->next;
908 list->next = *h;
/osnet-11/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c184 while (tmp->next != NULL)
185 tmp = tmp->next;
186 tmp->next = new_phone;
227 while (tmp->next != NULL)
228 tmp = tmp->next;
229 tmp->next = new_email;
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch_loop.c1028 struct patternlist *next; member in struct:patternlist
1088 newp->next = NULL; \
1090 lastp = &newp->next
1141 while ((list = list->next) != NULL);
1162 while ((list = list->next) != NULL);
1172 for (runp = list; runp != NULL; runp = runp->next)
/osnet-11/usr/src/cmd/parted/
H A Dui.c256 readline_state.cur_pos = cur->next;
671 StrList* next; local
676 next = command_line->next;
679 command_line = next;
795 for (walk = possibilities; walk; walk = walk->next) {
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_name.c677 addr_entry_t *next; local
845 next = &nrr[i].name->addr_list;
847 next = calloc(1,
849 if (next == 0) {
856 next);
860 next->sin.sin_family = AF_INET;
861 next->sinlen = sizeof (next->sin);
863 &next->sin.sin_addr.s_addr,
865 next
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_auto.c759 next, lsn_next)
770 db_pgno_t next;
793 + sizeof(next)
823 memcpy(bp, &next, sizeof(next));
824 bp += sizeof(next);
881 printf("\tnext: %lu\n", (u_long)argp->next);
925 memcpy(&argp->next, bp, sizeof(argp->next));
926 bp += sizeof(argp->next);
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c195 for(seg = vd->seg; seg && rv == 0; seg = seg->next)
206 /* next block must be busy and marked PFREE */
227 /* next block should not be marked PFREE */
278 if(!seg->next)
280 else for(;; seg = seg->next)
349 { /* head of a link list, use next one for root */
402 ** (1seg) and the next block (2seg) looks like this:
419 for(seg = vd->seg; seg; seg = seg->next)
471 /* tell next block that this one is free */
563 reg Seg_t *seg, *next; local
[all...]
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfts.c165 struct Notify_s* next; member in struct:Notify_s
808 * return the next FTS entry
1415 for (p = notify; p; p = p->next)
1574 np->next = notify;
1579 for (np = notify, pp = 0; np; pp = np, np = np->next)
1583 pp->next = np->next;
1585 notify = np->next;
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex394 \def\next{#2}%
425 % We cannot use \next here, as it holds the macro to run;
438 % just before passing the control to \next.
445 \def\finishparsearg#1 \ArgTerm{\expandafter\next\expandafter{#1}}
482 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
699 % \baselineskip glue before it, and (when the next line of text is done)
806 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
901 \let\next\center
[all...]

Completed in 213 milliseconds

<<31323334353637383940>>