Searched refs:nameToFN (Results 1 – 6 of 6) sorted by relevance
131 if ( STAT_FUNC(nameToFN(d->path), &buf) == -1 || in existsDirectory()142 { if ( mkdir(nameToFN(d->path), 0777) != 0 ) in makeDirectory()152 { if ( rmdir(nameToFN(d->path)) != 0 ) in removeDirectory()163 { if ( chdir(nameToFN(d->path)) != 0 ) in cdDirectory()193 if ( chdir(nameToFN(path)) ) in popDirectory()255 { if ( !(dirp = opendir(nameToFN(d->path))) ) in scanDirectory()306 const char *here = nameToFN(d->path); in getParentDirectory()365 if ( STAT_FUNC(nameToFN(name), &buf) < 0 ) in getTimeDirectory()426 if ( access(nameToFN(d->path), m) == 0 ) in accessDirectory()437 if ( STAT_FUNC(nameToFN(d->path), &buf) < 0 ) in changedDirectory()
476 const char *old = nameToFN(getOsNameFile(f)); in backupFile()481 new = nameToFN(newname); in backupFile()656 const char *fn = nameToFN(filter); in openFile()717 if ( remove(nameToFN(name)) == 0 ) in removeFile()736 { const char *ofns = nameToFN(ofn); in nameFile()737 const char *nfns = nameToFN(nfn); in nameFile()884 return STAT_FUNC(nameToFN(name), buf); in statFile()1228 if ( notDefault(f->path) && access(nameToFN(f->path), m) == 0 ) in findFile()
261 return nameToFN(TCHARToName(buf)); in ws_user()263 return nameToFN(nm); in ws_user()359 #define nameToFN(s) charArrayToFN((CharArray)(s)) macro646 bi.lParam = (LPARAM)_xos_os_filenameW(nameToFN(dir->path), in getWinDirectoryDisplay()
264 if ( (s=Sopen_file(nameToFN(name), mode)) ) in Sopen_object()
485 nameToFN(Name nm) in nameToFN() function
235 COMMON(char *) nameToFN(Name nm);