Searched refs:in (Results 1 - 25 of 4358) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/tzdata/
H A Dyearistype.sh4 : 'This file is in the public domain, so clarified as of'
7 case $#-$1 in
13 case $#-$2 in
15 case $1 in
20 case $1 in
25 case $1 in
30 case $1 in
/freebsd-11-stable/contrib/opie/libopie/
H A Datob8.c31 char *opieatob8 FUNCTION((out, in), struct opie_otpkey *outkey AND char *in) argument
38 while (*in == ' ' || *in == '\t')
39 in++;
40 if (!*in)
43 if ((*in >= '0') && (*in <= '9'))
44 val = *(in++) - '0';
46 if ((*in >
[all...]
H A Dbtoh.c20 char *opiebtoh FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
24 unsigned char *in = (unsigned char *)inkey; local
27 *(c++) = hextochar[((*in) >> 4) & 0x0f];
28 *(c++) = hextochar[(*in++) & 0x0f];
29 *(c++) = hextochar[((*in) >> 4) & 0x0f];
30 *(c++) = hextochar[(*in++) & 0x0f];
H A Dbtoa8.c21 char *opiebtoa8 FUNCTION((out, in), char *out AND struct opie_otpkey *inkey)
24 unsigned char *in = (unsigned char *)inkey; local
28 *(c++) = hextochar[((*in) >> 4) & 0x0f];
29 *(c++) = hextochar[(*in++) & 0x0f];
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend-query/
H A Ddetect-emulation.sh5 # Redistribution and use in source and binary forms, with or without
10 # 2. Redistributions in binary form must reproduce the above copyright
11 # notice, this list of conditions and the following disclaimer in the
28 case "$(kenv smbios.system.product)" in
/freebsd-11-stable/contrib/expat/
H A Drun.sh.in5 case "@host@" in
/freebsd-11-stable/release/picobsd/floppy.tree/etc/
H A Drc.conf6 case ${hostname} in
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/json/
H A Dtst.strsize.d4 * You may only use this file in accordance with the terms of version
19 * small and deliberately overflows it to prove we bail and return NULL in
29 in = "{\"a\": 1024}"; /* length == 19 */
30 out = json(in, "a");
31 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
33 in = "{\"a\": 1024}"; /* length == 11 */
34 out = json(in, "a");
35 printf("|%s|\n%s\n\n", in, out != NULL ? out : "<NULL>");
37 in = "{\"a\":false,\"b\":true}"; /* length == 20 */
38 out = json(in, "
[all...]
/freebsd-11-stable/lib/msun/tests/
H A Dconj_test.c5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
77 complex float in; local
84 __real__ expected = __real__ in = tests[2 * i];
85 __imag__ in = tests[2 * i + 1]; local
86 __imag__ expected = -cimag(in);
88 assert(fpequal(libcrealf(in), __real__ in)); local
89 assert(fpequal(libcreal(in), __real_ local
90 assert(fpequal(libcreall(in), __real__ in)); local
91 assert(fpequal(libcimagf(in), __imag__ in)); local
92 assert(fpequal(libcimag(in), __imag__ in)); local
93 assert(fpequal(libcimagl(in), __imag__ in)); local
[all...]
/freebsd-11-stable/tools/tools/epfe/
H A Depfe.pl12 $in = 0; @a = ();
23 $in = 1;
24 } elsif (m%</code>% && $in > 0) {
25 if ($in > 1) {
31 $in = 0; $name = ''; @a = ();
32 } elsif ($in == 1 && /^\#\s*!/) {
33 $in++; &Print;
34 } elsif ($in > 1) {
36 $in++; &Print;
/freebsd-11-stable/contrib/binutils/gas/
H A Dflonum-copy.c12 GAS is distributed in the hope that it will be useful,
25 flonum_copy (FLONUM_TYPE *in, FLONUM_TYPE *out) argument
30 out->sign = in->sign;
31 in_length = in->leader - in->low;
33 if (in->leader < in->low)
40 /* Assume no GAPS in packing of littlenums.
54 memcpy ((void *) (out->low), (void *) (in->low),
56 out->exponent = in
[all...]
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
54 void SEED_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
58 SEED_encrypt(in, out, ks);
60 SEED_decrypt(in, out, ks);
/freebsd-11-stable/contrib/dialog/samples/
H A Dsetup-utf85 case none"$LANG$LC_ALL$LC_CTYPE" in
9 echo "This script must be run in a UTF-8 locale"
/freebsd-11-stable/usr.bin/join/tests/
H A Dregress.sh7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 ${SRCDIR}/regress.1.in ${SRCDIR}/regress.2.in')
/freebsd-11-stable/tools/tools/ath/athrd/
H A Drun.sh14 for i in $COUNTRIES
/freebsd-11-stable/usr.bin/col/tests/
H A DMakefile8 rlf.in \
9 rlf2.in
/freebsd-11-stable/contrib/amd/scripts/
H A DMakefile.am1 ## Process this file with automake to produce Makefile.in
32 am-eject.in \
33 amd2ldif.in \
34 amd2sun.in \
35 ctl-amd.in \
36 ctl-hlfsd.in \
37 fixrmtab.in \
38 fix-amd-map.in \
39 lostaltmail.in \
40 wait4amd.in \
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_transobj.c4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
35 u32 in[MLX5_ST_SZ_DW(alloc_transport_domain_in)] = {0}; local
39 MLX5_SET(alloc_transport_domain_in, in, opcode,
42 err = mlx5_cmd_exec(dev, in, sizeof(in), out, sizeof(out));
52 u32 in[MLX5_ST_SZ_DW(dealloc_transport_domain_in)] = {0}; local
55 MLX5_SET(dealloc_transport_domain_in, in, opcode,
57 MLX5_SET(dealloc_transport_domain_in, in, transport_domai
62 mlx5_core_create_rq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqn) argument
76 mlx5_core_modify_rq(struct mlx5_core_dev *dev, u32 *in, int inlen) argument
87 u32 in[MLX5_ST_SZ_DW(destroy_rq_in)] = {0}; local
98 u32 in[MLX5_ST_SZ_DW(query_rq_in)] = {0}; local
107 mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) argument
121 mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 *in, int inlen) argument
132 u32 in[MLX5_ST_SZ_DW(destroy_sq_in)] = {0}; local
143 u32 in[MLX5_ST_SZ_DW(query_sq_in)] = {0}; local
152 mlx5_core_create_tir(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *tirn) argument
169 u32 in[MLX5_ST_SZ_DW(destroy_tir_in)] = {0}; local
178 mlx5_core_create_tis(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *tisn) argument
193 mlx5_core_modify_tis(struct mlx5_core_dev *dev, u32 tisn, u32 *in, int inlen) argument
206 u32 in[MLX5_ST_SZ_DW(destroy_tis_in)] = {0}; local
215 mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rmpn) argument
229 mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen) argument
240 u32 in[MLX5_ST_SZ_DW(destroy_rmp_in)] = {0}; local
251 u32 in[MLX5_ST_SZ_DW(query_rmp_in)] = {0}; local
262 void *in; local
289 mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *xsrqn) argument
305 u32 in[MLX5_ST_SZ_DW(destroy_xrc_srq_in)] = {0}; local
317 u32 in[MLX5_ST_SZ_DW(query_xrc_srq_in)] = {0}; local
338 u32 in[MLX5_ST_SZ_DW(arm_xrc_srq_in)] = {0}; local
351 mlx5_core_create_rqt(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *rqtn) argument
366 mlx5_core_modify_rqt(struct mlx5_core_dev *dev, u32 rqtn, u32 *in, int inlen) argument
379 u32 in[MLX5_ST_SZ_DW(destroy_rqt_in)] = {0}; local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dfind_lib.sh4 for lib in $*
7 case "$found" in
/freebsd-11-stable/contrib/binutils/
H A Dmove-if-change7 case $# in
12 for arg in "$1" "$2"; do
13 case $arg in
/freebsd-11-stable/usr.bin/hexdump/tests/
H A Dod_test.sh6 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
12 # notice, this list of conditions and the following disclaimer in the
38 printf 'TestTestTestTes\345Test\345' > d_od_cflag.in
40 od -c d_od_cflag.in
41 printf 'TestTestTestTes����������' > d_od_cflag.in
43 od -c d_od_cflag.in
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509cset.c9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
32 * nor may "OpenSSL" appear in their names without prior written
38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
87 ASN1_TIME *in; local
91 in = x->crl->lastUpdate;
92 if (in != tm) {
93 in
104 ASN1_TIME *in; local
137 ASN1_TIME *in; local
154 ASN1_INTEGER *in; local
[all...]
/freebsd-11-stable/bin/dd/
H A Dconv.c9 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
65 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
69 out.dbp = in.dbp;
70 out.dbcnt = in.dbcnt;
72 if (in.dbcnt >= out.dbsz) {
81 in.dbp = out.dbp;
82 in
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) argument
20 if (in[0] != 0x00 || (in[1] & 0xF0))
24 options->check = in[1] & 0x0F;
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in)
34 if (memcmp(in, lzma_header_magic, sizeof(lzma_header_magic)) != 0)
39 const uint32_t crc = lzma_crc32(in + sizeof(lzma_header_magic),
41 if (crc != read32le(in + sizeof(lzma_header_magic)
46 if (stream_flags_decode(options, in + sizeof(lzma_header_magic)))
60 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in)
[all...]
/freebsd-11-stable/usr.sbin/sa/tests/
H A Dprime.sh27 $SANEW -u $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-u.out
28 $SANEW -u $LCDIR/v2-$ARCH-acct.in >v2-$ARCH-u.out
29 $SANEW -i $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-sav.out
30 $SANEW -im $LCDIR/v1-$ARCH-acct.in >v1-$ARCH-usr.out
31 cp $LCDIR/v1-$ARCH-acct.in acct.in
32 rm -f v1-$ARCH-sav.in v1-$ARCH-usr.in
33 $SAOLD -s -P v1-$ARCH-sav.in -U v1-$ARCH-usr.in acc
[all...]

Completed in 181 milliseconds

1234567891011>>