Searched refs:cpath (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dcanvastag.rb242 cpath = canvas.path
244 if CTagID_TBL[cpath]
245 CTagID_TBL[cpath][id]? CTagID_TBL[cpath][id]: id
257 @cpath = parent.path
264 CTagID_TBL[@cpath] = {} unless CTagID_TBL[@cpath]
265 CTagID_TBL[@cpath][@id] = self
286 CTagID_TBL[@cpath].delete(@id) if CTagID_TBL[@cpath]
[all...]
H A Dcanvas.rb663 cpath = canvas.path
665 if CItemID_TBL[cpath]
666 CItemID_TBL[cpath][id]? CItemID_TBL[cpath][id]: id
/macosx-10.9.5/tcl-102/tcl_ext/bwidget/bwidget/
H A Ddynhelp.tcl246 set cpath [BWidget::clonename $path]
247 if {[winfo exists $cpath]} { set path $cpath }
258 set cpath [BWidget::clonename $path]
259 if { [winfo exists $cpath] } { set path $cpath }
351 set cpath [BWidget::clonename $path]
352 if { [winfo exists $cpath] } { set path $cpath }
496 set cpath [BWidge
[all...]
/macosx-10.9.5/bless-98/
H A DhandleInfo.c355 char cpath[MAXPATHLEN]; local
362 strlcpy(cpath, MISSINGMSG, sizeof cpath);
364 if(!CFStringGetCString(path, cpath, MAXPATHLEN, kCFStringEncodingUTF8)) {
371 messages[j][dirint > 0], cpath);
455 io_string_t cpath; local
461 if(!CFStringGetCString(path,cpath,sizeof(cpath),kCFStringEncodingUTF8))
464 contextprintf(context, kBLLogLevelVerbose, "Comparing member to %s", cpath);
466 service = IORegistryEntryFromPath(iokitPort, cpath);
[all...]
/macosx-10.9.5/bless-98/libbless/RAID/
H A DBLUpdateRAIDBooters.c199 io_string_t cpath; local
211 if(!CFStringGetCString(path,cpath,sizeof(cpath),kCFStringEncodingUTF8))
214 contextprintf(context, kBLLogLevelVerbose, "Updating booter data for %s\n", cpath);
216 service = IORegistryEntryFromPath(iokitPort, cpath);
218 contextprintf(context, kBLLogLevelVerbose, "Could not find service for \"%s\"\n", cpath);
232 contextprintf(context, kBLLogLevelVerbose, "Member at \"%s\" is RAIDv1 Apple_Boot_RAID partition. Ignoring...\n", cpath);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dosxcode.cpp57 const char *cpath = path.c_str(); local
58 if (const char *slash = strrchr(cpath, '/'))
59 if (const char *contents = strstr(cpath, "/Contents/MacOS/"))
61 return new Bundle(path.substr(0, contents-cpath).c_str());
62 secdebug("bundle", "OSXCode::main(%s) not recognized as bundle (treating as tool)", cpath);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dosxcode.cpp57 const char *cpath = path.c_str(); local
58 if (const char *slash = strrchr(cpath, '/'))
59 if (const char *contents = strstr(cpath, "/Contents/MacOS/"))
61 return new Bundle(path.substr(0, contents-cpath).c_str());
62 secdebug("bundle", "OSXCode::main(%s) not recognized as bundle (treating as tool)", cpath);
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dfmtmsg.c128 char *cpath = "/dev/console"; local
132 cpath = "/realdev/console";
137 if ((fp = fopen(cpath, "a")) == NULL) {
/macosx-10.9.5/xnu-2422.115.4/bsd/security/audit/
H A Daudit_bsm_klib.c697 audit_canon_path(struct vnode *cwd_vp, char *path, char *cpath) argument
720 ret = vn_getpath(cwd_vp, cpath, &len);
722 cpath[0] = '\0';
726 cpath[len-1] = '/';
727 strlcpy(cpath + len, bufp, MAXPATHLEN - len);
729 strlcpy(cpath, bufp, MAXPATHLEN);
H A Daudit_private.h395 char *cpath);
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dcomponent.rb429 cpath = chart.path
431 return id unless AxisID_TBL[cpath]
432 AxisID_TBL[cpath][id]? AxisID_TBL[cpath][id]: id
466 @cpath = @chart.path
467 Axis::AxisID_TBL[@cpath][@axis] = self
497 @cpath = @chart.path
498 # Axis::AxisID_TBL[@cpath][@axis] = self
594 @cpath = @chart.path
596 Crosshairs::CrosshairsID_TBL[@cpath]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/posix/
H A DFileSystemPOSIX.cpp271 CString cpath = path.utf8(); local
273 DIR* dir = opendir(cpath.data());
283 if (static_cast<int>(sizeof(filePath) - 1) < snprintf(filePath, sizeof(filePath), "%s/%s", cpath.data(), name))
/macosx-10.9.5/CF-855.17/
H A DCFXMLPreferencesDomain.c239 char cpath[CFMaxPathSize]; local
244 if (!CFURLGetFileSystemRepresentation(url, true, (uint8_t *)cpath, CFMaxPathSize)) {
250 if (0 == stat(cpath, &statBuf)) {
256 if (writingFileAsRoot && (0 == strncmp(cpath, "/Library/Preferences", 20))) {
274 fd = open(cpath, O_WRONLY|O_CREAT|O_TRUNC, mode);
294 if (0 != rename(auxPath, cpath)) {
301 chown(cpath, owner, group);
H A DCFUniChar.c126 CF_INLINE void __CFUniCharCharacterSetPath(char *cpath) { argument
133 strlcpy(cpath, __kCFCharacterSetDir, MAXPATHLEN);
135 strlcpy(cpath, __kCFCharacterSetDir, MAXPATHLEN);
142 strlcpy(cpath, __kCFCharacterSetDir, MAXPATHLEN);
143 strlcat(cpath, "/CharacterSets/", MAXPATHLEN);
270 char cpath[MAXPATHLEN];
271 __CFUniCharCharacterSetPath(cpath);
272 strlcat(cpath, bitmapName, MAXPATHLEN);
274 const char *possiblyFrameworkRootedCPath = CFPathRelativeToAppleFrameworksRoot(cpath, &needToFree);
H A DCFPlatform.c306 const char *cpath = __CFgetenv("HOMEPATH");
308 if (cdrive && cpath) {
311 strlcat(fullPath, cpath, sizeof(fullPath));
H A DCFUtilities.c1036 char cpath[CFMaxPathSize];
1037 if (!CFStringGetFileSystemRepresentation(path, cpath, CFMaxPathSize)) {
1046 fd = open(cpath, O_RDONLY|CF_OPENFLGS, 0666);
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c259 char cpath[PATH_MAX]; local
262 PATHCPY(cpath, path);
263 PATHCAT(cpath, "/.");
265 return schdirparent(fdvol, cpath, savedir, NULL);
H A Dbootcaches.c132 MAKE_CACHEDPATH(cachedPath *cpath, struct bootCaches *caches, argument
146 if (!CFStringGetFileSystemRepresentation(relstr, cpath->rpath,
147 sizeof(cpath->rpath))) {
152 if (strlcpy(tsname, cpath->rpath, sizeof(tsname)) >= sizeof(tsname))
155 fullLen = snprintf(cpath->tspath, sizeof(cpath->tspath), "%s/%s/%s",
157 if (fullLen >= sizeof(cpath->tspath))
826 Boolean needsUpdate(char *root, cachedPath* cpath) argument
835 pathcat(fullrp, cpath->rpath);
837 pathcat(fulltsp, cpath
995 updateStamp(char *root, cachedPath *cpath, int fdvol, int command) argument
[all...]
H A Dbootcaches.h162 Boolean needsUpdate(char *root, cachedPath* cpath);
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cookie.c315 char *cpath; local
317 cpath = NULL;
331 cpath = createUTF8CStringFromCFString(urlPathStr);
332 if (cpath == NULL) {
346 if (path2InPath1(aCookie->cookie_path_str, cpath) == true) {
363 aCookie->cookie_name_str, aCookie->cookie_val_str, aCookie->cookie_path_str, cpath);
379 if (cpath != NULL)
380 free (cpath);
/macosx-10.9.5/tcl-102/tcl_ext/tclvfs/tclvfs/library/template/
H A Dcollatevfs.tcl193 foreach cpath $::vfs::template::collate::collect($root) {
194 set cfile [file join $cpath $relative]
196 if ![file exists $cpath] {continue}
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicyengine.cpp195 std::string cpath = cfString(path); local
197 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
198 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
216 std::string cpath = cfString(path); local
217 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
218 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp195 std::string cpath = cfString(path); local
197 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
198 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
216 std::string cpath = cfString(path); local
217 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
218 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.m1072 const char *cpath;
1074 cpath = StringValuePtr(path);
1075 if (dlopen(cpath, RTLD_LAZY) == NULL)
1076 rb_raise(rb_eArgError, "Can't load the bridge support dylib file `%s' : %s", cpath, dlerror());
1149 const char * cpath;
1164 cpath = StringValuePtr(path);
1176 DLOG("MDLOSX", "Loading bridge support file `%s'", cpath);
1178 reader = xmlNewTextReaderFilename(cpath);
1180 rb_raise(rb_eRuntimeError, "cannot create XML text reader for file at path `%s'", cpath);
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtw.parse.c2055 char *cpath; local
2059 cpath = short2str(path);
2061 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */

Completed in 461 milliseconds

12