HomeSort by: relevance | last modified time | path
    Searched refs:MAXERRSTRING (Results 1 - 3 of 3) sorted by relevancy

  /src/share/examples/refuse/ian/libfetch/
fetch.h 138 #define MAXERRSTRING 256
139 extern char fetchLastErrString[MAXERRSTRING];
common.c 93 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string);
152 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno));
fetch.c 47 char fetchLastErrString[MAXERRSTRING];

Completed in 49 milliseconds