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

/systemd/src/core/
H A Dexecute.c338 static int open_terminal_as(const char *path, mode_t mode, int nfd) { function
501 return open_terminal_as(exec_context_tty_path(context), O_WRONLY, fileno);
525 return open_terminal_as(exec_context_tty_path(context), O_WRONLY, fileno);

Completed in 19 milliseconds