Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cron/
H A Dcron.c350 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()
1912 (void) putenv((char *)get_obj(e->of.ct.tz)); in next_time()
2515 home = (char *)get_obj(e->of.ct.home); in ex()
2542 (void) putenv((char *)get_obj(e->of.ct.tz)); in ex()
2547 sh = (char *)get_obj(e->of.ct.shell); in ex()
3660 get_obj(struct shared *obj) in get_obj() function