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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dterm.h189 const char *term_strerror (int terrnum, int errnum);
H A Dterm.c84 term_strerror (int terrnum, int errnum) argument
88 switch(terrnum) {
97 "%s: %s", term_err_str[terrnum], strerror(errnum));
114 "%s", term_err_str[terrnum]);

Completed in 46 milliseconds