Home
last modified time | relevance | path

Searched refs:STR_ADDSLASH (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/bmake/
H A Ddir.c636 STR_ADDSLASH))); in DirMatchFiles()
954 file = str_concat(p->name, cp, STR_ADDSLASH); in DirLookup()
985 file = str_concat(p->name, name, STR_ADDSLASH); in DirLookupSubdir()
1099 return str_concat(cur->name, cp, STR_ADDSLASH); in DirFindDot()
H A Dstr.c114 } else if (flags & STR_ADDSLASH) { in str_concat()
H A Dmake.h342 #define STR_ADDSLASH 0x02 /* add a slash when Str_Concat'ing */ macro
H A Dparse.c2217 newName = str_concat(incdir, file + i, STR_ADDSLASH); in Parse_include_file()
H A Djob.c2207 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH); in Shell_Init()