Searched refs:TIOCSPGRP (Results 1 – 15 of 15) sorted by relevance
/third_party/musl/src/unistd/ |
D | tcsetpgrp.c | 8 return ioctl(fd, TIOCSPGRP, &pgrp_int); in tcsetpgrp()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 26 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 43 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 47 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 43 #define TIOCSPGRP 0x5410 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 34 #define TIOCSPGRP _IOW('t', 118, int) macro
|
/third_party/python/Modules/ |
D | termios.c | 970 #ifdef TIOCSPGRP 971 {"TIOCSPGRP", TIOCSPGRP},
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_dev.c | 942 case TIOCSPGRP: in usb_ioctl_f_sub()
|