Home | History | Annotate | Download | only in libfetch

Lines Matching defs:fn

93 _fetch_stat_file(const char *fn, struct url_stat *us)
99 if (stat(fn, &sb) == -1) {
124 char fn[PATH_MAX], *p;
134 strncpy(fn, u->doc, sizeof(fn) - 2);
135 fn[sizeof(fn) - 2] = 0;
136 strcat(fn, "/");
137 p = strchr(fn, 0);
138 l = sizeof(fn) - strlen(fn) - 1;
143 if (_fetch_stat_file(fn, &us) == -1)