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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dada-pred.exp0 in word set boolean
2 in word set character
3 in word set constraint_error
4 in word set false
5 in word set float
6 in word set integer
7 in word set natural
8 in word set numeric_error
9 in word set positive
10 in wor
[all...]
H A Dpascal.exp0 in word set with
2 in word set array
3 in word set and
4 in word set function
5 in word set case
6 in word set var
7 in word set const
8 in word set until
9 in word set then
10 in wor
[all...]
H A Dmodula.exp0 in word set AND
2 in word set ARRAY
3 in word set BEGIN
4 in word set BITS
5 in word set BY
6 in word set CASE
7 in word set CONST
8 in word set DIV
9 in word set DO
10 in wor
[all...]
H A Dlang-utf8.exp0 in word set ������������
2 in word set ��esky
3 in word set Dansk
4 in word set English
5 in word set Suomi
6 in word set Fran��ais
7 in word set Deutsch
8 in word set ����������������
9 in word set ����������
10 in wor
[all...]
H A Dc.exp0 in word set if
2 in word set do
3 in word set int
4 in word set for
5 in word set case
6 in word set char
7 in word set auto
8 in word set goto
9 in word set else
10 in wor
[all...]
H A Dtest-7.exp0 in word set if
2 in word set do
3 NOT in word set int
4 in word set for
5 in word set case
6 NOT in word set char
7 NOT in word set auto
8 in word set goto
9 in word set else
10 NOT in wor
[all...]
H A Dada-res.exp0 in word set else
2 in word set exit
3 in word set terminate
4 in word set type
5 in word set raise
6 in word set range
7 in word set reverse
8 in word set declare
9 in word set end
10 in wor
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/tools/
H A Dc_hash5 for i in $*
7 h=`openssl x509 -hash -noout -in $i`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Linux/RPM/
H A DMakefile.am1 EXTRA_DIST = README curl-ssl.spec.in curl.spec.in make_curl_rpm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc_hash5 for i in $*
7 h=`openssl x509 -hash -noout -in $i`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A Dc_hash5 for i in $*
7 h=`openssl x509 -hash -noout -in $i`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/AIX/RPM/
H A DMakefile.am1 EXTRA_DIST = README curl.spec.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-ui/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
27 desktop_DATA_in = $(desktop_DATA_in_in:.in.in=.in)
28 desktop_DATA_in_in = bssh.desktop.in.in bvnc.desktop.in.in
76 bssh.desktop.in: bssh.desktop.in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-ui/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
27 desktop_DATA_in = $(desktop_DATA_in_in:.in.in=.in)
28 desktop_DATA_in_in = bssh.desktop.in.in bvnc.desktop.in.in
75 bssh.desktop.in: bssh.desktop.in
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dmissing_codec_desc6 case "$field $equal" in
22 in=0
24 case "$in-$line" in
25 0-"enum AVCodecID"*) in=1;;
26 1-*"};"*) in=0;;
30 case "$known" in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dudfend.h7 static inline struct kernel_lb_addr lelb_to_cpu(struct lb_addr in) argument
11 out.logicalBlockNum = le32_to_cpu(in.logicalBlockNum);
12 out.partitionReferenceNum = le16_to_cpu(in.partitionReferenceNum);
17 static inline struct lb_addr cpu_to_lelb(struct kernel_lb_addr in) argument
21 out.logicalBlockNum = cpu_to_le32(in.logicalBlockNum);
22 out.partitionReferenceNum = cpu_to_le16(in.partitionReferenceNum);
27 static inline struct short_ad lesa_to_cpu(struct short_ad in) argument
31 out.extLength = le32_to_cpu(in.extLength);
32 out.extPosition = le32_to_cpu(in.extPosition);
37 static inline struct short_ad cpu_to_lesa(struct short_ad in) argument
47 lela_to_cpu(struct long_ad in) argument
57 cpu_to_lela(struct kernel_long_ad in) argument
67 leea_to_cpu(struct extent_ad in) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
39 decompress all of the input data in order to find the bits in the compressed
48 compressed data in order to connect the streams. The output gzip file
65 /* exit with an error (return a value to allow use in an expression) */
75 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
87 local void bclose(bin *in) argument
89 if (in != NULL) {
90 if (in
102 bin *in; local
121 bload(bin *in) argument
145 bget4(bin *in) argument
157 bskip(bin *in, unsigned skip) argument
204 gzhead(bin *in) argument
254 zpull(z_streamp strm, bin *in) argument
285 bin *in; /* buffered input file */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
38 decompress all of the input data in order to find the bits in the compressed
47 compressed data in order to connect the streams. The output gzip file
64 /* exit with an error (return a value to allow use in an expression) */
74 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
86 local void bclose(bin *in) argument
88 if (in != NULL) {
89 if (in
101 bin *in; local
120 bload(bin *in) argument
144 bget4(bin *in) argument
156 bskip(bin *in, unsigned skip) argument
203 gzhead(bin *in) argument
253 zpull(z_streamp strm, bin *in) argument
284 bin *in; /* buffered input file */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
38 decompress all of the input data in order to find the bits in the compressed
47 compressed data in order to connect the streams. The output gzip file
64 /* exit with an error (return a value to allow use in an expression) */
74 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
86 local void bclose(bin *in) argument
88 if (in != NULL) {
89 if (in
101 bin *in; local
120 bload(bin *in) argument
144 bget4(bin *in) argument
156 bskip(bin *in, unsigned skip) argument
203 gzhead(bin *in) argument
253 zpull(z_streamp strm, bin *in) argument
284 bin *in; /* buffered input file */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzjoin.c16 in a product, an acknowledgment in the product documentation would be
38 decompress all of the input data in order to find the bits in the compressed
47 compressed data in order to connect the streams. The output gzip file
64 /* exit with an error (return a value to allow use in an expression) */
74 #define CHUNK 32768 /* must be a power of two and fit in unsigned */
86 local void bclose(bin *in) argument
88 if (in != NULL) {
89 if (in
101 bin *in; local
120 bload(bin *in) argument
144 bget4(bin *in) argument
156 bskip(bin *in, unsigned skip) argument
203 gzhead(bin *in) argument
253 zpull(z_streamp strm, bin *in) argument
284 bin *in; /* buffered input file */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dlinkmodules.sh6 for I in $3 $4 $5 $6 $7 $8
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A DMakefile5 make -f Makefile.in distclean
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/build/msvc/
H A DMakefile.am13 $(srcdir)/Makefile.in

Completed in 283 milliseconds

1234567891011>>