Home
last modified time | relevance | path

Searched refs:strndupa (Results 1 – 5 of 5) sorted by relevance

/external/kmod/shared/
Dmissing.h37 #define strndupa(s, n) \ macro
Dutil.c406 start = strndupa(path, len); in mkdir_p()
/external/kmod/port-gnu/
Dconfig.h176 #define strndupa(_s,_l) strdup(_s) macro
/external/kmod/
Dconfigure.ac53 # musl 1.0 and bionic 4.4 don't have strndupa
54 AC_CHECK_DECLS_ONCE([strndupa])
/external/elfutils/src/
DChangeLog148 * unstrip.c (make_directories): Use strndup, not strndupa.