Searched refs:path (Results 676 - 700 of 4145) sorted by relevance

<<21222324252627282930>>

/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteFileSystem.h66 // Creates an absolute file path given a directory and a file name.
68 // path - The directory.
70 static String appendDatabaseFileNameToPath(const String& path, const String& fileName);
73 // on the given path.
75 // path - The directory.
76 static bool ensureDatabaseDirectoryExists(const String& path);
80 // given path exist by creating the missing ones, and does not check if the file
94 // path - The directory.
95 static bool deleteEmptyDatabaseDirectory(const String& path);
/macosx-10.10/bind9-45.101/bind9/win32utils/
H A Dupdateopenssl.pl24 $path = "..\\..\\";
57 opendir(DIR,$path) || die "No Directory: $!";
68 if (-d $path.$file) {
/macosx-10.10/bless-103/libbless/FinderInfo/
H A DBLGetFinderFlag.c53 int BLGetFinderFlag(BLContextPtr context, const char * path, argument
68 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
70 contextprintf(context, kBLLogLevelError, "Can't file information for %s\n", path );
H A DBLSetTypeAndCreator.c49 int BLSetTypeAndCreator(BLContextPtr context, const char * path, uint32_t type, uint32_t creator) { argument
63 err = getattrlist(path, &alist, &finfo, sizeof(finfo), 0);
69 err = setattrlist(path, &alist, &finfo.finderinfo, sizeof(finfo.finderinfo), 0);
/macosx-10.10/bless-103/libbless/Misc/
H A DBLMiscUtilities.c57 int blsustatfs(const char *path, struct statfs *buf) argument
63 ret = statfs(path, buf);
68 ret = stat(path, &sb);
/macosx-10.10/bless-103/test/
H A Dprintpath.c29 char *path; local
39 path = argv[1];
41 // entry = IORegistryEntryFromPath(kIOMasterPortDefault, path);
43 IOBSDNameMatching(kIOMasterPortDefault, 0, path));
52 fprintf(stderr, "Could not get entry path\n");
55 printf("%s path: %s\n", kIOServicePlane, iopath);
59 fprintf(stderr, "Could not get entry path\n");
62 printf("%s path: %s\n", kIODeviceTreePlane, iopath);
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dwildcard.c65 if(wc->path) {
66 free(wc->path);
67 wc->path = NULL;
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dopen.c48 _ast_open(const char* path, int op, ...)
68 if ((op & O_EXCL) && !access(path, F_OK))
73 if ((fd = creat(path, (op & O_EXCL) ? 0 : mode)) < 0)
86 if (mode && chmod(path, mode))
97 else if ((fd = open(path, op & (_ast_O_LOCAL-1), mode)) < 0)
115 else fd = open(path, op, mode);
/macosx-10.10/ksh-23/ksh/src/lib/libdll/
H A Ddll_lib.c34 char* path; member in struct:Dll_lib_s
99 *(names->path = b) = 0;
138 if (!(dll = dllplugin(names->id, names->name, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(names->name, names->base) || !(dll = dllplugin(names->id, names->base, NiL, version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path))))
155 (*dllerrorf)(NiL, disc, 2, "%s: %s: initialization function not found in library", names->path, sym);
165 if (lib = newof(0, Dll_lib_t, 1, (n = strlen(names->base)) + strlen(names->path) + 1))
169 strcpy(lib->path = lib->base + n + 1, names->path);
[all...]
/macosx-10.10/postfix-255/postfix/src/local/
H A Dinclude.c9 /* int deliver_include(state, usr_attr, path)
12 /* char *path;
26 /* .IP path
80 int deliver_include(LOCAL_STATE state, USER_ATTR usr_attr, char *path) argument
101 if (been_here(state.dup_filter, "include %ld %s", (long) usr_attr.uid, path))
110 if (*path != '/') {
111 msg_warn(":include:%s uses a relative path", path);
117 if (stat_as(path, &st, usr_attr.uid, usr_attr.gid) < 0) {
118 msg_warn("unable to lookup :include: file %s: %m", path);
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dfsref.m15 -(FSRef)fsrefForPath:(NSString*)path;
17 -(void)getFSRef:(out FSRef*)fsref forPath:(NSString*)path;
29 -(FSRef)fsrefForPath:(NSString*)path
35 rc = FSPathMakeRef((UInt8*)[path UTF8String],
57 -(void)getFSRef:(out FSRef*)fsref forPath:(NSString*)path
62 rc = FSPathMakeRef((UInt8*)[path UTF8String],
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/
H A Dsetup.py34 os.path.join('Modules', fn)
46 os.path.join('Modules', fn)
58 os.path.join('Modules', fn)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgpdfcontentstream.py11 if os.path.exists("/Library/Documentation//Applications/iWeb/Acknowledgements.pdf"):
13 elif os.path.exists("/Library/Documentation/Applications/iMovie/Acknowledgements.pdf"):
15 elif os.path.exists("/Library/Documentation/WebObjects/Acknowlegdements.pdf"):
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dnotebook.rb26 [self.path, 'pagecget', id]
31 [self.path, 'pageconfigure', id]
62 window(tk_call(@path, 'add', *hash_kv(keys)))
66 list(tk_call(@path, 'childsite'))
73 window(tk_call(@path, 'childsite', new_idx))
84 tk_call(@path, 'delete', new_idx1, new_idx2)
86 tk_call(@path, 'delete', new_idx1)
92 number(tk_call(@path, 'index', tagid(idx)))
99 window(tk_call(@path, 'insert', new_idx, *hash_kv(keys)))
103 tk_call(@path, 'nex
[all...]
H A Dmessagebox.rb26 [self.path, 'type', 'cget', id]
31 [self.path, 'type', 'configure', id]
74 tk_call(@path, 'type', 'add', tagid(tag), *hash_kv(keys))
79 tk_call(@path, 'clear')
84 tk_call(@path, 'export', file)
89 tk_call(@path, 'issue', string, tagid(type), *args)
/macosx-10.10/xnu-2782.1.97/SETUP/config/
H A Dmkioconf.c66 unlink(path("ioconf.c"));
67 fp = fopen(path("ioconf.c"), "w");
69 perror(path("ioconf.c"));
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwidget.tcl50 # Each has an array ${path}:opt, which contains the value of each megawidget
51 # option for a particular instance $path of the megawidget, and an array
52 # ${path}:mod, which stores the "changed" status of configuration options.
434 proc Widget::create { class path {rename 1} } {
435 if {$rename} { rename $path ::$path:cmd }
436 proc ::$path { cmd args } \
437 [subst {return \[eval \[linsert \$args 0 ${class}::\$cmd [list $path]\]\]}]
438 return $path
489 proc Widget::init { class path option
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dsftp-glob.c47 fudge_opendir(const char *path) argument
53 if (do_readdir(cur.conn, (char *)path, &r->dir)) {
66 /* Solaris needs sizeof(dirent) + path length (see below) */
110 fudge_lstat(const char *path, struct stat *st) argument
114 if (!(a = do_lstat(cur.conn, (char *)path, 1)))
123 fudge_stat(const char *path, struct stat *st) argument
127 if (!(a = do_stat(cur.conn, (char *)path, 1)))
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A DSecCodeHostLib.c80 uint32_t status, const char *path, const char *attributeXML,
83 return SecHostLibCreateGuest2(host, status, path, "", 0, attributeXML, flags, newGuest);
87 uint32_t status, const char *path, const void *cdhash, size_t cdhashLength, const char *attributeXML,
93 CALL(ucsp_client_createGuest(UCSP_ARGS, host, status, path,
121 OSStatus SecHostLibCheckLoad(const char *path, SecRequirementType type) argument
123 CALL(ucsp_client_helpCheckLoad(UCSP_ARGS, path, type));
79 SecHostLibCreateGuest(SecGuestRef host, uint32_t status, const char *path, const char *attributeXML, SecCSFlags flags, SecGuestRef *newGuest) argument
86 SecHostLibCreateGuest2(SecGuestRef host, uint32_t status, const char *path, const void *cdhash, size_t cdhashLength, const char *attributeXML, SecCSFlags flags, SecGuestRef *newGuest) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DSecCodeHostLib.c80 uint32_t status, const char *path, const char *attributeXML,
83 return SecHostLibCreateGuest2(host, status, path, "", 0, attributeXML, flags, newGuest);
87 uint32_t status, const char *path, const void *cdhash, size_t cdhashLength, const char *attributeXML,
93 CALL(ucsp_client_createGuest(UCSP_ARGS, host, status, path,
121 OSStatus SecHostLibCheckLoad(const char *path, SecRequirementType type) argument
123 CALL(ucsp_client_helpCheckLoad(UCSP_ARGS, path, type));
79 SecHostLibCreateGuest(SecGuestRef host, uint32_t status, const char *path, const char *attributeXML, SecCSFlags flags, SecGuestRef *newGuest) argument
86 SecHostLibCreateGuest2(SecGuestRef host, uint32_t status, const char *path, const void *cdhash, size_t cdhashLength, const char *attributeXML, SecCSFlags flags, SecGuestRef *newGuest) argument
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dcodesigdb.h51 // Subclass must provide path and hash source functions.
60 std::string path() { return getPath(); } function in class:CodeSignatures::Identity
61 std::string name() { return canonicalName(path()); }
64 static std::string canonicalName(const std::string &path);
77 CodeSignatures(const char *path);
80 void open(const char *path);
99 bool verifyLegacy(Process &process, const CssmData &signature, string path);
H A Dtokencache.h45 string path(const char *sub) const;
46 string path(const string &sub) const { return path(sub.c_str()); } function in class:Rooted
104 void makedir(const char *path, int flags, mode_t mode, Owner owner);
105 void makedir(const string &path, int flags, mode_t mode, Owner owner) argument
106 { return makedir(path.c_str(), flags, mode, owner); }
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/Sample/
H A Dracoon.conf3 # "path" must be placed before it is used.
5 path include "/etc/racoon" ;
8 path pre_shared_key "/etc/racoon/psk.txt" ;
12 path certificate "/etc/cert" ;
/macosx-10.10/sudo-73/src/
H A Dmkstemps.c52 mkstemps(path, slen)
53 char *path;
61 for (ep = path; *ep; ep++)
63 if (path + slen >= ep) {
70 for (start = ep; start > path && start[-1] == 'X'; start--) {
82 fd = open(path, O_CREAT|O_EXCL|O_RDWR, S_IRUSR|S_IWUSR);
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itk/library/
H A DWidget.itk71 set path($component) [component $component]
74 if {[winfo exists $path($component)]} {
75 destroy $path($component)

Completed in 469 milliseconds

<<21222324252627282930>>