/third_party/selinux/libselinux/src/ |
H A D | audit2why.c | 66 char errormsg[PATH_MAX]; in check_booleans() local 93 snprintf(errormsg, sizeof(errormsg), in check_booleans() 95 PyErr_SetString( PyExc_RuntimeError, errormsg); in check_booleans() 105 snprintf(errormsg, sizeof(errormsg), in check_booleans() 107 PyErr_SetString( PyExc_RuntimeError, errormsg); in check_booleans() 115 snprintf(errormsg, sizeof(errormsg), in check_booleans() 117 PyErr_SetString( PyExc_RuntimeError, errormsg); in check_booleans() 196 char errormsg[PATH_MAX+1024+20]; __policy_init() local [all...] |
H A D | load_policy.c | 77 char *errormsg = NULL; in selinux_mkload_policy() local 83 #define DLERR() do { if ((errormsg = dlerror())) goto dlclose; } while (0) in selinux_mkload_policy() 207 if (errormsg) in selinux_mkload_policy() 208 fprintf(stderr, "libselinux: %s\n", errormsg); in selinux_mkload_policy()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | file_lock.c | 61 int file_lock(int fd, int flags, char **errormsg) in file_lock() argument 85 if (errormsg != NULL) { in file_lock() 88 *errormsg = errmsg; in file_lock() 113 if (errormsg != NULL) { in file_lock() 117 *errormsg = errmsg; in file_lock() 133 int record_lock(int fd, int flags, int start, int len, char **errormsg) in record_lock() argument 157 if (errormsg != NULL) { in record_lock() 160 *errormsg = errmsg; in record_lock() 185 if (errormsg != NULL) { in record_lock() 189 *errormsg in record_lock() [all...] |
/third_party/alsa-utils/seq/aplaymidi/ |
H A D | aplaymidi.c | 86 static void errormsg(const char *msg, ...) in errormsg() function 453 errormsg("%s: invalid MIDI data (offset %#x)", file_name, file_offset); in read_track() 467 errormsg("%s: invalid file format", file_name); in read_smf() 473 errormsg("%s: type %d format is not supported", file_name, type); in read_smf() 479 errormsg("%s: invalid number of tracks (%d)", file_name, num_tracks); in read_smf() 485 errormsg("out of memory"); in read_smf() 525 errormsg("%s: invalid number of SMPTE frames per second (%d)", in read_smf() 532 errormsg("Cannot set queue tempo (%u/%i)", in read_smf() 547 errormsg("%s: unexpected end of file", file_name); in read_smf() 551 errormsg(" in read_smf() [all...] |
/third_party/alsa-utils/alsamixer/ |
H A D | colors.c | 98 .errormsg = A_BOLD | COLOR_PAIR(9), in init_colors() 125 .errormsg = A_STANDOUT, in init_colors()
|
H A D | colors.h | 25 int errormsg; member
|
H A D | textbox.c | 51 create_text_box(lines, count, _("Error"), attrs.errormsg); in show_error() 65 create_text_box(lines, count, _("Error"), attrs.errormsg); in show_alsa_error()
|
H A D | mixer_display.c | 369 wattrset(mixer_widget.window, attrs.errormsg); in display_unplugged()
|
/third_party/python/Lib/ |
H A D | pickletools.py | 2446 errormsg = None 2487 errormsg = markmsg = "no MARK exists on stack" 2498 errormsg = "memo key %r already defined" % arg 2500 errormsg = "stack is empty -- can't store into memo" 2502 errormsg = "can't store markobject in the memo" 2510 errormsg = "memo key %r has never been stored into" % arg 2528 if errormsg: 2531 raise ValueError(errormsg)
|
/third_party/toybox/toys/pending/ |
H A D | tftp.c | 121 static int mkpkt_err(uint8_t *buffer, uint16_t errorcode, char *errormsg) in mkpkt_err() argument 127 strcpy((char*) &buffer[4], errormsg); in mkpkt_err() 128 return strlen(errormsg) + 5; in mkpkt_err()
|
/third_party/selinux/checkpolicy/ |
H A D | policy_define.c | 91 char errormsg[256]; in yyerror2() local 94 vsnprintf(errormsg, sizeof(errormsg), fmt, ap); in yyerror2() 95 yyerror(errormsg); in yyerror2()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 234 % @errormsg{MSG}. Do the index-like expansions on MSG, but if things 238 \def\errormsg{\begingroup \indexnofonts \doerrormsg}
|