Home
last modified time | relevance | path

Searched refs:xopts (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/amd/amd/
Dops_nfs.c761 char *xopts=NULL, transp_timeo_opts[40], transp_retrans_opts[40]; in mount_nfs_fh() local
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()
827 mnt.mnt_opts = xopts; in mount_nfs_fh()
888 XFREE(xopts); in mount_nfs_fh()
/freebsd-9-stable/contrib/amd/libamu/
Dmount_fs.c166 char *zopts = NULL, *xopts = NULL; in mount_fs() local
238 xopts = mnt->mnt_opts; in mount_fs()
240 xstrlcpy(zopts, xopts, l); in mount_fs()
316 if (xopts) { in mount_fs()
318 mnt->mnt_opts = xopts; in mount_fs()
/freebsd-9-stable/contrib/bmake/mk/
Dmeta2deps.py526 def main(argv, klass=MetaFile, xopts='', xoptf=None): argument
590 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:' + xopts)
/freebsd-9-stable/contrib/amd/
DChangeLog10745 ensure that you have a buffer in *xopts to strcat onto.