Searched refs:strjoin (Results 1 - 6 of 6) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | path-util.c | 98 return strjoin(prefix, "/", p, NULL); in path_make_absolute() 116 return strjoin(cwd, "/", p, NULL); in path_make_absolute_cwd()
|
H A D | process-util.c | 136 r = strjoin("[", t, "]", NULL); in get_process_cmdline()
|
H A D | conf-files.c | 81 p = strjoin(dirpath, "/", de->d_name, NULL); in files_add()
|
H A D | util.h | 244 char *strjoin(const char *x, ...) _sentinel_;
|
H A D | util.c | 1274 char *strjoin(const char *x, ...) { in strjoin() function
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-hwdb.c | 46 lookup = strjoin(prefix, modalias, NULL); in udev_builtin_hwdb_lookup()
|
Completed in 6 milliseconds