2024-06-28 22:42:35 +00:00
|
|
|
header: termios.h
|
2025-01-07 15:56:12 -08:00
|
|
|
header_template: termios.h.def
|
2024-06-28 22:42:35 +00:00
|
|
|
macros: []
|
|
|
|
|
types:
|
|
|
|
|
- type_name: tcflag_t
|
|
|
|
|
- type_name: struct_termios
|
|
|
|
|
- type_name: speed_t
|
|
|
|
|
- type_name: pid_t
|
|
|
|
|
- type_name: cc_t
|
|
|
|
|
enums: []
|
|
|
|
|
objects: []
|
|
|
|
|
functions:
|
|
|
|
|
- name: cfgetispeed
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: speed_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const struct termios *
|
|
|
|
|
- name: cfgetospeed
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: speed_t
|
|
|
|
|
arguments:
|
|
|
|
|
- type: const struct termios *
|
|
|
|
|
- name: cfsetispeed
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
2024-07-08 15:41:25 -07:00
|
|
|
return_type: speed_t
|
2024-06-28 22:42:35 +00:00
|
|
|
arguments:
|
|
|
|
|
- type: struct termios *
|
|
|
|
|
- type: speed_t
|
|
|
|
|
- name: cfsetospeed
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
2024-07-08 15:41:25 -07:00
|
|
|
return_type: speed_t
|
2024-06-28 22:42:35 +00:00
|
|
|
arguments:
|
|
|
|
|
- type: struct termios *
|
|
|
|
|
- type: speed_t
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: tcdrain
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- name: tcflow
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
2024-08-09 11:27:36 -07:00
|
|
|
return_type: int
|
2024-06-28 22:42:35 +00:00
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
|
|
|
|
- name: tcflush
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: int
|
|
|
|
|
- name: tcgetattr
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
|
|
|
|
- POSIX
|
2024-06-28 22:42:35 +00:00
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
2024-08-09 11:27:36 -07:00
|
|
|
- type: struct termios *
|
|
|
|
|
- name: tcgetsid
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
2024-08-09 11:27:36 -07:00
|
|
|
return_type: pid_t
|
2024-06-28 22:42:35 +00:00
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- name: tcsendbreak
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: int
|
|
|
|
|
- name: tcsetattr
|
2024-08-05 12:48:05 -07:00
|
|
|
standards:
|
2024-06-28 22:42:35 +00:00
|
|
|
- POSIX
|
|
|
|
|
return_type: int
|
|
|
|
|
arguments:
|
|
|
|
|
- type: int
|
|
|
|
|
- type: int
|
|
|
|
|
- type: struct termios *
|