Searched defs:no (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dterminal-util.c962 /* Probably something like the ptys which have no
1018 int no = -1, r; local
1023 r = ioctl(pty, TIOCGPTN, &no);
1027 if (no < 0)
1030 if (asprintf(ret, "/dev/pts/%i", no) < 0)

Completed in 762 milliseconds