Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c346 static struct shared *dup_shared(struct shared *obj);
1277 e->of.ct.tz = dup_shared(tz); in readcron()
1279 e->of.ct.shell = dup_shared(shell); in readcron()
1281 e->of.ct.home = dup_shared(home); in readcron()
3607 dup_shared(struct shared *obj) in dup_shared() function