Searched refs:comment (Results 1 - 25 of 669) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/msvc/wx/
H A Dsetup.h33 #pragma comment(lib,"wxbase28ud")
34 #pragma comment(lib,"wxbase28ud_net")
35 #pragma comment(lib,"wxbase28ud_xml")
37 #pragma comment(lib,"wxregexud")
42 #pragma comment(lib,"wxexpatd")
45 #pragma comment(lib,"wxjpegd")
48 #pragma comment(lib,"wxpngd")
51 #pragma comment(lib,"wxtiffd")
54 #pragma comment(lib,"wxzlibd")
56 #pragma comment(li
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dwincfgtest.conf3 /* comment */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dlibraries.h29 #pragma comment(lib,"commdlg.lib")
34 #pragma comment(lib,"ccrtrtti.lib")
39 #pragma comment(lib,"olece400.lib")
43 #pragma comment(lib,"ceshell.lib")
45 #pragma comment(lib,"aygshell.lib")
48 #pragma comment(lib,"ceshell.lib")
51 #pragma comment(lib,"ceshell.lib")
52 #pragma comment(lib,"aygshell.lib")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_comment.h7 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dlibraries.h24 #pragma comment(lib, "oleacc")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_comment.h7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/include/linux/netfilter/
H A Dxt_comment.h7 char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/include/linux/netfilter_ipv4/
H A Dipt_comment.h7 unsigned char comment[IPT_MAX_COMMENT_LEN]; member in struct:ipt_comment_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dcomment.c2 * $Id: comment.c,v 1.10 2009-10-13 22:55:37 didg Exp $
19 #include "comment.h"
34 void compush(struct papd_comment *comment) argument
44 cs->cs_comment = comment;
52 struct papd_comment *c, *comment = NULL; local
56 comment = c;
59 if ( comment == NULL || comment->c_handler != handler ) {
64 compush( comment );
89 struct papd_comment *comment; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddes686.pl36 &comment("Don't even think of reading this code");
37 &comment("It was automatically generated by $prog");
38 &comment("Which is a perl program used to generate the x86 assember for");
39 &comment("any of elf, a.out, Win32, or Solaris");
40 &comment("It can be found in SSLeay 0.6.5+ or in libdes 3.26+");
41 &comment("eric <eay\@cryptsoft.com>");
42 &comment("");
63 &comment("");
64 &comment("Load the 2 words");
73 &comment("");
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dvorbiscomment.h24 FLAC__bool flac__vorbiscomment_add(FLAC__StreamMetadata *block, const char *comment, FLAC__bool value_from_file, FLAC__bool raw, const char **violation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
21 "--comment COMMENT Attach a comment to a rule\n");
25 {.name = "comment", .id = O_COMMENT, .type = XTTYPE_STRING,
27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
46 commentinfo->comment[XT_MAX_COMMENT_LE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibxt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
20 "comment match options:\n"
21 "--comment COMMENT Attach a comment to a rule\n");
25 {.name = "comment", .id = O_COMMENT, .type = XTTYPE_STRING,
27 XTOPT_POINTER(struct xt_comment_info, comment)},
36 commentinfo->comment[XT_MAX_COMMENT_LEN-1] = '\0';
37 printf(" /* %s */", commentinfo->comment);
46 commentinfo->comment[XT_MAX_COMMENT_LE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dpcap.c46 * A line stating with a hash '#' is assumed to be a comment and is ignored
69 char *comment; member in struct:pcap_cache
75 BOOL pcap_cache_add(const char *name, const char *comment) argument
83 p->comment = (comment && *comment) ? SMB_STRDUP(comment) : NULL;
99 SAFE_FREE(p->comment);
164 pstring name, comment; local
175 * now find the most likely printer name and comment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/asm/
H A Dbf-686.pl33 &comment("");
34 &comment("Load the 2 words");
39 &comment("");
40 &comment("P pointer, s and enc flag");
53 &comment("");
54 &comment("Round $i");
57 &comment("");
58 &comment("Round ".sprintf("%d",$i+1));
73 &comment("");
74 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dlexer.l75 %x comment
99 "/*" BEGIN(comment);
100 <comment>[^*\n]* /* eat anything that's not a '*' */
101 <comment>"*"+[^*/\n]* /* eat up '*'s not followed by '/'s */
102 <comment>\n cfg->line++;
103 <comment>"*"+"/" BEGIN(INITIAL);
268 * comment) or an asterisk (C multi-line comment)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dmapping.h31 fstring comment; member in struct:_GROUP_MAP
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/libmpcodecs/
H A Dmpc_info.h33 const char *comment; member in struct:mp_codec_info_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");

Completed in 147 milliseconds

1234567891011>>