Home
last modified time | relevance | path

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

/openbsd/usr.sbin/amd/amd/
H A Dmntfs.c179 mf->mf_auto = strealloc(mf->mf_auto, auto_opts); in find_mntfs()
180 mf->mf_mopts = strealloc(mf->mf_mopts, mopts); in find_mntfs()
181 mf->mf_remopts = strealloc(mf->mf_remopts, remopts); in find_mntfs()
182 mf->mf_info = strealloc(mf->mf_info, info); in find_mntfs()
H A Dafs_ops.c242 mf->mf_mount = strealloc(mf->mf_mount, pid_fsname); in root_mount()
270 mf->mf_info = strealloc(mf->mf_info, mp->am_parent->am_mnt->mf_info); in afs_mount()
803 cp->def_opts = strealloc(cp->def_opts, *cp->ivec+1); in afs_bgmount()
1038 cp->def_opts = strealloc(cp->def_opts, cp->auto_opts); in afs_bgmount()
1426 auto_opts = strealloc(auto_opts, dfl); in afs_lookuppn()
H A Dutil.c81 strealloc(char *p, char *s) in strealloc() function
221 *chp = strealloc(*chp, hp->h_name); in host_normalize()
/openbsd/usr.sbin/amd/include/
H A Dam.h307 extern char *strealloc(char *, char *);