HomeSort by: relevance | last modified time | path
    Searched refs:MAXERRSTRING (Results 1 - 8 of 8) 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];
  /src/external/bsd/fetch/dist/libfetch/
fetch.h 171 #define MAXERRSTRING 256
172 extern char fetchLastErrString[MAXERRSTRING];
file.c 111 snprintf(fetchLastErrString, MAXERRSTRING, "Unchanged");
fetch.c 51 char fetchLastErrString[MAXERRSTRING];
common.c 115 snprintf(fetchLastErrString, MAXERRSTRING, "%s", p->string);
178 snprintf(fetchLastErrString, MAXERRSTRING, "%s", strerror(errno));
ftp.c 1206 snprintf(fetchLastErrString, MAXERRSTRING, "Unchanged");

Completed in 34 milliseconds