Searched refs:comment (Results 176 - 200 of 420) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils.h60 char *comment; // COMM member in struct:song_metadata
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dmegatron.h62 char comment[ ADEDLEN_COMMENT ]; member in struct:FHeader
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/boot/
H A DMakefile23 drop-sections = .reginfo .mdebug .comment .note .pdr .options .MIPS.options
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntpclient/
H A DMakefile21 STRIPCMD := $(STRIP) --strip-all --remove-section=.note --remove-section=.comment --remove-section=.pdr
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsggrep.c94 { "comment", no_argument, NULL, 'C' },
99 { "extracted-comment", no_argument, NULL, 'X' },
540 or if -C is given and the translator's comment matches COMMENT-PATTERN,\n\
541 or if -X is given and the extracted comment matches EXTRACTED-COMMENT-PATTERN.\n\
557 -C, --comment start of patterns for the translator's comment\n\
558 -X, --extracted-comment start of patterns for the extracted comment\n\
723 /* Test translator comments using the --comment arguments. */
725 && mp->comment !
[all...]
H A Dmsgl-cat.c520 if (mp->comment)
521 for (i = 0; i < mp->comment->nitems; i++)
522 message_comment_append (tmp, mp->comment->item[i]);
552 if (mp->comment && tmp->comment == NULL)
553 for (i = 0; i < mp->comment->nitems; i++)
554 message_comment_append (tmp, mp->comment->item[i]);
586 tmp->alternative[i].comment = mp->comment;
707 if (tmp->alternative[i].comment
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c172 /* Output text as a comment, avoiding a double hyphen */
174 xmlCommentEscape(char *comment) argument
178 while (comment && *comment) {
179 if (*comment == '-') {
188 if (*comment == '\n' && *(comment + 1) == 0);
190 putchar(*comment);
191 comment++;
196 xmlComment(char *comment) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables-xml.c181 /* Output text as a comment, avoiding a double hyphen */
183 xmlCommentEscape(char *comment) argument
187 while (comment && *comment) {
188 if (*comment == '-') {
197 if (*comment == '\n' && *(comment + 1) == 0);
199 putchar(*comment);
200 comment++;
205 xmlComment(char *comment) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/cast/asm/
H A Dcast-586.pl53 &comment("");
62 &comment("Load the 2 words");
66 &comment('Get short key flag');
92 &comment('test short key flag');
133 &comment("round $i");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/cast/asm/
H A Dcast-586.pl53 &comment("");
62 &comment("Load the 2 words");
66 &comment('Get short key flag');
92 &comment('test short key flag');
133 &comment("round $i");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_serverlistdb.c124 int ttl, const char *comment)
150 fstrcpy(servrec->serv.comment,comment);
159 workgroup %s.\n", name,servertype,comment, work->work_group));
411 servrec->serv.comment, work->work_group);
122 create_server_on_workgroup(struct work_record *work, const char *name,int servertype, int ttl, const char *comment) argument
H A Dnmbd_sendannounce.c175 servrec->serv.comment);
194 global_myname()); /* From name as comment. */
217 servrec->serv.comment);
240 servrec->serv.comment);
463 char *comment; local
475 comment = string_truncate(lp_serverstring(), MAX_SERVER_STRING_LENGTH);
511 comment);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dnamespace.pl70 my $objdump = ($ENV{'OBJDUMP'} || "objdump") . " -s -j .comment";
182 my $comment;
187 $comment = "GCC:GCC:";
191 $comment .= substr($_, 43);
194 if (!defined($comment) || $comment !~ /GCC\:.*GCC\:/m) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dapibuild.py467 self.last = ('comment', tok)
471 self.last = ('comment', line)
583 self.comment = None
639 def parseTopComment(self, comment):
641 lines = string.split(comment, "\n")
670 if self.comment == None or token[1][0] == '*':
671 self.comment = token[1];
673 self.comment = self.comment + token[1]
676 if string.find(self.comment, "DOC_DISABL
1196 comment = "" variable in class:CParser
1205 comment = self.comment variable in class:CParser
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/groupdb/
H A Dmapping.c180 map->gid, map->sid_name_use, map->nt_name, map->comment);
199 BOOL add_initial_entry(gid_t gid, const char *sid, enum SID_NAME_USE sid_name_use, const char *nt_name, const char *comment) argument
216 fstrcpy(map.comment, comment);
250 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
296 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
346 &map->gid, &map->sid_name_use, &map->nt_name, &map->comment);
436 &map.gid, &map.sid_name_use, &map.nt_name, &map.comment);
474 fstrcpy(mapt[entries].comment, map.comment);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Decparam.c368 const char *comment; local
370 comment = curves[n].comment;
372 if (comment == NULL)
373 comment = "CURVE DESCRIPTION NOT AVAILABLE";
378 BIO_printf(out, "%s\n", comment);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmb.conf77 comment = repertoire de %U, %u
103 comment = Network Printers
126 comment = Repertoire public
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_client/
H A Dcli_dfs.c71 const char *sharename, const char *comment, uint32 flags)
88 init_dfs_q_dfs_add(&q, entrypath, servername, sharename, comment,
69 cli_dfs_add(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *entrypath, const char *servername, const char *sharename, const char *comment, uint32 flags) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgcat-stringtable-110 /* This is an example of a string table file. Everything inside a comment
43 # This is an example of a string table file. Everything inside a comment
H A Dxgettext-csharp-116 /* C style comment */
45 #. C style comment
H A Dxgettext-csharp-222 // And now a comment with �������������� and ��������� and Unicode escapes: B\u00f6se B\u00fcbchen
23 Console.WriteLine(GetString("This string has a multilingual comment"));
74 #. And now a comment with �������������� and ��������� and Unicode escapes: B\u00f6se B\u00fcbchen
76 msgid "This string has a multilingual comment"
H A Dxgettext-java-120 /* C style comment */
51 #. C style comment
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX.c119 hdlr->comment = xmlSAX2Comment;
166 hdlr->comment = xmlSAX2Comment;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dcss.l53 comment \/\*[^*]*\*+([^/*][^*]*\*+)*\/
61 w ({s}|{comment})*
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/kernel/
H A Dvmlinux.lds.S184 .comment 0 : { *(.comment) }

Completed in 334 milliseconds

1234567891011>>