Searched defs:chmod (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/pax/ |
H A D | file.c | 40 #define chmod(a,b) (error(-1,"%s#%d: chmod(%s,%05o)",__FILE__,__LINE__,a,b),chmod(a,b)) macro 290 f->chmod = f->perm != (st.st_mode & (S_IRWXU|S_IRWXG|S_IRWXO)) && 291 (state.chmod || state.update || S_ISDIR(st.st_mode)); 385 f->chmod = state.chmod || state.update; 461 if (!exists || f->chmod || state.update && ((c = tvcmp(tvmtime(&t1, f->st), tvmtime(&t2, &st))) > 0 || state.update == OPT_different && c)) 630 * <chmod u+w><remove><missdir> 658 if (chmod( [all...] |
H A D | pax.h | 302 unsigned int chmod:1; /* must restore mode */ \ 357 unsigned int chmod:1; /* must restore mode */ member in struct:Post_s 493 int chmod; /* must preserve mode */ \ 575 char* mode; /* output chmod(1) mode */ \
|
/ast/src/lib/libast/comp/ |
H A D | omitted.c | 102 #define syschmod chmod 307 chmod(const char* path, mode_t mode) function
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 108 #define chmod _chmod macro 5289 if (chmod(path, mode))
|
Completed in 32 milliseconds