Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cron/
H A Dcron.c216 struct usr *nextusr; member
527 u = u->nextusr; in main()
847 u->nextusr = uhead; in create_ulist()
2057 prev = cur, cur = cur->nextusr) { in free_if_unused()
2064 uhead = u->nextusr; in free_if_unused()
2066 prev->nextusr = u->nextusr; in free_if_unused()
2166 u = u->nextusr; in find_usr()
3458 if ((u = u->nextusr) == NULL) in process_anc_files()