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

1234567891011>>

/freebsd-9.3-release/contrib/tzdata/
H A Dyearistype.sh3 : 'This file is in the public domain, so clarified as of'
6 case $#-$1 in
12 case $#-$2 in
14 case $1 in
19 case $1 in
24 case $1 in
29 case $1 in
/freebsd-9.3-release/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-9.3-release/lib/msun/src/
H A Ds_scalbln.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
36 int in; local
38 in = (int)n;
39 if (in != n) {
41 in = INT_MAX;
43 in = INT_MIN;
45 return (scalbn(x, in));
51 int in; local
66 int in; local
[all...]
/freebsd-9.3-release/release/picobsd/floppy.tree/etc/
H A Drc.conf4 case ${hostname} in
/freebsd-9.3-release/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-9.3-release/crypto/openssl/tools/
H A Dc_hash5 for i in $*
7 h=`openssl x509 -hash -noout -in $i`
H A Dc89.sh8 for arg in $* ; do
9 case $arg in
H A Dc_info6 for i in $*
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
/freebsd-9.3-release/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-9.3-release/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-9.3-release/contrib/cvs/lib/
H A Dmemmove.c10 Libiberty is distributed in the hope that it will be useful,
26 void memmove (void *out, const void *in, size_t n);
47 memmove (out, in, length)
49 const void* in;
52 bcopy(in, out, length);
/freebsd-9.3-release/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-9.3-release/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-9.3-release/tools/regression/usr.bin/join/
H A Dregress.sh7 REGRESSION_TEST_ONE(`join -t , -a1 -a2 -e "(unknown)" -o 0,1.2,2.2 regress.1.in regress.2.in')
/freebsd-9.3-release/tools/regression/usr.bin/uudecode/
H A Dregress.sh7 REGRESSION_TEST_ONE(`uudecode -p < regress.traditional.in', `traditional')
8 REGRESSION_TEST_ONE(`uudecode -p < regress.base64.in', `base64')
/freebsd-9.3-release/tools/tools/ath/athrd/
H A Drun.sh14 for i in $COUNTRIES
/freebsd-9.3-release/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
H A Dcalendar.holiday10 01/01 Beginning of the Year in Japan
11 01/01 Independence Day in Haiti and Sudan
12 01/01 Universal Fraternity Day in Mozambique
13 01/02 Ancestry Day in Haiti
14 01/02 St. Berchtold's Day in Switzerland
15 01/03 New Year's Holiday in Scotland
16 01/03 Revolution Day in Upper Volta
17 01/04 Independence Day in Burma
18 01/04 Martyrs Day in Zaire
19 01/06 Children's Day in Urugua
[all...]
/freebsd-9.3-release/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-9.3-release/contrib/binutils/
H A Dmove-if-change7 case $# in
12 for arg in "$1" "$2"; do
13 case $arg in
/freebsd-9.3-release/contrib/bmake/
H A Dfind_lib.sh4 for lib in $*
7 case "$found" in
/freebsd-9.3-release/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-9.3-release/crypto/openssl/test/
H A Dtestsslproxy5 for auth in A B C BC; do
6 for cond in A B C 'A|B&!C'; do

Completed in 238 milliseconds

1234567891011>>