Searched refs:in (Results 226 - 250 of 4262) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoffswap.h14 This program is distributed in the hope that it will be useful,
42 #define PUT_FCN_LNNOPTR(abfd, in, ext) \
43 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_lnnoptr)
46 #define PUT_FCN_ENDNDX(abfd, in, ext) \
47 H_PUT_32 (abfd, in, ext->x_sym.x_fcnary.x_fcn.x_endndx)
58 #define PUT_LNSZ_LNNO(abfd, in, ext) \
59 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_lnno)
62 #define PUT_LNSZ_SIZE(abfd, in, ext) \
63 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
78 #define PUT_SCN_SCNLEN(abfd, in, ex
278 coff_swap_filehdr_out(bfd *abfd, void * in, void * out) argument
309 struct internal_syment *in = (struct internal_syment *) in1; local
341 struct internal_syment *in = (struct internal_syment *) inp; local
390 union internal_auxent *in = (union internal_auxent *) in1; local
492 union internal_auxent * in = (union internal_auxent *) inp; local
582 struct internal_lineno *in = (struct internal_lineno *) in1; local
591 struct internal_lineno *in = (struct internal_lineno *) inp; local
675 coff_swap_aouthdr_out(bfd * abfd, void * in, void * out) argument
749 coff_swap_scnhdr_in(bfd * abfd, void * ext, void * in) argument
778 coff_swap_scnhdr_out(bfd * abfd, void * in, void * out) argument
[all...]
H A Dcpu-h8300.c13 This program is distributed in the hope that it will be useful,
97 compatible (const bfd_arch_info_type *in, const bfd_arch_info_type *out) argument
99 if (in->arch != out->arch)
101 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s)
102 return in;
103 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx)
105 if (in->mach == bfd_mach_h8300sxn && out->mach == bfd_mach_h8300sn)
106 return in;
107 if (in->mach == bfd_mach_h8300sn && out->mach == bfd_mach_h8300sxn)
110 if (in
[all...]
/openbsd-current/usr.sbin/nsd/
H A Dxfrd-disk.c27 xfrd_read_token(FILE* in) argument
32 if(fscanf(in, " %3990s", buf) != 1)
38 if(!fgets(buf, sizeof(buf), in))
44 xfrd_read_i16(FILE *in, uint16_t* v) argument
46 char* p = xfrd_read_token(in);
55 xfrd_read_i32(FILE *in, uint32_t* v) argument
57 char* p = xfrd_read_token(in);
66 xfrd_read_time_t(FILE *in, time_t* v) argument
68 char* p = xfrd_read_token(in);
77 xfrd_read_check_str(FILE* in, cons argument
90 xfrd_read_state_soa(FILE* in, const char* id_acquired, const char* id, xfrd_soa_type* soa, time_t* soatime) argument
146 FILE *in; local
[all...]
/openbsd-current/regress/lib/libcrypto/rsa/
H A Drsa_padding_test.c7 * copyright notice and this permission notice appear in all copies.
38 uint8_t in[128]; member in struct:pkcs1_test
46 .in = {
56 .in = {
64 .in = {
73 .in = {
83 .in = {
93 .in = {
103 .in = {
113 .in
132 uint8_t buf[32], in[19], out[512]; local
268 uint8_t buf[32], in[19], out[512]; local
[all...]
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dirix_6.sh34 # But there's no quick and light-weight way to check in 6.2.
44 # Modified (10/30/04) to turn off usemallocwrap (PERL_MALLOC_WRAP) in -n32
47 case "$use64bitall" in
49 case "`uname -s`" in
57 case "`uname -r`" in
72 # Until we figure out what to be probed for in Configure (ditto for hpux.sh)
73 case "$usemorebits" in # Need to expand this now, then.
75 case "`uname -r`" in
85 case "$cc" in
86 '') case "$use64bitall" in
[all...]
H A Dsco.sh69 # Use /bin/uname (because GNU uname may be first in $PATH and
73 case `/bin/uname -X | egrep '3\.2v'` in
107 case "$cc" in
114 # Need this in release 5 because of changed fpu exception rules
119 case "$cc" in
140 # are usually put there in sco
144 case "$cc" in
206 # This may not be an issue in perl-5.8.x and later since we
230 case "$usenm" in
240 # I have received one report that you can't include utime.h in
[all...]
H A Dnetbsd.sh6 case "$archname" in
12 # NetBSD keeps dynamic loading dl*() functions in /usr/lib/crt0.o,
17 case "$osvers" in
22 case `uname -m` in
26 case "$osvers" in
50 case "$osvers" in
79 # netbsd had these but they don't really work as advertised, in the
84 # netbsd fixed this in 1.3.2.
85 case "$osvers" in
91 case "$osvers" in
[all...]
H A Ddec_osf.sh19 # executable code simply do not agree any more while in
25 # * There is even more optimisation available in the new
29 # raw data copy by about 5-15% (-fast brings in, among other
41 # will in Digital UNIX 3.* and 4.0b print 0 -- and in Digital
42 # UNIX 4.0{,a} dump core: Floating point exception in the printf(),
69 case "$unamer" in
76 case "$myosvers" in
79 # fixed in 4.0E or better.
95 case "$unamer" in
[all...]
H A Dhpux.sh18 # ASSUMPTIONS: Numbers will continue to be defined in hex -- and in
37 # For some strange reason, the u32align test from Configure hangs in
70 case "$prefix" in
76 case `$cc -v 2>&1`"" in
80 # Done too late in Configure if hinted
83 case "$gccversion" in
93 case "`getconf KERNEL_BITS 2>/dev/null`" in
96 case "$gccversion" in
98 case "$archname" in
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsanity.sh10 ### first arg is directory in which binaries to be tested reside.
11 case "$1" in
17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
37 for i in size objdump nm ar ranlib ; do
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsanity.sh10 ### first arg is directory in which binaries to be tested reside.
11 case "$1" in
17 for i in size objdump nm ar strip ranlib ; do
22 for i in size objdump nm ar strip ranlib ; do
27 for i in size objdump nm ar strip ranlib ; do
37 for i in size objdump nm ar ranlib ; do
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dmkinstalldirs10 # This file is maintained in Automake, please report
27 case $1 in
65 case $# in
73 # from a parallel make. We use --version in the probe to restrict
75 case $dirmode in
96 for d in ./-m ./-p ./--version "./$dirmode";
106 case $file in
121 case $pathcomp in
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_sched.c6 * to deal in the Software without restriction, including without limitation
11 * The above copyright notice and this permission notice shall be included in
115 switch (args->in.op) {
120 DRM_ERROR("Invalid sched op specified: %d\n", args->in.op);
124 if (!amdgpu_ctx_priority_is_valid(args->in.priority)) {
125 WARN(1, "Invalid context priority %d\n", args->in.priority);
129 switch (args->in.op) {
132 args->in.fd,
133 args->in.priority);
137 args->in
[all...]
/openbsd-current/usr.bin/ssh/
H A Dxmss_hash.c34 int core_hash_SHA2(unsigned char *out, const unsigned int type, const unsigned char *key, unsigned int keylen, const unsigned char *in, unsigned long long inlen, unsigned int n){ argument
48 buf[keylen + n + i] = in[i];
67 int prf(unsigned char *out, const unsigned char *in, const unsigned char *key, unsigned int keylen) argument
69 return core_hash_SHA2(out, 3, key, keylen, in, 32, keylen);
75 int h_msg(unsigned char *out, const unsigned char *in, unsigned long long inlen, const unsigned char *key, const unsigned int keylen, const unsigned int n) argument
81 return core_hash_SHA2(out, 2, key, keylen, in, inlen, n);
85 * We assume the left half is in in[0]...in[n-1]
87 int hash_h(unsigned char *out, const unsigned char *in, cons argument
112 hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub_seed, uint32_t addr[8], const unsigned int n) argument
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/experimental/lib/
H A Dexperimental.pm89 croak "Experimental feature $pragma has been removed from perl in version $removed_in_version{$pragma}";
157 found in the documentation. Starting in Perl v5.10.0, and more aggressively in
176 =item * C<args_array_with_signatures> - allow C<@_> to be used in signatured subs.
178 This is supported on perl 5.20.0 and above, but is likely to be removed in the future.
182 This was removed in perl 5.30.0.
186 This was added in perl 5.14.0 and removed in perl 5.24.0.
190 This was added in per
[all...]
/openbsd-current/lib/libssl/
H A Dssl_rsa.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
73 static int ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in);
92 BIO *in; local
235 BIO *in; local
307 BIO *in; local
455 BIO *in; local
544 BIO *in; local
613 BIO *in; local
675 ssl_use_certificate_chain_bio(SSL_CTX *ctx, SSL *ssl, BIO *in) argument
724 BIO *in; local
762 BIO *in; local
[all...]
H A Dbs_ber.c7 * copyright notice and this permission notice appear in all copies.
40 * cbs_find_indefinite walks an ASN.1 structure in |orig_in| and sets
50 CBS in; local
55 CBS_init(&in, CBS_data(orig_in), CBS_len(orig_in));
57 while (CBS_len(&in) > 0) {
62 if (!cbs_nonstrict_get_any_asn1_element(&in, &contents, &tag,
86 * one can just test the "constructed" bit in the tag but, in BER, even
113 * indefinite form) from |in| and writes definite form DER data to |out|. If
114 * |squash_header| is set then the top-level of elements from |in| wil
121 cbs_convert_indefinite(CBS *in, CBB *out, char squash_header, char looking_for_eoc, unsigned int depth) argument
243 CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len) argument
[all...]
/openbsd-current/lib/libcrypto/evp/
H A De_camellia.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/)"
92 camellia_128_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
95 Camellia_cbc_encrypt(in, out, EVP_MAXCHUNK, &((EVP_CAMELLIA_KEY *)ctx->cipher_data)->ks, ctx->iv, ctx->encrypt);
97 in += EVP_MAXCHUNK;
102 Camellia_cbc_encrypt(in, ou
108 camellia_128_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
128 camellia_128_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
146 camellia_128_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
250 camellia_192_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
266 camellia_192_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
286 camellia_192_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
304 camellia_192_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
408 camellia_256_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
424 camellia_256_cfb128_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
444 camellia_256_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
462 camellia_256_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
566 camellia_128_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
610 camellia_192_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
654 camellia_256_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
699 camellia_128_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
741 camellia_192_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
783 camellia_256_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
H A De_des.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
98 const unsigned char *in, size_t inl)
110 DES_ecb_encrypt((DES_cblock *)(in
97 des_ecb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
117 des_ofb_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
136 des_cbc_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
155 des_cfb64_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
176 des_cfb1_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
206 des_cfb8_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, const unsigned char *in, size_t inl) argument
[all...]
/openbsd-current/gnu/gcc/gcc/config/h8300/
H A Dgenmova.sh10 for s in QI HI; do
13 case $s in
24 for d in QI HI SI; do
30 case $d:$s in
47 for shift in 1 2; do
48 case $shift in
55 case $s:$shift in
65 for form in mult ashift; do
66 case $form in
71 case $d:$s in
[all...]
/openbsd-current/lib/libssl/test/
H A Dtreq11 if $cmd -in $t -inform p -noout -text 2>&1 | fgrep -i 'Unknown Public Key'; then
20 $cmd -in fff.p -inform p -outform d >f.d
23 #$cmd -in fff.p -inform p -outform t >f.t
26 $cmd -in fff.p -inform p -outform p >f.p
30 $cmd -verify -in f.d -inform d -outform d >ff.d1
33 #$cmd -in f.t -inform t -outform d >ff.d2
36 $cmd -verify -in f.p -inform p -outform d >ff.d3
40 #$cmd -in f.d -inform d -outform t >ff.t1
43 #$cmd -in f.t -inform t -outform t >ff.t2
46 #$cmd -in
[all...]
/openbsd-current/usr.bin/locate/locate/
H A Dupdatedb.sh8 # 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
47 : ${SEARCHPATHS="/"} # directories to be put in the database
63 case "$option" in
81 case X"$SEARCHPATHS" in
83 case X"$FILESYSTEMS" in
86 # Make a list a paths to exclude in the locate run
88 for fstype in $FILESYSTEMS
95 case X"$PRUNEPATHS" in
[all...]
/openbsd-current/lib/libcrypto/bytestring/
H A Dbs_ber.c7 * copyright notice and this permission notice appear in all copies.
40 * cbs_find_indefinite walks an ASN.1 structure in |orig_in| and sets
50 CBS in; local
55 CBS_init(&in, CBS_data(orig_in), CBS_len(orig_in));
57 while (CBS_len(&in) > 0) {
62 if (!cbs_nonstrict_get_any_asn1_element(&in, &contents, &tag,
86 * one can just test the "constructed" bit in the tag but, in BER, even
113 * indefinite form) from |in| and writes definite form DER data to |out|. If
114 * |squash_header| is set then the top-level of elements from |in| wil
121 cbs_convert_indefinite(CBS *in, CBB *out, char squash_header, char looking_for_eoc, unsigned int depth) argument
243 CBS_asn1_indefinite_to_definite(CBS *in, uint8_t **out, size_t *out_len) argument
[all...]
/openbsd-current/lib/libcrypto/des/
H A Dpcbc_enc.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
68 const unsigned char *in; local
71 in
[all...]
/openbsd-current/lib/libcrypto/x509/
H A Dx509_set.c11 * apply to all code found in this distribution, be it the RC4, RSA,
16 * Copyright remains Eric Young's, and as such any Copyright notices in
18 * If this package is used in a product, Eric Young should be given attribution
20 * This can be in the form of a textual message at program startup or
21 * in documentation (online or textual) provided with the package.
23 * Redistribution and use in source and binary forms, with or without
28 * 2. Redistributions in binary form must reproduce the above copyright
29 * notice, this list of conditions and the following disclaimer in the
112 ASN1_INTEGER *in; local
116 in
168 ASN1_TIME *in; local
211 ASN1_TIME *in; local
[all...]

Completed in 153 milliseconds

1234567891011>>