Searched refs:dostrdup3 (Results 1 – 3 of 3) sorted by relevance
/openbsd/libexec/tradcpp/ |
H A D | utils.h | 57 char *dostrdup3(const char *s, const char *t, const char *u);
|
H A D | main.c | 453 t = dostrdup3(sysroot, "/", CONFIG_LOCALINCLUDE); in loadincludepath() 463 t = dostrdup3(sysroot, "/", CONFIG_SYSTEMINCLUDE); in loadincludepath() 511 s = dostrdup3(commandline_prefix, "/", dir); in commandline_addincpath_user_withprefix() 526 s = dostrdup3(commandline_prefix, "/", dir); in commandline_addincpath_late_withprefix()
|
H A D | utils.c | 191 dostrdup3(const char *s, const char *t, const char *u) in dostrdup3() function
|