Searched refs:comment (Results 201 - 225 of 669) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dgen-rc29 Usage: $0 <libname> <comment>
57 comment=$2
106 VALUE "FileDescription", "$comment"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dvorbiscomment.c37 * library for Vorbis comment parsing.
180 *violation = "error converting comment to UTF-8";
223 FLAC__bool flac__vorbiscomment_add(FLAC__StreamMetadata *block, const char *comment, FLAC__bool value_from_file, FLAC__bool raw, const char **violation) argument
230 FLAC__ASSERT(0 != comment);
235 if(!parse_vorbis_comment_field(comment, &(parsed.field), &(parsed.field_name), &(parsed.field_value), &(parsed.field_value_length), violation)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-ycp.c127 /* 2. Replace each comment that is not inside a character constant or
129 comment for later, because it may be attached to a keyword string.
130 YCP comments can be in C comment syntax, C++ comment syntax or sh
131 comment syntax. */
158 /* sh comment. */
202 /* C comment. */
263 /* C++ comment. */
331 refcounted_string_list_ty *comment; /* for token_type_string_literal */ member in struct:token_ty
415 drop_reference (tp->comment);
[all...]
H A Dmsgl-ascii.c63 if (!is_ascii_string_list (mp->comment))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-cards.c54 .comment = "Simultaneous Digital and Analog TV capture supported\n",
101 .comment = "Simultaneous Digital and Analog TV capture supported\n",
157 .comment = "Analog TV capture supported\n",
204 .comment = "Experimenters needed for device to work well.\n"
262 .comment = "Analog TV capture supported\n",
316 .comment = "Experimenters and photos needed for device to work well.\n"
359 .comment = "Experimenters and photos needed for device to work well.\n"
412 .comment = "Simultaneous DVB-T and Analog capture supported,\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-perl-mixed-134 while read comment; do
46 # Verify that the first line contains the expected #, comment.
53 # Verify that there is no #, comment.
H A Dmsgmerge-properties-131 still\ existing=here is normally no comment
H A Dxgettext-c-610 /* This comment will not be extracted. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dvdso32.lds.S75 .comment 0 : { *(.comment) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dvdso64.lds.S74 .comment 0 : { *(.comment) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso32/
H A Dvdso32.lds.S60 .comment 0 : { *(.comment) }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A Dvdso64.lds.S60 .comment 0 : { *(.comment) }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dscan-mpc.c91 if ((pmp3->comment = calloc(len + 1, 1)) != NULL)
92 strncpy(pmp3->comment, val, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dwindll.c83 void comment(unsigned int comlen) function
109 lpZipUserFunctions->comment(szCommentBuf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/setkey/
H A Dtoken.l101 comment \#.*
205 {comment}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/groupdb/
H A Dmapping.c30 NTSTATUS add_initial_entry(gid_t gid, const char *sid, enum lsa_SidType sid_name_use, const char *nt_name, const char *comment) argument
47 fstrcpy(map.comment, comment);
100 fstrcpy(map.comment, talloc_asprintf(tmp_talloc_ctx(), "Unix Group %s",
179 fstrcpy( map->comment, "Ordinary Users" );
482 fstrcpy(map.comment, "");
521 fstrcpy(info->acct_desc, map.comment);
536 fstrcpy(map.comment, info->acct_desc);
668 fstrcpy(info->acct_desc, map.comment);
681 fstrcpy(map.comment, inf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacstuff.c69 Str255 comment);
1137 Str255 comment)
1144 if (comment != NULL)
1146 comment[0] = 0; /* return nothing by default */
1159 pb.ioDTBuffer = (Ptr)&comment[1];
1165 ** 255 characters. Make sure the comment buffer is a Str255
1171 ** ioDTReqCount and always return the full comment --
1173 ** return up to ioDTReqCount characters of the comment.
1179 comment[0] = (unsigned char)pb.ioDTActCount;
1186 error = GetCommentFromDesktopFile(vRefNum, dirID, name, comment);
1134 DTGetComment(short vRefNum, long dirID, ConstStr255Param name, Str255 comment) argument
1203 FSpDTGetComment(const FSSpec *spec, Str255 comment) argument
1212 DTSetComment(short vRefNum, long dirID, ConstStr255Param name, ConstStr255Param comment) argument
1246 FSpDTSetComment(const FSSpec *spec, ConstStr255Param comment) argument
1303 GetCommentFromDesktopFile(short vRefNum, long dirID, ConstStr255Param name, Str255 comment) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DMakefile.am27 v-comment.html \
61 05-comment.tex \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dmetadata.h18 char *comment; member in struct:metadata_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils.h60 char *comment; // COMM member in struct:song_metadata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.h33 char * comment; member in struct:metadata_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils.h61 char *comment; // COMM member in struct:song_metadata
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A DMakefile21 STRIPCMD := $(STRIP) --strip-all --remove-section=.note --remove-section=.comment --remove-section=.pdr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexYAML.cxx197 const bool foldComment = styler.GetPropertyInt("fold.comment.yaml") != 0;
221 // or comment that hangs over the end of the range. Cap processing in all cases
222 // to end of document (in case of unclosed comment at end).
233 const int comment = foldComment && IsCommentLine(lineCurrent, styler); local
234 const int comment_start = (comment && !prevComment && (lineNext <= docLines) &&
236 const int comment_continue = (comment && prevComment);
237 if (!comment)
269 // the comment-block, use the level of the block before
285 // Set fold header on non-comment line
286 if (!comment
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOtherStructs.h140 wxString comment; member in struct:Category_Struct

Completed in 128 milliseconds

1234567891011>>