HomeSort by: relevance | last modified time | path
    Searched defs:alarmc (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/at/
at.c 63 #define ALARMC 10 /* Number of seconds to wait for timeout */
94 __dead static void alarmc (int);
120 alarmc(int signo) function in typeref:typename:void
219 act.sa_handler = alarmc;
224 * Set an alarm so a timeout occurs after ALARMC seconds, in case
228 (void)alarm(ALARMC);
at.c 63 #define ALARMC 10 /* Number of seconds to wait for timeout */
94 __dead static void alarmc (int);
120 alarmc(int signo) function in typeref:typename:void
219 act.sa_handler = alarmc;
224 * Set an alarm so a timeout occurs after ALARMC seconds, in case
228 (void)alarm(ALARMC);
at.c 63 #define ALARMC 10 /* Number of seconds to wait for timeout */
94 __dead static void alarmc (int);
120 alarmc(int signo) function in typeref:typename:void
219 act.sa_handler = alarmc;
224 * Set an alarm so a timeout occurs after ALARMC seconds, in case
228 (void)alarm(ALARMC);

Completed in 31 milliseconds