Searched refs:comment (Results 76 - 100 of 669) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dsoxdec.c78 av_log(s, AV_LOG_ERROR, "invalid comment size (%u)\n", comment_size);
100 char *comment = av_malloc(comment_size+1); local
101 if (avio_read(pb, comment, comment_size) != comment_size) {
102 av_freep(&comment);
105 comment[comment_size] = 0;
107 av_dict_set(&s->metadata, "comment", comment,
H A Dsoxenc.c48 AVDictionaryEntry *comment; local
51 comment = av_dict_get(s->metadata, "comment", NULL, 0);
52 if (comment)
53 comment_len = strlen(comment->value);
78 avio_write(pb, comment->value, comment_len);
H A Dsmjpegdec.c50 char *comment; local
66 comment = av_malloc(hlength + 1);
67 if (!comment)
69 if (avio_read(pb, comment, hlength) != hlength) {
70 av_freep(&comment);
71 av_log(s, AV_LOG_ERROR, "error when reading comment\n");
74 comment[hlength] = 0;
75 av_dict_set(&s->metadata, "comment", comment,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dsmjpegdec.c52 char *comment; local
68 comment = av_malloc(hlength + 1);
69 if (!comment)
71 if (avio_read(pb, comment, hlength) != hlength) {
72 av_freep(&comment);
73 av_log(s, AV_LOG_ERROR, "error when reading comment\n");
76 comment[hlength] = 0;
77 av_dict_set(&s->metadata, "comment", comment,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-sarge/
H A Dsmb.conf11 # is a comment and is ignored. In this example we will use a #
170 comment = Home Directories
185 # Un-comment the following and create the netlogon directory for Domain Logons
188 ; comment = Network Logon Service
195 comment = All Printers
206 comment = Printer Drivers
218 ; comment = Samba server's CD-ROM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-unstable/
H A Dsmb.conf11 # is a comment and is ignored. In this example we will use a #
170 comment = Home Directories
185 # Un-comment the following and create the netlogon directory for Domain Logons
188 ; comment = Network Logon Service
195 comment = All Printers
206 comment = Printer Drivers
218 ; comment = Samba server's CD-ROM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/Debian/debian-woody/
H A Dsmb.conf11 # is a comment and is ignored. In this example we will use a #
170 comment = Home Directories
185 # Un-comment the following and create the netlogon directory for Domain Logons
188 ; comment = Network Logon Service
195 comment = All Printers
206 comment = Printer Drivers
218 ; comment = Samba server's CD-ROM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/tools/
H A Dall-charsets29 UTF-8 ) comment="";;
30 * ) comment="bug";;
33 "$lc" "$charmap" "$codeset" "$charset" "$comment"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/tools/
H A Dall-charsets29 UTF-8 ) comment="";;
30 * ) comment="bug";;
33 "$lc" "$charmap" "$codeset" "$charset" "$comment"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/minizip/
H A Dzip.h146 const char* comment,
157 if comment != NULL, comment contain the comment string
170 const char* comment,
186 const char* comment,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/minizip/
H A Dzip.h146 const char* comment,
157 if comment != NULL, comment contain the comment string
170 const char* comment,
186 const char* comment,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libads/
H A Dldap_user.c93 const char *container, const char *comment)
118 if (comment && *comment)
119 ads_mod_str(ctx, &mods, "description", comment);
92 ads_add_group_acct(ADS_STRUCT *ads, const char *group, const char *container, const char *comment) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_synclists.c50 Note sname and comment are in UNIX codepage format.
54 const char *comment, void *state)
56 x_fprintf(fp,"\"%s\" %08X \"%s\"\n", sname, stype, comment);
197 char *sname, uint32 stype, char *comment)
216 unstrcpy(work->local_master_browser_name, comment);
243 create_server_on_workgroup(work, sname,stype, lp_max_ttl(), comment);
255 pstring comment; local
274 !next_token(&ptr,comment,NULL, sizeof(comment))) {
280 complete_one(s, server, type, comment);
53 callback(const char *sname, uint32 stype, const char *comment, void *state) argument
196 complete_one(struct sync_record *s, char *sname, uint32 stype, char *comment) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbtree.c36 pstring name, comment; member in struct:name_list
49 const char *comment, void *state)
62 pstrcpy(new_name->comment, comment);
170 char *name, *comment; local
173 comment = rpcstr_pull_unistr2_talloc(
175 fn(name, info->info_1.type, comment, state);
225 sv->name, sv->comment);
238 sv->name, sh->name, sh->comment);
48 add_name(const char *machine_name, uint32 server_type, const char *comment, void *state) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A DzImage.coff.lds.S49 *(.comment)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-csharp-154 while read comment; do
64 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-csharp-244 while read comment; do
55 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-java-1124 while read comment; do
134 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-kde-148 while read comment; do
58 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-lisp-1258 while read comment; do
268 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-pascal-194 while read comment; do
102 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-perl-brace-136 while read comment; do
46 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-perl-brace-235 while read comment; do
46 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-perl-mixed-243 while read comment; do
55 if echo "$comment" | grep 'Valid:' > /dev/null; then
H A Dformat-python-1103 while read comment; do
115 if echo "$comment" | grep 'Valid:' > /dev/null; then

Completed in 135 milliseconds

1234567891011>>