Home
last modified time | relevance | path

Searched refs:Fmt (Results 1 – 25 of 2924) sorted by relevance

12345678910>>...117

/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dfmt.hpp68 class Fmt class
100 Fmt & operator << ( Fmt & ( * f ) ( Fmt & f ) );
138 friend Fmt & eoln ( Fmt & f );
139 friend Fmt & endm ( Fmt & f );
140 friend Fmt & flushm ( Fmt & f );
144 Fmt & ind ( Fmt & f );
145 Fmt & outd ( Fmt & f );
148 Fmt & eoln ( Fmt & f );
152 Fmt & endm ( Fmt & f );
155 Fmt & flushm ( Fmt & f );
[all …]
H A Dfmt.cpp98 Fmt & Fmt :: operator << ( bool val ) in operator <<()
108 Fmt & Fmt :: operator << ( long long sval ) in operator <<()
287 Fmt & Fmt :: operator << ( __int128 sval ) in operator <<()
476 Fmt & Fmt :: operator << ( double val ) in operator <<()
645 Fmt & Fmt :: operator << ( Fmt & ( * f ) ( Fmt & f ) ) in operator <<()
791 Fmt :: ~ Fmt () in ~Fmt()
824 Fmt & ind ( Fmt & f ) in ind()
830 Fmt & outd ( Fmt & f ) in outd()
836 Fmt & eoln ( Fmt & f ) in eoln()
843 Fmt & endm ( Fmt & f ) in endm()
[all …]
/dports/misc/viz/viz-1.1.1/
H A Dvizgrammar.y173 Fmt.item = Fmt.p;
180 Fmt.item = Fmt.p;
457 n0 = Fmt.item - Fmt.line;
458 n1 = ((nl <= Fmt.p) ? nl : Fmt.p + 1) - Fmt.item;
462 Fmt.linenum, n0, Fmt.line, n1, Fmt.item,
469 Fmt.item - Fmt.text, Fmt.text,
470 Fmt.p + 1 - Fmt.item, Fmt.item,
481 Fmt.line = Fmt.item = Fmt.p; in mark_line()
492 Fmt.p = Fmt.item = Fmt.line = Fmt.text; in yylex()
622 for (b = tmpbuf, Fmt.p++; *Fmt.p && *Fmt.p != ']'; ) { in yylex()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/test/units/dateutil/
H A Dtestscandatetime.pas78 Fmt: TFormatSettings = (
109 …TestScanDateTime(Fmt, 'yymmddhhnnss', '061006102030', EncodeDateTime(GetFullYear(Fmt, 6), 10, 6, 1…
111 TestScanDateTime(Fmt, 'y-m-d', '6-5-3', EncodeDate(GetFullYear(Fmt, 6), 5, 3));
112 TestScanDateTime(Fmt, 'yy-mm-dd', '06-5-3', EncodeDate(GetFullYear(Fmt, 6), 5, 3));
113 TestScanDateTime(Fmt, 'yy-mmm-dd', '06-mar-3', EncodeDate(GetFullYear(Fmt, 6), 3, 3));
114 …TestScanDateTime(Fmt, 'yy-mmmm-dd', '06-mar-3', EncodeDate(GetFullYear(Fmt, 6), 3, 3), True); // …
116 …TestScanDateTime(Fmt, 'yy-mm-dd hh:nn:ss am/pm', '06-5-3 05:23:12 pm', EncodeDateTime(GetFullYear(
120 …TestScanDateTime(Fmt, 'hh:nn:ss ampm yyyy-mm-dd', '05:23:12 '+Fmt.TimeAMString+' 2015-02-01', Enco…
127 …TestScanDateTime(Fmt, #9'yy'#9'mm'#9'dd'#9,' 08 10 12 ', EncodeDate(GetFullYear(Fmt,…
135 …TestScanDateTime(Fmt, 'tt ddddd', '16:17:18 15-12-15', EncodeDateTime(GetFullYear(Fmt, 15), 12, 15…
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/osiris/src/
H A Dosiris.hrl9 -define(DEBUG(Fmt, Args), ?DISPATCH_LOG(debug, Fmt, Args)).
10 -define(DEBUG_IF(Fmt, Args, Bool),
12 ?DISPATCH_LOG(debug, Fmt, Args);
15 -define(INFO(Fmt, Args), ?DISPATCH_LOG(info, Fmt, Args)).
16 -define(NOTICE(Fmt, Args), ?DISPATCH_LOG(notice, Fmt, Args)).
17 -define(WARN(Fmt, Args), ?DISPATCH_LOG(warning, Fmt, Args)).
18 -define(WARNING(Fmt, Args), ?DISPATCH_LOG(warning, Fmt, Args)).
19 -define(ERR(Fmt, Args), ?DISPATCH_LOG(error, Fmt, Args)).
20 -define(ERROR(Fmt, Args), ?DISPATCH_LOG(error, Fmt, Args)).
22 -define(DISPATCH_LOG(Level, Fmt, Args),
[all …]
/dports/emulators/stella/stella-6.6/src/common/
H A DBase.cxx27 if(outputBase == Base::Fmt::_DEFAULT) in toString()
36 int places = (outputBase == Base::Fmt::_2_8 || in toString()
59 case Base::Fmt::_10_3: // base 10: 3 digits in toString()
63 case Base::Fmt::_10_4: // base 10: 4 digits in toString()
67 case Base::Fmt::_10_5: // base 10: 5 digits in toString()
71 case Base::Fmt::_10_6: // base 10: 6 digits in toString()
75 case Base::Fmt::_10_8: // base 10: 8 digits in toString()
79 case Base::Fmt::_16_1: // base 16: 1 byte wide in toString()
85 case Base::Fmt::_16_2_2: in toString()
89 case Base::Fmt::_16_3_2: in toString()
[all …]
/dports/devel/9base/9base-6/lib9/
H A Dfmt.h23 typedef struct Fmt Fmt; typedef
24 struct Fmt{ struct
74 int dofmt(Fmt *f, char *fmt);
77 int fmtfdflush(Fmt *f);
80 int fmtnullinit(Fmt*);
83 int fmtrune(Fmt *f, int r);
86 char* fmtstrflush(Fmt *f);
87 int fmtstrinit(Fmt *f);
93 int quoterunestrfmt(Fmt *f);
94 int quotestrfmt(Fmt *f);
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Dfmt.h23 typedef struct Fmt Fmt; typedef
24 struct Fmt{ struct
74 int dofmt(Fmt *f, char *fmt);
77 int fmtfdflush(Fmt *f);
80 int fmtnullinit(Fmt*);
83 int fmtrune(Fmt *f, int r);
86 char* fmtstrflush(Fmt *f);
87 int fmtstrinit(Fmt *f);
93 int quoterunestrfmt(Fmt *f);
94 int quotestrfmt(Fmt *f);
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch_log/src/
H A Dcouch_log.erl31 debug(Fmt, Args) -> log(debug, Fmt, Args).
35 info(Fmt, Args) -> log(info, Fmt, Args).
39 notice(Fmt, Args) -> log(notice, Fmt, Args).
43 warning(Fmt, Args) -> log(warning, Fmt, Args).
47 error(Fmt, Args) -> log(error, Fmt, Args).
51 critical(Fmt, Args) -> log(critical, Fmt, Args).
55 alert(Fmt, Args) -> log(alert, Fmt, Args).
59 emergency(Fmt, Args) -> log(emergency, Fmt, Args).
68 log(Level, Fmt, Args) ->
72 Entry = couch_log_formatter:format(Level, self(), Fmt, Args),
/dports/x11-wm/wmii/wmii-3.6/libfmt/
H A Dfmtdef.h23 typedef int (*Fmts)(Fmt*);
38 int __badfmt(Fmt *f);
39 int __charfmt(Fmt *f);
40 int __countfmt(Fmt *f);
41 int __efgfmt(Fmt *fmt);
42 int __errfmt(Fmt *f);
43 int __flagfmt(Fmt *f);
53 int __ifmt(Fmt *f);
61 int __runefmt(Fmt *f);
63 int __runesfmt(Fmt *f);
[all …]
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/libfmt/
H A Dfmtdef.h23 typedef int (*Fmts)(Fmt*);
38 int __badfmt(Fmt *f);
39 int __charfmt(Fmt *f);
40 int __countfmt(Fmt *f);
41 int __efgfmt(Fmt *fmt);
42 int __errfmt(Fmt *f);
43 int __flagfmt(Fmt *f);
53 int __ifmt(Fmt *f);
61 int __runefmt(Fmt *f);
63 int __runesfmt(Fmt *f);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DFormatVariadic.cpp94 while (!Fmt.empty()) { in splitLiteralAndReplacement()
96 if (Fmt.front() != '{') { in splitLiteralAndReplacement()
97 std::size_t BO = Fmt.find_first_of('{'); in splitLiteralAndReplacement()
98 return std::make_pair(ReplacementItem{Fmt.substr(0, BO)}, Fmt.substr(BO)); in splitLiteralAndReplacement()
113 std::size_t BC = Fmt.find_first_of('}'); in splitLiteralAndReplacement()
127 Fmt.substr(BO2)); in splitLiteralAndReplacement()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement()
130 StringRef Right = Fmt.substr(BC + 1); in splitLiteralAndReplacement()
138 Fmt = Fmt.drop_front(BC + 1); in splitLiteralAndReplacement()
147 while (!Fmt.empty()) { in parseFormatString()
[all …]
/dports/devel/9base/9base-6/lib9/fmt/
H A Dfmtdef.h11 typedef int (*Fmts)(Fmt*);
26 int __badfmt(Fmt *f);
27 int __charfmt(Fmt *f);
28 int __countfmt(Fmt *f);
29 int __efgfmt(Fmt *fmt);
30 int __errfmt(Fmt *f);
31 int __flagfmt(Fmt *f);
41 int __ifmt(Fmt *f);
50 int __runefmt(Fmt *f);
52 int __runesfmt(Fmt *f);
[all …]
/dports/net/drawterm/drawterm/libc/
H A Dfmtdef.h9 typedef int (*Fmts)(Fmt*);
24 int __badfmt(Fmt *f);
25 int __charfmt(Fmt *f);
26 int __countfmt(Fmt *f);
27 int __efgfmt(Fmt *fmt);
28 int __errfmt(Fmt *f);
29 int __flagfmt(Fmt *f);
39 int __ifmt(Fmt *f);
47 int __runefmt(Fmt *f);
49 int __runesfmt(Fmt *f);
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/fmt/
H A Dfmtdef.h11 typedef int (*Fmts)(Fmt*);
26 int __badfmt(Fmt *f);
27 int __charfmt(Fmt *f);
28 int __countfmt(Fmt *f);
29 int __efgfmt(Fmt *fmt);
30 int __errfmt(Fmt *f);
31 int __flagfmt(Fmt *f);
41 int __ifmt(Fmt *f);
50 int __runefmt(Fmt *f);
52 int __runesfmt(Fmt *f);
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/unix/
H A Dfmt.h28 typedef struct Fmt Fmt; typedef
29 struct Fmt{ struct
83 extern int fmtfdflush(Fmt*);
84 extern int fmtstrinit(Fmt*);
85 extern char* fmtstrflush(Fmt*);
86 extern int runefmtstrinit(Fmt*);
88 extern int quotestrfmt(Fmt *f);
94 extern int dofmt(Fmt*, char*);
95 extern int fmtprint(Fmt*, char*, ...);
97 extern int fmtrune(Fmt*, int);
[all …]
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dfmt.h20 typedef struct Fmt Fmt; typedef
21 struct Fmt{ struct
121 int fmtfdflush(Fmt*);
125 int fmtrune(Fmt*, int);
126 int fmtrunestrcpy(Fmt*, Rune*);
128 char* fmtstrflush(Fmt*);
129 int fmtstrinit(Fmt*);
135 int quoterunestrfmt(Fmt*);
136 int quotestrfmt(Fmt*);
137 Rune* runefmtstrflush(Fmt*);
[all …]

12345678910>>...117