Searched defs:pstr (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dfs.c549 const char *pstr = atf_fs_path_cstring(p); local
551 if (lstat(pstr, &st->m_sb) == -1) {
553 "lstat(2) failed", pstr);
569 err = unknown_type_error(pstr, type);

Completed in 8 milliseconds