Searched refs:nativePath (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinFile.c1556 const TCHAR *nativePath, /* Path of file to access, native encoding. */
1561 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
1587 if (!(attr & FILE_ATTRIBUTE_DIRECTORY) && !NativeIsExec(nativePath)) {
1625 (*tclWinProcs->getFileSecurityProc)(nativePath,
1658 if (!(*tclWinProcs->getFileSecurityProc)(nativePath,
1777 const TCHAR *nativePath)
1780 const WCHAR *path = (const WCHAR *) nativePath;
1807 p = strrchr((const char *) nativePath, '.');
1852 const TCHAR *nativePath;
1860 nativePath
1540 NativeAccess( const TCHAR *nativePath, int mode) argument
1760 NativeIsExec( const TCHAR *nativePath) argument
1835 const TCHAR *nativePath; local
2027 NativeStat( const TCHAR *nativePath, Tcl_StatBuf *statPtr, int checkLinks) argument
2171 NativeDev( const TCHAR *nativePath) argument
2584 const char *nativePath = Tcl_UtfToExternalDString(NULL, path, local
2729 const char *nativePath = Tcl_WinUtfToTChar(path, local
2923 const char *nativePath = local
[all...]
H A DtclWinFCmd.c778 CONST TCHAR *nativePath) /* Pathname of file to be removed (native). */
787 if (nativePath == NULL || nativePath[0] == '\0') {
792 if ((*tclWinProcs->deleteFileProc)(nativePath) != FALSE) {
798 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
805 if (TclWinSymLinkDelete(nativePath, 0) == 0) {
819 int res = (*tclWinProcs->setFileAttributesProc)(nativePath,
822 if ((res != 0) && ((*tclWinProcs->deleteFileProc)(nativePath)
828 (*tclWinProcs->setFileAttributesProc)(nativePath, attr);
833 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
774 TclpDeleteFile( CONST TCHAR *nativePath) argument
886 DoCreateDirectory( CONST TCHAR *nativePath) argument
1037 DoRemoveJustDirectory( CONST TCHAR *nativePath, int ignoreError, Tcl_DString *errorPtr) argument
[all...]
H A DtclWinTest.c47 static int TestplatformChmod(const char *nativePath, int pmode);
486 const char *nativePath,
613 attr = GetFileAttributes(nativePath);
616 * nativePath not found
625 * If no ACL API is present or nativePath is not a directory, there is no
645 if (!getFileSecurityProc(nativePath, infoBits, NULL, 0, &secDescLen)) {
653 if (!getFileSecurityProc(nativePath, infoBits,
758 (LPSTR) nativePath, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION,
785 return chmod(nativePath, pmode);
477 TestplatformChmod( const char *nativePath, int pmode) argument
H A DtclWinPipe.c564 const TCHAR *nativePath;
609 nativePath = Tcl_WinUtfToTChar(path, -1, &ds);
617 flags = (*tclWinProcs->getFileAttributesProc)(nativePath);
633 handle = (*tclWinProcs->createFileProc)(nativePath, accessMode,
556 const TCHAR *nativePath; local
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinFile.c1344 CONST TCHAR *nativePath, /* Path of file to access (UTF-8). */
1349 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
1375 if (!(attr & FILE_ATTRIBUTE_DIRECTORY) && !NativeIsExec(nativePath)) {
1414 (*tclWinProcs->getFileSecurityProc)(nativePath,
1447 if (!(*tclWinProcs->getFileSecurityProc)(nativePath,
1563 NativeIsExec(nativePath)
1564 CONST TCHAR *nativePath;
1570 path = (CONST WCHAR*)nativePath;
1594 p = strrchr((CONST char*)nativePath, '.');
1637 CONST TCHAR *nativePath;
1328 NativeAccess( CONST TCHAR *nativePath, int mode) argument
1620 CONST TCHAR *nativePath; local
2351 CONST char *nativePath = Tcl_UtfToExternalDString(NULL, path, local
2436 CONST char *nativePath = Tcl_WinUtfToTChar(path, local
[all...]
H A DtclWinFCmd.c750 CONST TCHAR *nativePath) /* Pathname of file to be removed (native). */
759 if (nativePath == NULL || nativePath[0] == '\0') {
764 if ((*tclWinProcs->deleteFileProc)(nativePath) != FALSE) {
770 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
775 if (TclWinSymLinkDelete(nativePath, 0) == 0) {
789 int res = (*tclWinProcs->setFileAttributesProc)(nativePath,
791 if ((res != 0) && ((*tclWinProcs->deleteFileProc)(nativePath)
797 (*tclWinProcs->setFileAttributesProc)(nativePath, attr);
802 attr = (*tclWinProcs->getFileAttributesProc)(nativePath);
746 TclpDeleteFile( CONST TCHAR *nativePath) argument
855 DoCreateDirectory( CONST TCHAR *nativePath) argument
1007 DoRemoveJustDirectory( CONST TCHAR *nativePath, int ignoreError, Tcl_DString *errorPtr) argument
[all...]
H A DtclWinTest.c53 static int TestplatformChmod _ANSI_ARGS_((CONST char *nativePath,
532 TestplatformChmod(CONST char *nativePath, int pmode)
656 attr = GetFileAttributes(nativePath);
658 /* nativePath not found */
664 /* If no ACL API is present or nativePath is not a directory,
680 if (!getFileSecurityProc(nativePath, infoBits, NULL, 0, &secDescLen)) {
684 if (!getFileSecurityProc(nativePath, infoBits,
764 || setNamedSecurityInfoProc((LPSTR)nativePath, SE_FILE_OBJECT,
780 return chmod(nativePath, pmode);
524 TestplatformChmod(CONST char *nativePath, int pmode) argument
H A DtclWinPipe.c570 CONST TCHAR *nativePath;
615 nativePath = Tcl_WinUtfToTChar(path, -1, &ds);
623 flags = (*tclWinProcs->getFileAttributesProc)(nativePath);
639 handle = (*tclWinProcs->createFileProc)(nativePath, accessMode,
562 CONST TCHAR *nativePath; local
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclLoadDyld.c188 const char *nativePath, *nativeFileName = NULL;
196 nativePath = Tcl_FSGetNativePath(pathPtr);
203 dlHandle = dlopen(nativePath, RTLD_NOW | RTLD_GLOBAL);
226 dyldLibHeader = NSAddImage(nativePath,
266 err = NSCreateObjectFileImageFromFile(nativePath,
271 module = NSLinkModule(dyldObjFileImage, nativePath,
186 const char *nativePath, *nativeFileName = NULL; local
H A DtclUnixFCmd.c1925 CONST char *nativePath;
1948 nativePath = Tcl_UtfToExternalDString(NULL, path,
1950 if (Realpath(nativePath, normPath) != NULL) {
1951 if (*nativePath != '/' && *normPath == '/') {
1978 CONST char *nativePath;
1981 nativePath = Tcl_UtfToExternalDString(NULL, path,
1983 accessOk = access(nativePath, F_OK);
2029 nativePath = Tcl_UtfToExternalDString(NULL, path, nextCheckpoint, &ds);
2030 if (Realpath(nativePath, normPath) != NULL) {
2036 && (strcmp(normPath, nativePath)
1905 CONST char *nativePath; local
1958 CONST char *nativePath; local
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclLoadDyld.c190 const char *nativePath, *nativeFileName = NULL;
198 nativePath = Tcl_FSGetNativePath(pathPtr);
205 dlHandle = dlopen(nativePath, RTLD_NOW | RTLD_LOCAL);
228 dyldLibHeader = NSAddImage(nativePath,
268 err = NSCreateObjectFileImageFromFile(nativePath,
273 module = NSLinkModule(dyldObjFileImage, nativePath,
188 const char *nativePath, *nativeFileName = NULL; local
H A DtclUnixFCmd.c1872 CONST char *nativePath;
1889 nativePath = Tcl_UtfToExternalDString(NULL, path,
1891 if (Realpath(nativePath, normPath) != NULL) {
1892 if (*nativePath != '/' && *normPath == '/') {
1913 CONST char *nativePath;
1916 nativePath = Tcl_UtfToExternalDString(NULL, path,
1918 accessOk = access(nativePath, F_OK);
1949 nativePath = Tcl_UtfToExternalDString(NULL, path, nextCheckpoint, &ds);
1950 if (Realpath(nativePath, normPath) != NULL) {
1955 && (strcmp(normPath, nativePath)
1852 CONST char *nativePath; local
1893 CONST char *nativePath; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c224 char *nativePath; local
245 nativePath = Tcl_TranslateFileName(tree->interp, elemX->path, &dString1);
246 if (nativePath == NULL)
250 nativePath = Tcl_UtfToExternalDString(NULL, nativePath, -1, &dString2);
297 nativePath,
310 nativePath,
331 nativePath = Tcl_TranslateFileName(tree->interp, elemX->path, &dString1);
332 if (nativePath == NULL)
336 nativePath
[all...]

Completed in 169 milliseconds