Searched refs:defmode (Results 1 – 1 of 1) sorted by relevance
351 mode_t defmode; in safe_touch() local353 defmode = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; in safe_touch()355 ret = open(pathname, O_CREAT | O_WRONLY, defmode); in safe_touch()