Searched refs:initial (Results 26 - 50 of 97) sorted by relevance

1234

/freebsd-current/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dcrc64.h60 uint64_t initial; /**< Initial seed */ member in struct:crc64_t
333 return CRC64_ECMA_182.initial;
/freebsd-current/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c105 * - That there is no initial set of options (length returned is 0).
123 err(-1, "test_ip_options(%s): initial getsockopt()",
127 errx(-1, "test_ip_options(%s): initial getsockopt() returned "
228 err(-1, "test_ip_hdrincl(): initial getsockopt(IP_HDRINCL)");
231 errx(-1, "test_ip_hdrincl(): initial getsockopt(IP_HDRINC) "
296 * Make sure the initial value of the flag is 0 (disabled).
307 "initial get\n", len);
310 errx(-1, "test_ip_hdrincl(): initial flag value of %d\n",
379 * - The initial value of the TOS option is 0, TTL is 64.
390 const char *optionname, int initial)
389 test_ip_uchar(int sock, const char *socktypename, int option, const char *optionname, int initial) argument
529 test_ip_boolean(int sock, const char *socktypename, int option, char *optionname, int initial, int rootonly) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-var.mk23 # the form $(VAR), only that the initial '$' is the 'y' of 'empty'.
H A Dvarparse-undef-partial.mk4 # initial '$' of the expression is skipped by the parser, while
14 # therefore the initial '$' of that whole expression is skipped by the parser
H A Dvarmod-assign.exp4 Global: VAR.${param} = initial-value
7 Evaluating modifier ${VAR.${param}::...} on value "initial-value"
H A Dvar-op-append.mk61 # variable of the same name, taking its initial value from the environment
/freebsd-current/lib/libc/gen/
H A Dfnmatch.c77 static const mbstate_t initial; local
79 return (fnmatch1(pattern, string, string, flags, initial, initial));
/freebsd-current/share/mk/
H A Ddirdeps-targets.mk20 # This makefile is used to set initial DIRDEPS for top-level build
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
37 # initial DIRDEPS has a static cache (Makefile.dirdeps.cache).
H A Dlocal.sys.env.mk18 # match against our initial targets (see above)
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps-targets.mk20 # This makefile is used to set initial DIRDEPS for top-level build
31 # We will check each of the initial DIRDEPS for Makefile.dirdeps.options
37 # initial DIRDEPS has a static cache (Makefile.dirdeps.cache).
/freebsd-current/lib/libnetmap/
H A Dnmport.c266 nmport_offset(struct nmport_d *d, uint64_t initial, argument
290 opt->nro_initial_offset = initial;
383 NPKEY_DECL(offset, initial, NMREQ_OPTK_DEFAULT|NMREQ_OPTK_MUSTSET)
494 uint64_t initial, bits; local
498 initial = atoi(nmport_key(p, offset, initial));
503 return nmport_offset(d, initial, initial, bits, 0);
H A Dlibnetmap.h155 * and write an initial offset into them.
160 * *initial initial offset value
162 * initial must be assigned. If bits is omitted, it
164 * at the same value as the initial offset. Note that the
417 * @initial the initial offset for all the slots
424 * to the @initial value by netmap.
454 int nmport_offset(struct nmport_d *d, uint64_t initial, uint64_t maxoff,
/freebsd-current/lib/libc/stdio/
H A Dvfprintf.c213 static const mbstate_t initial; local
223 mbs = initial;
238 mbs = initial;
253 mbs = initial;
675 static const mbstate_t initial; local
679 mbs = initial;
1051 /* already handled initial 0's */
/freebsd-current/contrib/dialog/package/
H A Ddialog.spec110 - initial version
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h433 // Specify a default (initial) value for the command line argument, if the
1352 template <class T> void setValue(const T &V, bool initial = false) {
1355 if (initial)
1382 template <class T> void setValue(const T &V, bool initial = false) {
1384 if (initial)
1407 template <class T> void setValue(const T &V, bool initial = false) {
1409 if (initial)
1549 template <class T> void addValue(const T &V, bool initial = false) {
1554 if (initial)
1642 template <class T> void addValue(const T &V, bool initial
[all...]
/freebsd-current/contrib/sendmail/src/
H A Ddomain.c1629 int ancount, qdcount, ret, type, qtype, initial, loopcnt, ttl, sli; local
1738 initial = T_A;
1741 initial = T_AAAA;
1743 qtype = initial;
1750 if (qtype == initial)
1829 qtype = initial;
1998 qtype = initial;
/freebsd-current/contrib/mandoc/
H A Dread.c77 resize_buf(struct buf *buf, size_t initial) argument
80 buf->sz = buf->sz > initial/2 ? 2 * buf->sz : initial;
/freebsd-current/usr.sbin/iscsid/
H A Dlogin.c183 * one for initial target portal, and one for redirect portal.
220 static bool initial = true; local
252 if (initial == false &&
265 initial = false;
/freebsd-current/contrib/byacc/package/
H A Dbyacc.spec119 - initial version
/freebsd-current/stand/lua/
H A Dhook.lua35 -- initial load. Other modules may then, at any time, register a hook for these
/freebsd-current/lib/libc/amd64/string/
H A Dstrrchr.S69 mov %rdi, %r10 # location of initial mismatch (if any)
70 xor %r11, %r11 # initial mismatch (none)
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dent_setup.c48 flags->initial = !!(attr & KRB5_KDB_DISALLOW_TGT_BASED);
/freebsd-current/usr.sbin/ctld/
H A Dlogin.c88 login_receive(struct connection *conn, bool initial) argument
105 if (initial == false)
128 if (initial == false &&
135 if (initial == false &&
848 * Handle the initial Login Request - figure out required authentication
/freebsd-current/usr.sbin/ypldap/
H A Daldap.c892 int initial; local
901 for (initial = 1;; cp++, initial = 0) {
915 if (initial)
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DUtil.pm236 The indentation of the caller, i.e. an initial value. If not given, there

Completed in 281 milliseconds

1234