Searched refs:flags (Results 1 – 1 of 1) sorted by relevance
106 int flags; in nhw_upty_open_ptty() local132 flags = fcntl(master_pty, F_GETFL); in nhw_upty_open_ptty()133 if (flags == -1) { in nhw_upty_open_ptty()140 ret = fcntl(master_pty, F_SETFL, flags | O_NONBLOCK); in nhw_upty_open_ptty()