Searched refs:errorbuf (Results 1 – 4 of 4) sorted by relevance
| /minix3/minix/tests/ |
| H A D | t40b.c | 34 char errorbuf[1000]; variable 57 snprintf(errorbuf, sizeof(errorbuf), "failed to open file %s for writing", in main() 59 em(1, errorbuf); in main() 66 snprintf(errorbuf, sizeof(errorbuf), "failed to open file %s for reading", in main() 68 em(2, errorbuf); in main() 100 snprintf(errorbuf,sizeof(errorbuf),"time spent blocking is not %d, but %ld", in main() 102 em(8, errorbuf); in main()
|
| /minix3/usr.bin/nl/ |
| H A D | nl.c | 360 char errorbuf[NL_TEXTMAX]; in parse_numbering() local 384 errorbuf, sizeof (errorbuf)); in parse_numbering() 387 numbering_properties[section].name, errorbuf, in parse_numbering()
|
| /minix3/libexec/httpd/ |
| H A D | bozohttpd.h | 130 char *errorbuf; /* no dynamic allocation allowed */ member
|
| H A D | bozohttpd.c | 1939 size = snprintf(httpd->errorbuf, BUFSIZ, in bozo_http_error() 1968 bozo_printf(httpd, "%s", httpd->errorbuf); in bozo_http_error() 2143 if ((httpd->errorbuf = malloc(BUFSIZ)) == NULL) { in bozo_init_httpd()
|