Searched refs:in (Results 276 - 300 of 6925) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_crypto13 echo "s_crypto: no crypto sources found in the source tree."
29 f=win_config.in
38 f=srcfiles.in
40 f=srcfiles.in
52 f=vx_config.in
H A Ds_java_const19 for i in `egrep '^DB_.*J$' pubdef.in | awk '{print $1}'`; do \
21 ../dbinc_auto/api_flags.in ../dbinc/db.in | \
/macosx-10.10/Heimdal-398.1.2/lib/kafs/
H A Dafsl.exp3 * This mumbo jumbo creates entry points to syscalls in _AIX
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dnormalize.c6 * Redistribution and use in source and binary forms, with or without
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
68 hangul_decomp(const uint32_t *in, size_t in_len, argument
71 uint32_t u = *in;
96 hangul_composition(const uint32_t *in, size_t in_len) argument
100 if (in[0] >= l_base && in[0] < l_base + l_count) {
101 unsigned l_index = in[0] - l_base;
104 if (in[
123 compat_decomp(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
215 find_composition(const uint32_t *in, unsigned in_len) argument
250 combine(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
297 _wind_stringprep_normalize(const uint32_t *in, size_t in_len, uint32_t *out, size_t *out_len) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dconnect-privsep.sh2 # Placed in the Public Domain.
9 for p in 1 2; do
19 for p in 1 2; do
27 # Because sandbox is sensitive to changes in libc, especially malloc, retest
29 for m in '' A F G H J P R S X Z '<' '>'; do
30 for p in 1 2; do
H A Dconnect.sh2 # Placed in the Public Domain.
8 for p in 1 2; do
/macosx-10.10/OpenSSL098-52/src/crypto/conf/
H A Dssleay.cnf2 # This is a test configuration file for use in SSLeay etc...
6 in\#it1 =10
/macosx-10.10/OpenSSL098-52/src/crypto/seed/
H A Dseed_ofb.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/)"
60 * apply to all code found in this distribution, be it the RC4, RSA,
65 * Copyright remains Eric Young's, and as such any Copyright notices in
67 * If this package is used in a product, Eric Young should be given attribution
69 * This can be in th
111 SEED_ofb128_encrypt(const unsigned char *in, unsigned char *out, size_t len, const SEED_KEY_SCHEDULE *ks, unsigned char ivec[SEED_BLOCK_SIZE], int *num) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/ms/
H A Dtenc.bat4 %ssleay% %1 %2 %3 %4 %5 %6 -e -bufsize 113 -k test -in %input% -out %tmp1%
5 %ssleay% %1 %2 %3 %4 %5 %6 -d -bufsize 157 -k test -in %tmp1% -out %out1%
10 %ssleay% %1 %2 %3 %4 %5 %6 -a -e -bufsize 113 -k test -in %input% -out %tmp1%
11 %ssleay% %1 %2 %3 %4 %5 %6 -a -d -bufsize 157 -k test -in %tmp1% -out %out1%
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/
H A DMakefile3 # of all directories in one swoop.
10 @foreach i in $(SUBDIRS); \
18 @foreach i in $(SUBDIRS); \
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebCache.idl4 * 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
40 HRESULT statistics([in, out] int* count, [in] IPropertyBag** s);
42 HRESULT setDisabled([in] BOOL disabled);
45 HRESULT setCacheFolder([in] BSTR location);
H A DIWebURLResponse.idl4 * 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
50 HRESULT initWithURL([in] BSTR url, [in] BSTR mimeType, [in] int expectedContentLength, [in] BSTR textEncodingName);
/macosx-10.10/apache-793/httpd/build/
H A Dconfig-stubs23 for configfile in $configfiles; do
/macosx-10.10/apr-32/apr/apr/include/arch/win32/
H A Dapr_arch_utf8.h5 * (the "License"); you may not use this file except in compliance with
10 * Unless required by applicable law or agreed to in writing, software
34 * when the character code is invalid (in or out of context) and the later
37 APR_DECLARE(apr_status_t) apr_conv_utf8_to_ucs2(const char *in,
48 * when the character code is invalid (in or out of context) and the later
51 APR_DECLARE(apr_status_t) apr_conv_ucs2_to_utf8(const apr_wchar_t *in,
/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Demptydir20 for file in $dir/.* $dir/*
22 case ${file#$dir/} in
H A Dxfind.bash32 for x in $2 ; do
41 for x in * ; do
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts/
H A Dspin.bash15 for letter in $chars
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.noah/
H A Dy_or_n_p.bash40 case "${ans}" in
66 case "${ans}" in
/macosx-10.10/bind9-45.101/bind9/bin/tests/db/
H A Ddns_db_find_1_data7 dns_db_find_1.data rbt vix.com. in zone a.b.c.vix.com. NS DNS_DB_GLUEOK 0 DNS_R_DELEGATION
H A Ddns_db_find_4_data7 dns_db_find_4.data rbt vix.com. in zone a.b.c.vix.com. ANY 0 0 DNS_R_DELEGATION
H A Ddns_db_find_7_data7 dns_db_find_7.data rbt vix.com. in zone a.b.c.vix.com. ANY 0 0 DNS_R_NXDOMAIN
H A Ddns_db_find_8_data7 dns_db_find_8.data rbt vix.com. in zone a.b.c.vix.com. NS 0 0 DNS_R_NXRRSET
H A Ddns_db_find_9_data7 dns_db_find_9.data rbt vix.com. in cache a.b.c.vix.com. NS 0 0 ISC_R_NOTFOUND
H A Ddns_db_findnode_2_data7 dns_db_findnode_2.data rbt vix.com. in zone a.b.c.vix.com.
H A Ddns_db_newversion_data7 dns_db_newversion.data rbt vix.com. in zone a.b.c.vix.com. A

Completed in 164 milliseconds

<<11121314151617181920>>