Searched refs:DPARS (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/cron/lib/ |
H A D | entry.c | 117 Debug(DPARS, ("load_entry()...about to eat comments\n")) in load_entry() 153 Debug(DPARS, ("load_entry()...about to test shortcuts\n")) in load_entry() 156 Debug(DPARS, ("load_entry()...reboot shortcut\n")) in load_entry() 159 Debug(DPARS, ("load_entry()...yearly shortcut\n")) in load_entry() 168 Debug(DPARS, ("load_entry()...monthly shortcut\n")) in load_entry() 177 Debug(DPARS, ("load_entry()...weekly shortcut\n")) in load_entry() 186 Debug(DPARS, ("load_entry()...daily shortcut\n")) in load_entry() 194 Debug(DPARS, ("load_entry()...hourly shortcut\n")) in load_entry() 202 Debug(DPARS, ("load_entry()...every_minute shortcut\n")) in load_entry() 210 Debug(DPARS, ("load_entry()...every_second shortcut\n")) in load_entry() [all …]
|
H A D | env.c | 161 Debug(DPARS, ("load_env, read <%s>\n", envstr)); in load_env() 226 Debug(DPARS, ("load_env, parse error, state = %d\n", state)) in load_env() 242 Debug(DPARS, ("load_env, <%s> <%s> -> <%s>\n", name, val, envstr)) in load_env()
|
/freebsd/usr.sbin/cron/cron/ |
H A D | macros.h | 60 #define DPARS 0x0008 /* parsing debug mask */ macro 95 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
|
H A D | user.c | 65 Debug(DPARS, ("load_user()\n")) in load_user() 121 Debug(DPARS, ("...load_user() done\n")) in load_user()
|