Lines Matching defs:AT
1 /* $NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $ */
4 * at.c : Put file into atrun queue
54 #include "at.h"
67 enum { ATQ, ATRM, AT, BATCH, CAT }; /* what program we want to run */
72 static char rcsid[] = "$OpenBSD: at.c,v 1.15 1998/06/03 16:20:26 deraadt Exp $";
74 __RCSID("$NetBSD: at.c,v 1.33 2021/04/03 04:33:08 simonb Exp $");
170 * This does most of the work if at or batch are invoked for
203 * Loop over all possible file names for running something at this
204 * particular time, see if a file is there; the first empty slot at
307 /* Write out the umask at the time of invocation */
364 * Cd to the directory at the time and write out all the
590 int program = AT; /* our default program */
591 const char *options = "q:f:t:mvldbrVc"; /* default options for at */
648 if (program != AT)
656 if (program != AT)
664 if (program != AT)
708 case AT: