brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.6 KiB · 8815097 Raw
87 lines · yaml
1header: termios.h2header_template: termios.h.def3macros: []4types:5  - type_name: tcflag_t6  - type_name: struct_termios7  - type_name: speed_t8  - type_name: pid_t9  - type_name: cc_t10enums: []11objects: []12functions:13  - name: cfgetispeed14    standards:15      - POSIX16    return_type: speed_t17    arguments:18      - type: const struct termios *19  - name: cfgetospeed20    standards:21      - POSIX22    return_type: speed_t23    arguments:24      - type: const struct termios *25  - name: cfsetispeed26    standards:27      - POSIX28    return_type: speed_t29    arguments:30      - type: struct termios *31      - type: speed_t32  - name: cfsetospeed33    standards:34      - POSIX35    return_type: speed_t36    arguments:37      - type: struct termios *38      - type: speed_t39  - name: tcdrain40    standards:41      - POSIX42    return_type: int43    arguments:44      - type: int45  - name: tcflow46    standards:47      - POSIX48    return_type: int49    arguments:50      - type: int51      - type: int52  - name: tcflush53    standards:54      - POSIX55    return_type: int56    arguments:57      - type: int58      - type: int59  - name: tcgetattr60    standards:61      - POSIX62    return_type: int63    arguments:64      - type: int65      - type: struct termios *66  - name: tcgetsid67    standards:68      - POSIX69    return_type: pid_t70    arguments:71      - type: int72  - name: tcsendbreak73    standards:74      - POSIX75    return_type: int76    arguments:77      - type: int78      - type: int79  - name: tcsetattr80    standards:81      - POSIX82    return_type: int83    arguments:84      - type: int85      - type: int86      - type: struct termios *87