Searched defs:new (Results 1 – 3 of 3) sorted by relevance
95 extern int link(char *old, char *new) in link()
186 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()
191 int _link(char *old, char *new) in _link()