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

/macosx-10.10.1/ruby-106/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.10.1/tcl-105/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.10.1/bless-103/
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.10.1/bless-103/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.10.1/Security-57031.1.35/Security/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.10.1/Security-57031.1.35/Security/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.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtmsg.c128 char *cpath = "/dev/console"; local
132 cpath = "/realdev/console";
137 if ((fp = fopen(cpath, "a")) == NULL) {
/macosx-10.10.1/ruby-106/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.10.1/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_klib.c778 audit_canon_path(struct vnode *cwd_vp, char *path, char *cpath) argument
801 ret = vn_getpath(cwd_vp, cpath, &len);
803 cpath[0] = '\0';
807 cpath[len-1] = '/';
808 strlcpy(cpath + len, bufp, MAXPATHLEN - len);
810 strlcpy(cpath, bufp, MAXPATHLEN);
H A Daudit_private.h399 char *cpath);
/macosx-10.10.1/kext_tools-384.1.4/
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.c139 MAKE_CACHEDPATH(cachedPath *cpath, struct bootCaches *caches, argument
153 if (!CFStringGetFileSystemRepresentation(relstr, cpath->rpath,
154 sizeof(cpath->rpath))) {
159 if (strlcpy(tsname, cpath->rpath, sizeof(tsname)) >= sizeof(tsname))
162 fullLen = snprintf(cpath->tspath, sizeof(cpath->tspath), "%s/%s/%s",
164 if (fullLen >= sizeof(cpath->tspath))
1061 needsUpdate(char *root, cachedPath* cpath) argument
1070 pathcat(fullrp, cpath->rpath);
1072 pathcat(fulltsp, cpath
1273 updateStamp(char *root, cachedPath *cpath, int fdvol, int command) argument
[all...]
/macosx-10.10.1/webdavfs-367/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.10.1/tcl-105/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.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicyengine.cpp199 std::string cpath = cfString(path); local
201 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
202 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
220 std::string cpath = cfString(path); local
221 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
222 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp199 std::string cpath = cfString(path); local
201 SYSPOLICY_ASSESS_OUTCOME_DENY(cpath.c_str(), type, label, hashp);
202 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, label, hashp, recorder_code_untrusted);
220 std::string cpath = cfString(path); local
221 SYSPOLICY_ASSESS_OUTCOME_DEFAULT(cpath.c_str(), type, latentLabel.c_str(), hashp);
222 SYSPOLICY_RECORDER_MODE(cpath.c_str(), type, latentLabel.c_str(), hashp, 0);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.parse.c2055 char *cpath; local
2059 cpath = short2str(path);
2061 if (stat(cpath, &statb) >= 0) { /* resolve through symlink */
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlua.vim155 syn match luaFunc /package\.cpath/
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c2743 compile_cpath(LINK_ANCHOR *ret, rb_iseq_t *iseq, NODE *cpath) argument
2745 if (nd_type(cpath) == NODE_COLON3) {
2747 ADD_INSN1(ret, nd_line(cpath), putobject, rb_cObject);
2750 else if (cpath->nd_head) {
2752 COMPILE(ret, "nd_else->nd_head", cpath->nd_head);
2757 ADD_INSN1(ret, nd_line(cpath), putspecialobject,
H A Dparse.y762 %type <node> literal numeric dsym cpath
1814 cpath : tCOLON3 cname label
2891 | k_class cpath superclass
2936 | k_module cpath
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.y762 %type <val> literal numeric dsym cpath
1814 cpath : tCOLON3 cname label
2891 | k_class cpath superclass
2936 | k_module cpath

Completed in 216 milliseconds