Home
last modified time | relevance | path

Searched defs:new (Results 1 – 25 of 150) sorted by relevance

123456

/external/ipsec-tools/src/racoon/
Dremoteconf.c171 struct remoteconf *new; in newrmconf() local
231 struct remoteconf *new, *old; local
271 struct remoteconf *new; local
337 struct etypes *new; local
368 insrmconf(new) in insrmconf() argument
438 struct isakmpsa *new; in newisakmpsa() local
463 insisakmpsa(new, rmconf) in insisakmpsa() argument
625 struct idspec *new; in newidspec() local
Dsainfo.c166 struct sainfo *new; in newsainfo() local
201 inssainfo(new) in inssainfo() argument
235 struct sainfoalg *new; in newsainfoalg() local
257 inssainfoalg(head, new) in inssainfoalg() argument
Dproposal.c82 struct saprop *new; in newsaprop() local
94 struct saproto *new; in newsaproto() local
105 inssaprop(head, new) in inssaprop() argument
125 inssaproto(pp, new) in inssaproto() argument
143 inssaprotorev(pp, new) in inssaprotorev() argument
156 struct satrns *new; in newsatrns() local
167 inssatrns(pr, new) in inssatrns() argument
Dpolicy.c292 struct secpolicy *new; in newsp() local
381 inssp(new) in inssp() argument
428 struct ipsecrequest *new; in newipsecreq() local
Dcfparse.y1512 struct remoteconf *new; variable
1538 struct remoteconf *new; variable
1938 struct etypes *new; variable
2177 struct proposalspec *new; variable
2203 struct secprotospec *new; in newspspec() local
2352 struct isakmpsa *new; local
Dgrabmyaddr.c709 struct myaddrs *new; in autoconf_myaddrsport() local
763 struct myaddrs *new; in newmyaddr() local
781 struct myaddrs *new; in dupmyaddr() local
806 insmyaddr(new, head) in insmyaddr() argument
/external/dnsmasq/src/
Doption.c668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local
1150 struct resolvc *new, *list = daemon->resolv_files; in one_opt() local
1180 struct mx_srv_record *new; in one_opt() local
1227 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local
1250 struct cond_domain *new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local
1301 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1316 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1351 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local
1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local
1661 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local
[all …]
/external/kernel-headers/original/asm-x86/
Dcmpxchg_32.h120 unsigned long new, int size) in __cmpxchg()
153 unsigned long new, int size) in __sync_cmpxchg()
180 unsigned long old, unsigned long new, int size) in __cmpxchg_local()
218 unsigned long new, int size) in cmpxchg_386()
256 unsigned long long new) in __cmpxchg64()
270 unsigned long long old, unsigned long long new) in __cmpxchg64_local()
/external/blktrace/btt/
Dlist.h55 static inline void __list_add(struct list_head *new, in __list_add()
73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
224 struct list_head *new) in list_replace()
233 struct list_head *new) in list_replace_init()
/external/e2fsprogs/lib/ext2fs/
Dkernel-list.h37 static __inline__ void __list_add(struct list_head * new, in __list_add()
50 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
58 static __inline__ void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
/external/webkit/JavaScriptCore/
DJavaScriptCorePrefix.h29 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
/external/kernel-headers/original/linux/
Dlist.h42 static inline void __list_add(struct list_head *new, in __list_add()
60 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
73 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
84 static inline void __list_add_rcu(struct list_head * new, in __list_add_rcu()
110 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
131 static inline void list_add_tail_rcu(struct list_head *new, in list_add_tail_rcu()
200 struct list_head *new) in list_replace()
209 struct list_head *new) in list_replace_init()
224 struct list_head *new) in list_replace_rcu()
676 struct hlist_node *new) in hlist_replace_rcu()
/external/bison/lib/
Dstrdup.c44 void *new = malloc (len); in __strdup() local
Dstrndup.c53 char *new = malloc (len + 1); local
/external/webkit/WebCore/bindings/scripts/
DInFilesParser.pm62 sub new subroutine
/external/tcpdump/
Dsetsignal.c77 struct sigaction old, new; in setsignal() local
/external/qemu/elff/
Delff-common.h39 inline void* operator new(size_t size) { in new() function
/external/libvpx/examples/includes/HTML-Toc-0.91/
DTocGenerator.pm74 sub new { subroutine
1310 sub new { subroutine
1392 sub new { subroutine
1613 sub new { subroutine
DTocUpdator.pm38 sub new { subroutine
606 sub new { subroutine
/external/yaffs2/yaffs2/
Ddevextras.h29 #define new newHack macro
75 static __inline__ void __list_add(struct list_head *new, in __list_add()
93 static __inline__ void list_add(struct list_head *new, struct list_head *head) in list_add()
106 static __inline__ void list_add_tail(struct list_head *new, in list_add_tail()
/external/webkit/WebCore/
DWebCorePrefix.h144 #define new ("if you use new/delete make sure to include config.h at the top of the file"()) macro
/external/chromium/third_party/icu/source/test/perf/perldriver/
DDataset.pm14 sub new { subroutine
/external/webkit/WebCore/bindings/js/
DScriptFunctionCall.h80 … void* operator new(size_t) { ASSERT_NOT_REACHED(); return reinterpret_cast<void*>(0xbadbeef); } in new() function
/external/icu4c/test/perf/perldriver/
DDataset.pm14 sub new { subroutine
/external/webkit/JavaScriptCore/wtf/
DFastAllocBase.h91 void* operator new(size_t, void* p) { return p; } in new() function
94 void* operator new(size_t size) in new() function

123456