Searched refs:flag (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | remove.c | 59 cache_fstatat (int fd, char const *file, struct stat *st, int flag) in cache_fstatat() argument 69 if (fstatat (fd, file, st, flag) == 0) in cache_fstatat() 77 return fstatat (fd, file, st, flag); in cache_fstatat() 393 int flag = is_dir ? AT_REMOVEDIR : 0; in excise() local 394 if (unlinkat (fts->fts_cwd_fd, ent->fts_accpath, flag) == 0) in excise()
|
D | pathchk.c | 58 # define pathconf(file, flag) \ argument 59 (flag == _PC_NAME_MAX ? NAME_MAX_MINIMUM : PATH_MAX_MINIMUM)
|
D | stty.c | 2149 tcflag_t flag[4]; in recover_mode() local 2155 if (strtoul_tcflag_t (s, 16, &p, flag + i, ':') != 0) in recover_mode() 2159 mode->c_iflag = flag[0]; in recover_mode() 2160 mode->c_oflag = flag[1]; in recover_mode() 2161 mode->c_cflag = flag[2]; in recover_mode() 2162 mode->c_lflag = flag[3]; in recover_mode()
|
D | dd.c | 53 # define siginterrupt(sig, flag) /* empty */ argument 1290 ifd_reopen (int desired_fd, char const *file, int flag, mode_t mode) in ifd_reopen() argument 1297 ret = fd_reopen (desired_fd, file, flag, mode); in ifd_reopen()
|
D | sort.c | 80 # define siginterrupt(sig, flag) /* empty */ argument
|
D | ls.c | 71 # define siginterrupt(sig, flag) /* empty */ argument
|
/coreutils/tests/dd/ |
D | misc.sh | 81 This operating system has the O_NOATIME file status flag,
|
/coreutils/doc/ |
D | perm.texi | 91 @item The @dfn{restricted deletion flag} or @dfn{sticky bit}. 95 @cindex restricted deletion flag 321 To change the file mode bits to set the restricted deletion flag or sticky bit, 339 To set the restricted deletion flag or sticky bit, you can use 358 does set the restricted deletion flag or sticky bit, but it also 514 1000 Restricted deletion flag or sticky bit
|
D | coreutils.texi | 4057 For each @var{file}, we print the checksum, a space, a flag indicating 4170 outputting a @samp{*} flag. This is the inverse of @option{--text}. 4266 outputting a @samp{ } flag. This is the inverse of @option{--binary}. 5826 disallow all truncation flag generation as well, through option @option{-F 5943 @itemx --flag-truncation=@var{string} 5945 @opindex --flag-truncation 8033 If the restricted deletion flag or sticky bit, and the 8034 other-executable bit, are both set. The restricted deletion flag is 8038 If the restricted deletion flag or sticky bit is set but the 9705 @item iflag=@var{flag}[,@var{flag}]@dots{} [all …]
|
/coreutils/ |
D | NEWS | 835 'date' now supports the '+' conversion specification flag, 1715 separated list of programs you want to build separately. This flag 2273 dd now accepts the conv=sparse flag to attempt to create sparse 2540 - a FIEMAP-based extent copy always uses the FIEMAP_FLAG_SYNC flag. 2583 dd now accepts the 'nocache' flag to the iflag and oflag options, 3673 at the end of the option argument to --flag-truncation=STRING (-F), 4206 printf now supports the 'I' flag on hosts whose underlying printf 5095 nohup now sets the close-on-exec flag for its copy of the stderr file 5416 - date's '-' (no-pad) format flag now affects the space-padded-by-default 5450 * seq now accepts " " and "'" as valid format flag characters
|