Searched refs:one (Results 401 - 425 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/usr.sbin/etcupdate/tests/
H A Dalways_test.sh134 mkfifo $OLD/difftype/difftype/difftype/one
135 mkdir $NEW/difftype/difftype/difftype/one
136 echo "foo" > $TEST/difftype/difftype/difftype/one
414 Modified regular file changed: /difftype/difftype/difftype/one (fifo file became directory)
456 file /difftype/difftype/difftype/one "foo"
527 D /difftype/difftype/difftype/one
577 missing /difftype/difftype/difftype/one
/freebsd-13-stable/contrib/blacklist/lib/
H A Dbl.c133 static int one = 1; local
261 &one, (socklen_t)sizeof(one)) == -1) {
/freebsd-13-stable/crypto/openssl/crypto/modes/
H A Dctr128.c43 long one; member in union:__anon7173
/freebsd-13-stable/lib/msun/src/
H A Dk_rem_pio2.c55 * precision, one may have to do something like:
289 one = 1.0, variable
359 z = one - z;
360 if(carry!=0) z -= scalbn(one,q0);
396 fw = scalbn(one,q0);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddirective-for-escape.mk80 NUMBERS= one two three
89 BASENAME= one
H A Dposix1.mk72 # X is one of the local variables.
134 # that ${?} has more than one file.
H A Ddirective-undef.mk44 ${:U1 2 3}= one two three
/freebsd-13-stable/contrib/bc/include/
H A Dprogram.h93 BcNum one; member in struct:BcProgram
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc248 // We need to save the error, if one occurs, because our subsequent call to
261 // The error code from close takes precedence over the one from
366 // is one of terminals that are known to support ANSI color escape codes.
/freebsd-13-stable/sys/modules/dtb/allwinner/
H A DMakefile22 sun8i-h3-orangepi-one.dts \
/freebsd-13-stable/crypto/openssl/
H A DNOTES.PERL36 one that matches build environment. For example, if you will build
63 bother with this one.
/freebsd-13-stable/crypto/openssl/crypto/chacha/
H A Dchacha_enc.c47 long one; member in union:__anon6953
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86.pl157 # assigning least significant bit of input to one register,
395 # assigning borrow bit to one register, %ebp, and its negative
570 # iteration, while lower one "participates" in actual reduction.
836 # assigning borrow bit to one register, %ebp, and its negative
1098 # assigning borrow bit to one register, %ebp, and its negative
1392 # OPENSSL_ia32cap_P copy. [one unused word for padding]
1834 my $one=@ONE_mont[($i-64)/4];
1838 &mov ("ebx","ebp") if ($one && $one!=-1);
1839 &and ("ebx",$one) i
[all...]
/freebsd-13-stable/usr.sbin/bsdconfig/startup/
H A Drcdelete242 # Get the user's blessing to delete one or more variables. Returns success if
254 # If asked to delete only one variable, simply ask and return
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql5 * Licensed to the Apache Software Foundation (ASF) under one
/freebsd-13-stable/lib/libc/mips/gen/
H A Dldexp.S143 sll t2, t2, 32 - 20 # clear implied one bit
157 or t2, t2, v0 # set implied one bit
/freebsd-13-stable/crypto/openssl/crypto/
H A Dppccap.c153 static const unsigned long one[] = { 1, 0, 0, 0 }; local
155 ecp_nistz256_mul_mont(res, in, one);
283 * Value used in __power_set is a single-bit 1<<n one denoting
/freebsd-13-stable/lib/libsecureboot/
H A Dlocal.trust.mk82 # the last cert in the chain is the one we want
/freebsd-13-stable/contrib/bmake/mk/
H A Dsys.dependfile.mk34 # The order of preference: we will use the first one of these we find.
/freebsd-13-stable/contrib/libedit/
H A Dfilecomplete.c536 * matches[0] is not one of the match strings, but it is counted in
553 * Find out how many entries can be put on one line; count
554 * with one space between strings the same way it's printed.
649 * there is more than one.
757 * More than one match and requested to list possible
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc81 // from its argument to such files because it thinks they already had one.
359 // add one additional backslash to escape the quote.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc183 /* this loop does only one repetition except for backrefs */
257 if (dp != NULL) /* found a shorter one */
353 /* how long could this one be? */
360 /* no -- try a shorter match for this one */
378 /* how long could this one be? */
385 /* no -- try a shorter match for this one */
417 /* how long could this one be? */
424 /* no -- try a shorter match for this one */
434 /* that one missed, try next one */
[all...]
/freebsd-13-stable/share/mk/
H A Dsys.dependfile.mk35 # The order of preference: we will use the first one of these we find.
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_master.c88 int one = 1; local
94 setsockopt (fd, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(one));
126 int one = 1; local
132 setsockopt (fd, SOL_SOCKET, SO_REUSEADDR, (void *)&one, sizeof(one));
/freebsd-13-stable/sys/fs/nfs/
H A Dnfs_commonkrpc.c179 int one = 1, retries, error = 0; local
281 CLNT_CONTROL(client, CLSET_INTERRUPTIBLE, &one);
283 CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
285 CLNT_CONTROL(client, CLSET_TLS, &one);
379 CLNT_CONTROL(client, CLSET_PRIVPORT, &one);
384 CLNT_CONTROL(client, CLSET_TLS, &one);
398 * socket created. Each of these timeouts counts as one
425 CLNT_CONTROL(client, CLSET_CONNECT, &one);
720 /* Map the procnum to the old NFSv2 one, as required. */
977 /* Grab the op and status for the next one
[all...]

Completed in 308 milliseconds

<<11121314151617181920>>