Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/cron/
H A Dcron.c347 static void *get_obj(struct shared *obj);
1174 if (tz == NULL || strcmp(&line[cursor], get_obj(tz))) { in readcron()
1187 strcmp(&line[cursor], get_obj(home))) { in readcron()
1201 strcmp(&line[cursor], get_obj(shell))) { in readcron()
1909 (void) putenv((char *)get_obj(e->of.ct.tz)); in next_time()
2512 home = (char *)get_obj(e->of.ct.home); in ex()
2539 (void) putenv((char *)get_obj(e->of.ct.tz)); in ex()
2544 sh = (char *)get_obj(e->of.ct.shell); in ex()
3647 get_obj(struct shared *obj) in get_obj() function