Searched refs:_path (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac.h174 int __mac_get_file(const char *_path, mac_t _label);
177 int __mac_get_link(const char *_path, mac_t _label);
181 int __mac_set_file(const char *_path, mac_t _label);
183 int __mac_set_link(const char *_path, mac_t _label);
/macosx-10.10.1/DiskArbitration-268/DiskArbitration/
H A DDADisk.c388 char * _path; local
390 _path = ___CFURLCopyFileSystemRepresentation( path );
392 if ( _path )
397 status = ___statfs( _path, &fs, MNT_NOWAIT );
403 if ( realpath( _path, name ) )
423 free( _path );
H A DDiskArbitration.c648 char * _path; local
650 _path = ___CFURLCopyFileSystemRepresentation( path );
652 if ( _path )
656 if ( realpath( _path, name ) )
665 free( _path );
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py29 _path = objc.ivar() variable in class:myImageObject
37 self._path = inPath
55 return self._path
63 return self._path
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py29 _path = objc.ivar() variable in class:myImageObject
37 self._path = inPath
55 return self._path
63 return self._path
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py29 _path = objc.ivar() variable in class:myImageObject
37 self._path = inPath
55 return self._path
63 return self._path
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dforward-control.sh12 _path=$1
14 while test ! -f $_path ; do
15 test $_n -eq 1 && trace "waiting for $_path to appear"
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp528 _refs(1), _ws(&ws_), _path(path_), _currGen(generation) {
530 if (_path.IsEmpty()) {
531 ws_.AllocTempRow(_path);
538 while (n > 0 && _path[n - 1] < '0')
540 if (n < _path.GetLength())
541 _path = _path.Left(n);
579 const char *base = _path;
694 path->_path = "?"; // make sure it never matches
812 if (path->_path
[all...]
H A Dmk4tcl.h108 c4_String _path; // describes view, starting with storage tag member in class:MkPath
/macosx-10.10.1/sudo-73/src/
H A Dpp1257 typeset _p _mode _group _owner _flags _path _optional _has_target _tree
1258 typeset _path _file _tgt _m _o _g _f _type _lm _ll _lo _lg _ls _lx
1329 while read _path; do
1330 _path="${_path#.}"
1331 pp_find_recurse "$pp_destdir${_path%/}"
1338 while read _path; do
1339 _path="${_path#.}"
1340 _file="${pp_destdir}${_path}"
[all...]
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebPDFView.mm104 - (NSString *)_path;
1276 NSString *opath = [self _path];
1298 - (NSString *)_path

Completed in 230 milliseconds