Searched refs:p_chmod (Results 1 – 1 of 1) sorted by relevance
74 static int (*p_chmod) (const char *path, mode_t mode) = NULL; in chmod() local75 if (p_chmod == NULL) in chmod()76 p_chmod = (int (*)(const char *path, mode_t mode)) in chmod()89 ret = (*p_chmod)(path, mode); in chmod()
Completed in 12 milliseconds