Home
last modified time | relevance | path

Searched refs:_comment (Results 151 – 175 of 869) sorted by relevance

12345678910>>...35

/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dnostub.h111 #define _comment _nostub_data__0000 macro
123 __TEXTSEC__ char _comment[] = (COMMENT_STRING); variable
/dports/devel/libopkele/libopkele-2.0.4/lib/
H A Dexpat.cc49 static void _comment(void *ud,const XML_Char *d) { in _comment() function
55 XML_SetCommentHandler(_x,_comment); in set_comment_handler()
/dports/lang/perl5.34/perl-5.34.0/t/re/
H A Dregexp.t83 sub _comment {
502 print "not ok $testname$todo $input => error '$err'\n", _comment("$code\n$@\n"); next TEST;
516 print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$code\n");
522 …print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$s\n$code\n$g\n…
/dports/lang/perl5.30/perl-5.30.3/t/re/
H A Dregexp.t83 sub _comment {
486 print "not ok $testname$todo $input => error '$err'\n", _comment("$code\n$@\n"); next TEST;
500 print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$code\n");
506 …print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$s\n$code\n$g\n…
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/t/re/
H A Dregexp.t83 sub _comment {
502 print "not ok $testname$todo $input => error '$err'\n", _comment("$code\n$@\n"); next TEST;
516 print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$code\n");
522 …print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$s\n$code\n$g\n…
/dports/lang/perl5.32/perl-5.32.1/t/re/
H A Dregexp.t83 sub _comment {
502 print "not ok $testname$todo $input => error '$err'\n", _comment("$code\n$@\n"); next TEST;
516 print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$code\n");
522 …print "not ok $testname$todo ($study) $input => '$got', match=$match\n", _comment("$s\n$code\n$g\n…
/dports/devel/poco/poco-1.10.1-all/Net/include/Poco/Net/
H A DHTTPCookie.h210 std::string _comment; variable
244 return _comment; in getComment()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/HtmlAgilityPack/
H A DHtmlNode.cs2198 private string _comment; field in HtmlAgilityPack.HtmlCommentNode
2212 if (_comment == null)
2216 return _comment;
2220 _comment = value;
2231 if (_comment == null)
2235 return "<!--" + _comment + "-->";
2246 if (_comment == null)
2250 return _comment;
2254 _comment = value;
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/wal/
H A Dwal_charset.cpp696 charset_struct::charset_struct( int _id, const char* _name, const char* _comment ) in charset_struct() argument
697 : id( _id ), name( _name ), comment( _comment ), tabChar( '\t' ), in charset_struct()
725 charset_8bit( int _id, const char* _name, const char* _comment, in charset_8bit()
730 ): charset_struct( _id, _name, _comment ) in charset_8bit()
741 charset_8bit_ebcdic( int _id, const char* _name, const char* _comment, in charset_8bit_ebcdic()
746 ): charset_struct( _id, _name, _comment ) in charset_8bit_ebcdic()
/dports/devel/simgear/simgear-2020.3.11/simgear/environment/
H A Dmetar.hxx93 _comment(0), in SGMetarRunway()
103 inline const char *getComment() const { return _comment; } in getComment()
118 const char *_comment; member in SGMetarRunway
/dports/editors/abiword/abiword-3.0.5/src/af/util/xp/
H A Dut_xml_libxml2.cpp86 static void _comment (void * userData, const gchar * data) in _comment() function
190 hdl.comment = _comment; in parse()
277 hdl.comment = _comment; in parse()
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/examples/
H A DGray Test ASM File.asm8 xdef _comment
51 _comment dc.b "Gray4 test",0 define
/dports/deskutils/znotes/zNotes-0.4.6/
H A Dtodomodel.h35 inline const QString& comment() const { return _comment; } in comment()
63 QString _comment; variable
/dports/games/blockattack/blockattack-game-2.7.0/Game/data/sprites/
H A Dblockattack.sprite2 "_comment" : "This file contains the difinition of all sprites",
4 …"_comment" : "This is the fallback sprite that are used if the game request a sprite not in any fi…
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DAbstractProperty.cpp56 _comment = comment; in AbstractProperty()
67 _comment = ""; in setNull()
/dports/sysutils/kcron/kcron-21.12.3/src/crontablib/
H A Dctvariable.cpp17 CTVariable::CTVariable(const QString &tokenString, const QString &_comment, const QString &_userLog… in CTVariable() argument
32 comment = _comment; in CTVariable()
/dports/textproc/py-parso/parso-0.8.3/parso/python/
H A Dprefix.py52 _comment = r'#[^\n\r\f]*' variable
61 _comment, _backslash, _newline, _form_feed, _only_spacing, _bom,
/dports/games/iortcw/iortcw-1.51c/MP/code/opusfile-0.9/src/
H A Dinfo.c313 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
321 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
322 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
348 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
352 return opus_tagncompare(_tag_name,(int)tag_len,_comment); in opus_tagcompare()
355 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
358 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
359 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/games/iortcw/iortcw-1.51c/SP/code/opusfile-0.9/src/
H A Dinfo.c313 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
321 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
322 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
348 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
352 return opus_tagncompare(_tag_name,(int)tag_len,_comment); in opus_tagcompare()
355 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
358 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
359 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/opus/
H A Dinfo.c304 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
312 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
313 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
339 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
340 return opus_tagncompare(_tag_name,strlen(_tag_name),_comment); in opus_tagcompare()
343 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
346 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
347 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/opus/
H A Dinfo.c304 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
312 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
313 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
339 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
340 return opus_tagncompare(_tag_name,strlen(_tag_name),_comment); in opus_tagcompare()
343 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
346 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
347 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/opus/
H A Dinfo.c304 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
312 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
313 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
339 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
340 return opus_tagncompare(_tag_name,strlen(_tag_name),_comment); in opus_tagcompare()
343 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
346 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
347 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/opus/
H A Dinfo.c304 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
312 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
313 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
339 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
340 return opus_tagncompare(_tag_name,strlen(_tag_name),_comment); in opus_tagcompare()
343 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
346 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
347 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/audio/opusfile/opusfile-0.12/src/
H A Dinfo.c315 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
323 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
324 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
350 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
354 return opus_tagncompare(_tag_name,(int)tag_len,_comment); in opus_tagcompare()
357 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
360 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
361 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()
/dports/audio/praat/praat-6.2.03/external/opusfile/
H A Dopusfile_info.cpp315 int opus_tags_add_comment(OpusTags *_tags,const char *_comment){ in opus_tags_add_comment() argument
323 comment_len=(int)strlen(_comment); in opus_tags_add_comment()
324 comment=op_strdup_with_len(_comment,comment_len); in opus_tags_add_comment()
350 int opus_tagcompare(const char *_tag_name,const char *_comment){ in opus_tagcompare() argument
354 return opus_tagncompare(_tag_name,(int)tag_len,_comment); in opus_tagcompare()
357 int opus_tagncompare(const char *_tag_name,int _tag_len,const char *_comment){ in opus_tagncompare() argument
360 ret=op_strncasecmp(_tag_name,_comment,_tag_len); in opus_tagncompare()
361 return ret?ret:'='-_comment[_tag_len]; in opus_tagncompare()

12345678910>>...35