Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dupdate.c1342 mode_t oumask, writeaccess; in checkout_file() local
1350 writeaccess = (((mode & S_IRUSR) ? S_IWUSR : 0) in checkout_file()
1353 mode |= (~oumask) & writeaccess; in checkout_file()