Home
last modified time | relevance | path

Searched defs:strdupa (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/user/include/
H A Dstring.h89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro
/third_party/musl/porting/linux/user/include/
H A Dstring.h91 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dstring.h89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro
/third_party/musl/include/
H A Dstring.h92 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstring.h89 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstring.h91 #define strdupa(x) strcpy(alloca(strlen(x)+1),x) macro

Completed in 2 milliseconds