Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cron/
H A Dcron.c348 static struct shared *dup_shared(struct shared *obj);
1253 e->of.ct.tz = dup_shared(tz); in readcron()
1255 e->of.ct.shell = dup_shared(shell); in readcron()
1257 e->of.ct.home = dup_shared(home); in readcron()
3642 dup_shared(struct shared *obj) in dup_shared() function