Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmntfs.c167 mf->mf_info = strealloc(mf->mf_info, info); in locate_mntfs()
178 mf->mf_auto = strealloc(mf->mf_auto, auto_opts); in locate_mntfs()
179 mf->mf_mopts = strealloc(mf->mf_mopts, mopts); in locate_mntfs()
180 mf->mf_remopts = strealloc(mf->mf_remopts, remopts); in locate_mntfs()
181 mf->mf_info = strealloc(mf->mf_info, info); in locate_mntfs()
H A Damfs_root.c92 mf->mf_mount = strealloc(mf->mf_mount, pid_fsname); in amfs_root_mount()
H A Damfs_auto.c118 mf->mf_info = strealloc(mf->mf_info, mp->am_parent->am_al->al_mnt->mf_info); in amfs_auto_mount()
H A Dautil.c79 strealloc(char *p, char *s) in strealloc() function
135 *chp = strealloc(*chp, (char *) hp->h_name); in host_normalize()
H A Damfs_generic.c1074 def_opts = strealloc(def_opts, dfl); in amfs_parse_defaults()
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h288 extern char *strealloc(char *, char *);
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog4216 * amd/autil.c (strealloc): don't call malloc_verify() unless it