Searched refs:DPARS (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/usr.sbin/cron/lib/ |
| H A D | entry.c | 153 Debug(DPARS, ("load_entry()...reboot shortcut\n")) 156 Debug(DPARS, ("load_entry()...yearly shortcut\n")) 165 Debug(DPARS, ("load_entry()...monthly shortcut\n")) 174 Debug(DPARS, ("load_entry()...weekly shortcut\n")) 183 Debug(DPARS, ("load_entry()...daily shortcut\n")) 191 Debug(DPARS, ("load_entry()...hourly shortcut\n")) 218 Debug(DPARS, ("load_entry()... %ld seconds " 310 Debug(DPARS, ("load_entry()...got %s\n",username)) 355 Debug(DPARS, ("load_entry()...class %s\n",e->class)) 488 Debug(DPARS|DEXT, ("get_list()...entered\n")) [all …]
|
| H A D | env.c | 167 Debug(DPARS, ("load_env, read <%s>\n", envstr)); 232 Debug(DPARS, ("load_env, parse error, state = %d\n", state)) 249 Debug(DPARS, ("load_env, <%s> <%s> -> <%s>\n", name, val, envstr))
|
| /freebsd-12.1/usr.sbin/cron/cron/ |
| H A D | user.c | 70 Debug(DPARS, ("load_user()\n")) 126 Debug(DPARS, ("...load_user() done\n"))
|
| H A D | cron.h | 86 #define DPARS 0x0008 /* parsing debug mask */ macro 122 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \
|