Searched refs:one (Results 351 - 375 of 625) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh57 echo expected one argument: '<'dtrace-path'>'
H A Derr.copyoutbadaddr.ksh59 echo expected one argument: '<'dtrace-path'>'
H A Derr.copyoutstrbadaddr.ksh58 echo expected one argument: '<'dtrace-path'>'
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/
H A Dtst.tcp.ksh34 echo expected one argument: '<'dtrace-path'>'
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh29 echo expected one argument: '<'dtrace-path'>'
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Drbtree.h57 int panic_cmp(struct rb_node *one, struct rb_node *two);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/profile/
H A DInstrProfData.inc16 * the other one sits in compiler-rt/lib/profile directory. To make changes
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
25 * can be defined at one time and the rest definitions will be filtered out by
309 * layout of the value profile data of a particular kind for one function.
322 * Since NumValueSites is greater than zero, there is at least one
644 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
709 * of value nodes associated with one value site.
723 * of value nodes associated with one value site.
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-nand.h54 * the caller to make sure only one thread of execution is accessing the NAND
167 uint64_t one : 4; member in struct:__anon10220
191 uint64_t one : 1; member in struct:__anon10222
343 uint64_t one : 4; member in struct:__anon10231
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl_soft_proxy.c261 int error, one = 1; local
273 sopt.sopt_val = &one;
274 sopt.sopt_valsize = sizeof(one);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc16 * the other one sits in compiler-rt/lib/profile directory. To make changes
23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
25 * can be defined at one time and the rest definitions will be filtered out by
309 * layout of the value profile data of a particular kind for one function.
322 * Since NumValueSites is greater than zero, there is at least one
644 * Use 255 at one end, since no UTF-8 file can use that character. Avoid 0,
709 * of value nodes associated with one value site.
723 * of value nodes associated with one value site.
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c187 * get allocated one of the file descriptors that will
280 int one = 1; local
308 r = setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof one);
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dcrypto_scrypt-common.c95 uint32_t one; local
96 if (decode64_one(&one, *src)) {
101 value |= one << bit;
/freebsd-13-stable/lib/msun/ld80/
H A De_lgammal_r.c35 one = 1; variable
241 case 4: y = __kernel_sinl(pi*(one-y),zero,0); break;
270 RETURNI(one/vzero);
278 RETURNI(one/vzero);
280 if(t==zero) RETURNI(one/vzero); /* -integer */
291 * XXX Supposedly, one can use the following information to replace the
293 * XXX for ld128, but one (may need?) needs to consider llx, too.
349 z = one/x;
352 r = (x-half)*(t-one)+w;
/freebsd-13-stable/crypto/heimdal/lib/hx509/
H A Drevoke.c867 OCSPInnerRequest *one; local
882 one = &ctx->req->requestList.val[ctx->req->requestList.len];
883 memset(one, 0, sizeof(*one));
907 ret = copy_AlgorithmIdentifier(ctx->digest, &one->reqCert.hashAlgorithm);
913 &one->reqCert.hashAlgorithm,
916 &one->reqCert.issuerNameHash);
926 &one->reqCert.hashAlgorithm,
929 &one->reqCert.issuerKeyHash);
934 &one
[all...]
/freebsd-13-stable/contrib/sendmail/libmilter/
H A Dsmfi.c793 char one[2]; local
801 one[0] = symname[1];
802 one[1] = '\0';
805 one[0] = '\0';
826 if (one[0] != '\0' && strcmp(*s, one) == 0)
/freebsd-13-stable/sbin/camcontrol/
H A Dfwdownload.c44 * with it. It only means that the firmware of at least one device type
328 struct scsi_report_supported_opcodes_one *one; local
375 * enough data to contain the one opcode descriptor, the CDB
380 if (fill_len < (sizeof(*one) + sizeof(struct scsi_write_buffer) +
384 one = (struct scsi_report_supported_opcodes_one *)buf;
391 if ((one->support & RSO_ONE_SUP_MASK) == RSO_ONE_SUP_NOT_SUP)
394 cdb_len = scsi_2btoul(one->cdb_length);
396 &buf[sizeof(*one) + cdb_len];
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvar-op-sunsh.mk87 # exactly one word.
115 VAR= one
117 .if ${VAR} != "one echo two"
H A Ddeptgt-makeflags.mk73 # This is one of the very few ways (maybe even the only one) to inject literal
H A Dmoderrs.exp90 one one 2 3 5 8 one3 2one 34
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dgssapi_server.c302 int one = 1; local
315 (void *)&one, sizeof(one)) < 0)
/freebsd-13-stable/lib/libc/rpc/
H A Dclnt_generic.c160 * XXX The error message in the case of failure will be the one
341 int one = 1; local
383 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one,
384 sizeof (one));
423 * to use the old one (and hope for the best).
/freebsd-13-stable/contrib/tcsh/
H A Dtc.func.c829 * one's current directory just before each command.
988 * Set up a one-word alias command, for use for special things.
1009 /* build a lex list with one word. */
1275 xprintf(CGETS(22, 12, "in one of the lists\n"));
1797 int fw = 0; /* found at least one word */
2105 /* no luck - the user didn't provide one and none is
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A D_libelf_config.h188 #error LIBELF_CLASS needs to be one of ELFCLASS32 or ELFCLASS64
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex4.ksh36 echo expected one argument: '<'dtrace-path'>'
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh34 # We create two lists -- one of regular SMF services and one of legacy
149 echo expected one argument: '<'dtrace-path'>'

Completed in 163 milliseconds

<<11121314151617181920>>