Searched refs:pathname (Results 1 – 2 of 2) sorted by relevance
25 xchmod (const char *pathname, mode_t mode) in xchmod() argument27 int r = chmod (pathname, mode); in xchmod()29 FAIL_EXIT1 ("chmod (%s, %d): %m", pathname, mode); in xchmod()
63 void xchmod (const char *pathname, mode_t mode);
Completed in 4 milliseconds