Searched refs:next (Results 176 - 200 of 2731) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/autofs/
H A Dpopen.c59 SLIST_ENTRY(pid) next;
124 SLIST_FOREACH(p, &pidlist, next)
140 SLIST_INSERT_HEAD(&pidlist, cur, next);
155 SLIST_FOREACH(cur, &pidlist, next) {
164 SLIST_REMOVE_HEAD(&pidlist, next);
166 SLIST_REMOVE_AFTER(last, next);
/freebsd-current/stand/common/
H A Dinterp_simple.c78 struct includeline *next; member in struct:includeline
141 script = script->next;
153 sp->next = NULL;
158 se->next = sp;
169 for (sp = script; sp != NULL; sp = sp->next) {
200 script = script->next;
/freebsd-current/contrib/xz/src/liblzma/common/
H A Dmicrolzma_encoder.c92 microlzma_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
95 lzma_next_coder_init(&microlzma_encoder_init, next, allocator);
97 lzma_microlzma_coder *coder = next->coder;
104 next->coder = coder;
105 next->code = &microlzma_encode;
106 next->end = &microlzma_encoder_end;
/freebsd-current/sys/dev/tws/
H A Dtws_services.c218 req->next = req->prev = NULL;
233 req->next = sc->q_head[q_type];
252 req->next = NULL;
253 sc->q_tail[q_type]->next = req;
270 if ( r->next == NULL && r->prev == NULL ) {
274 sc->q_head[q_type] = r->next;
275 r->next->prev = NULL;
276 r->next = NULL;
293 if ( r->next == NULL && r->prev == NULL ) {
298 r->prev->next
[all...]
/freebsd-current/contrib/flex/src/
H A Dfilter.c56 f->next = NULL;
61 while (chain->next)
62 chain = chain->next;
63 chain->next = f;
107 f->next = NULL;
116 while (chain->next)
117 chain = chain->next;
118 chain->next = f;
138 filter_apply_chain (chain->next);
213 while (chain->next
[all...]
/freebsd-current/libexec/bootpd/
H A Dhash.c105 nextbucket = bucketptr->next;
190 memberptr = memberptr->next;
223 temp->next = (hashtable->table)[hashcode];
255 (hashtable->table)[hashcode] = memberptr->next;
259 memberptr->next = NULL;
270 memberptr = memberptr->next;
275 previous->next = memberptr = memberptr->next;
279 tempptr->next = NULL;
284 memberptr = memberptr->next;
[all...]
/freebsd-current/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c27 if (coder->next.code == NULL) {
36 // Call the next coder in the chain to provide us some data.
37 const lzma_ret ret = coder->next.code(
38 coder->next.coder, allocator,
118 // restarted if the next filter in the chain returns e.g.
152 // the next coder in the chain (if any) was successful.
215 lzma_next_end(&coder->next, allocator);
229 // No update support, just call the next filter in the chain.
231 &coder->next, allocator, reversed_filters + 1);
236 lzma_simple_coder_init(lzma_next_coder *next, cons argument
[all...]
/freebsd-current/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c32 lzma_next_coder next; member in struct:__anon84
34 /// True if the next filter in the chain has returned LZMA_STREAM_END.
42 /// filter in the chain. The output of the next filter is first
149 if (coder->next.code == NULL)
162 const lzma_ret ret = coder->next.code(
163 coder->next.coder,
205 lzma_next_end(&coder->next, allocator);
219 lzma_lz_decoder_init(lzma_next_coder *next, const lzma_allocator *allocator, argument
227 lzma_coder *coder = next->coder;
233 next
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dbio_asn1.c73 asn1_ps_func *cleanup, asn1_bio_state_t next);
159 BIO *next; local
162 next = BIO_next(b);
163 if (in == NULL || inl < 0 || ctx == NULL || next == NULL)
201 ret = BIO_write(next, ctx->buf + ctx->bufpos, ctx->buflen);
221 ret = BIO_write(next, in, wrmax);
255 asn1_ps_func *cleanup, asn1_bio_state_t next)
271 ctx->state = next;
297 BIO *next = BIO_next(b); local
298 if (next
254 asn1_bio_flush_ex(BIO *b, BIO_ASN1_BUF_CTX *ctx, asn1_ps_func *cleanup, asn1_bio_state_t next) argument
310 BIO *next = BIO_next(b); local
318 BIO *next = BIO_next(b); local
329 BIO *next; local
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Dbio_b64.c113 BIO *next; local
119 next = BIO_next(b);
120 if ((ctx == NULL) || (next == NULL))
161 i = BIO_read(next, &(ctx->tmp[ctx->tmp_len]),
167 /* Should we continue next time we are called? */
168 if (!BIO_should_retry(next)) {
332 BIO *next; local
335 next = BIO_next(b);
336 if ((ctx == NULL) || (next == NULL))
354 i = BIO_write(next,
451 BIO *next; local
535 BIO *next = BIO_next(b); local
[all...]
H A Dbio_enc.c110 BIO *next; local
116 next = BIO_next(b);
117 if ((ctx == NULL) || (next == NULL))
151 i = BIO_read(next, ctx->read_start, ENC_BLOCK_SIZE);
159 /* Should be continue next time we are called? */
160 if (!BIO_should_retry(next)) {
238 BIO *next; local
241 next = BIO_next(b);
242 if ((ctx == NULL) || (next == NULL))
250 i = BIO_write(next,
301 BIO *next; local
398 BIO *next = BIO_next(b); local
[all...]
/freebsd-current/contrib/mandoc/
H A Dtbl.c97 last_tbl->next = tbl;
117 tbl->first_row = rp->next;
120 rp->first = cp->next;
127 tbl->first_span = sp->next;
130 sp->first = dp->next;
137 tbl = tbl->next;
158 span = tbl->current_span ? tbl->current_span->next
177 sp = sp->next;
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dhash.c79 hptr = hptr->next)
116 h->next = *tabptr;
119 if (h->next)
120 h->next->prev = &h->next;
139 if ((*(h->prev) = h->next))
140 h->next->prev = h->prev;
158 for (g = *h; g; g = g->next)
/freebsd-current/crypto/heimdal/lib/sl/
H A Dtest_sl.c78 goto next;
89 next:
/freebsd-current/sys/contrib/dpdk_rte_lpm/
H A Drte_tailq.h24 TAILQ_ENTRY(rte_tailq_entry) next; /**< Pointer entries for a tailq list */ member in struct:rte_tailq_entry
51 TAILQ_ENTRY(rte_tailq_elem) next; member in struct:rte_tailq_elem
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dpmksa_cache.c78 entry = entry->next;
85 prev->next = entry->next;
87 pmksa->pmksa = entry->next;
89 entry = entry->next;
126 entry = pmksa->pmksa->next;
239 pmksa->pmksa = pos->next;
241 prev->next = pos->next;
263 pos = pos->next;
[all...]
/freebsd-current/contrib/openpam/lib/libpam/
H A Dpam_set_data.c65 for (dp = pamh->module_data; dp != NULL; dp = dp->next) {
82 dp->next = pamh->module_data;
/freebsd-current/usr.sbin/cron/cron/
H A Dstructs.h23 struct _entry *next; member in struct:_entry
67 struct _user *next, *prev; /* links */ member in struct:_user
/freebsd-current/usr.bin/mkimg/
H A Dformat.c42 return ((f == NULL) ? first : f->next);
49 f->next = first;
/freebsd-current/sys/rpc/
H A Drpcb_prot.c118 rpcblist_ptr next; local
121 next = NULL;
132 * the case of freeing we must remember the next object
136 next = (*rp)->rpcb_next;
142 next_copy = next;
147 * but next itself survives.
202 rpcb_entry_list_ptr next; local
205 next = NULL;
216 * the case of freeing we must remember the next object
220 next
[all...]
/freebsd-current/usr.bin/tip/tip/
H A Dremote.c201 static char *next; local
210 next = DV;
217 if (next == NOSTR)
219 if ((cp = strchr(next, ',')) == NULL) {
220 DV = next;
221 next = NOSTR;
224 DV = next;
225 next = cp;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h88 // Lower bytes store the address of the next buffer element.
111 void SetNext(const T *next) { argument
112 long_ = (long_ & ~kNextMask) | ((uptr)next & kNextMask);
142 T *next = Next(); local
143 *next = t;
144 next++;
145 next = (T *)((uptr)next & ~GetStorageSize());
146 SetNext(next);
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_add_passphrase.c38 a->passphrases.last = &p->next;
39 p->next = NULL;
49 a->passphrases.first = p->next;
57 p->next = a->passphrases.first;
60 a->passphrases.last = &p->next;
61 p->next = NULL;
147 for (p = a->passphrases.first; p != NULL; p = p->next)
161 if (a->passphrases.first->next != NULL) {
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dqlnx_rdma.c145 ha->next = NULL;
147 ha->next = qlnx_host_list;
203 qlnx_host_list = ha->next;
204 ha->next = NULL;
213 ha_cur = ha_cur->next;
217 ha->next = NULL;
239 ha = ha->next;
278 ha = ha->next;
/freebsd-current/contrib/byacc/test/
H A Derr_inherit4.y12 struct namelist { symbol *s; struct namelist *next; };
36 p = p->next;
68 $$->next = $1;
72 $$->next = NULL;

Completed in 394 milliseconds

1234567891011>>