Searched refs:sid (Results 1 – 1 of 1) sorted by relevance
30 pid_t sid; in tcgetsid() local38 if (ioctl (fd, TIOCGSID, &sid) < 0) in tcgetsid()49 return (pid_t) sid; in tcgetsid()57 sid = getsid (pgrp); in tcgetsid()58 if (sid == -1 && errno == ESRCH) in tcgetsid()61 return sid; in tcgetsid()
Completed in 3 milliseconds