Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c242 } *rthead; variable
2867 rp->next = rthead; /* link the entry into the list */ in rinfo_get()
2868 rthead = rp; in rinfo_get()
2872 for (rp = rthead; rp != NULL; rp = rp->next) { in rinfo_get()
2891 for (rpp = &rthead; (rp = *rpp) != NULL; rpp = &rp->next) { in rinfo_free()