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

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dextract-section.pl4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_comment.h7 unsigned char comment[XT_MAX_COMMENT_LEN]; member in struct:xt_comment_info
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/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...]
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dpcap.c46 * A line stating with a hash '#' is assumed to be a comment and is ignored
66 char *comment; member in struct:pcap_cache
72 BOOL pcap_cache_add(const char *name, const char *comment) argument
80 p->comment = (comment && *comment) ? SMB_STRDUP(comment) : NULL;
96 SAFE_FREE(p->comment);
154 pstring name, comment; local
165 * now find the most likely printer name and comment
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dsqr.pl10 &comment("");
25 &comment("Round $i");
33 &comment("");
46 &comment("Tail Round $i");
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dmapping.h31 fstring comment; member in struct:_GROUP_MAP
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-objc-111 "conca" /* comment */
13 // another comment
20 " \" _(foo) \" /* comment "
23 (@ /* comment " */ "test"
H A Dxgettext-73 # Test of comment extraction in the case of duplicated msgids.
10 /* first comment */
14 /* first comment */
18 /* second comment */
32 #. first comment
33 #. second comment
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dbuild.py9 comment = doc.newDocComment("This is a generated document") variable
10 doc.addChild(comment)
23 comment = doc.children variable
24 if comment.type != "comment" or \
25 comment.content != "This is a generated document":
26 print "error rereading comment"
28 pi = comment.next
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/dce-dfs/
H A Dsmb.conf11 comment = Home Directories
17 comment = test stuff
24 comment = DCE-DFS Global Root
30 comment = Corporate Cell
37 comment = Technology Development Cell
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/rule_generator/
H A Dwrite_cd_rules25 local comment="$3"
38 [ "$comment" ] && echo "# $comment"
103 comment="$ID_MODEL ($ID_PATH)"
105 write_rule "$match" "cdrom$link_num" "$comment"
H A Dwrite_net_rules39 local comment="$3"
51 [ "$comment" ] && echo "# $comment"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_comment.c1 /* Shared library add-on to iptables to add comment match support.
5 * Initial comment match
23 "--comment COMMENT Attach a comment to a rule\n\n"
28 { "comment", 1, 0, '1' },
41 strcpy((char *)info->comment, s);
59 "Sorry, you can't have an inverted comment");
71 /* Final check; must have specified --comment. */
77 "COMMENT match: You must specify `--comment'");
88 commentinfo->comment[IPT_MAX_COMMENT_LE
102 static struct iptables_match comment = { variable in typeref:struct:iptables_match
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/scripts/python/
H A DSambaConfig.py28 ## multi line Samba comment
31 def __init__( self, comment ):
32 self.comment = comment
35 if not self.comment:
37 for line in self.comment:
56 def __init__( self, name, value, comment=None ):
58 self.comment = None
61 if comment :
62 self.comment
[all...]

Completed in 217 milliseconds

1234567891011>>