Searched refs:err_msg (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dppp_oe.c290 const char *err_msg; local
306 err_msg = NULL;
381 err_msg = "SERVICE NAME ERROR";
385 err_msg = "AC SYSTEM ERROR";
389 err_msg = "GENERIC ERROR";
393 if (err_msg) {
398 printf("%s: %s: %s\n", devname, err_msg, pppoe_error_tmp);
400 printf("%s: %s\n", devname, err_msg);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c5764 xmlChar err_msg[200]; local
5794 snprintf((char *) err_msg, 199, "not %s", (const char *) atom->valuep);
5795 err_msg[199] = 0;
5796 atom->valuep2 = xmlStrdup(err_msg);

Completed in 91 milliseconds