Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtecla/common/
H A Dpathutil.h99 int _pu_file_exists(const char *pathname);
H A Dpathutil.c535 int _pu_file_exists(const char *pathname) in _pu_file_exists() function
H A Dexpand.c411 ef->result.exists = _pu_file_exists(ef->result.files[0]); in ef_expand_file()