Home
last modified time | relevance | path

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

/freebsd-13.1/bin/pax/
H A Dfile_subs.c65 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
67 #define ABITS (FILEBITS | SETBITS)
94 file_mode = arcn->sb.st_mode & FILEBITS; in file_creat()
357 file_mode = arcn->sb.st_mode & FILEBITS; in node_creat()
466 ((sb.st_mode & FILEBITS) | S_IRWXU)); in node_creat()
611 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU)); in chk_path()