1+ jextract \
2+ --output jextract/src/main/java \
3+ --target-package " ${PACKAGE_NAME} " \
4+ --include-struct termios \
5+ --include-function ioctl \
6+ --include-function tcgetattr \
7+ --include-function tcsetattr \
8+ --include-constant EBADF \
9+ --include-constant EFAULT \
10+ --include-constant EINVAL \
11+ --include-constant ENOTTY \
12+ --include-constant VINTR \
13+ --include-constant VQUIT \
14+ --include-constant VERASE \
15+ --include-constant VEOF \
16+ --include-constant VEOL \
17+ --include-constant VEOL2 \
18+ --include-constant VSTART \
19+ --include-constant VSTOP \
20+ --include-constant VSUSP \
21+ --include-constant VWERASE \
22+ --include-constant VREPRINT \
23+ --include-constant VLNEXT \
24+ --include-constant VDISCARD \
25+ --include-constant IGNPAR \
26+ --include-constant PARMRK \
27+ --include-constant INPCK \
28+ --include-constant ISTRIP \
29+ --include-constant INLCR \
30+ --include-constant IGNCR \
31+ --include-constant ICRNL \
32+ --include-constant IXON \
33+ --include-constant IXANY \
34+ --include-constant IXOFF \
35+ --include-constant IMAXBEL \
36+ --include-constant OPOST \
37+ --include-constant ONLCR \
38+ --include-constant OCRNL \
39+ --include-constant ONOCR \
40+ --include-constant ONLRET \
41+ --include-constant CS7 \
42+ --include-constant CS8 \
43+ --include-constant PARENB \
44+ --include-constant PARODD \
45+ --include-constant ISIG \
46+ --include-constant ICANON \
47+ --include-constant ECHO \
48+ --include-constant ECHOE \
49+ --include-constant ECHOK \
50+ --include-constant ECHONL \
51+ --include-constant NOFLSH \
52+ --include-constant TOSTOP \
53+ --include-constant IEXTEN \
54+ --include-constant ECHOCTL \
55+ --include-constant ECHOKE \
56+ --include-constant PENDIN \
57+ --include-constant TIOCGETA \
58+ --include-constant TIOCSETA \
59+ --include-constant TCGETS \
60+ --include-constant TCSETS \
61+ --include-constant IGNBRK \
62+ --include-constant BRKINT \
63+ --include-constant PARMRK \
64+ --include-constant ISTRIP \
65+ --include-constant INLCR \
66+ --include-constant IGNCR \
67+ --include-constant ICRNL \
68+ --include-constant IXON \
69+ --include-constant OPOST \
70+ --include-constant ECHO \
71+ --include-constant ECHONL \
72+ --include-constant ICANON \
73+ --include-constant ISIG \
74+ --include-constant IEXTEN \
75+ --include-constant CSIZE \
76+ --include-constant PARENB \
77+ --include-constant CS8 \
78+ --include-constant VMIN \
79+ --include-constant VTIME \
80+ jextract/gen/c/ioctl.h
0 commit comments