Home
last modified time | relevance | path

Searched refs:remove_slash (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/make/include/vroot/
H A Dvroot.h48 extern pathpt parse_path_string(register char *string, register int remove_slash);
/titanic_41/usr/src/cmd/make/lib/vroot/
H A Dvroot.cc91 parse_path_string(register char *string, register int remove_slash) in parse_path_string() argument
99 if ((remove_slash == 1) && !strcmp(string, "/")) in parse_path_string()