Searched refs:emsg (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 1653 static char emsg[] = "Command line syntax error: "; variable 1671 fprintf(err,"%sundefined option.\n",emsg); 1681 fprintf(err,"%smissing argument on switch.\n",emsg); 1710 fprintf(err,"%sundefined option.\n",emsg); 1720 fprintf(err,"%soption requires an argument.\n",emsg); 1730 fprintf(err,"%sillegal character in floating-point argument.\n",emsg); 1741 fprintf(err,"%sillegal character in integer argument.\n",emsg);
|