Searched refs:destPath (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXoscmds.c115 char *srcPath, *destPath;
145 destPath = Tcl_TranslateFileName (interp, destPathString, &destPathBuf);
146 if (destPath == NULL)
151 if (TclX_OSsymlink (interp, srcPath, destPath, argv0String) != TCL_OK)
154 if (TclX_OSlink (interp, srcPath, destPath, argv0String) != TCL_OK)
113 char *srcPath, *destPath; local
H A DtclExtdInt.h464 char *destPath,
469 char *destPath,
/macosx-10.10.1/ICU-531.30/icuSources/tools/icupkg/
H A Dicupkg.cpp257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
309 destPath=options[OPT_DESTDIR].value;
312 destPath=NULL;
344 isModified=(UBool)(sourcePath!=destPath);
400 pkg->extractItem(destPath, outFilename, 0, outType);
473 pkg->extractItems(destPath, *listPkg, outType);
/macosx-10.10.1/Security-57031.1.35/SecurityTool/
H A Dauthz.c395 CFStringRef destPath = NULL; local
425 destPath = CFStringCreateWithCString(kCFAllocatorDefault, "/etc/authorization", kCFStringEncodingUTF8);
427 destPath = CFStringCreateWithCString(kCFAllocatorDefault, argv[2], kCFStringEncodingUTF8);
429 if (NULL == destPath) {
432 destPlist = read_plist_from_file(destPath);
476 if (!write_plist_to_file(outDict, destPath))
483 if (destPath)
484 CFRelease(destPath);

Completed in 84 milliseconds