x 25 cronie_common.h # define __attribute__(x) /* empty */ x 654 src/cron.c static void sighup_handler(int x) { x 658 src/cron.c static void sigchld_handler(int x) { x 662 src/cron.c static void sigintterm_handler(int x) { x 1029 src/crontab.c static void die(int x) { x 195 src/do_command.c char *x = mkprints((u_char *) e->cmd, strlen(e->cmd)); x 197 src/do_command.c log_it(usernm, getpid(), "CMD", x, 0); x 198 src/do_command.c free(x); x 36 src/globals.h # define INIT(x) = x x 39 src/globals.h # define INIT(x) x 147 src/misc.c char *x = s; x 151 src/misc.c while (*x) x 152 src/misc.c x++; x 158 src/misc.c x--; x 159 src/misc.c } while (x >= s && isspace((unsigned char) *x)); x 164 src/misc.c *++x = '\0'; x 169 src/misc.c return ((size_t)(x - s));