Searched refs:perror_msg_and_die (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/utelnetd/
H A Dutelnetd.c152 void perror_msg_and_die(char *text) function
160 perror_msg_and_die(text);
309 perror_msg_and_die("setsid");
313 perror_msg_and_die("Could not open tty");
320 perror_msg_and_die("could not set controlling tty");
351 perror_msg_and_die("execv");
446 perror_msg_and_die(" is no valid executable!\n");
491 if (daemon(0, 1) < 0) perror_msg_and_die("daemon");

Completed in 98 milliseconds