Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 17 of 17) sorted by relevance

/coreutils/src/
Dstty.c1101 struct termios *mode, bool *require_set_attr) in apply_settings()
1291 static struct termios mode; in main() local
1488 set_mode (struct mode_info const *info, bool reversed, struct termios *mode) in set_mode()
1695 struct termios *mode) in set_control_char()
1718 set_speed (enum speed_setting type, char const *arg, struct termios *mode) in set_speed()
1866 mode_type_flag (enum mode_type type, struct termios *mode) in mode_type_flag()
1891 display_settings (enum output_type output_type, struct termios *mode, in display_settings()
1911 display_changed (struct termios *mode) in display_changed()
2002 display_all (struct termios *mode, char const *device_name) in display_all()
2078 check_speed (struct termios *mode) in check_speed()
[all …]
Dsync.c88 sync_arg (enum sync_mode mode, char const *file) in sync_arg()
174 enum sync_mode mode; in main() local
Dselinux.h50 char const *path, mode_t mode) in defaultcon()
Dlibstdbuf.c92 apply_mode (FILE *stream, char const *mode) in apply_mode()
Dnproc.c86 enum nproc_query mode = NPROC_CURRENT_OVERRIDABLE; in main() local
Dselinux.c72 computecon (char const *path, mode_t mode, char **con) in computecon()
111 char const *path, mode_t mode) in defaultcon()
Dnohup.c142 mode_t mode = S_IRUSR | S_IWUSR; in main() local
Dmkdir.c97 mode_t mode; member
Dcopy.c884 fchmod_or_lchmod (int desc, int dirfd, char const *name, mode_t mode) in fchmod_or_lchmod()
1017 mode_t mode, bool new_dst, const struct cp_options *x) in set_process_security_ctx()
1977 writable_destination (int dst_dirfd, char const *dst_relname, mode_t mode) in writable_destination()
2942 mode_t mode = dst_mode_bits & ~omitted_permissions; in copy_internal() local
3115 mode_t mode = src_mode & ~omitted_permissions; in copy_internal() local
3125 mode_t mode = src_mode & ~omitted_permissions; in copy_internal() local
Dremove.c190 struct rm_options const *x, enum Prompt_action mode, in prompt()
Dchmod.c419 char *mode = nullptr; in main() local
Dcopy.h130 mode_t mode; member
Dinstall.c81 static mode_t mode = DEFAULT_MODE; variable
Dtail.c124 mode_t mode; member
1163 mode_t mode; in tail_forever() local
Dls.c4915 get_type_indicator (bool stat_ok, mode_t mode, enum filetype type) in get_type_indicator()
4947 print_type_indicator (bool stat_ok, mode_t mode, enum filetype type) in print_type_indicator()
4982 mode_t mode; in get_color_indicator() local
Ddd.c1290 ifd_reopen (int desired_fd, char const *file, int flag, mode_t mode) in ifd_reopen()
/coreutils/gl/lib/
Dfd-reopen.c32 fd_reopen (int desired_fd, char const *file, int flags, mode_t mode) in fd_reopen()