Searched refs:comment (Results 26 - 50 of 669) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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/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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
H A Ddes-586.pl41 &comment("");
42 &comment("Load the 2 words");
56 &comment("");
57 &comment("IP");
86 &comment("");
87 &comment("Round $i");
90 &comment("");
91 &comment("Round ".sprintf("%d",$i+1));
100 &comment("");
101 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/asm/
H A Ddesboth.pl19 &comment("");
20 &comment("Load the data words");
25 &comment("");
26 &comment("IP");
64 &comment("");
65 &comment("FP");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/scripts/shares/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddll.h45 #pragma comment(lib, "msvcrt")
47 #pragma comment(lib, "msvcrtd")
51 #pragma comment(lib, "cryptopp")
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/tridge/
H A Dsmb.conf27 comment = University Printing
35 comment = Test printer
43 comment = amd area
56 comment = Printer in Printcap
64 comment = Dos Files
72 comment = Microsoft Office
79 comment = Root Dir
85 comment = tmp files
92 comment = Tridge's CdRom
98 comment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bf/asm/
H A Dbf-586.pl31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dmagics.c21 #include "comment.h"
37 struct papd_comment *comment; local
49 if ( (comment = compeek()) ) {
50 switch( (*comment->c_handler)( infile, outfile, sat )) {
81 if (( comment = commatch( start, start+linelength, magics )) != NULL ) {
82 compush( comment );
105 struct papd_comment *comment; local
127 if (( comment = commatch( start, start+linelength, queries )) != NULL ) {
128 compush( comment );
141 struct papd_comment *comment local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bf/asm/
H A Dbf-586.pl30 &comment("");
39 &comment("Load the 2 words");
55 &comment("");
56 &comment("Round $i");
59 &comment("");
60 &comment("Round ".sprintf("%d",$i+1));
74 &comment("");
75 &comment("Round $i");
77 &comment("");
78 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bf/asm/
H A Dbf-586.pl31 &comment("");
40 &comment("Load the 2 words");
56 &comment("");
57 &comment("Round $i");
60 &comment("");
61 &comment("Round ".sprintf("%d",$i+1));
75 &comment("");
76 &comment("Round $i");
78 &comment("");
79 &comment("Roun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/x86/
H A Dadd.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
H A Dmul.pl10 &comment("");
31 &comment("Round $i");
44 &comment("");
60 &comment("Tail Round $i");
H A Dmul_add.pl10 &comment("");
37 &comment("Round $i");
50 &comment("");
66 &comment("Tail Round $i");
H A Dsub.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/asm/x86/
H A Dadd.pl10 &comment("");
31 &comment("Round $i");
43 &comment("");
57 &comment("Tail Round $i");

Completed in 128 milliseconds

1234567891011>>