Searched refs:share (Results 76 - 100 of 213) sorted by relevance

123456789

/freebsd-11-stable/contrib/byacc/package/debian/
H A Drules34 --mandir=\$${prefix}/share/man \
/freebsd-11-stable/contrib/dialog/package/debian/
H A Drules34 --mandir=\$${prefix}/share/man \
/freebsd-11-stable/contrib/jemalloc/
H A DFREEBSD-upgrade76 --with-xslroot=/usr/local/share/xsl/docbook --with-private-namespace=__ \
/freebsd-11-stable/contrib/lua/
H A DMakefile18 INSTALL_LMOD= $(INSTALL_TOP)/share/lua/$V
/freebsd-11-stable/tools/tools/locale/
H A DMakefile61 rm -rf ${.CURDIR}/../../../share/${t}
62 mv ${.CURDIR}/${t} ${.CURDIR}/../../../share/${t}
69 (cd ${.CURDIR}/../../../share/${t} && \
/freebsd-11-stable/usr.sbin/certctl/
H A Dcertctl.sh267 : ${TRUSTPATH:=${DESTDIR}/usr/share/certs/trusted:${DESTDIR}/usr/local/share/certs:${DESTDIR}/usr/local/etc/ssl/certs}
268 : ${BLACKLISTPATH:=${DESTDIR}/usr/share/certs/blacklisted:${DESTDIR}/usr/local/etc/ssl/blacklisted}
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c62 * mount/unmount and share/unshare all datasets within pool:
100 * The share protocols table must be in the same order as the zfs_share_proto_t
794 * wrapper around sa_find_share to find a share path in the
806 * zfs_sa_enable_share(share, proto)
808 * Wrapper for sa_enable_share which enables a share for a specified
812 zfs_sa_enable_share(sa_share_t share, char *proto) argument
815 return (_sa_enable_share(share, proto));
820 * zfs_sa_disable_share(share, proto)
822 * Wrapper for sa_enable_share which disables a share for a specified
826 zfs_sa_disable_share(sa_share_t share, cha argument
972 sa_share_t share; local
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Ddep.mk28 .elif exists(/usr/local/share/bin/mkdeps.sh)
29 MKDEP_CMD?= /usr/local/share/bin/mkdeps.sh -N
H A Dman.mk21 MANDIR?= /usr/share/man
41 .if exists(/usr/local/share/bin/cmt2doc.pl)
/freebsd-11-stable/include/rpcsvc/
H A Dnlm_prot.x129 nlm_share share;
235 nlm4_share share;
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dkeymap32 BSDCFG_SHARE="/usr/share/bsdconfig"
49 : ${MAPDESCFILE:=/usr/share/syscons/keymaps/INDEX.keymaps}
/freebsd-11-stable/sys/
H A DMakefile45 HG_HOOK=if [ \$$HG_ERROR -eq 0 ]; then cd sys && make -m ../share/mk cscope; fi
/freebsd-11-stable/lib/libmagic/
H A DMakefile23 MAGICPATH?= /usr/share/misc
/freebsd-11-stable/crypto/openssh/contrib/cygwin/
H A Dssh-user-config26 CSIH_SCRIPT=/usr/share/csih/cygwin-service-installation-helper.sh
/freebsd-11-stable/usr.sbin/etcupdate/tests/
H A Dtzsetup_test.sh77 mkdir -p $TEST/usr/share/zoneinfo
80 echo "foo" > $TEST/usr/share/zoneinfo/foo
/freebsd-11-stable/contrib/bmake/
H A DMakefile71 DEFAULT_SYS_PATH?= ${prefix}/share/mk
186 SHAREDIR= ${SHAREDIR.bmake:U${prefix}/share}
/freebsd-11-stable/contrib/openresolv/
H A Dconfigure75 : ${MANDIR:=${PREFIX:-/usr}/share/man}
/freebsd-11-stable/share/mk/
H A Dsrc.lua.mk1 # $FreeBSD: stable/11/share/mk/src.lua.mk 355345 2019-12-03 18:25:16Z kevans $
H A Dlocal.gendirdeps.mk1 # $FreeBSD: stable/11/share/mk/local.gendirdeps.mk 356775 2020-01-16 03:38:06Z kevans $
/freebsd-11-stable/contrib/apr/
H A Dbuildconf75 ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4
/freebsd-11-stable/targets/pseudo/clang/
H A DMakefile.depend9 share/doc/llvm/clang \
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A Dctx.c171 * Here we expect something like "[proto:]//[user@]host[:psmb[:pnb]][/share][/path]"
240 smb_error("no share name required", 0);
252 smb_error("empty share name", 0);
363 smb_ctx_setshare(struct smb_ctx *ctx, const char *share, int stype) argument
365 if (strlen(share) > SMB_MAXSHARENAMELEN) {
366 smb_error("share name '%s' too long", 0, share);
369 nls_str_upper(ctx->ct_sh.ioc_share, share);
370 if (share[0] != 0)
521 smb_error("no share nam
[all...]
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_cond.c49 static int count, share, toggle, total; variable
510 share = 1;
537 while (share == 0) {
/freebsd-11-stable/contrib/dialog/po/
H A Dmakefile.inn24 gnulocaledir = $(prefix)/share/locale
25 gettextsrcdir = $(prefix)/share/gettext/po
/freebsd-11-stable/sys/nlm/
H A Dnlm_prot_server.c438 nlm_convert_to_nlm4_share(&args4.share, &argp->share);
459 nlm_convert_to_nlm4_share(&args4.share, &argp->share);

Completed in 157 milliseconds

123456789