Home
last modified time | relevance | path

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

/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/src/
H A Dhexpeek.h336 #define DT_MODE(i) Params.infiles[i].open_flags macro
H A Dhexpeek.c1214 (DT_MODE(fi) & O_RDWR) ? "writeable" : "read-only"); in printFiles()
2286 if( ! (DT_MODE(ppc->fz.fi) & O_RDWR)) in processCommand()