Searched refs:errmsg (Results 1 – 10 of 10) sorted by relevance
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream_queue.h | 10 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 12 perror("pthread_spin_init" errmsg); \ 19 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 21 perror("pthread_mutex_init" errmsg); \ 30 #define SQ_LOCK_INIT(lock, errmsg, action) (void) 0 argument
|
| H A D | netmap_user.h | 617 char errmsg[MAXERRMSG] = ""; in nm_open() local 632 snprintf(errmsg, MAXERRMSG, "name too long"); in nm_open() 665 snprintf(errmsg, MAXERRMSG, "unknown modifier: '%c'", *port); in nm_open() 676 snprintf(errmsg, MAXERRMSG, "unexpected character: '%c'", *port); in nm_open() 684 snprintf(errmsg, MAXERRMSG, "'%ld' out of range [0, %d)", in nm_open() 713 snprintf(errmsg, MAXERRMSG, "unrecognized flag: '%c'", *port); in nm_open() 722 snprintf(errmsg, MAXERRMSG, "unexpected end of port name"); in nm_open() 732 snprintf(errmsg, MAXERRMSG, "nm_desc alloc failure"); in nm_open() 788 snprintf(errmsg, MAXERRMSG, "NIOCREGIF failed: %s", strerror(errno)); in nm_open() 846 if (errmsg[0]) in nm_open() [all …]
|
| H A D | mtcp.h | 117 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument 119 perror("pthread_spin_init" errmsg); \ 126 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument 128 perror("pthread_mutex_init" errmsg); \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | ssi.txt | 74 - config.errmsg
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/tests/ |
| H A D | Makefile.in | 863 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ 866 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ 868 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 1297 char errmsg[ERRMSGSIZE]; in ErrorMsg() local 1316 vsprintf(errmsg,format,ap); in ErrorMsg() 1318 errmsgsize = strlen(errmsg); in ErrorMsg() 1320 while( errmsgsize>0 && errmsg[errmsgsize-1]=='\n' ){ in ErrorMsg() 1321 errmsg[--errmsgsize] = 0; in ErrorMsg() 1326 while( errmsg[base]!=0 ){ in ErrorMsg() 1327 end = restart = findbreak(&errmsg[base],0,availablewidth); in ErrorMsg() 1329 while( errmsg[restart]==' ' ) restart++; in ErrorMsg() 1330 fprintf(stdout,"%s%.*s\n",prefix,end,&errmsg[base]); in ErrorMsg()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | configure.ac | 166 dnl check for errmsg.h, which isn't installed by some versions of 3.21 169 AC_CHECK_HEADERS(errmsg.h mysql.h)
|
| H A D | config.h.in | 30 /* Define to 1 if you have the <errmsg.h> header file. */
|
| H A D | NEWS | 699 * fixed SSL errmsg after accept()
|
| H A D | configure | 14259 for ac_header in errmsg.h mysql.h
|