Home
last modified time | relevance | path

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

/openbsd/libexec/tradcpp/
H A Dutils.h57 char *dostrdup3(const char *s, const char *t, const char *u);
H A Dmain.c453 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 Dutils.c191 dostrdup3(const char *s, const char *t, const char *u) in dostrdup3() function