Home
last modified time | relevance | path

Searched refs:OutLen (Results 1 – 25 of 147) sorted by relevance

123456

/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/str/
H A Dstr.c122 if (OutLen>0) in tcscpy_s()
134 if (OutLen>0) in tcsncpy_s()
146 if (OutLen>0) in tcscat_s()
158 if (OutLen>0) in tcsncat_s()
239 --OutLen; in vstprintf_s()
339 --OutLen; in vstprintf_s()
360 --OutLen; in vstprintf_s()
376 --OutLen; in vstprintf_s()
380 --OutLen; in vstprintf_s()
421 --OutLen; in vstprintf_s()
[all …]
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/str/
H A Dstr.c122 if (OutLen>0) in tcscpy_s()
134 if (OutLen>0) in tcsncpy_s()
146 if (OutLen>0) in tcscat_s()
158 if (OutLen>0) in tcsncat_s()
239 --OutLen; in vstprintf_s()
339 --OutLen; in vstprintf_s()
360 --OutLen; in vstprintf_s()
376 --OutLen; in vstprintf_s()
380 --OutLen; in vstprintf_s()
421 --OutLen; in vstprintf_s()
[all …]
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/str/
H A Dstr.c122 if (OutLen>0) in tcscpy_s()
134 if (OutLen>0) in tcsncpy_s()
146 if (OutLen>0) in tcscat_s()
158 if (OutLen>0) in tcsncat_s()
239 --OutLen; in vstprintf_s()
339 --OutLen; in vstprintf_s()
360 --OutLen; in vstprintf_s()
376 --OutLen; in vstprintf_s()
380 --OutLen; in vstprintf_s()
421 --OutLen; in vstprintf_s()
[all …]
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/charconvert/
H A Dcharconvert_qtopia.cpp48 if (OutLen>0) in CharConvSS()
70 if (OutLen>0) in CharConvWS()
75 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
87 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvWS()
97 if (OutLen>0) in CharConvSW()
102 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
121 if (OutLen>0) in CharConvUS()
126 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
137 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvUS()
152 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_utf8.c280 if (OutLen>1) in Write_Simple()
303 --OutLen; in Write_Simple()
315 --OutLen; in Write_UTF8()
347 if (OutLen>0) in CharConvSS()
356 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSS()
372 if (OutLen>0) in CharConvUS()
399 if (OutLen>0) in CharConvSU()
415 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSU()
424 if (OutLen>0) in CharConvWS()
439 if (OutLen>0) in CharConvSW()
[all …]
H A Dcharconvert_linux.c52 if (OutLen>0) in CharConvSS()
57 size_t _OutLen = OutLen; in CharConvSS()
78 if (OutLen>0) in CharConvWS()
88 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
100 if (OutLen>0) in CharConvSW()
110 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
122 if (OutLen>0) in CharConvUS()
132 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
144 if (OutLen>0) in CharConvSU()
154 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_palmos.c47 if (OutLen) in CharConvSS()
52 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSS()
54 Out[min(OutLen,OutBytes)]=0; in CharConvSS()
57 tcscpy_s(Out,OutLen,In); in CharConvSS()
63 if (OutLen) in CharConvWS()
74 if (OutLen) in CharConvSW()
77 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSW()
79 Out[min(OutLen,OutBytes)]=0; in CharConvSW()
85 if (OutLen>0) in CharConvWW()
87 size_t n = min(wcslen_(In),OutLen-1); in CharConvWW()
[all …]
H A Dcharconvert_win32.c48 void CharConvSS(charconv* CC, char* Out, size_t OutLen, const char* In) in CharConvSS() argument
50 if (OutLen>0) in CharConvSS()
58 !WideCharToMultiByte(OutCode,0,Temp,-1,Out,OutLen,0,0)) in CharConvSS()
60 size_t n = min(strlen(In),OutLen-1); in CharConvSS()
70 if (!MultiByteToWideChar(InCode,0,In,-1,Out,OutLen)) in CharConvWS()
72 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
81 if (!WideCharToMultiByte(OutCode,0,In,-1,Out,OutLen,0,0)) in CharConvSW()
83 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
92 tcscpy_s(Out,OutLen,In); in CharConvWW()
94 if (OutLen>0) in CharConvWW()
[all …]
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/charconvert/
H A Dcharconvert_qtopia.cpp48 if (OutLen>0) in CharConvSS()
70 if (OutLen>0) in CharConvWS()
75 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
87 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvWS()
97 if (OutLen>0) in CharConvSW()
102 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
121 if (OutLen>0) in CharConvUS()
126 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
137 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvUS()
152 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_utf8.c280 if (OutLen>1) in Write_Simple()
303 --OutLen; in Write_Simple()
315 --OutLen; in Write_UTF8()
347 if (OutLen>0) in CharConvSS()
356 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSS()
372 if (OutLen>0) in CharConvUS()
399 if (OutLen>0) in CharConvSU()
415 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSU()
424 if (OutLen>0) in CharConvWS()
439 if (OutLen>0) in CharConvSW()
[all …]
H A Dcharconvert_linux.c52 if (OutLen>0) in CharConvSS()
57 size_t _OutLen = OutLen; in CharConvSS()
78 if (OutLen>0) in CharConvWS()
88 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
100 if (OutLen>0) in CharConvSW()
110 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
122 if (OutLen>0) in CharConvUS()
132 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
144 if (OutLen>0) in CharConvSU()
154 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_palmos.c47 if (OutLen) in CharConvSS()
52 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSS()
54 Out[min(OutLen,OutBytes)]=0; in CharConvSS()
57 tcscpy_s(Out,OutLen,In); in CharConvSS()
63 if (OutLen) in CharConvWS()
74 if (OutLen) in CharConvSW()
77 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSW()
79 Out[min(OutLen,OutBytes)]=0; in CharConvSW()
85 if (OutLen>0) in CharConvWW()
87 size_t n = min(wcslen_(In),OutLen-1); in CharConvWW()
[all …]
H A Dcharconvert_win32.c48 void CharConvSS(charconv* CC, char* Out, size_t OutLen, const char* In) in CharConvSS() argument
50 if (OutLen>0) in CharConvSS()
58 !WideCharToMultiByte(OutCode,0,Temp,-1,Out,OutLen,0,0)) in CharConvSS()
60 size_t n = min(strlen(In),OutLen-1); in CharConvSS()
70 if (!MultiByteToWideChar(InCode,0,In,-1,Out,OutLen)) in CharConvWS()
72 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
81 if (!WideCharToMultiByte(OutCode,0,In,-1,Out,OutLen,0,0)) in CharConvSW()
83 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
92 tcscpy_s(Out,OutLen,In); in CharConvWW()
94 if (OutLen>0) in CharConvWW()
[all …]
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/charconvert/
H A Dcharconvert_qtopia.cpp48 if (OutLen>0) in CharConvSS()
70 if (OutLen>0) in CharConvWS()
75 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
87 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvWS()
97 if (OutLen>0) in CharConvSW()
102 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
121 if (OutLen>0) in CharConvUS()
126 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
137 for (;OutLen>1 && *_In;++_In,--OutLen,++Out) in CharConvUS()
152 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_utf8.c280 if (OutLen>1) in Write_Simple()
303 --OutLen; in Write_Simple()
315 --OutLen; in Write_UTF8()
347 if (OutLen>0) in CharConvSS()
356 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSS()
372 if (OutLen>0) in CharConvUS()
399 if (OutLen>0) in CharConvSU()
415 OutLen=To->Write(To,&Out,OutLen,ch); in CharConvSU()
424 if (OutLen>0) in CharConvWS()
439 if (OutLen>0) in CharConvSW()
[all …]
H A Dcharconvert_linux.c52 if (OutLen>0) in CharConvSS()
57 size_t _OutLen = OutLen; in CharConvSS()
78 if (OutLen>0) in CharConvWS()
88 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
100 if (OutLen>0) in CharConvSW()
110 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
122 if (OutLen>0) in CharConvUS()
132 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvUS()
144 if (OutLen>0) in CharConvSU()
154 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSU()
[all …]
H A Dcharconvert_palmos.c47 if (OutLen) in CharConvSS()
52 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSS()
54 Out[min(OutLen,OutBytes)]=0; in CharConvSS()
57 tcscpy_s(Out,OutLen,In); in CharConvSS()
63 if (OutLen) in CharConvWS()
74 if (OutLen) in CharConvSW()
77 UInt16 OutBytes = (UInt16)--OutLen; in CharConvSW()
79 Out[min(OutLen,OutBytes)]=0; in CharConvSW()
85 if (OutLen>0) in CharConvWW()
87 size_t n = min(wcslen_(In),OutLen-1); in CharConvWW()
[all …]
H A Dcharconvert_win32.c48 void CharConvSS(charconv* CC, char* Out, size_t OutLen, const char* In) in CharConvSS() argument
50 if (OutLen>0) in CharConvSS()
58 !WideCharToMultiByte(OutCode,0,Temp,-1,Out,OutLen,0,0)) in CharConvSS()
60 size_t n = min(strlen(In),OutLen-1); in CharConvSS()
70 if (!MultiByteToWideChar(InCode,0,In,-1,Out,OutLen)) in CharConvWS()
72 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvWS()
81 if (!WideCharToMultiByte(OutCode,0,In,-1,Out,OutLen,0,0)) in CharConvSW()
83 for (;OutLen>1 && *In;++In,--OutLen,++Out) in CharConvSW()
92 tcscpy_s(Out,OutLen,In); in CharConvWW()
94 if (OutLen>0) in CharConvWW()
[all …]
H A Dcharconvert_osx.c62 if (OutLen>0) in CharConvSS()
75 (UInt8*)Out, OutLen, &Read); in CharConvSS()
81 size_t n = min(In?strlen(In):0,OutLen-1); in CharConvSS()
91 if (OutLen>0) in CharConvUS()
108 (UInt8*)Out, OutLen, &Read); in CharConvUS()
127 if (OutLen>0) in CharConvSU()
150 (UInt8*)Out, OutLen, &Read); in CharConvSU()
179 if (OutLen>0) in CharConvWW()
194 (UInt8*)Out, OutLen, &Read); in CharConvWW()
265 void CharConvDefault(tchar_t* Out, size_t OutLen) in CharConvDefault() argument
[all …]
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/parser/
H A Dstrtypes.h33 NODE_DLL size_t FourCCToString(tchar_t* Out, size_t OutLen, fourcc_t FourCC);
39 NODE_DLL void IntToString(tchar_t* Out, size_t OutLen, int32_t Int, bool_t Hex);
40 NODE_DLL void Int64ToString(tchar_t* Out, size_t OutLen, int64_t Int, bool_t Hex);
41 NODE_DLL void TickToString(tchar_t* Out, size_t OutLen, tick_t Tick, bool_t MS, bool_t Extended, bo…
45 NODE_DLL void RGBToString(tchar_t* Out, size_t OutLen, rgbval_t RGB);
47 NODE_DLL void GUIDToString(tchar_t* Out, size_t OutLen, const cc_guid*);
49 NODE_DLL void StringToURL(anynode* AnyNode, tchar_t* Out, size_t OutLen, const tchar_t *URL);
50 NODE_DLL void URLToString(tchar_t* Out, size_t OutLen, const tchar_t *URL);
51 NODE_DLL void LangToIso639_1(tchar_t *Out, size_t OutLen, fourcc_t Lang);
52 NODE_DLL void ByteRateToString(tchar_t* Out, size_t OutLen, int ByteRate);
[all …]
H A Dstrtypes.c56 if (OutLen) in FourCCToString()
65 for (i=0;i<4 && i<OutLen-1;++i) in FourCCToString()
152 stprintf_s(Out,OutLen,mask_d,a); in FractionToString()
155 tcscat_s(Out,OutLen,T("%")); in FractionToString()
437 assert(OutLen>0); in StringToURL()
446 OutLen--; in StringToURL()
450 if (OutLen>3) in StringToURL()
452 OutLen--; in StringToURL()
466 FourCCToString(Out,OutLen,Lang); in LangToIso639_1()
483 IntToString(Out,OutLen,KB,0); in ByteRateToString()
[all …]
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/parser/
H A Dstrtypes.h33 NODE_DLL size_t FourCCToString(tchar_t* Out, size_t OutLen, fourcc_t FourCC);
39 NODE_DLL void IntToString(tchar_t* Out, size_t OutLen, int32_t Int, bool_t Hex);
40 NODE_DLL void Int64ToString(tchar_t* Out, size_t OutLen, int64_t Int, bool_t Hex);
41 NODE_DLL void TickToString(tchar_t* Out, size_t OutLen, tick_t Tick, bool_t MS, bool_t Extended, bo…
45 NODE_DLL void RGBToString(tchar_t* Out, size_t OutLen, rgbval_t RGB);
47 NODE_DLL void GUIDToString(tchar_t* Out, size_t OutLen, const cc_guid*);
49 NODE_DLL void StringToURL(anynode* AnyNode, tchar_t* Out, size_t OutLen, const tchar_t *URL);
50 NODE_DLL void URLToString(tchar_t* Out, size_t OutLen, const tchar_t *URL);
51 NODE_DLL void LangToIso639_1(tchar_t *Out, size_t OutLen, fourcc_t Lang);
52 NODE_DLL void ByteRateToString(tchar_t* Out, size_t OutLen, int ByteRate);
[all …]
H A Dstrtypes.c56 if (OutLen) in FourCCToString()
65 for (i=0;i<4 && i<OutLen-1;++i) in FourCCToString()
152 stprintf_s(Out,OutLen,mask_d,a); in FractionToString()
155 tcscat_s(Out,OutLen,T("%")); in FractionToString()
437 assert(OutLen>0); in StringToURL()
446 OutLen--; in StringToURL()
450 if (OutLen>3) in StringToURL()
452 OutLen--; in StringToURL()
466 FourCCToString(Out,OutLen,Lang); in LangToIso639_1()
483 IntToString(Out,OutLen,KB,0); in ByteRateToString()
[all …]
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/parser/
H A Dstrtypes.h33 NODE_DLL size_t FourCCToString(tchar_t* Out, size_t OutLen, fourcc_t FourCC);
39 NODE_DLL void IntToString(tchar_t* Out, size_t OutLen, int32_t Int, bool_t Hex);
40 NODE_DLL void Int64ToString(tchar_t* Out, size_t OutLen, int64_t Int, bool_t Hex);
41 NODE_DLL void TickToString(tchar_t* Out, size_t OutLen, tick_t Tick, bool_t MS, bool_t Extended, bo…
45 NODE_DLL void RGBToString(tchar_t* Out, size_t OutLen, rgbval_t RGB);
47 NODE_DLL void GUIDToString(tchar_t* Out, size_t OutLen, const cc_guid*);
49 NODE_DLL void StringToURL(anynode* AnyNode, tchar_t* Out, size_t OutLen, const tchar_t *URL);
50 NODE_DLL void URLToString(tchar_t* Out, size_t OutLen, const tchar_t *URL);
51 NODE_DLL void LangToIso639_1(tchar_t *Out, size_t OutLen, fourcc_t Lang);
52 NODE_DLL void ByteRateToString(tchar_t* Out, size_t OutLen, int ByteRate);
[all …]
H A Dstrtypes.c56 if (OutLen) in FourCCToString()
65 for (i=0;i<4 && i<OutLen-1;++i) in FourCCToString()
152 stprintf_s(Out,OutLen,mask_d,a); in FractionToString()
155 tcscat_s(Out,OutLen,T("%")); in FractionToString()
437 assert(OutLen>0); in StringToURL()
446 OutLen--; in StringToURL()
450 if (OutLen>3) in StringToURL()
452 OutLen--; in StringToURL()
466 FourCCToString(Out,OutLen,Lang); in LangToIso639_1()
483 IntToString(Out,OutLen,KB,0); in ByteRateToString()
[all …]

123456