Searched refs:in (Results 176 - 200 of 16964) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/libnet/
H A Dgroupman.h11 This program is distributed in the hope that it will be useful,
31 } in; member in struct:libnet_rpc_groupadd
42 } in; member in struct:libnet_rpc_groupdel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/script/
H A Dinstallpc.sh11 for I in $*
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/wrepl_server/
H A Dwrepl_out_helpers.h13 This program is distributed in the hope that it will be useful,
28 } in; member in struct:wreplsrv_pull_cycle_io
36 } in; member in struct:wreplsrv_push_notify_io
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/libnet/
H A Dgroupman.h11 This program is distributed in the hope that it will be useful,
31 } in; member in struct:libnet_rpc_groupadd
42 } in; member in struct:libnet_rpc_groupdel
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/script/
H A Dinstallpc.sh11 for I in $*
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/wrepl_server/
H A Dwrepl_out_helpers.h13 This program is distributed in the hope that it will be useful,
28 } in; member in struct:wreplsrv_pull_cycle_io
36 } in; member in struct:wreplsrv_push_notify_io
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/build/
H A DMakefile.am12 $(srcdir)/Makefile.in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
H A Dlist-crl9 $OPENSSL crl -text -noout -in "$CRL"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/include/
H A DMakefile.am13 $(srcdir)/Makefile.in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/
H A DMakefile.am13 $(srcdir)/Makefile.in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/plugins/
H A DMakefile.am13 $(srcdir)/Makefile.in
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavutil/
H A Dbase64.h11 * FFmpeg is distributed in the hope that it will be useful,
27 * Decodes the base64-encoded string in in and puts the decoded
28 * data in out.
30 * @param out_size size in bytes of the out buffer, it should be at
31 * least 3/4 of the length of in
32 * @return the number of bytes written, or a negative value in case of
35 int av_base64_decode(uint8_t *out, const char *in, int out_size);
38 * Encodes in base64 the data in i
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dmemcpy.c2 This function is in the public domain. */
6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, size_t @var{length})
8 Copies @var{length} bytes from memory region @var{in} to region
21 memcpy (PTR out, const PTR in, size_t length) argument
23 bcopy(in, out, length);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dbase32.h10 This program is distributed in the hope that it will be useful,
39 extern void base32_encode (const char *restrict in, size_t inlen,
42 extern size_t base32_encode_alloc (const char *in, size_t inlen, char **out);
47 const char *restrict in, size_t inlen,
51 const char *in, size_t inlen,
54 #define base32_decode(in, inlen, out, outlen) \
55 base32_decode_ctx (NULL, in, inlen, out, outlen)
57 #define base32_decode_alloc(in, inlen, out, outlen) \
58 base32_decode_alloc_ctx (NULL, in, inlen, out, outlen)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/crypto/
H A Daes-encblock.c25 * @in: Input data (16 bytes)
29 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
35 aes_encrypt(ctx, in, out);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-sarge/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-unstable/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/Debian/debian-woody/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
H A Dunpatch-source5 # We want to reverse the patches in the opposite order we applied
7 for patch in `ls debian/patches/*.patch | sort -r`; do
11 # Unused code. See comment in the patch-source script.
17 # Regenerate configure only if it is older than configure.in
18 [ source/configure -ot source/configure.in ] && (cd source && autoheader && autoconf)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/aes/
H A Daes_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/)"
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, ou
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/camellia/
H A Dcmll_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/)"
62 void Camellia_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
66 assert(in && out && key);
70 Camellia_encrypt(in, out, key);
72 Camellia_decrypt(in, ou
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sctp/
H A Dssnmap.c14 * This SCTP implementation is distributed in the hope that it
46 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
50 * specific needs of in or out streams.
52 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) argument
54 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16);
61 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
67 size = sctp_ssnmap_size(in, out);
76 if (!sctp_ssnmap_init(retval, in, out))
95 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, argument
98 memset(map, 0x00, sctp_ssnmap_size(in, ou
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sctp/
H A Dssnmap.c14 * This SCTP implementation is distributed in the hope that it
46 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in,
50 * specific needs of in or out streams.
52 static inline size_t sctp_ssnmap_size(__u16 in, __u16 out) argument
54 return sizeof(struct sctp_ssnmap) + (in + out) * sizeof(__u16);
61 struct sctp_ssnmap *sctp_ssnmap_new(__u16 in, __u16 out, argument
67 size = sctp_ssnmap_size(in, out);
76 if (!sctp_ssnmap_init(retval, in, out))
95 static struct sctp_ssnmap *sctp_ssnmap_init(struct sctp_ssnmap *map, __u16 in, argument
98 memset(map, 0x00, sctp_ssnmap_size(in, ou
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-sarge/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/packaging/Debian/debian-unstable/scripts/
H A Dpatch-source5 for patch in debian/patches/*.patch; do
12 # as in 3.0.0rc2-Debian. peloy@debian.org.-
18 # Insert Debian version number in source/VERSION, which will then be
25 # Regenerate configure only if it is older than configure.in
26 [ source/configure -ot source/configure.in ] && (cd source && sh ./autogen.sh)

Completed in 144 milliseconds

1234567891011>>