|
| static zDIR * | Opendir (const char *n) |
| static struct zdirent * | Readdir (zDIR *d) |
| static void | Closedir (zDIR *d) |
| static void | utime2NtfsFileTime (time_t ut, FILETIME *pft) |
| static void | utime2VFatFileTime (time_t ut, FILETIME *pft, int clipDosMin) |
| static int | FStampIsLocTime (__GPRO__ const char *path) |
| static int | getNTfiletime (__GPRO__ FILETIME *pModFT, FILETIME *pAccFT, FILETIME *pCreFT) |
| static int | isfloppy (int nDrive) |
| static int | NTQueryVolInfo (__GPRO__ const char *name) |
| static int | IsVolumeOldFAT (__GPRO__ const char *name) |
| static void | maskDOSdevice (__GPRO__ char *pathcomp) |
| static void | map2fat (char *pathcomp, char **pEndFAT) |
| static zDIR * | Opendir (char *n) const |
| int | IsWinNT (void) |
| static int | getNTfiletime (__G__ pModFT, pAccFT, pCreFT) __GDEF FILETIME *pModFT |
| | if (!fs_uses_loctime) |
| | DosDateTimeToFileTime ((WORD)(G.lrec.last_mod_dos_datetime > > 16),(WORD)(G.lrec.last_mod_dos_datetime &0xFFFFL), &lft) |
| | return (EB_UT_FL_MTIME|EB_UT_FL_ATIME) |
| int | SetFileSize (FILE *file, zusz_t filesize) |
| void | close_outfile (__G) |
| char * | do_wild (__G__ wildspec) __GDEF ZCONST char *wildspec |
| | if (!G.notfirstcall) |
| | if (G.wild_dir==NULL) |
| | while ((file=Readdir((zDIR *) G.wild_dir)) !=NULL) |
| | Closedir ((zDIR *) G.wild_dir) |
| | return (char *) |
| int | mapname (__G__ renamed) __GDEF int renamed |
| | if (renamed) |
| | if ((error=checkdir(__G__ pathcomp, INIT)) !=0) |
| | for (;(workch=(uch) *cp) !=0;INCSTR(cp)) |
| | if (killed_ddot &&QCOND2) |
| | if (lastchar(G.filename, G.fnlen)=='/') |
| | if (!uO.V_flag &&lastsemi) |
| | maskDOSdevice (__G__ pathcomp) |
| | return (error &~MPN_MASK)|MPN_ERR_SKIP |
| | checkdir (__G__ pathcomp, APPEND_NAME) |
| | checkdir (__G__ G.filename, GETPATH) |
| | if (G.pInfo->vollabel) |
| | Trace ((stderr, "mapname returns with filename = [%s] (error = %d)\n\n", FnFilter1(G.filename), error)) |
| | while ((workch=(uch) *ppc++) !=0) |
| | if (last_dot==NULL) |
| | if (last_dot !=NULL) |
| int | checkdir (__G__ pathcomp, flag) __GDEF char *pathcomp |
| int | dateformat () |
| char | dateseparator () |
| void | version (__G) |
| int | screensize (int *tt_rows, int *tt_cols) |
| int | getch_win32 (void) |