HomeSort by: relevance | last modified time | path
    Searched defs:nullcpy (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/mtab/
mtab_isc3.c 114 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 36 milliseconds