Searched refs:msg_prefix (Results 1 – 6 of 6) sorted by relevance
54 msg_prefix="mips $MIPS_ABI scno tampering does not work"61 skip_ "$msg_prefix on mips n64 yet"64 *) skip_ "$msg_prefix on $uname_m yet" ;;
74 const char *msg_prefix = ""; variable104 prefix_len = msg_prefix[0] ? strlen(msg_prefix) + 2 : 0; in verror_msg_helper()121 p = stpcpy(msg, msg_prefix); in verror_msg_helper()291 msg_prefix = progname; in main()
2767 PyObject* msg_prefix; in _PyErr_TrySetFromCause() local2848 msg_prefix = PyUnicode_FromFormatV(format, vargs); in _PyErr_TrySetFromCause()2850 if (msg_prefix == NULL) { in _PyErr_TrySetFromCause()2857 msg_prefix, Py_TYPE(val)->tp_name, val); in _PyErr_TrySetFromCause()2859 Py_DECREF(msg_prefix); in _PyErr_TrySetFromCause()
2340 msg_prefix = "Invalid first argument to `register()`: "2352 self.assertTrue(str(exc.exception).startswith(msg_prefix + "42"))2358 self.assertTrue(str(exc.exception).startswith(msg_prefix +