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

/opensolaris-onvv-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))) {
1187 strcmp(&line[cursor], get_obj(home))) {
1201 strcmp(&line[cursor], get_obj(shell))) {
1909 (void) putenv((char *)get_obj(e->of.ct.tz));
2512 home = (char *)get_obj(e->of.ct.home);
2539 (void) putenv((char *)get_obj(e->of.ct.tz));
2544 sh = (char *)get_obj(e->of.ct.shell);
3647 get_obj(struct shared *obj) function

Completed in 196 milliseconds