Searched refs:spath (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dsearchp.c68 searchp(const char *spath, char *file, char *fullname, int (*func)(char *)) argument
74 nextpath = ((*file == '/') ? "" : spath);
H A Dconfig.h293 int searchp(const char *spath, char *file, char *fullname, int (*func)(char *));
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_dyld.py56 spath = ensure_unicode(os.environ.get('DYLD_FRAMEWORK_PATH', None))
57 if spath is not None:
58 for path in spath.split(u':'):
69 spath = ensure_unicode(os.environ.get(
72 for path in spath.split(u':'):
95 spath = ensure_unicode(os.environ.get('DYLD_LIBRARY_PATH', None))
96 if spath is not None:
97 for path in spath.split(u':'):
100 spath = ensure_unicode(os.environ.get(
103 for path in spath
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Lib/objc/
H A D_dyld.py56 spath = ensure_unicode(os.environ.get('DYLD_FRAMEWORK_PATH', None))
57 if spath is not None:
58 for path in spath.split(u':'):
69 spath = ensure_unicode(os.environ.get(
72 for path in spath.split(u':'):
95 spath = ensure_unicode(os.environ.get('DYLD_LIBRARY_PATH', None))
96 if spath is not None:
97 for path in spath.split(u':'):
100 spath = ensure_unicode(os.environ.get(
103 for path in spath
[all...]
/macosx-10.9.5/swig-10/Source/Swig/
H A Dinclude.c161 List *spath = 0; local
174 spath = Swig_search_path_any(sysfile);
175 ilen = Len(spath);
178 Printf(filename, "%s%s", Getitem(spath, i), cname);
183 Delete(spath);
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dsshhelp.pm333 my @spath;
334 push(@spath, File::Spec->path());
335 push(@spath, @sftppath);
336 return find_file($filename, @spath);
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dplugin.c453 heim_string_t spath; local
474 spath = heim_string_create(n);
475 if (spath == NULL) {
481 p = heim_dict_copy_value(module, spath);
488 p->path = heim_retain(spath);
490 heim_dict_add_value(module, spath, p);
493 heim_release(spath);
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/Spec/
H A DVMS.pm95 my ($spath,$sdir) = ($path,$dir);
96 $spath =~ s/\.dir\Z(?!\n)//; $sdir =~ s/\.dir\Z(?!\n)//;
98 $rslt = $self->fixpath($self->eliminate_macros($spath)."/$sdir",1);
104 if ($spath =~ /^[\[<][^.\-]/s) { $rslt =~ s/^[^\[<]+//s; }
129 my $spath = $path;
130 $spath =~ s/\.dir\Z(?!\n)//;
131 if ($spath =~ /^[^\)\]\/:>]+\)\Z(?!\n)/s && basename($file) eq $file) {
132 $rslt = "$spath$file";
135 $rslt = $self->eliminate_macros($spath);
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/tcl/
H A Dxs.tcl220 set f(spath) $f(ipath)
753 set gotfn [snack::getOpenFile -initialdir $f(spath) \
799 set gotfn [snack::getSaveFile -initialdir $f(spath) -initialfile $f(sndfile) -format $v(smpfmt) -title $title]
819 set fn $f(spath)$f(sndfile)
820 if {[string compare $f(spath)$f(sndfile) ""] == 0} {
870 set f(spath) $path
875 wm title . "xs: $f(spath)$f(sndfile) - $fn"
914 set f(spath) $path
923 if {$f(spath) == ""} { set f(spath)
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dsh.file.c279 char *spath; local
283 spath = short2str(path);
285 if (lstat(spath, &statb) == 0) {
291 if (stat(spath, &statb) == 0 && /* follow it out */
/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c1352 char rpath[PATH_MAX], ppath[PATH_MAX], spath[PATH_MAX]; local
1369 pathcpy(spath, rpath);
1373 pathcat(spath, kBootDirS);
1379 status = stat(spath, &s);
1385 curp = rpath; nextp = ppath; prevp = spath;
1390 curp = ppath; nextp = spath; prevp = rpath;
1393 curp = rpath; nextp = ppath; prevp = spath;
1396 curp = spath; nextp = rpath; prevp = ppath;
1399 curp = rpath; nextp = ppath; prevp = spath;
1402 curp = ppath; nextp = spath; prev
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tcldom/library/
H A Ddomimpl.tcl3515 set spath [::xpath::split $path]
3517 if {[llength $spath] <= 1} {
3522 if {![llength [lindex $spath 0]]} {
3525 set spath [lrange $spath 1 end]
3532 foreach step $spath {
3686 set spath [xpath::split $path]
3695 if {[llength $spath] == 0} {
3698 if {[llength $spath] == 1 && [llength [lindex $spath
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicyengine.cpp688 std::string spath = cfString(target.as<CFURLRef>()); local
689 FileQuarantine qtn(spath.c_str());
691 qtn.applyTo(spath.c_str());
764 std::string spath = cfString(CFURLRef(target)).c_str(); local
765 FileQuarantine qtn(spath.c_str());
767 qtn.applyTo(spath.c_str());
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicyengine.cpp688 std::string spath = cfString(target.as<CFURLRef>()); local
689 FileQuarantine qtn(spath.c_str());
691 qtn.applyTo(spath.c_str());
764 std::string spath = cfString(CFURLRef(target)).c_str(); local
765 FileQuarantine qtn(spath.c_str());
767 qtn.applyTo(spath.c_str());
/macosx-10.9.5/libxml2-26/libxml2/
H A Drunsuite.c777 const xmlChar *spath, const char *base) {
837 path, spath);
841 path, spath);
848 path, spath);
776 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, const xmlChar *spath, const char *base) argument
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Drunsuite.c789 const xmlChar *spath, const char *base) {
849 path, spath);
853 path, spath);
860 path, spath);
788 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, const xmlChar *spath, const char *base) argument
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dxpath.tcl351 # spath split path
356 proc xpath::join spath {
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dliblaunch.c233 name_t spath; local
258 if (_vprocmgr_getsocket(spath) == 0) {
266 min_len = sizeof(sun.sun_path) < sizeof(spath) ? sizeof(sun.sun_path) : sizeof(spath);
268 strncpy(sun.sun_path, spath, min_len);
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsysdep.c3444 char *npath, *spath;
3448 spath = npath = getcwd ((char *) 0, MAXPATHLEN);
3449 if (spath == 0)
3452 return spath;
3459 free (spath); /* getcwd uses malloc */
3419 char *npath, *spath; local
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c7405 char *spath = NULL; local
7474 GET_PATH(spath);
7475 if (fpath == NULL || spath == NULL) {
7481 slen = safe_getpath(svp, NULL, spath, MAXPATHLEN, &to_truncated);
7498 if (fpath != NULL && spath != NULL) {
7503 (uintptr_t)fpath, (uintptr_t)spath);
7521 if (fpath != NULL && spath != NULL) {
7525 FSE_ARG_STRING, slen, spath,
7535 if (spath != NULL)
7536 RELEASE_PATH(spath);
[all...]

Completed in 323 milliseconds