Home
last modified time | relevance | path

Searched refs:str_error (Results 1 – 25 of 118) sorted by relevance

12345

/dports/lang/p5-TryCatch/TryCatch-1.003002/t/
H A Dhandwritten.t42 # return "str_error: $e";
53 return "str_error: $e";
71 # return "str_error: $e";
89 return "str_error: $e";
108 is(simple_catch(), "str_error: Foo\n");
109 is(simple_catch_cond(0), "str_error: Foo\n");
/dports/devel/git-gui/git-2.34.1/
H A Dusage.c176 char str_error[256], *err; in fmt_with_err() local
180 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) { in fmt_with_err()
181 if ((str_error[j++] = err[i++]) != '%') in fmt_with_err()
183 if (j < sizeof(str_error) - 1) { in fmt_with_err()
184 str_error[j++] = '%'; in fmt_with_err()
192 str_error[j] = 0; in fmt_with_err()
194 snprintf(buf, n, "%s: %s", fmt, str_error); in fmt_with_err()
/dports/devel/git-svn/git-2.34.1/
H A Dusage.c176 char str_error[256], *err; in fmt_with_err() local
180 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) { in fmt_with_err()
181 if ((str_error[j++] = err[i++]) != '%') in fmt_with_err()
183 if (j < sizeof(str_error) - 1) { in fmt_with_err()
184 str_error[j++] = '%'; in fmt_with_err()
192 str_error[j] = 0; in fmt_with_err()
194 snprintf(buf, n, "%s: %s", fmt, str_error); in fmt_with_err()
/dports/devel/git-p4/git-2.34.1/
H A Dusage.c176 char str_error[256], *err;
180 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) {
181 if ((str_error[j++] = err[i++]) != '%')
183 if (j < sizeof(str_error) - 1) {
184 str_error[j++] = '%';
192 str_error[j] = 0;
194 snprintf(buf, n, "%s: %s", fmt, str_error);
/dports/devel/git/git-2.34.1/
H A Dusage.c176 char str_error[256], *err; in fmt_with_err() local
180 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) { in fmt_with_err()
181 if ((str_error[j++] = err[i++]) != '%') in fmt_with_err()
183 if (j < sizeof(str_error) - 1) { in fmt_with_err()
184 str_error[j++] = '%'; in fmt_with_err()
192 str_error[j] = 0; in fmt_with_err()
194 snprintf(buf, n, "%s: %s", fmt, str_error); in fmt_with_err()
/dports/devel/git-cvs/git-2.34.1/
H A Dusage.c176 char str_error[256], *err; in fmt_with_err() local
180 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) { in fmt_with_err()
181 if ((str_error[j++] = err[i++]) != '%') in fmt_with_err()
183 if (j < sizeof(str_error) - 1) { in fmt_with_err()
184 str_error[j++] = '%'; in fmt_with_err()
192 str_error[j] = 0; in fmt_with_err()
194 snprintf(buf, n, "%s: %s", fmt, str_error); in fmt_with_err()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dusage.c177 char str_error[256], *err; in fmt_with_err() local
181 for (i = j = 0; err[i] && j < sizeof(str_error) - 1; ) { in fmt_with_err()
182 if ((str_error[j++] = err[i++]) != '%') in fmt_with_err()
184 if (j < sizeof(str_error) - 1) { in fmt_with_err()
185 str_error[j++] = '%'; in fmt_with_err()
193 str_error[j] = 0; in fmt_with_err()
195 snprintf(buf, n, "%s: %s", fmt, str_error); in fmt_with_err()
/dports/devel/ding-libs/ding-libs-0.6.1/ini/
H A Dini_print.c124 const char *str_error[] = { _("Data is too long."), in parsing_error_str() local
150 return str_error[parsing_error-1]; in parsing_error_str()
178 const char *str_error[] = { _(""), in grammar_error_str() local
191 return str_error[grammar_error-1]; in grammar_error_str()
219 const char *str_error[] = { _(""), in validation_error_str() local
232 return str_error[validation_error-1]; in validation_error_str()
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/util/
H A Ddns.py53 str_error = pycares.errno.strerror(errno)
54 if isinstance(str_error, bytes):
55 str_error = str_error.decode('utf-8')
56 msg = '{0} [{1}]'.format(str_error, pycares.errno.errorcode[errno])
/dports/multimedia/gst123/gst123-0.3.3/src/
H A Diostream.h69 virtual std::string str_error (int error = 0);
91 std::string str_error (int error = 0);
107 std::string str_error (int error = 0);
131 std::string str_error (int error = 0);
/dports/astro/oskar/OSKAR-2.8.0/oskar/sky/src/
H A Doskar_sky_load.c46 int str_error = 0; in oskar_sky_load() local
57 oskar_sky_set_source_str(sky, n, line, &str_error); in oskar_sky_load()
60 if (!str_error) n++; in oskar_sky_load()
/dports/devel/monotone/monotone-1.1/src/netxx/
H A Dsockopt.cxx117 error += str_error(get_last_error()); in set_reuse_address()
131 message = str_error(get_last_error()); in check_for_error()
136 message = str_error(so_error); in check_for_error()
H A Dsocket.cxx88 error += str_error(get_last_error()); in Socket()
136 error += str_error(get_last_error()); in Socket()
210 error += str_error(error_code); in write()
268 error += str_error(error_code); in read()
H A Ddatagram.cxx207 error += str_error(get_last_error()); in send()
293 error += Netxx::str_error(Netxx::get_last_error()); in call_connect()
317 error += Netxx::str_error(Netxx::get_last_error()); in call_bind()
340 error += Netxx::str_error(Netxx::get_last_error()); in get_tmp_filename()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/cgitemplate/
H A Dtest.h37 test_s(const std::wstring & arg_file, const std::wstring & str_error) { in test_s()
39 str_error_to_catch = str_error; in test_s()
/dports/mail/mailutils/mailutils-3.13/python/mailutils/
H A Derror.py25 def __init__ (self, status, str_error=None): argument
27 self.strerror = str_error or strerror (status)
/dports/news/newsx/newsx-1.6/src/
H A Dlogmsg.c130 str_error(int err) in str_error() function
193 ((type==L_ERRno) ? str_error(e):""));
198 ((type==L_ERRno) ? str_error(e):""));
H A Dsim.c68 SMerrorstr = str_error(errno); in SIMretrieve()
148 SMerrorstr = str_error(errno); in SIMretrieve()
/dports/www/tikiwiki/tiki-21.2/lib/sheet/excel/writer/
H A Dworksheet.php1478 $str_error = 0;
1511 $str_error = -3;
1517 return($str_error);
1528 $str_error = 0;
1546 return $str_error;
1869 if (($str_error == -2) or ($str_error == -3)) {
1898 return($str_error);
1932 if (($str_error == -2) or ($str_error == -3)) {
1960 return($str_error);
2006 if (($str_error == -2) or ($str_error == -3)) {
[all …]
/dports/misc/xtar/xtar-1.4/common/
H A Dpipe.c79 fprintf(stderr, "dup2() failed: %s\n", str_error(errno)); in pipe_open()
85 fprintf(stderr, "Failed to execlp(): %s\n", str_error(errno)); in pipe_open()
H A Dstr.c35 char *str_error(int);
283 char *str_error(int errnum) in str_error() function
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/Spreadsheet/Excel/Writer/
H A DWorksheet.php1504 $str_error = 0;
1530 $str_error = -3;
1536 return($str_error);
1590 $str_error = 0;
1608 return $str_error;
1912 if (($str_error == -2) || ($str_error == -3)) {
1941 return($str_error);
1975 if (($str_error == -2) || ($str_error == -3)) {
2003 return($str_error);
2049 if (($str_error == -2) or ($str_error == -3)) {
[all …]
/dports/www/limesurvey/limesurvey/application/third_party/pear/Spreadsheet/Excel/Writer/
H A DWorksheet.php1575 $str_error = 0;
1601 $str_error = -3;
1607 return($str_error);
1666 $str_error = 0;
1684 return $str_error;
1988 if (($str_error == -2) || ($str_error == -3)) {
2017 return($str_error);
2051 if (($str_error == -2) || ($str_error == -3)) {
2079 return($str_error);
2125 if (($str_error == -2) or ($str_error == -3)) {
[all …]
/dports/textproc/pear-Spreadsheet_Excel_Writer/Spreadsheet_Excel_Writer-0.9.4/Spreadsheet/Excel/Writer/
H A DWorksheet.php1573 $str_error = 0;
1599 $str_error = -3;
1605 return($str_error);
1664 $str_error = 0;
1682 return $str_error;
1986 if (($str_error == -2) || ($str_error == -3)) {
2015 return($str_error);
2049 if (($str_error == -2) || ($str_error == -3)) {
2077 return($str_error);
2123 if (($str_error == -2) or ($str_error == -3)) {
[all …]
/dports/net-im/libstrophe/libstrophe-0.11.0/tests/
H A Dtest_stanza.c135 static const char *str_error = in test_stanza_error() local
163 COMPARE(str_error, buf); in test_stanza_error()

12345