Searched refs:histmode (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/edit/
H A Dhistory.c124 static mode_t histmode; variable
265 histmode = S_IRUSR|S_IWUSR;
266 if((fd=open(cp,O_BINARY|O_APPEND|O_RDWR|O_CREAT,histmode))>=0)
493 histmode = statb.st_mode;

Completed in 17 milliseconds