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()
2719 PyObject* msg_prefix; in _PyErr_TrySetFromCause() local2800 msg_prefix = PyUnicode_FromFormatV(format, vargs); in _PyErr_TrySetFromCause()2802 if (msg_prefix == NULL) { in _PyErr_TrySetFromCause()2809 msg_prefix, Py_TYPE(val)->tp_name, val); in _PyErr_TrySetFromCause()2811 Py_DECREF(msg_prefix); in _PyErr_TrySetFromCause()
2178 msg_prefix = "Invalid first argument to `register()`: "2190 self.assertTrue(str(exc.exception).startswith(msg_prefix + "42"))2196 self.assertTrue(str(exc.exception).startswith(msg_prefix +2212 self.assertTrue(str(exc.exception).startswith(msg_prefix +