Home
last modified time | relevance | path

Searched refs:TIOCSPGRP (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/src/unistd/
Dtcsetpgrp.c8 return ioctl(fd, TIOCSPGRP, &pgrp_int); in tcsetpgrp()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h26 #define TIOCSPGRP 0x5410 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h26 #define TIOCSPGRP 0x5410 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h26 #define TIOCSPGRP 0x5410 macro
/third_party/musl/arch/generic/bits/
Dioctl.h26 #define TIOCSPGRP 0x5410 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/musl/arch/mips/bits/
Dioctl.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h43 #define TIOCSPGRP 0x5410 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h47 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h43 #define TIOCSPGRP 0x5410 macro
/third_party/musl/arch/sh/bits/
Dioctl.h34 #define TIOCSPGRP _IOW('t', 118, int) macro
/third_party/python/Modules/
Dtermios.c970 #ifdef TIOCSPGRP
971 {"TIOCSPGRP", TIOCSPGRP},
/third_party/FreeBSD/sys/dev/usb/
Dusb_dev.c942 case TIOCSPGRP: in usb_ioctl_f_sub()