OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Sep 29 03:10:08 GMT 2025