Home
last modified time | relevance | path

Searched refs:dostrdup3 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/tradcpp/dist/
H A Dmain.c452 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 Dutils.h57 char *dostrdup3(const char *s, const char *t, const char *u);
H A Dutils.c191 dostrdup3(const char *s, const char *t, const char *u) in dostrdup3() function