Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dpax.h250 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
252 #define ABITS (FILEBITS | SETBITS)
H A Dfile_subs.c87 file_mode = arcn->sb.st_mode & FILEBITS; in file_creat()
367 file_mode = arcn->sb.st_mode & FILEBITS; in node_creat()
511 ((sb.st_mode & FILEBITS) | S_IRWXU)); in node_creat()
675 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU)); in chk_path()