Home
last modified time | relevance | path

Searched refs:strv_copy (Results 1 – 3 of 3) sorted by relevance

/third_party/eudev/src/shared/
Dstrv.h33 char **strv_copy(char * const *l);
Dconf-files.c151 copy = strv_copy((char**) dirs); in conf_files_list_strv()
Dstrv.c47 char **strv_copy(char * const *l) { in strv_copy() function