Searched refs:STR_ADDSLASH (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dstr.h63 * placed between the two strings. If STR_ADDSLASH is given, a '/' will
68 #define STR_ADDSLASH 0x04 /* add a slash when Str_Concat'ing */ macro
H A Ddir.c354 str_concat(p->name, entry->name, STR_ADDSLASH)));
705 file = str_concat(pe->dir->name, cp, STR_ADDSLASH);
758 name, STR_ADDSLASH);
H A Dstr.c124 } else if (flags & STR_ADDSLASH) {
H A Dparse.c2158 newName = str_concat(Fname, file, STR_ADDSLASH);
/freebsd-9.3-release/contrib/bmake/
H A Dstr.c114 } else if (flags & STR_ADDSLASH) {
H A Ddir.c558 STR_ADDSLASH)));
876 file = str_concat(p->name, cp, STR_ADDSLASH);
908 file = str_concat(p->name, name, STR_ADDSLASH);
1026 return str_concat(cur->name, cp, STR_ADDSLASH);
H A Dmake.h328 * placed between the two strings. If STR_ADDSLASH is given, a '/' will
335 #define STR_ADDSLASH 0x02 /* add a slash when Str_Concat'ing */ macro
H A Djob.c2164 shellPath = str_concat(_PATH_DEFSHELLDIR, shellName, STR_ADDSLASH);
H A Dparse.c2118 newName = str_concat(incdir, file + i, STR_ADDSLASH);

Completed in 172 milliseconds