Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h251 #define SETBITS (S_ISUID | S_ISGID) macro
252 #define ABITS (FILEBITS | SETBITS)
H A Dfile_subs.c149 arcn->sb.st_mode &= ~(SETBITS); in file_close()
486 arcn->sb.st_mode &= ~(SETBITS); in node_creat()
H A Dtables.c860 mode &= ~(SETBITS); in sltab_process_one()