Home
last modified time | relevance | path

Searched refs:ispeed (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Modules/
Dtermios.c89 speed_t ispeed = cfgetispeed(&mode); in termios_tcgetattr_impl() local
128 PyList_SetItem(v, 4, PyLong_FromLong((long)ispeed)); in termios_tcgetattr_impl()
180 speed_t ispeed = (speed_t) PyLong_AsLong(PyList_GetItem(term, 4)); in termios_tcsetattr_impl() local
210 if (cfsetispeed(&mode, (speed_t) ispeed) == -1) in termios_tcsetattr_impl()
/third_party/toybox/toys/pending/
Dstty.c192 int ispeed = baud(cfgetispeed(t)), ospeed = baud(cfgetospeed(t)); in show_speed() local
195 if (ispeed == ospeed) fmt += (verbose ? 17 : 3); in show_speed()
196 out(fmt, ispeed, ospeed); in show_speed()
/third_party/python/Doc/library/
Dtermios.rst34 follows: ``[iflag, oflag, cflag, lflag, ispeed, ospeed, cc]`` where *cc* is a
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h9985 uint ispeed; member