Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/cron/lib/
H A Dentry.c153 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 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-12.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)); \