Home
last modified time | relevance | path

Searched refs:str3cat (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/conf/mtab/
H A Dmtab_aix.c83 new_mp->mnt_fsname = str3cat((char *) NULL, in mnt_dup()
91 new_mp->mnt_fsname = str3cat((char *) NULL, in mnt_dup()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damfs_nfsx.c150 xmtab = str3cat((char *) NULL, fo->opt_rhost, ":", fo->opt_rfs); in amfs_nfsx_match()
233 rfs = str3cat(rfs, pref, "/", path); in amfs_nfsx_init()
239 mp = str3cat(mp, fs, "/", rfs); in amfs_nfsx_init()
245 xinfo = str3cat(xinfo, host, *path == '/' ? "" : "/", path); in amfs_nfsx_init()
H A Damfs_link.c109 char *link_hack = str3cat(NULL, ".", fo->opt_fs, ""); in amfs_link_match()
H A Damfs_auto.c150 mp->am_pref = str3cat((char *) NULL, ppref, mp->am_name, "/"); in amfs_auto_mount()
H A Damfs_program.c100 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs); in amfs_program_match()
H A Drestart.c75 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart_fake_mntfs()
H A Damfs_generic.c432 char *new_def_opts = str3cat(NULL, def_opts, ";", *cur_ivec + 1); in amfs_lookup_loc()
458 def_opts = str3cat((char *) NULL, orig_def_opts, ";", *cur_ivec + 1); in amfs_lookup_loc()
H A Dam_ops.c466 link_dir = str3cat((char *) NULL, fo->opt_fs, "/", link_dir); in ops_match()
H A Dops_nfs.c846 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts); in mount_nfs_fh()
849 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts); in mount_nfs_fh()
H A Dautil.c262 mp->am_path = str3cat(mp->am_path, mp->am_parent->am_path, "/", "."); in am_mounted()
H A Dmap.c215 new_mp->am_path = str3cat(new_mp->am_path, in get_ap_child()
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/
H A Dautofs_solaris_v1.h62 #define autofs_strdup_space_hack(s) str3cat(NULL, (s), " ", "")
H A Dautofs_linux.c353 ap_path = str3cat(NULL, mp->am_path, "/", name); in autofs_expire_one()
666 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs()
H A Dautofs_solaris_v1.c516 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs()
H A Dautofs_solaris_v2_v3.c1098 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dstrutil.c69 str3cat(char *p, char *s1, char *s2, char *s3) in str3cat() function
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h286 extern char *str3cat(char *, char *, char *, char *);
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog903 autofs_strdup_space_hack as a macro to str3cat(NULL,(s)," ","").
5869 de-allocated memory in str3cat
7194 * libamu/util.c (str3cat): updated comment
13046 * lib/util.c (str3cat): removed _AIX code. AIX should have a