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

1234567891011>>

/freebsd-10-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-10-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-10-stable/release/picobsd/floppy.tree/etc/
H A Drc.conf4 case ${hostname} in
/freebsd-10-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-10-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-10-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-10-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-10-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-10-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-10-stable/usr.bin/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.musik13 02/23 Georg Friedrich H�ndel in Halle an der Saale geboren, 1685
14 03/14 Georg Philipp Telemann in Magdeburg geboren, 1681
15 03/21 Johann Sebastian Bach in Eisenach geboren, 1685
16 04/14 Georg Friedrich H�ndel in London gestorben, 1759
17 06/25 Georg Philipp Telemann in Hamburg gestorben, 1767
18 07/17 Diderich Buxtehude in L�beck gestorben, 1707
19 07/28 Johann Sebastian Bach in Leipzig gestorben, 1750
22 01/27 Wolfgang Amadeus Mozart in Salzburg geboren, 1756
23 01/31 Franz Schubert in Lichtenthal bei Wien geboren, 1797
24 02/03 Felix Mendelssohn Bartholdy in Hambur
[all...]
/freebsd-10-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-10-stable/tools/tools/ath/athrd/
H A Drun.sh14 for i in $COUNTRIES
/freebsd-10-stable/usr.bin/calendar/calendars/
H A Dcalendar.southafrica5 * be an unnamed public holiday in addition to the named holiday the day
14 03/01 Human Rights Day in South Africa
15 04/27 Freedom Day in South Africa
16 05/01 Workers Day in South Africa
17 06/16 Youth Day in South Africa
18 08/09 National Women's Day in South Africa
19 09/24 Heritage Day in South Africa
20 12/16 Day of Reconciliation in South Africa
21 12/26 Day of Goodwill in South Africa
/freebsd-10-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-10-stable/usr.bin/col/tests/
H A DMakefile5 FILES= rlf.in \
6 rlf2.in
/freebsd-10-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-10-stable/contrib/binutils/
H A Dmove-if-change7 case $# in
12 for arg in "$1" "$2"; do
13 case $arg in
/freebsd-10-stable/contrib/bmake/
H A Dfind_lib.sh4 for lib in $*
7 case "$found" in
/freebsd-10-stable/contrib/tcpdump/
H A DMakefile-devel-adds5 ${srcdir}/configure: configure.in
8 # autoheader might not change config.h.in, so touch a stamp file.
9 ${srcdir}/config.h.in: ${srcdir}/stamp-h.in
10 ${srcdir}/stamp-h.in: configure.in acconfig.h
12 echo timestamp > ${srcdir}/stamp-h.in
15 stamp-h: ${srcdir}/config.h.in config.status
18 Makefile: Makefile.in config.status
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mcg.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
36 u32 in[MLX5_ST_SZ_DW(attach_to_mcg_in)]; local
39 memset(in, 0, sizeof(in));
41 MLX5_SET(attach_to_mcg_in, in, opcode, MLX5_CMD_OP_ATTACH_TO_MCG);
42 MLX5_SET(attach_to_mcg_in, in, qpn, qpn);
43 memcpy(MLX5_ADDR_OF(attach_to_mcg_in, in, multicast_gid), mgid,
47 return mlx5_cmd_exec_check_status(dev, in, sizeo
54 u32 in[MLX5_ST_SZ_DW(detach_from_mcg_in)]; local
[all...]
/freebsd-10-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-10-stable/contrib/ipfilter/rules/
H A Dexample.124 block in proto tcp all with short
6 # drop and log any IP packets with options set in them.
8 block in log all with ipopts
12 log in all with opt lsrr,ssrr
16 block in quick all with opt lsrr
17 block in quick all with opt ssrr
H A Dexample.56 pass in from 10.1.1.2 to 10.2.1.1
11 pass in proto tcp from 10.2.2.2/24 to 10.1.1.2/32 port = 6667
13 # allow in UDP packets which are NOT from port 53 and are destined for
16 pass in proto udp from 10.2.2.2 port != 53 to localhost
20 block in proto icmp from any to any icmp-type unreach
25 pass in from any to any with ipopts

Completed in 401 milliseconds

1234567891011>>