Home
last modified time | relevance | path

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

/freebsd/lib/libc/gen/
H A Dsetmode.c64 #define CMD2_SET 0x02 macro
110 (set->cmd2 & CMD2_SET) ? S_IRWXO : value; in getmode()
118 if (set->cmd2 & CMD2_SET) { in getmode()
404 set->cmd2 |= CMD2_SET; in addcmd()
408 set->cmd2 |= CMD2_SET|CMD2_CLR; in addcmd()
422 set->cmd2 & CMD2_SET ? " SET" : "", in dumpmode()