Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dless.h275 #define CREAT_RW (S_IREAD|S_IWRITE)
277 #define CREAT_RW 0644
280 #define CREAT_RW global() macro
282 #define CREAT_RW global() macro
H A Dedit.c974 logfile = creat(filename, CREAT_RW); in use_logfile()