Searched refs:str3cat (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | amfs_nfsx.c | 152 xmtab = str3cat((char *) 0, fo->opt_rhost, ":", fo->opt_rfs); in amfs_nfsx_match() 232 rfs = str3cat(rfs, pref, "/", path); in amfs_nfsx_init() 238 mp = str3cat(mp, fs, "/", rfs); in amfs_nfsx_init() 244 xinfo = str3cat(xinfo, host, *path == '/' ? "" : "/", path); in amfs_nfsx_init()
|
| HD | amfs_link.c | 111 char *link_hack = str3cat(NULL, ".", fo->opt_fs, ""); in amfs_link_match()
|
| HD | amfs_auto.c | 150 mp->am_pref = str3cat((char *) 0, ppref, mp->am_name, "/"); in amfs_auto_mount()
|
| HD | amfs_program.c | 102 fo->opt_unmount = str3cat(NULL, UNMOUNT_PROGRAM, " umount ", fo->opt_fs); in amfs_program_match()
|
| HD | restart.c | 77 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart_fake_mntfs()
|
| HD | am_ops.c | 454 link_dir = str3cat((char *) 0, fo->opt_fs, "/", link_dir); in ops_match()
|
| HD | amfs_generic.c | 417 char *new_def_opts = str3cat(NULL, def_opts, ";", *cur_ivec + 1); in amfs_lookup_mntfs() 443 def_opts = str3cat((char *) 0, orig_def_opts, ";", *cur_ivec + 1); in amfs_lookup_mntfs()
|
| HD | ops_nfs.c | 818 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts); in mount_nfs_fh() 821 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts); in mount_nfs_fh()
|
| HD | autil.c | 270 mp->am_path = str3cat(mp->am_path, mp->am_parent->am_path, "/", "."); in am_mounted()
|
| HD | map.c | 217 new_mp->am_path = str3cat(new_mp->am_path, in get_ap_child()
|
| /NextBSD/contrib/amd/libamu/ |
| HD | strutil.c | 71 str3cat(char *p, char *s1, char *s2, char *s3) in str3cat() function
|
| /NextBSD/contrib/amd/include/ |
| HD | am_utils.h | 280 extern char *str3cat(char *, char *, char *, char *);
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 322 autofs_strdup_space_hack as a macro to str3cat(NULL,(s)," ",""). 4803 de-allocated memory in str3cat 6128 * libamu/util.c (str3cat): updated comment 11980 * lib/util.c (str3cat): removed _AIX code. AIX should have a
|