Home
last modified time | relevance | path

Searched refs:custom_msg (Results 1 – 25 of 70) sorted by relevance

123

/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libebook-contacts/
H A De-book-contacts-utils.c70 const gchar *custom_msg) in e_book_client_error_create() argument
72 …return g_error_new_literal (E_BOOK_CLIENT_ERROR, code, custom_msg ? custom_msg : e_book_client_err… in e_book_client_error_create()
97 gchar *custom_msg; in e_book_client_error_create_fmt() local
104 custom_msg = g_strdup_vprintf (format, ap); in e_book_client_error_create_fmt()
107 error = e_book_client_error_create (code, custom_msg); in e_book_client_error_create_fmt()
109 g_free (custom_msg); in e_book_client_error_create_fmt()
H A De-book-contacts-utils.h106 const gchar *custom_msg);
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/sysdeps/win32/
H A Derrno.cpp43 const char* custom_msg = nullptr; in adb_strerror() local
47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror()
63 if (custom_msg != nullptr) { in adb_strerror()
69 errmsg = _strerror(custom_msg); in adb_strerror()
70 const size_t custom_msg_len = strlen(custom_msg); in adb_strerror()
74 if ((errmsg != nullptr) && !strncmp(custom_msg, errmsg, custom_msg_len)) { in adb_strerror()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/sysdeps/win32/
H A Derrno.cpp43 const char* custom_msg = nullptr; in adb_strerror() local
47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror()
63 if (custom_msg != nullptr) { in adb_strerror()
69 errmsg = _strerror(custom_msg); in adb_strerror()
70 const size_t custom_msg_len = strlen(custom_msg); in adb_strerror()
74 if ((errmsg != nullptr) && !strncmp(custom_msg, errmsg, custom_msg_len)) { in adb_strerror()
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/eyre-0.6.3/examples/
H A Dcustom_handler.rs15 handler.custom_msg = Some("you're the best users, you know that right???"); in main()
47 custom_msg: None, in make_handler()
56 custom_msg: Option<&'static str>, field
75 if let Some(msg) = self.custom_msg.as_ref() { in debug()
/dports/www/py-spyne/spyne-2.13.16/spyne/
H A Derror.py96 def __init__(self, obj, custom_msg='The value %r could not be validated.'): argument
98 msg = custom_msg % (obj,)
100 msg = custom_msg
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/hacking/
H A Dchecks.py120 custom_msg = ("Maybe, you should try to use "
127 custom_msg = ("Maybe, you should try to use "
132 custom_msg = ("Correct 'assert_*' methods: '%s'."
138 "custom_msg": custom_msg})
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/util/
H A Ddiff_utils.py89 def CheckExpectations(actual_data, options, custom_msg=''): argument
116 """.format(custom_msg, diff_text)
/dports/comms/flmsg/flmsg-4.0.19/src/custom/
H A Dcustom.cxx167 string custom_msg = ":mg:"; variable
812 custom_field = findstr(data, custom_msg); in read_custombuffer()
885 string outbuf = lineout( custom_msg, custom_field ); in eval_custom_fsize()
919 string outbuf = lineout( custom_msg, wfields); in cb_custom_wrap_export()
924 custombuffer.assign(header("<customform>")).append(lineout( custom_msg, custom_field )); in cb_custom_wrap_export()
945 string outbuf = lineout( custom_msg, wfields); in cb_custom_wrap_autosend()
951 custombuffer.assign(header("<customform>")).append(lineout( custom_msg, custom_field )); in cb_custom_wrap_autosend()
975 custombuffer.append( lineout( custom_msg, custom_field ) ); in cb_custom_save_template()
996 custombuffer.append( lineout( custom_msg, custom_field ) ); in cb_custom_save_as_template()
1059 custombuffer.append( lineout( custom_msg, custom_field ) ); in cb_custom_save_as()
[all …]
/dports/devel/py-mypy/mypy-0.910/mypyc/lib-rt/
H A Dgetargsfast.c158 parser->custom_msg = NULL; in parser_init()
161 parser->custom_msg = strchr(parser->format,';'); in parser_init()
162 if (parser->custom_msg) in parser_init()
163 parser->custom_msg++; in parser_init()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-client.c200 const gchar *custom_msg) in e_client_error_create() argument
202 if (!custom_msg) in e_client_error_create()
203 custom_msg = e_client_error_to_string (code); in e_client_error_create()
205 return g_error_new_literal (E_CLIENT_ERROR, code, custom_msg); in e_client_error_create()
230 gchar *custom_msg; in e_client_error_create_fmt() local
237 custom_msg = g_strdup_vprintf (format, ap); in e_client_error_create_fmt()
240 error = e_client_error_create (code, custom_msg); in e_client_error_create_fmt()
242 g_free (custom_msg); in e_client_error_create_fmt()
/dports/ftp/p5-Net-FTPSSL/Net-FTPSSL-0.42/t/test-helper/
H A Dhelper1234.pm315 my $custom_msg = shift;
318 if ( $custom_msg ) {
319 diag ( ${custom_msg} );
/dports/lang/python37/Python-3.7.12/Python/
H A Dgetargs.c1615 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1639 custom_msg = NULL; in vgetargskeywords()
1642 custom_msg = strchr(format,';'); in vgetargskeywords()
1643 if (custom_msg) in vgetargskeywords()
1644 custom_msg++; in vgetargskeywords()
1765 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1896 parser->custom_msg = NULL; in parser_init()
1899 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1900 if (parser->custom_msg) in parser_init()
1901 parser->custom_msg++; in parser_init()
[all …]
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dcheck_flag_expectations.py128 custom_msg=msg)
/dports/lang/python310/Python-3.10.1/Python/
H A Dgetargs.c1579 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1603 custom_msg = NULL; in vgetargskeywords()
1606 custom_msg = strchr(format,';'); in vgetargskeywords()
1607 if (custom_msg) in vgetargskeywords()
1608 custom_msg++; in vgetargskeywords()
1735 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1887 parser->custom_msg = NULL; in parser_init()
1890 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1891 if (parser->custom_msg) in parser_init()
1892 parser->custom_msg++; in parser_init()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dgetargs.c1650 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1674 custom_msg = NULL; in vgetargskeywords()
1677 custom_msg = strchr(format,';'); in vgetargskeywords()
1678 if (custom_msg) in vgetargskeywords()
1679 custom_msg++; in vgetargskeywords()
1806 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1958 parser->custom_msg = NULL; in parser_init()
1961 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1962 if (parser->custom_msg) in parser_init()
1963 parser->custom_msg++; in parser_init()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dgetargs.c1650 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1674 custom_msg = NULL; in vgetargskeywords()
1677 custom_msg = strchr(format,';'); in vgetargskeywords()
1678 if (custom_msg) in vgetargskeywords()
1679 custom_msg++; in vgetargskeywords()
1806 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1958 parser->custom_msg = NULL; in parser_init()
1961 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1962 if (parser->custom_msg) in parser_init()
1963 parser->custom_msg++; in parser_init()
[all …]
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dgetargs.c1650 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1674 custom_msg = NULL; in vgetargskeywords()
1677 custom_msg = strchr(format,';'); in vgetargskeywords()
1678 if (custom_msg) in vgetargskeywords()
1679 custom_msg++; in vgetargskeywords()
1806 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1958 parser->custom_msg = NULL; in parser_init()
1961 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1962 if (parser->custom_msg) in parser_init()
1963 parser->custom_msg++; in parser_init()
[all …]
/dports/lang/python311/Python-3.11.0a3/Python/
H A Dgetargs.c1579 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1603 custom_msg = NULL; in vgetargskeywords()
1606 custom_msg = strchr(format,';'); in vgetargskeywords()
1607 if (custom_msg) in vgetargskeywords()
1608 custom_msg++; in vgetargskeywords()
1735 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1887 parser->custom_msg = NULL; in parser_init()
1890 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1891 if (parser->custom_msg) in parser_init()
1892 parser->custom_msg++; in parser_init()
[all …]
/dports/lang/python38/Python-3.8.12/Python/
H A Dgetargs.c1650 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1674 custom_msg = NULL; in vgetargskeywords()
1677 custom_msg = strchr(format,';'); in vgetargskeywords()
1678 if (custom_msg) in vgetargskeywords()
1679 custom_msg++; in vgetargskeywords()
1806 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1958 parser->custom_msg = NULL; in parser_init()
1961 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1962 if (parser->custom_msg) in parser_init()
1963 parser->custom_msg++; in parser_init()
[all …]
/dports/lang/python39/Python-3.9.9/Python/
H A Dgetargs.c1654 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1678 custom_msg = NULL; in vgetargskeywords()
1681 custom_msg = strchr(format,';'); in vgetargskeywords()
1682 if (custom_msg) in vgetargskeywords()
1683 custom_msg++; in vgetargskeywords()
1810 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1962 parser->custom_msg = NULL; in parser_init()
1965 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1966 if (parser->custom_msg) in parser_init()
1967 parser->custom_msg++; in parser_init()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dgetargs.c1650 const char *fname, *msg, *custom_msg; in vgetargskeywords() local
1674 custom_msg = NULL; in vgetargskeywords()
1677 custom_msg = strchr(format,';'); in vgetargskeywords()
1678 if (custom_msg) in vgetargskeywords()
1679 custom_msg++; in vgetargskeywords()
1806 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
1958 parser->custom_msg = NULL; in parser_init()
1961 parser->custom_msg = strchr(parser->format,';'); in parser_init()
1962 if (parser->custom_msg) in parser_init()
1963 parser->custom_msg++; in parser_init()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dgetargs.c1544 const char *fname, *msg, *custom_msg, *keyword; in vgetargskeywords() local
1559 custom_msg = NULL; in vgetargskeywords()
1562 custom_msg = strchr(format,';'); in vgetargskeywords()
1563 if (custom_msg) in vgetargskeywords()
1564 custom_msg++; in vgetargskeywords()
1621 seterror(i+1, msg, levels, fname, custom_msg); in vgetargskeywords()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dosd.c447 char *custom_msg = mpctx->opts->osd_status_msg; in sadd_osd_status() local
448 if (custom_msg && level == 3) { in sadd_osd_status()
449 char *text = mp_property_expand_escaped_string(mpctx, custom_msg); in sadd_osd_status()
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dmodsupport.h54 const char *custom_msg; member

123