Home
last modified time | relevance | path

Searched refs:errorbuf (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/nl/
H A Dnl.c361 char errorbuf[NL_TEXTMAX]; in parse_numbering() local
385 errorbuf, sizeof (errorbuf)); in parse_numbering()
388 numbering_properties[section].name, errorbuf, in parse_numbering()
/netbsd-src/libexec/httpd/
H A Dbozohttpd.h145 char *errorbuf; /* no dynamic allocation allowed */ member
H A Dbozohttpd.c2279 size = snprintf(httpd->errorbuf, BOZO_MINBUFSIZE, in bozo_http_error()
2323 bozo_printf(httpd, "%s", httpd->errorbuf); in bozo_http_error()
2519 if ((httpd->errorbuf = malloc(BOZO_MINBUFSIZE)) == NULL) { in bozo_init_httpd()
2733 free(httpd->errorbuf); in bozo_cleanup()