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

  /src/share/examples/refuse/ian/libfetch/
fetch.h 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];
  /src/share/examples/refuse/ian/ian/
ian.c 91 warn("Error [%d] \"%s\" \"%s\"\n", fetchLastErrCode, newurl, fetchLastErrString);

Completed in 14 milliseconds