Searched refs:dir_path (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/apache_mod_hfs_apple-14/
H A Dmod_hfs_apple2.c93 char *dir_path; member in struct:dir_rec
103 char *dir_path; local
108 /* malloc dir_path so we can explicitly free it if the path
112 dir_path = malloc(len);
113 if( dir_path == NULL ) return;
114 strlcpy(dir_path, path, len);
118 strlcat(dir_path, "/", len);
123 if (strcmp(dir_path, entry->dir_path) == 0) {
124 free(dir_path);
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D75_Tree_Simple_Visitor_CreateDirectoryTree_test.t104 my ($dir_path) = @_;
105 push @dirs => $dir_path;
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A Druntests.pl50 local $dir_path = $path . $dir;
51 chdir $dir_path;
53 opendir ( DIR, ${dir_path} );
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c723 const char* dir_path = NULL; local
751 dir_path = path_ptr;
753 if (NULL != dir_path)
757 snprintf(file_path_buffer, PATH_MAX, "%s/certsIndex.data", dir_path);
763 snprintf(file_path_buffer, PATH_MAX, "%s/certsTable.data", dir_path);
767 free((void *)dir_path);
768 dir_path = NULL;
881 const char* dir_path = path_ptr; local
882 if (NULL == dir_path)
890 snprintf(buffer, 1024, "%s/AppleESCertificates.plist", dir_path);
[all...]
/macosx-10.10/bootp-298/bootplib/
H A Dnbimages.c520 char * dir_path, char * info_plist_path,
804 if (stat_file(dir_path, tmp) == FALSE) {
817 if (stat_file(dir_path, tmp)) {
836 if (stat_file(dir_path, tmp) == TRUE) {
869 if (stat_file(dir_path, tmp) == TRUE) {
1001 if (stat_file(dir_path, path) == FALSE) {
1003 && stat_file(dir_path, entry->bootfile)) {
519 NBImageEntry_create(NBSPEntryRef sharepoint, char * dir_name, char * dir_path, char * info_plist_path, boolean_t allow_diskless) argument
/macosx-10.10/Security-57031.1.35/certificates/CertificateTool/CertificateTool/
H A DValidateAsset.c22 static int ValidateFilesInDirectory(const char* dir_path, int num_files, const char * files[]) argument
29 dirp = opendir(dir_path);
/macosx-10.10/bootp-298/bootpd.tproj/
H A DmacNC.c492 char dir_path[PATH_MAX]; local
516 if (S_stat_path_vol_file(dir_path, entry,
641 char dir_path[PATH_MAX]; local
673 && S_stat_path_vol_file(dir_path, entry,
694 if (set_privs_no_stat(dir_path, &dir_statb, uid, gid,
697 dir_path);
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DValidateAsset.c23 static int ValidateFilesInDirectory(const char* dir_path, int num_files, const char * files[]) argument
30 dirp = opendir(dir_path);
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_options.c314 (dp->dir_path = strdup(arg)) == NULL) {
449 free(dp->dir_path);
450 dp->dir_path = path;
H A Ddt_impl.h222 char *dir_path; /* directory pathname */ member in struct:dt_dirpath
H A Ddt_open.c1369 free(dirp->dir_path);
H A Ddt_cc.c2421 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) {
/macosx-10.10/ruby-106/ruby/
H A Ddir.c513 dir_path(VALUE dir) function
2131 rb_define_method(rb_cDir,"path", dir_path, 0);
2132 rb_define_method(rb_cDir,"to_path", dir_path, 0);

Completed in 210 milliseconds