RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 1 | header: termios.h |
Roland McGrath | 6ad0dcf | 2025-01-07 23:56:12 | [diff] [blame] | 2 | header_template: termios.h.def |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 3 | macros: [] |
4 | types: | ||||
5 | - type_name: tcflag_t | ||||
6 | - type_name: struct_termios | ||||
7 | - type_name: speed_t | ||||
8 | - type_name: pid_t | ||||
9 | - type_name: cc_t | ||||
10 | enums: [] | ||||
11 | objects: [] | ||||
12 | functions: | ||||
13 | - name: cfgetispeed | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 14 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 15 | - POSIX |
16 | return_type: speed_t | ||||
17 | arguments: | ||||
18 | - type: const struct termios * | ||||
19 | - name: cfgetospeed | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 20 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 21 | - POSIX |
22 | return_type: speed_t | ||||
23 | arguments: | ||||
24 | - type: const struct termios * | ||||
25 | - name: cfsetispeed | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 26 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 27 | - POSIX |
aaryanshukla | a004e50 | 2024-07-08 22:41:25 | [diff] [blame] | 28 | return_type: speed_t |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 29 | arguments: |
30 | - type: struct termios * | ||||
31 | - type: speed_t | ||||
32 | - name: cfsetospeed | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 33 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 34 | - POSIX |
aaryanshukla | a004e50 | 2024-07-08 22:41:25 | [diff] [blame] | 35 | return_type: speed_t |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 36 | arguments: |
37 | - type: struct termios * | ||||
38 | - type: speed_t | ||||
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 39 | - name: tcdrain |
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 40 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 41 | - POSIX |
42 | return_type: int | ||||
43 | arguments: | ||||
44 | - type: int | ||||
45 | - name: tcflow | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 46 | standards: |
47 | - POSIX | ||||
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 48 | return_type: int |
49 | arguments: | ||||
50 | - type: int | ||||
51 | - type: int | ||||
52 | - name: tcflush | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 53 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 54 | - POSIX |
55 | return_type: int | ||||
56 | arguments: | ||||
57 | - type: int | ||||
58 | - type: int | ||||
aaryanshukla | b6cbd01 | 2024-08-09 18:27:36 | [diff] [blame] | 59 | - name: tcgetattr |
60 | standards: | ||||
61 | - POSIX | ||||
62 | return_type: int | ||||
63 | arguments: | ||||
64 | - type: int | ||||
65 | - type: struct termios * | ||||
66 | - name: tcgetsid | ||||
67 | standards: | ||||
68 | - POSIX | ||||
69 | return_type: pid_t | ||||
70 | arguments: | ||||
71 | - type: int | ||||
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 72 | - name: tcsendbreak |
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 73 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 74 | - POSIX |
75 | return_type: int | ||||
76 | arguments: | ||||
77 | - type: int | ||||
78 | - type: int | ||||
79 | - name: tcsetattr | ||||
aaryanshukla | c469540 | 2024-08-05 19:48:05 | [diff] [blame] | 80 | standards: |
RoseZhang03 | 371e924 | 2024-06-28 22:42:35 | [diff] [blame] | 81 | - POSIX |
82 | return_type: int | ||||
83 | arguments: | ||||
84 | - type: int | ||||
85 | - type: int | ||||
86 | - type: struct termios * |