Searched refs:strealloc (Results 1 – 4 of 4) sorted by relevance
/openbsd/usr.sbin/amd/amd/ |
H A D | mntfs.c | 179 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 D | afs_ops.c | 242 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 D | util.c | 81 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 D | am.h | 307 extern char *strealloc(char *, char *);
|