Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dfile_subs.c57 #define FILEBITS (S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO) macro
59 #define ABITS (FILEBITS | SETBITS)
86 file_mode = arcn->sb.st_mode & FILEBITS; in file_creat()
349 file_mode = arcn->sb.st_mode & FILEBITS; in node_creat()
458 ((sb.st_mode & FILEBITS) | S_IRWXU)); in node_creat()
608 set_pmode(name, ((sb.st_mode & FILEBITS) | S_IRWXU)); in chk_path()