Searched refs:strndupa (Results 1 – 5 of 5) sorted by relevance
37 #define strndupa(s, n) \ macro
406 start = strndupa(path, len); in mkdir_p()
176 #define strndupa(_s,_l) strdup(_s) macro
53 # musl 1.0 and bionic 4.4 don't have strndupa54 AC_CHECK_DECLS_ONCE([strndupa])
148 * unstrip.c (make_directories): Use strndup, not strndupa.