Home
last modified time | relevance | path

Searched refs:cvtbuf (Results 1 – 25 of 86) sorted by relevance

1234

/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dkanji.c515 return cvtbuf; in sj_to_euc()
558 return cvtbuf; in euc_to_sj()
645 return cvtbuf; in jis8_to_sj()
713 return cvtbuf; in sj_to_jis8()
790 return cvtbuf; in jis7_to_sj()
880 return cvtbuf; in sj_to_jis7()
952 return cvtbuf; in junet_to_sj()
1035 return cvtbuf; in sj_to_junet()
1049 dp = cvtbuf; in hex_to_sj()
1068 return cvtbuf; in hex_to_sj()
[all …]
H A Dcharcnv.c31 static char cvtbuf[1024]; variable
216 for (p = str, dp = cvtbuf; *p && dp < &(cvtbuf[sizeof (cvtbuf) - 1]); p++, dp++) in unix2dos_format()
219 return cvtbuf; in unix2dos_format()
243 for (p = str, dp = cvtbuf; *p && dp < &(cvtbuf[sizeof (cvtbuf) - 1]); p++, dp++) in dos2unix_format()
246 return cvtbuf; in dos2unix_format()
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dkanji.c515 return cvtbuf; in sj_to_euc()
558 return cvtbuf; in euc_to_sj()
645 return cvtbuf; in jis8_to_sj()
713 return cvtbuf; in sj_to_jis8()
790 return cvtbuf; in jis7_to_sj()
880 return cvtbuf; in sj_to_jis7()
952 return cvtbuf; in junet_to_sj()
1035 return cvtbuf; in sj_to_junet()
1049 dp = cvtbuf; in hex_to_sj()
1068 return cvtbuf; in hex_to_sj()
[all …]
H A Dcharcnv.c31 static char cvtbuf[1024]; variable
216 for (p = str, dp = cvtbuf; *p && dp < &(cvtbuf[sizeof (cvtbuf) - 1]); p++, dp++) in unix2dos_format()
219 return cvtbuf; in unix2dos_format()
243 for (p = str, dp = cvtbuf; *p && dp < &(cvtbuf[sizeof (cvtbuf) - 1]); p++, dp++) in dos2unix_format()
246 return cvtbuf; in dos2unix_format()
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dkanji.c400 return cvtbuf; in sj_to_euc()
432 return cvtbuf; in euc_to_sj()
503 return cvtbuf; in jis8_to_sj()
559 return cvtbuf; in sj_to_jis8()
618 return cvtbuf; in jis7_to_sj()
694 return cvtbuf; in sj_to_jis7()
750 return cvtbuf; in junet_to_sj()
819 return cvtbuf; in sj_to_junet()
845 return cvtbuf; in hex_to_sj()
881 return cvtbuf; in sj_to_hex()
[all …]
H A Dcharcnv.c26 static char cvtbuf[1024]; variable
187 for (p = str, dp = cvtbuf; *p; p++,dp++) *dp = unix2dos[(unsigned char)*p]; in unix2dos_format()
189 return cvtbuf; in unix2dos_format()
207 for (p = str, dp = cvtbuf; *p; p++,dp++) *dp = dos2unix[(unsigned char)*p]; in dos2unix_format()
209 return cvtbuf; in dos2unix_format()
/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Diconv.c69 char cvtbuf[2048]; in smb_iconv_ntlmssp() local
70 char *bufp = cvtbuf; in smb_iconv_ntlmssp()
83 bufp = cvtbuf; in smb_iconv_ntlmssp()
84 bufsize = sizeof (cvtbuf); in smb_iconv_ntlmssp()
91 bufp = cvtbuf; in smb_iconv_ntlmssp()
92 bufsize = sizeof (cvtbuf) - bufsize; in smb_iconv_ntlmssp()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dfile_logger.c172 char cvtbuf[1024]; in logger_vprintf() local
183 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap); in logger_vprintf()
184 if (n_bytes >= sizeof(cvtbuf)) in logger_vprintf()
185 n_bytes= sizeof(cvtbuf) - 1; in logger_vprintf()
187 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0)); in logger_vprintf()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dfile_logger.c171 char cvtbuf[1024];
182 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap);
183 if (n_bytes >= sizeof(cvtbuf))
184 n_bytes= sizeof(cvtbuf) - 1;
186 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0));
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dfile_logger.c171 char cvtbuf[1024]; in logger_vprintf() local
182 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap); in logger_vprintf()
183 if (n_bytes >= sizeof(cvtbuf)) in logger_vprintf()
184 n_bytes= sizeof(cvtbuf) - 1; in logger_vprintf()
186 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0)); in logger_vprintf()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dfile_logger.c171 char cvtbuf[1024]; in logger_vprintf() local
182 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap); in logger_vprintf()
183 if (n_bytes >= sizeof(cvtbuf)) in logger_vprintf()
184 n_bytes= sizeof(cvtbuf) - 1; in logger_vprintf()
186 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0)); in logger_vprintf()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dfile_logger.c171 char cvtbuf[1024]; in logger_vprintf() local
182 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap); in logger_vprintf()
183 if (n_bytes >= sizeof(cvtbuf)) in logger_vprintf()
184 n_bytes= sizeof(cvtbuf) - 1; in logger_vprintf()
186 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0)); in logger_vprintf()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dfile_logger.c172 char cvtbuf[1024]; in logger_vprintf() local
183 n_bytes= my_vsnprintf(cvtbuf, sizeof(cvtbuf), fmt, ap); in logger_vprintf()
184 if (n_bytes >= sizeof(cvtbuf)) in logger_vprintf()
185 n_bytes= sizeof(cvtbuf) - 1; in logger_vprintf()
187 result= (int)my_write(log->file, (uchar *) cvtbuf, n_bytes, MYF(0)); in logger_vprintf()
/dports/games/warmux/warmux-11.04/build/symbian/lib/stlport/src/
H A Dnum_put_float.cpp849 char cvtbuf[NDIG + 2]; in __write_float()
893 char cvtbuf[NDIG + 2]; in __write_float()
916 char cvtbuf[128]; in __get_floor_digits() local
919 snprintf(_STLP_ARRAY_AND_SIZE(cvtbuf), "%Lf", __x); // check for 1234.56! in __get_floor_digits()
921 sprintf(cvtbuf, "%Lf", __x); // check for 1234.56! in __get_floor_digits()
926 char *p = strchr( cvtbuf, '.' ); in __get_floor_digits()
928 out.append( cvtbuf ); in __get_floor_digits()
930 out.append( cvtbuf, p ); in __get_floor_digits()
934 char cvtbuf[NDIG + 2]; in __get_floor_digits()
939 bp = _Stl_qfcvtR(__x, 0, &decpt, &sign _STLP_CVT_BUFFER(cvtbuf)); in __get_floor_digits()
[all …]
/dports/net/netatalk3/netatalk-3.1.12/libatalk/unicode/
H A Diconv.c217 char cvtbuf[2048]; in atalk_iconv() local
218 char *bufp = cvtbuf; in atalk_iconv()
230 bufp = cvtbuf; in atalk_iconv()
231 bufsize = sizeof(cvtbuf); in atalk_iconv()
238 bufp = cvtbuf; in atalk_iconv()
239 bufsize = sizeof(cvtbuf) - bufsize; in atalk_iconv()
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/ftp/proftpd/proftpd-1.3.7c/lib/
H A Dvsnprintf.c310 char cvtbuf[DECIMAL_STRING_LENGTH] = {'\0'}; in vsnprintf() local
327 cbp = fconvert(dval, ndigit, &decpt, &sign, cvtbuf); in vsnprintf()
330 sstrncpy(cvtbuf, cbp, sizeof cvtbuf); in vsnprintf()
331 cbp = cvtbuf; in vsnprintf()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/STLport-5.2.1/src/
H A Dnum_put_float.cpp791 char cvtbuf[limits::max_exponent10 + limits::digits10 + 2 + 1];
805 bp = _Stl_fcvtR(x, (min) (precision, digits10), &decpt, &sign, _STLP_CVT_BUFFER(cvtbuf) );
813 bp = _Stl_ecvtR(x, (min) (precision, digits10), &decpt, &sign, _STLP_CVT_BUFFER(cvtbuf) );
846 char cvtbuf[limits::max_exponent10 + 6]; local
848 snprintf(_STLP_ARRAY_AND_SIZE(cvtbuf), "%Lf", __x); // check for 1234.56!
850 snprintf(_STLP_ARRAY_AND_SIZE(cvtbuf), "%f", __x); // check for 1234.56!
852 char *p = strchr( cvtbuf, '.' );
854 out.append( cvtbuf );
856 out.append( cvtbuf, p );
859 char cvtbuf[limits::max_exponent10 + 1]; local
[all …]

1234