Searched refs:descend (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dtraverse.c155 int descend = 1; local
162 descend = 0;
169 if (descend && (travcb = tdtd->preops[this->t_type]) != NULL) {
173 descend = 0;
176 if (descend) {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest042-valsort101 olcValSortAttr: employeeType "ou=users,o=valsort" weighted alpha-descend
103 olcValSortAttr: mailPreferenceOption "ou=users,o=valsort" numeric-descend
104 olcValSortAttr: departmentNumber "ou=users,o=valsort" alpha-descend
105 olcValSortAttr: sn "ou=users,o=valsort" alpha-descend
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Ddirscanner.h64 descend = 0x20, enumerator in enum:Security::CodeSigning::DirValidator::__anon3699
H A Ddirscanner.cpp115 if (!rule || !(rule->flags & descend))
116 fts_set(fts, ent, FTS_SKIP); // do not descend
H A Dbundlediskrep.cpp186 // Return empty string if none; throw an exception if multiple. Do not descend into subdirectories.
207 fts_set(fts, ent, FTS_SKIP); // don't descend
582 val.require("^Versions$", DirValidator::directory | DirValidator::descend); // descend into Versions directory
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Ddirscanner.h64 descend = 0x20, enumerator in enum:Security::CodeSigning::DirValidator::__anon4411
H A Ddirscanner.cpp115 if (!rule || !(rule->flags & descend))
116 fts_set(fts, ent, FTS_SKIP); // do not descend
H A Dbundlediskrep.cpp186 // Return empty string if none; throw an exception if multiple. Do not descend into subdirectories.
207 fts_set(fts, ent, FTS_SKIP); // don't descend
582 val.require("^Versions$", DirValidator::directory | DirValidator::descend); // descend into Versions directory
/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcs_utils.cpp639 static SecCodeRef descend(SecCodeRef host, CFRef<CFMutableDictionaryRef> attrs, string path);
661 return descend(NULL,
667 static SecCodeRef descend(SecCodeRef host, CFRef<CFMutableDictionaryRef> attrs, string path) function
679 return descend(guest, makeCFMutableDictionary(), path.substr(colon + 1));
/macosx-10.10.1/libarchive-30/libarchive/tar/
H A Dwrite.c696 int descend; local
739 /* 'L': Do descend through a symlink to dir. */
740 descend = tree_current_is_dir(tree);
751 /* 'P': Don't descend through a symlink to dir. */
752 descend = tree_current_is_physical_dir(tree);
769 } else if (descend == 0) {
773 descend = 0;
876 /* Note: if user vetoes, we won't descend. */
877 if (descend && !bsdtar->option_no_subdirs)
/macosx-10.10.1/Libc-1044.1.2/gen/
H A Dfts.c667 int cderrno, descend, len, level, maxlen, dostat, oflag, saved_errno; local
708 * If we're going to need to stat anything or we want to descend
728 descend = 0;
731 descend = 1;
733 descend = 0;
901 if (descend && (type == BCHILD || !nitems) &&
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c535 int descend = 0; local
546 descend = 1;
574 descend = 1;
588 descend = 1;
644 if (descend) {
/macosx-10.10.1/ruby-106/ruby/test/pathname/
H A Dtest_pathname.rb411 def descend(path) method in class:TestPathname
412 Pathname.new(path).enum_for(:descend).map {|v| v.to_s }
415 defassert(:descend, %w[/ /a /a/b /a/b/c], "/a/b/c")
416 defassert(:descend, %w[a a/b a/b/c], "a/b/c")
417 defassert(:descend, %w[. ./a ./a/b ./a/b/c], "./a/b/c")
418 defassert(:descend, %w[a/], "a/")
/macosx-10.10.1/lsof-53/lsof/
H A Dproto.h89 _PROTOTYPE(extern int enter_dir,(char *d, int descend));
H A Darg.c974 enter_dir(d, descend)
976 int descend; /* subdirectory descend flag:
977 * 0 = don't descend
978 * 1 = descend */
1196 if ((sb.st_mode & S_IFMT) == S_IFDIR && descend)
1199 * Stack a subdirectory according to the descend argument.
/macosx-10.10.1/ruby-106/ruby/ext/pathname/lib/
H A Dpathname.rb270 # Pathname.new('/path/to/some/file.rb').descend {|v| p v}
277 # Pathname.new('path/to/some/file.rb').descend {|v| p v}
285 def descend method
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsamba.vim40 syn keyword sambaKeyword contained delete deny descend dfree dir directory
/macosx-10.10.1/cups-408/cups/scheduler/
H A Dcups-driverd.cxx179 static int load_ppds(const char *d, const char *p, int descend);
2350 int descend) /* I - Descend into directories? */
2438 if (descend)
2348 load_ppds(const char *d, const char *p, int descend) argument
/macosx-10.10.1/rsync-45/rsync/
H A Dtech_report.tex285 rsync was invoked with an option to recursively descend the directory

Completed in 155 milliseconds