Searched defs:get_obj (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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))) {
1190 strcmp(&line[cursor], get_obj(home))) {
1204 strcmp(&line[cursor], get_obj(shell))) {
1912 (void) putenv((char *)get_obj(e->of.ct.tz));
2515 home = (char *)get_obj(e->of.ct.home);
2542 (void) putenv((char *)get_obj(e->of.ct.tz));
2547 sh = (char *)get_obj(e->of.ct.shell);
3660 get_obj(struct shared *obj) function

Completed in 77 milliseconds