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

/systemd/src/basic/
H A Dterminal-util.c364 bool ignore_tiocstty_eperm,
434 if (r < 0 && r == -EPERM && ignore_tiocstty_eperm)
360 acquire_terminal( const char *name, bool fail, bool force, bool ignore_tiocstty_eperm, usec_t timeout) argument

Completed in 18 milliseconds