Home
last modified time | relevance | path

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

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/syscalls/gcc/
H A Dsyscalls.c95 extern int link(char *old, char *new) in link()
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c186 static inline void __list_add( list_head_t *new, list_head_t *prev, list_head_t *next ) { in __list_add()
200 static inline void list_add( list_head_t *new, list_head_t *head ) { in list_add()
204 static inline void list_add_tail( list_head_t *new, list_head_t *head ) { in list_add_tail()
/btstack/port/stm32-l451-miromico-sx1280/Src/
H A Dsyscalls.c191 int _link(char *old, char *new) in _link()