Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/backup/dump/
H A Ddumpfstab.c45 #define mntstrdup(s) ((s) ? strdup((s)) : "") macro
123 mnt->mnt_fsname = mntstrdup(vfs.vfs_special);
124 mnt->mnt_dir = mntstrdup(vfs.vfs_mountp);
125 mnt->mnt_type = mntstrdup(vfs.vfs_fstype);
126 mnt->mnt_opts = mntstrdup(vfs.vfs_mntopts);
172 new->mnt_fsname = mntstrdup(mnt->mnt_fsname); /* mnt_special */
173 new->mnt_dir = mntstrdup(mnt->mnt_dir); /* mnt_mountp */
174 new->mnt_type = mntstrdup(mnt->mnt_type); /* mnt_fstype */
175 new->mnt_opts = mntstrdup(mnt->mnt_opts); /* mnt_mntopts */