Home
last modified time | relevance | path

Searched refs:strjoin (Results 1 – 6 of 6) sorted by relevance

/third_party/eudev/src/shared/
Dpath-util.c98 return strjoin(prefix, "/", p, NULL); in path_make_absolute()
116 return strjoin(cwd, "/", p, NULL); in path_make_absolute_cwd()
Dconf-files.c81 p = strjoin(dirpath, "/", de->d_name, NULL); in files_add()
Dprocess-util.c136 r = strjoin("[", t, "]", NULL); in get_process_cmdline()
Dutil.h244 char *strjoin(const char *x, ...) _sentinel_;
Dutil.c1274 char *strjoin(const char *x, ...) { in strjoin() function
/third_party/eudev/src/udev/
Dudev-builtin-hwdb.c46 lookup = strjoin(prefix, modalias, NULL); in udev_builtin_hwdb_lookup()