Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c348 static void *get_obj(struct shared *obj);
1177 if (tz == NULL || strcmp(&line[cursor], get_obj(tz))) { in readcron()
1190 strcmp(&line[cursor], get_obj(home))) { in readcron()
1204 strcmp(&line[cursor], get_obj(shell))) { in readcron()
1877 (void) putenv((char *)get_obj(e->of.ct.tz)); in next_time()
2484 home = (char *)get_obj(e->of.ct.home); in ex()
2511 (void) putenv((char *)get_obj(e->of.ct.tz)); in ex()
2516 sh = (char *)get_obj(e->of.ct.shell); in ex()
3625 get_obj(struct shared *obj) in get_obj() function