Searched refs:in (Results 51 - 75 of 8554) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A Dc_name6 for i in $*
8 n=`openssl x509 -subject -noout -in $i`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509/
H A Dx509cset.c9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
32 * nor may "OpenSSL" appear in their names without prior written
38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
87 ASN1_TIME *in; local
91 in = x->crl->lastUpdate;
92 if (in != tm) {
93 in
104 ASN1_TIME *in; local
137 ASN1_TIME *in; local
154 ASN1_INTEGER *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509cset.c8 * Redistribution and use in source and binary forms, with or without
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
31 * nor may "OpenSSL" appear in their names without prior written
37 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
86 ASN1_TIME *in; local
89 in=x->crl->lastUpdate;
90 if (in != tm)
92 in
104 ASN1_TIME *in; local
138 ASN1_TIME *in; local
156 ASN1_INTEGER *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509/
H A Dx509cset.c9 * Redistribution and use in source and binary forms, with or without
16 * 2. Redistributions in binary form must reproduce the above copyright
17 * notice, this list of conditions and the following disclaimer in
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
32 * nor may "OpenSSL" appear in their names without prior written
38 * for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
87 ASN1_TIME *in; local
91 in = x->crl->lastUpdate;
92 if (in != tm) {
93 in
104 ASN1_TIME *in; local
137 ASN1_TIME *in; local
154 ASN1_INTEGER *in; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/djgpp/
H A DMakefile.maint10 fnchange.lst: fnchange.in $(top_srcdir)/configure.in
11 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.in | sed -e 's/^PACKAGE=//'`; \
12 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.in | sed -e 's/^VERSION=//'`; \
16 $(srcdir)/fnchange.in > t-$@
19 README: README.in $(top_srcdir)/configure.in
20 PACKAGE=`grep "^PACKAGE=" $(top_srcdir)/configure.in | sed -e 's/^PACKAGE=//'`; \
21 VERSION=`grep "^VERSION=" $(top_srcdir)/configure.in | sed -e 's/^VERSION=//'`; \
29 $(srcdir)/README.in >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) argument
20 if (in[0] != 0x00 || (in[1] & 0xF0))
24 options->check = in[1] & 0x0F;
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in)
34 if (memcmp(in, lzma_header_magic, sizeof(lzma_header_magic)) != 0)
39 const uint32_t crc = lzma_crc32(in + sizeof(lzma_header_magic),
41 if (crc != unaligned_read32le(in + sizeof(lzma_header_magic)
46 if (stream_flags_decode(options, in + sizeof(lzma_header_magic)))
60 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dstream_flags_decoder.c17 stream_flags_decode(lzma_stream_flags *options, const uint8_t *in) argument
20 if (in[0] != 0x00 || (in[1] & 0xF0))
24 options->check = in[1] & 0x0F;
31 lzma_stream_header_decode(lzma_stream_flags *options, const uint8_t *in)
34 if (memcmp(in, lzma_header_magic, sizeof(lzma_header_magic)) != 0)
39 const uint32_t crc = lzma_crc32(in + sizeof(lzma_header_magic),
41 if (crc != unaligned_read32le(in + sizeof(lzma_header_magic)
46 if (stream_flags_decode(options, in + sizeof(lzma_header_magic)))
60 lzma_stream_footer_decode(lzma_stream_flags *options, const uint8_t *in)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/paride/
H A Dmkd15 for P in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
22 for u in 0 1 2 3 ; do pd $u ; done
23 for u in 0 1 2 3 ; do mkdev pcd$u b 46 $u ; done
24 for u in 0 1 2 3 ; do mkdev pf$u b 47 $u ; done
25 for u in 0 1 2 3 ; do mkdev pt$u c 96 $u ; done
26 for u in 0 1 2 3 ; do mkdev npt$u c 96 $[ $u + 128 ] ; done
27 for u in 0 1 2 3 ; do mkdev pg$u c 97 $u ; done
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmkinstalldirs12 # Mtools is distributed in the hope that it will be useful,
28 for file in ${1+"$@"} ; do
33 for d in ${1+"$@"} ; do
35 case "$pathcomp" in
H A Dcleanconfig11 # Mtools is distributed in the hope that it will be useful,
20 rm -f config.sub config.guess configure config.h.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Davahi-autoipd.action.bsd12 # avahi is distributed in the hope that it will be useful, but WITHOUT
35 case "$1" in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/archlinux/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
23 avahi-daemon.in \
24 avahi-dnsconfd.in
34 avahi-daemon: avahi-daemon.in
38 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/fedora/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 avahi-daemon: avahi-daemon.in
32 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/slackware/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 rc.avahidaemon: avahi-daemon.in
32 rc.avahidnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/initscript/suse/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 avahi-daemon: avahi-daemon.in
32 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Davahi-autoipd.action.bsd12 # avahi is distributed in the hope that it will be useful, but WITHOUT
35 case "$1" in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/archlinux/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
23 avahi-daemon.in \
24 avahi-dnsconfd.in
34 avahi-daemon: avahi-daemon.in
38 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/fedora/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 avahi-daemon: avahi-daemon.in
32 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/slackware/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 rc.avahidaemon: avahi-daemon.in
32 rc.avahidnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/initscript/suse/
H A DMakefile.am10 # avahi is distributed in the hope that it will be useful, but WITHOUT
22 EXTRA_DIST = avahi-daemon.in avahi-dnsconfd.in
28 avahi-daemon: avahi-daemon.in
32 avahi-dnsconfd: avahi-dnsconfd.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dbase64.h11 * FFmpeg is distributed in the hope that it will be useful,
37 * @param in null-terminated input string
38 * @param out_size size in bytes of the out buffer, must be at
39 * least 3/4 of the length of in
40 * @return number of bytes written, or a negative value in case of
43 int av_base64_decode(uint8_t *out, const char *in, int out_size);
49 * @param out_size size in bytes of the out buffer (including the
51 * @param in input buffer containing the data to encode
52 * @param in_size size in bytes of the in buffe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/arm/
H A Dneontest.c12 * FFmpeg is distributed in the hope that it will be useful,
26 const uint8_t **in , int in_count))
28 testneonclobbers(swr_convert, s, out, out_count, in, in_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dw64xmmtest.c12 * FFmpeg is distributed in the hope that it will be useful,
26 const uint8_t **in , int in_count))
28 testxmmclobbers(swr_convert, s, out, out_count, in, in_count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/include/
H A DMakefile.am2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/build/
H A DMakefile.am12 $(srcdir)/Makefile.in

Completed in 150 milliseconds

1234567891011>>