Searched refs:dostrdup3 (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/tradcpp/dist/ |
H A D | main.c | 452 t = dostrdup3(sysroot, "/", CONFIG_LOCALINCLUDE); in loadincludepath() 462 t = dostrdup3(sysroot, "/", CONFIG_SYSTEMINCLUDE); in loadincludepath() 510 s = dostrdup3(commandline_prefix, "/", dir); in commandline_addincpath_user_withprefix() 525 s = dostrdup3(commandline_prefix, "/", dir); in commandline_addincpath_late_withprefix()
|
H A D | utils.h | 57 char *dostrdup3(const char *s, const char *t, const char *u);
|
H A D | utils.c | 191 dostrdup3(const char *s, const char *t, const char *u) in dostrdup3() function
|