Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c218 struct usr *nextusr; member
528 u = u->nextusr; in main()
848 u->nextusr = uhead; in create_ulist()
2029 prev = cur, cur = cur->nextusr) { in free_if_unused()
2036 uhead = u->nextusr; in free_if_unused()
2038 prev->nextusr = u->nextusr; in free_if_unused()
2138 u = u->nextusr; in find_usr()
3437 if ((u = u->nextusr) == NULL) in process_anc_files()