Searched refs:struct_stat (Results 1 - 9 of 9) sorted by relevance

/haiku-fatelf/src/bin/network/wget/windows/
H A Dconfig-compiler.h67 for the 2nd argument, so we define a struct_stat macro that expands
73 points to struct_stat on Unix and on Windows, except under Borland,
76 #define struct_stat struct _stati64
118 #define struct_stat struct _stati64
155 #define struct_stat struct stati64
173 #undef struct_stat
208 #define struct_stat struct _stati64
75 #define struct_stat macro
115 #define struct_stat macro
150 #define struct_stat macro
167 #undef struct_stat macro
201 #define struct_stat macro
/haiku-fatelf/src/bin/network/wget/src/
H A Dsysdep.h178 /* These are needed so we can #define struct_stat to struct _stati64
180 #ifndef struct_stat
181 # define struct_stat struct stat macro
H A Dnetrc.c71 struct_stat buf;
90 struct_stat buf;
479 struct_stat sb;
H A Dutils.c518 struct_stat st;
544 struct_stat buf;
554 struct_stat buf;
581 struct_stat st;
H A Dftp.c1358 struct_stat st;
1707 struct_stat st;
1769 struct_stat st;
2155 struct_stat st;
H A Dretr.c1090 struct_stat sb;
H A Dhttp.c2041 struct_stat st;
2430 struct_stat st;
H A Durl.c1194 struct_stat st;
/haiku-fatelf/src/bin/sharutils/src/
H A Dshar.c232 static struct stat struct_stat;
263 | struct_stat is set, it accepts updated values for NAME and RESTORE_NAME. |
284 if (stat (local_name, &struct_stat))
290 if (!S_ISDIR (struct_stat.st_mode & S_IFMT))
368 | ROUTINE may also assume struct_stat is set. |
404 status = stat (local_name_copy, &struct_stat);
705 fprintf (output, "# %6ld %s %s\n", struct_stat.st_size,
706 mode_string (struct_stat.st_mode), restore_name);
910 if (!S_ISREG (struct_stat.st_mode & S_IFMT))
931 ? struct_stat
229 static struct stat struct_stat; variable in typeref:struct:stat
[all...]

Completed in 96 milliseconds