Searched defs:next (Results 251 - 275 of 1326) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/bmake/
H A Dhash.c158 HashEntry *next = he->next; local
217 HashEntry *next = he->next; local
[all...]
H A Dhash.h82 struct HashEntry *next; /* Used to link together all the entries member in struct:HashEntry
H A Dlst.c40 LstNodeNew(ListNode *prev, ListNode *next, void *datum) argument
63 ListNode *ln, *next; local
74 ListNode *ln, *next; local
[all...]
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c228 u_char *rtab, *next; local
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DXcodeSDK.cpp298 auto next = it; local
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Ddirectory.cpp197 next(void) function in struct:utils::fs::detail::directory_iterator::impl
/freebsd-13-stable/contrib/ldns/compat/
H A Dfake-rfc2553.c109 struct addrinfo *next; local
/freebsd-13-stable/contrib/less/
H A Dlinenum.c43 struct linenum_info *next; /* Link to next in the list */ member in struct:linenum_info
[all...]
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c71 struct links_entry *next; member in struct:links_entry
[all...]
/freebsd-13-stable/contrib/libarchive/tar/
H A Dsubst.c48 struct subst_rule *next; member in struct:subst_rule
/freebsd-13-stable/contrib/libevent/
H A Dbuffer_iocp.c86 struct evbuffer_chain *next, *chain = eo->first_pinned; local
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dhttp_struct.h59 TAILQ_ENTRY(evhttp_request) next; member in struct:evhttp_request
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h160 char next = ConvertUnsignedToSigned<char>(data_ptr_[0]); local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_ring_buffer.h104 void SetNext(const T *next) { argument
135 T *next = Next(); local
H A Dsanitizer_symbolizer_internal.h42 SymbolizerTool *next; member in class:__sanitizer::SymbolizerTool
/freebsd-13-stable/contrib/dialog/
H A Dtrace.c59 const char *next; local
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dlibelf_ar.c211 off_t next, end; local
[all...]
/freebsd-13-stable/bin/sh/
H A Dvar.h55 struct var *next; /* next entry in hash list */ member in struct:var
66 struct localvar *next; /* next local variable in list */ member in struct:localvar
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_networkio.h98 sock_userdata_t *next; member in struct:sock_userdata_t
H A Dapr_arch_threadproc.h82 struct apr_procattr_pscb_t *next; member in struct:apr_procattr_pscb_t
/freebsd-13-stable/contrib/apr/strings/
H A Dapr_cstr.c113 char *next; local
/freebsd-13-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c29 struct node_header_t *next; member in struct:node_header_t
/freebsd-13-stable/contrib/apr-util/include/
H A Dapr_xml.h57 struct apr_text *next; member in struct:apr_text
158 struct apr_xml_attr *next; member in struct:apr_xml_attr
178 struct apr_xml_elem *next; member in struct:apr_xml_elem
/freebsd-13-stable/contrib/apr-util/ldap/
H A Dapr_ldap_rebind.c47 struct apr_ldap_rebind_entry *next; member in struct:apr_ldap_rebind_entry
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_rmm.c55 apr_rmm_off_t next; member in struct:rmm_block_t
76 static apr_rmm_off_t find_block_by_offset(apr_rmm_t *rmm, apr_rmm_off_t next, argument
99 apr_rmm_off_t next = rmm->base->firstfree; local
161 struct rmm_block_t *next = (rmm_block_t*)((char*)rmm->base + blk->next); local
197 struct rmm_block_t *next = (rmm_block_t*)((char*)rmm->base + blk->next); local
420 struct rmm_block_t *next = (rmm_block_t*)((char*)rmm->base + blk->next); local
[all...]

Completed in 260 milliseconds

<<11121314151617181920>>