Lines Matching refs:strdup
305 if ((me->map_root = strdup(w1)) == NULL) in mapline_to_mapent()
310 me->map_mntpnt = strdup(""); in mapline_to_mapent()
312 me->map_mntpnt = strdup(w); in mapline_to_mapent()
330 if ((me->map_mntopts = strdup(w)) == NULL) in mapline_to_mapent()
357 if (((me->map_fsw = strdup(w)) == NULL) || in mapline_to_mapent()
358 ((me->map_fswq = strdup(wq)) == NULL)) in mapline_to_mapent()
605 if ((me->map_mntopts = strdup(entryopts)) == NULL) in set_mapent_opts()
622 if (((me->map_fstype = strdup(fstype)) == NULL) || in set_mapent_opts()
623 ((me->map_mounter = strdup(mounter)) == NULL)) { in set_mapent_opts()
700 me->map_mntopts = strdup(pushentryopts); in fstype_opts()
1067 me->map_root = strdup(w1); in mark_and_fake_level1_noroot()
1071 me->map_mntpnt = strdup(faked_map_mntpnt); in mark_and_fake_level1_noroot()
1072 me->map_fstype = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()
1073 me->map_mounter = strdup(MNTTYPE_AUTOFS); in mark_and_fake_level1_noroot()
1079 me->map_fs->mfs_dir = strdup(mapname); in mark_and_fake_level1_noroot()
1142 if ((me->map_fstype = strdup(MNTTYPE_AUTOFS)) == NULL) in convert_mapent_to_automount()
1147 if ((me->map_mounter = strdup(me->map_fstype)) == NULL) in convert_mapent_to_automount()
1152 if ((me->map_fs->mfs_dir = strdup(mapname)) == NULL) in convert_mapent_to_automount()
1482 mfs->mfs_host = strdup(host); in parse_nfs()
1483 mfs->mfs_dir = strdup(path); in parse_nfs()
1485 mfs->mfs_host = strdup(hostname); in parse_nfs()
1486 mfs->mfs_dir = strdup(dirname); in parse_nfs()
1556 mfs->mfs_dir = strdup(&devname[devname[0] == ':']); in parse_special()
1809 ms->map_mntopts = strdup(entryopts); in do_mapent_hosts()
1812 ms->map_mounter = strdup(fstype); in do_mapent_hosts()
1815 ms->map_fstype = strdup(MNTTYPE_NFS); in do_mapent_hosts()
1825 ms->map_root = strdup(name); in do_mapent_hosts()
1828 ms->map_mntpnt = strdup(""); in do_mapent_hosts()
1836 mfs->mfs_host = strdup(host); in do_mapent_hosts()
1839 mfs->mfs_dir = strdup("/"); in do_mapent_hosts()
1976 me->map_root = strdup(name); in do_mapent_hosts()
1986 me->map_mntpnt = strdup(name); in do_mapent_hosts()
1990 me->map_fstype = strdup(fstype); in do_mapent_hosts()
1993 me->map_mounter = strdup(mounter); in do_mapent_hosts()
1996 me->map_mntopts = strdup(entryopts); in do_mapent_hosts()
2005 mfs->mfs_host = strdup(host); in do_mapent_hosts()
2008 mfs->mfs_dir = strdup(ex->ex_dir); in do_mapent_hosts()