/netbsd-src/external/bsd/am-utils/dist/conf/mtab/ |
H A D | mtab_aix.c | 83 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 D | amfs_nfsx.c | 150 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 D | amfs_link.c | 109 char *link_hack = str3cat(NULL, ".", fo->opt_fs, ""); in amfs_link_match()
|
H A D | amfs_auto.c | 150 mp->am_pref = str3cat((char *) NULL, ppref, mp->am_name, "/"); in amfs_auto_mount()
|
H A D | amfs_program.c | 100 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs); in amfs_program_match()
|
H A D | restart.c | 75 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart_fake_mntfs()
|
H A D | amfs_generic.c | 432 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 D | am_ops.c | 466 link_dir = str3cat((char *) NULL, fo->opt_fs, "/", link_dir); in ops_match()
|
H A D | ops_nfs.c | 846 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 D | autil.c | 262 mp->am_path = str3cat(mp->am_path, mp->am_parent->am_path, "/", "."); in am_mounted()
|
H A D | map.c | 215 new_mp->am_path = str3cat(new_mp->am_path, in get_ap_child()
|
/netbsd-src/external/bsd/am-utils/dist/conf/autofs/ |
H A D | autofs_solaris_v1.h | 62 #define autofs_strdup_space_hack(s) str3cat(NULL, (s), " ", "")
|
H A D | autofs_linux.c | 353 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 D | autofs_solaris_v1.c | 516 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs()
|
H A D | autofs_solaris_v2_v3.c | 1098 target2 = str3cat(NULL, mp->am_parent->am_path, "/", target); in autofs_mount_fs()
|
/netbsd-src/external/bsd/am-utils/dist/libamu/ |
H A D | strutil.c | 69 str3cat(char *p, char *s1, char *s2, char *s3) in str3cat() function
|
/netbsd-src/external/bsd/am-utils/dist/include/ |
H A D | am_utils.h | 286 extern char *str3cat(char *, char *, char *, char *);
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ChangeLog | 903 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
|