Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dfile_subs.c63 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
65 #define ABITS (FILEBITS | SETBITS)
92 file_mode = arcn->sb.st_mode & FILEBITS; in file_creat()
355 file_mode = arcn->sb.st_mode & FILEBITS; in node_creat()
464 ((sb.st_mode & FILEBITS) | S_IRWXU)); in node_creat()
609 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU)); in chk_path()