Searched refs:pathw (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h559 int zstat_zipwin32w(const wchar_t *pathw, struct _stati64 *buf);
561 int zstat_zipwin32w(const wchar_t *pathw, struct _stat *buf);
H A Dwin32.c906 int zstat_zipwin32w(const wchar_t *pathw, zw_stat *buf) argument
908 if (!zwstat(pathw, buf))
912 int fs_uses_loctime = FSusesLocalTimeW(pathw);
916 char *ansi_path = (char *)alloca(strlen(pathw) + 1);
921 # define Ansi_Path pathw
924 Trace((stdout, "stat(%s) finds modtime %08lx\n", pathw, buf->st_mtime));
977 char *ansi_path = (char *)alloca(strlen(pathw) + 1);
982 # define Ansi_Path pathw
988 pathw));

Completed in 93 milliseconds