Searched refs:str3cat (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | sfs_ops.c | 87 fullpath = str3cat(NULL, fo->opt_fs, "/", link); in sfs_match() 94 fo->opt_fs = str3cat(fo->opt_fs, ".", fullpath, ""); in sfs_match()
|
| H A D | nfsx_ops.c | 122 xmtab = str3cat((char *) 0, fo->opt_rhost, ":", fo->opt_rfs); in nfsx_match() 201 rfs = str3cat(rfs, pref, "/", path); in nfsx_init() 207 mp = str3cat(mp, fs, "/", rfs); in nfsx_init() 213 xinfo = str3cat(xinfo, host, *path == '/' ? "" : "/", path); in nfsx_init()
|
| H A D | restart.c | 120 me->mnt_fsname = str3cat(me->mnt_fsname, mo.opt_rhost, ":", "/"); in restart()
|
| H A D | util.c | 65 str3cat(char *p, char *s1, char *s2, char *s3) in str3cat() function 361 mp->am_path = str3cat(mp->am_path, mp->am_parent->am_path, "/", "."); in am_mounted()
|
| H A D | afs_ops.c | 296 mp->am_pref = str3cat((char *) 0, ppref, mp->am_name, "/"); in afs_mount() 801 cp->def_opts = str3cat(cp->def_opts, cp->auto_opts, ";", *cp->ivec+1); in afs_bgmount() 889 mp->am_link = str3cat((char *) 0, in afs_bgmount() 1453 new_mp->am_path = str3cat(new_mp->am_path, in afs_lookuppn()
|
| /openbsd-src/usr.sbin/amd/include/ |
| H A D | am.h | 305 extern char *str3cat(char *, char *, char *, char *);
|