Home
last modified time | relevance | path

Searched refs:DPARS (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.sbin/cron/lib/
H A Dentry.c155 Debug(DPARS, ("load_entry()...reboot shortcut\n"))
158 Debug(DPARS, ("load_entry()...yearly shortcut\n"))
167 Debug(DPARS, ("load_entry()...monthly shortcut\n"))
176 Debug(DPARS, ("load_entry()...weekly shortcut\n"))
185 Debug(DPARS, ("load_entry()...daily shortcut\n"))
193 Debug(DPARS, ("load_entry()...hourly shortcut\n"))
220 Debug(DPARS, ("load_entry()... %ld seconds "
312 Debug(DPARS, ("load_entry()...got %s\n",username))
360 Debug(DPARS, ("load_entry()...class %s\n",e->class))
535 Debug(DPARS|DEXT, ("get_list()...entered\n"))
[all …]
H A Denv.c167 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-13.1/usr.sbin/cron/cron/
H A Duser.c70 Debug(DPARS, ("load_user()\n"))
126 Debug(DPARS, ("...load_user() done\n"))
H A Dcron.h86 #define DPARS 0x0008 /* parsing debug mask */ macro
122 #define Set_LineNum(ln) {Debug(DPARS|DEXT,("linenum=%d\n",ln)); \