Searched refs:strjoin (Results 1 – 6 of 6) sorted by relevance
/third_party/eudev/src/shared/ |
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()
|
D | conf-files.c | 81 p = strjoin(dirpath, "/", de->d_name, NULL); in files_add()
|
D | process-util.c | 136 r = strjoin("[", t, "]", NULL); in get_process_cmdline()
|
D | util.h | 244 char *strjoin(const char *x, ...) _sentinel_;
|
D | util.c | 1274 char *strjoin(const char *x, ...) { in strjoin() function
|
/third_party/eudev/src/udev/ |
D | udev-builtin-hwdb.c | 46 lookup = strjoin(prefix, modalias, NULL); in udev_builtin_hwdb_lookup()
|