Searched refs:be (Results 201 - 225 of 783) sorted by relevance

1234567891011>>

/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h30 #error This header is only to be used internally to libarchive.
38 * be removed someday if this file gains another always-present
H A Darchive_entry_locale.h30 #error This header is only to be used internally to libarchive.
H A Darchive_crc32.h30 #error This header is only to be used internally to libarchive.
34 * When zlib is unavailable, we should still be able to validate
35 * uncompressed zip archives. That requires us to be able to compute
/freebsd-current/libexec/save-entropy/
H A Dsave-entropy.sh63 not exist, and cannot be created. Therefore no entropy can \
64 be saved.; exit 1; }
/freebsd-current/sbin/bectl/
H A DMakefile10 LIBADD+= be \
/freebsd-current/lib/libc/tests/net/getaddrinfo/
H A DMakefile10 .error This testcase needs to be ported to FreeBSD (the output from getaddrinfo_test differs from NetBSD)
/freebsd-current/share/mk/
H A Dbsd.dirs.mk7 # must be a full path. If non-default permissions are desired, <DIR>_MODE,
8 # <DIR>_OWN, and <DIR>_GRP may be specified.
H A Dsrc.lua.mk17 # LUA_CMD can be overwritten to point to a Lua that isn't flua. This is fine,
19 # may only be fulfilled by the in-tree Lua. The user overwriting it is expected
H A Dlocal.sys.env.mk2 # This makefile is for customizations that should be done early
25 # type should be a builtin in any sh since about 1980,
H A Dlocal.init.mk14 # XXX: This should be combined with external compiler support in Makefile.inc1
25 # XXX: May be needed for GCC to build with libc++ rather than libstdc++. See Makefile.inc1
/freebsd-current/share/examples/libusb20/
H A Dcontrol.c87 * libusb20_dev_request_sync()), transfer_max can be given as 0.
240 fprintf(stderr, "request direction must be \"in\" or \"out\" (got %s)\n",
257 "request type must be one of \"standard\", \"class\", or \"vendor\" (got %s)\n",
276 "recipient must be one of \"device\", \"interface\", \"endpoint\", or \"other\" (got %s)\n",
358 fprintf(stderr, "Interrupt endpoint must be of type IN\n");
391 struct libusb20_backend *be; local
394 if ((be = libusb20_be_alloc_default()) == NULL)
401 while ((dev = libusb20_be_device_foreach(be, dev)) != NULL)
414 libusb20_be_free(be);
/freebsd-current/usr.sbin/bhyve/kbdlayout/
H A DMakefile6 be be_acc \
/freebsd-current/sys/netinet/
H A Dpim.h17 * may be used to endorse or promote products derived from this software
52 # error BYTE_ORDER must be defined to either BIG_ENDIAN or LITTLE_ENDIAN
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-plain.exp38 make: "cond-token-plain.mk" line 139: Numbers can be composed from literals and expressions.
40 make: "cond-token-plain.mk" line 144: Numbers can be composed from literals and expressions.
H A Drecursive.mk30 # can be achieved by just parsing the variable and not evaluating it.
35 # brace would be detected directly in the line where it is produced.
H A Dvarmod-to-separator.mk13 # The separator can be an arbitrary character, for example a comma.
55 # Now it gets interesting and ambiguous: The separator could either be empty
56 # since it is followed by a colon. Or it could be the colon since that
67 # The :ts modifier can be followed by other modifiers.
77 # The :ts modifier with an actual separator can be followed by other
119 # result should rather be "axaxaxaxc", as in the previous example.
129 # The separator can be \n, which is a newline.
134 # The separator can be \t, which is a tab.
139 # The separator can be given as octal number.
149 # The value of the separator character must not be outsid
[all...]
/freebsd-current/contrib/sendmail/contrib/
H A Dbuildvirtuser15 # may be used to endorse or promote products derived from this software
53 The -f option forces the database to be rebuilt regardless of whether
57 database. The text file can then be used with makemap.
61 In order to function properly, sendmail must be configured to use these
68 /etc/mail/virtusers/), the sendmail daemon must be restarted for the change
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm72 C<fill_in>. If the C<PREPROCESSOR> option is supplied, it must be a
77 The preprocessor subroutine will be called repeatedly, once for each
78 program fragment. The program fragment will be in C<$_>. The
126 and may be cloned from L<git://https://github.com/mschout/perl-text-template.git>
/freebsd-current/contrib/bmake/mk/
H A Dhost-target.mk9 # be of use. There is absolutely NO WARRANTY.
18 # Host platform information; may be overridden
H A Dtarget-flags.mk26 # One must be careful to avoid creating circular references in
47 # be of use. There is absolutely NO WARRANTY.
H A Dccm.dep.mk9 # be of use. There is absolutely NO WARRANTY.
24 # These should all be set by now
H A Drst2htm.mk8 # be of use. There is absolutely NO WARRANTY.
30 # can be empty, 4 or 5
H A Dposix.mk8 # be of use. There is absolutely NO WARRANTY.
37 # these can still be set via environment
H A Dsrctop.mk8 # be of use. There is absolutely NO WARRANTY.
19 # if using mk(1) SB will be set.
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm61 recipe C<$SRCTOP/test/recipes/99-foo.t>, there could be a directory
95 # A set of hooks that is affected by with() and may be used in diverse places.
96 # All hooks are expected to be CODE references.
108 # Debug flag, to be set manually when needed
146 BAIL_OUT("setup() needs \$TOP or \$SRCTOP and \$BLDTOP to be defined")
177 will be created if it doesn't already exist. This happens before BLOCK
219 further on). Where necessary, the command will be wrapped in a
223 It returns a CODEREF to be used by C<run>, C<pipe> or C<cmdstr>.
257 Also, for both C<app> and C<test>, the command may be prefixed with
266 is predefined to be
[all...]

Completed in 427 milliseconds

1234567891011>>