Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dexpand.c121 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname);
446 dnode = ef_open_dir(ef, dirname); in ef_expand_file()
565 DirNode *subdnode = ef_open_dir(ef, ef->path->name); in ef_match_relative_pathname()
685 static DirNode *ef_open_dir(ExpandFile *ef, const char *pathname) in ef_open_dir() function