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

/netbsd-current/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_isc3.c114 char nullcpy[128]; local
116 xstrlcpy(nullcpy, mp->mt_dev, 32);
117 new_mp->mnt_fsname = xstrdup(nullcpy);
119 xstrlcpy(nullcpy, mp->mt_filsys, 32);
120 new_mp->mnt_dir = xstrdup(nullcpy);
122 xstrlcpy(nullcpy, mp->mt_fstyp, 16);
123 new_mp->mnt_type = xstrdup(nullcpy);
125 xstrlcpy(nullcpy, mp->mt_mntopts, 64);
126 new_mp->mnt_opts = xstrdup(nullcpy);

Completed in 131 milliseconds