Searched defs:next (Results 26 - 50 of 577) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libldap4/common/
H A Dunbind.c57 LDAPMessage *lm, *next; local
100 for ( lm = ld->ld_responses; lm != NULL; lm = next ) {
101 next = lm->lm_next;
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_mt.h42 void *next; member in struct:__anon2011
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_auth.c77 struct authsvc *next; member in struct:authsvc
132 for (asp = Auths; asp; asp = asp->next) {
196 for (asp = Auths; asp; asp = asp->next) {
212 asp->next = Auths;
H A Dfdsync.c52 struct rpcfd_block *next; /* Next Block */ member in struct:rpcfd_block
137 for (l = (rpcfd_block_t *)handle; l; l = l->next) {
143 p->next = l;
146 lprev->next = p;
161 for (p = (rpcfd_block_t *)handle; p; p = p->next) {
H A Dpmap_prot.c129 pmaplist_ptr next; local
140 * the case of freeing we must remember the next object
144 next = (*rp)->pml_next;
149 next_copy = next;
154 * but next itself survives.
H A Drpcb_prot.c96 rpcblist_ptr next; local
107 * the case of freeing we must remember the next object
111 next = (*rp)->rpcb_next;
116 next_copy = next;
121 * but next itself survives.
165 rpcb_entry_list_ptr next; local
176 * the case of freeing we must remember the next object
180 next = (*rp)->rpcb_entry_next;
186 next_copy = next;
191 * but next itsel
[all...]
/osnet-11/usr/src/lib/libeti/panel/inc/
H A Dpanel.h38 struct _obscured_list *next; member in struct:_obscured_list
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.h70 Ancestor *next; member in struct:Ancestor
/osnet-11/usr/src/lib/efcode/engine/
H A Dinterp.c35 do_run(fcode_env_t *env, int next) argument
43 if (next) {
71 next = 1;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcache-addrinfo.h120 struct face *next; member in struct:face
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1buf.h10 char *base, *bound, *next; member in struct:code_buffer_rep
25 : (unsigned int)((buf)->bound - (buf)->next + 1))
55 #define asn1buf_len(buf) ((buf)->next - (buf)->base)
66 * 2) next - Points to the next available octet position in the array.
67 * During encoding, this is the next free position, and it
69 * During decoding, this is the next unread position, and it
157 *(buf->next) = (char)o;
158 (buf->next)++;
183 * the next octe
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcrypto.c29 struct load_spec *next; member in struct:load_spec
49 for (cur = crypto_specs; cur; cur = cur->next)
63 struct load_spec *cur, *next; local
64 for (cur = crypto_specs; cur; cur = next)
66 next = cur->next;
150 cur->next = crypto_specs;
/osnet-11/usr/src/grub/grub2/include/grub/
H A Denv.h40 struct grub_env_var *next; member in struct:grub_env_var
H A Dfont.h37 struct grub_font_node *next; member in struct:grub_font_node
61 /* Number of pixels to advance to start the next character. */
H A Dmm_private.h30 struct grub_mm_header *next; member in struct:grub_mm_header
54 struct grub_mm_region *next; member in struct:grub_mm_region
/osnet-11/usr/src/common/mpi/
H A Dmpprime.c92 mp_digit next = 0; local
99 next = (next << CHAR_BIT) | (RANDOM() & UCHAR_MAX);
101 DIGIT(a, ix) = next;
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.h27 struct intlist *next; member in struct:intlist
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DIterator.pm17 my $line = $it->next;
29 =head2 next()
56 sub next { subroutine
63 sub next { subroutine
/osnet-11/usr/src/lib/libast/common/misc/
H A Dsetenviron.c47 static char** next; /* next free slot */ local
63 environ = next = p;
64 *++next = 0;
104 next = p;
107 else if (next == last)
113 next = last - INCREMENT;
131 next--;
143 p = next;
144 *++next
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfraise.c38 Sfpool_t *p, *next; local
42 for(p = &_Sfpool; p; p = next)
44 for(next = p->next; next; next = next->next)
45 if(next->n_sf > 0)
65 reg Sfdisc_t *disc, *next, * local
[all...]
H A Dsfsync.c36 reg Sfpool_t *p, *next; local
44 for(p = &_Sfpool; p; p = next)
45 { /* find the next legitimate pool */
46 for(next = p->next; next; next = next->next)
47 if(next
[all...]
/osnet-11/usr/src/lib/libast/common/string/
H A Dstrpsearch.c48 * otherwise if next!=0 then it points to the next
53 strpsearch(const void* tab, size_t num, size_t siz, const char* name, char** next) argument
93 if (next)
94 *next = (char*)t;
/osnet-11/usr/src/lib/librstp/common/
H A Dstatmch.h33 struct state_mach_t* next; member in struct:state_mach_t
64 abstr->next = this->machines; \
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dunbind.c78 LDAPMessage *lm, *next; local
114 for ( lm = ld->ld_responses; lm != NULL; lm = next ) {
115 next = lm->lm_next;
/osnet-11/usr/src/lib/libnsctl/common/
H A Dhash.c61 node->next = hash[ index ];
88 node = node->next;
108 hash[ index ] = hash[ index ]->next;
114 node = prev->next;
117 node = node->next;
122 prev->next = node->next;
135 hash_node_t *p, *next; local
140 next = p->next;
[all...]

Completed in 72 milliseconds

1234567891011>>