Home
last modified time | relevance | path

Searched +defs:add +defs:to +defs:list (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/libucl/uthash/
H A Dutlist.h88 #define UTLIST_SV(elt,list) _tmp = (char*)(list); {char **_alias = (char**)&(list); *_alias = (elt)… argument
89 #define UTLIST_NEXT(elt,list,next) ((char*)((list)->next)) argument
90 #define UTLIST_NEXTASGN(elt,list,to,next) { char **_alias = (char**)&((list)->next); *_alias=(char*… argument
92 #define UTLIST_PREVASGN(elt,list,to,prev) { char **_alias = (char**)&((list)->prev); *_alias=(char*… argument
93 #define UTLIST_RS(list) { char **_alias = (char**)&(list); *_alias=_tmp; } argument
97 #define UTLIST_SV(elt,list) argument
98 #define UTLIST_NEXT(elt,list,next) ((elt)->next) argument
99 #define UTLIST_NEXTASGN(elt,list,to,next) ((elt)->next)=(to) argument
101 #define UTLIST_PREVASGN(elt,list,to,prev) ((elt)->prev)=(to) argument
102 #define UTLIST_RS(list) argument
[all …]
/freebsd/sys/dev/drm2/
H A Ddrm_bufs.c152 unsigned long add; in drm_map_handle() local
210 struct drm_map_list *list; in drm_addmap_core() local
457 struct drm_map_list *list; in drm_addmap() local
1452 struct drm_buf_desc __user *to = in drm_infobufs() local
1455 struct drm_freelist *list = &dma->bufs[i].freelist; in drm_infobufs() local
/freebsd/contrib/unbound/util/
H A Dnet_help.c820 int i, to; in addr_in_common() local
958 void sock_list_insert(struct sock_list** list, struct sockaddr_storage* addr, in sock_list_insert()
961 struct sock_list* add = (struct sock_list*)regional_alloc(region, in sock_list_insert() local
974 void sock_list_prepend(struct sock_list** list, struct sock_list* add) in sock_list_prepend()
985 int sock_list_find(struct sock_list* list, struct sockaddr_storage* addr, in sock_list_find()
999 void sock_list_merge(struct sock_list** list, struct regional* region, in sock_list_merge()
1000 struct sock_list* add) in sock_list_merge()
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp326 auto *to = dyn_cast<OutputDesc>(subCmd); in processInsertCommands() local
881 auto add = [&](InputSectionBase *s) { in addOrphanSections() local
1473 PotentialSpillList &list = it->second; in spillSections() local
/freebsd/contrib/ntp/ntpq/
H A Dntpq-subs.c458 findlistvar(struct varlist * list,char * name) findlistvar() argument
992 findassidrange(u_int32 assid1,u_int32 assid2,int * from,int * to,FILE * fp) findassidrange() argument
1049 int to; mreadlist() local
1077 int to; mreadvar() local
2483 add_mru(mru * add) add_mru() argument
[all...]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4681 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) { in from_range()
11135 void TagInfo::add( std::string const& spelling ) { in add() function in Catch::TagInfo
11213 Option<std::size_t> list( std::shared_ptr<Config> const& config ) { in list() function
13378 void StartupExceptionRegistry::add( std::exception_ptr const& exception ) noexcept { in add() function in Catch::StartupExceptionRegistry
13522 auto add() -> std::size_t { in add() function
13759 …void TagAliasRegistry::add( std::string const& alias, std::string const& tag, SourceLineInfo const… in add() function in Catch::TagAliasRegistry