Searched refs:cmds (Results 1 - 25 of 161) sorted by last modified time

1234567

/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_vfsops.c4525 __unused int cmds,
4734 nfs_vfs_quotactl(mount_t mp, int cmds, uid_t uid, caddr_t datap, vfs_context_t ctx) argument
4750 cmd = cmds >> SUBCMDSHIFT;
4765 type = cmds & SUBCMDMASK;
4523 nfs_vfs_quotactl( __unused mount_t mp, __unused int cmds, __unused uid_t uid, __unused caddr_t datap, __unused vfs_context_t context) argument
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c2236 hfs_quotactl(__unused struct mount *mp, __unused int cmds, __unused uid_t uid, __unused caddr_t datap, __unused vfs_context_t context) argument
2242 hfs_quotactl(struct mount *mp, int cmds, uid_t uid, caddr_t datap, vfs_context_t context) argument
2249 cmd = cmds >> SUBCMDSHIFT;
2264 type = cmds & SUBCMDMASK;
/macosx-10.10/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py269 cmds = []
287 cmds.append(TclUtil.TclExecCommand(tokens).parse_pipeline())
292 for pipeline in cmds:
299 cmd = cmds[0]
300 for c in cmds[1:]:
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dltmain.sh2617 cmds=$extract_expsyms_cmds
2618 for cmd in $cmds; do
2631 cmds=$old_archive_from_expsyms_cmds
2632 for cmd in $cmds; do
3937 cmds=$export_symbols_cmds
3939 for cmd in $cmds; do
4008 cmds=$module_expsym_cmds
4011 cmds=$module_cmds
4016 cmds=$archive_expsym_cmds
4019 cmds
[all...]
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dltmain.sh2617 cmds=$extract_expsyms_cmds
2618 for cmd in $cmds; do
2631 cmds=$old_archive_from_expsyms_cmds
2632 for cmd in $cmds; do
3937 cmds=$export_symbols_cmds
3939 for cmd in $cmds; do
4008 cmds=$module_expsym_cmds
4011 cmds=$module_cmds
4016 cmds=$archive_expsym_cmds
4019 cmds
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp104 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
105 const struct load_command* cmd = cmds;
262 // only read more if cmds take up more space than first page
386 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
387 const struct load_command* cmd = cmds;
834 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
835 const struct load_command* cmd = cmds;
876 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
877 const struct load_command* cmd = cmds;
894 const struct load_command* const cmds local
918 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
939 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
984 const struct load_command* const cmds = (struct load_command*)((uint8_t*)mh+sizeof(macho_header)); local
1025 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1072 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1152 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1340 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1389 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1536 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1670 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1694 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1734 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1790 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
[all...]
H A DImageLoaderMachOClassic.cpp582 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
583 const struct load_command* cmd = cmds;
631 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
632 const struct load_command* cmd = cmds;
664 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
665 const struct load_command* cmd = cmds;
1165 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1166 const struct load_command* cmd = cmds;
1391 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1392 const struct load_command* cmd = cmds;
1647 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1700 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1818 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1941 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
2015 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
[all...]
H A DImageLoaderMachOCompressed.cpp1117 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1118 const struct load_command* cmd = cmds;
1141 cmd = cmds;
1520 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1521 const struct load_command* cmd = cmds;
1641 const struct load_command* const cmds = (struct load_command*)&fMachOData[sizeof(macho_header)]; local
1642 const struct load_command* cmd = cmds;
H A Ddyld.cpp1602 const struct load_command* const cmds = (struct load_command*)(((char*)sMainExecutableMachHeader)+sizeof(macho_header)); local
1603 const struct load_command* cmd = cmds;
1643 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header)); local
1644 const struct load_command* cmd = cmds;
2377 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header)); local
2379 const struct load_command* cmd = cmds;
4034 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header)); local
4035 const struct load_command* cmd = cmds;
4100 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header)); local
4102 const struct load_command* cmd = cmds;
4397 const struct load_command* const cmds = (struct load_command*)((char*)mh + sizeof(macho_header)); local
4497 const struct load_command* const cmds = (struct load_command*)(((char*)mh)+sizeof(macho_header)); local
[all...]
H A Dglue.c502 const struct load_command* const cmds = (struct load_command*)(((char*)hostDyldMH)+sizeof(macho_header)); local
503 const struct load_command* cmd = cmds;
/macosx-10.10/curl-83.1.2/curl/
H A Dltmain.sh2707 eval cmds=\"$finish_eval\"
2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
2709 $cmds"
8167 cmds=$export_symbols_cmds
8169 for cmd1 in $cmds; do
8293 cmds=$module_expsym_cmds
8296 cmds=$module_cmds
8301 cmds=$archive_expsym_cmds
8304 cmds=$archive_cmds
8510 cmds
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/
H A Druntests.pl4890 my @cmds = grep { /^test([0-9]+)$/ && -f "$TESTDIR/$_" } readdir(DIR);
4896 for(@cmds) {
4900 foreach my $n (sort { $a <=> $b } @cmds) {
/macosx-10.10/objc4-646/test/
H A Dtest.pl189 my @cmds = split("\n", $_[0]);
190 die if scalar(@cmds) == 0;
192 foreach my $cmd (@cmds) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dmount.h597 @param cmds Detailed in "quotactl" manual page.
603 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context);
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/
H A Dxnu.py420 cmds = lldb_command_documentation.keys()
421 cmds.sort()
422 for cmd in cmds:
/macosx-10.10/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp159 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uintptr_t)dylibInfo->machHeader + sizeof(macho_header<P>)); local
161 const macho_load_command<P>* cmd = cmds;
280 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((long)mh + sizeof(macho_header<P>)); local
281 const macho_load_command<P>* cmd = cmds;
H A Dupdate_dyld_shared_cache.cpp1577 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
1579 const macho_load_command<P>* cmd = cmds;
1833 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
1835 const macho_load_command<P>* cmd = cmds;
1928 const macho_load_command<P>* srcCmd = cmds;
1929 macho_load_command<P>* dstCmd = (macho_load_command<P>*)cmds;
H A Ddsc_extractor.cpp112 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)mh + sizeof(macho_header<P>)); local
114 const macho_load_command<P>* cmd = cmds;
H A DMachOBinder.hpp174 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
176 const macho_load_command<P>* cmd = cmds;
345 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
347 const macho_load_command<P>* cmd = cmds;
406 cmd = cmds;
545 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
547 const macho_load_command<P>* cmd = cmds;
810 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
812 const macho_load_command<P>* cmd = cmds;
922 const macho_load_command<P>* const cmds local
1108 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
1239 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)this->fHeader + sizeof(macho_header<P>)); local
[all...]
H A DMachOLayout.hpp544 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)mh + sizeof(macho_header<P>)); local
546 const macho_load_command<P>* cmd = cmds;
H A DMachORebaser.hpp149 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
151 const macho_load_command<P>* cmd = cmds;
258 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
260 const macho_load_command<P>* cmd = cmds;
408 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>));
410 const macho_load_command<P>* cmd = cmds;
698 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
700 const macho_load_command<P>* cmd = cmds;
874 const macho_load_command<P>* const cmds = (macho_load_command<P>*)((uint8_t*)fHeader + sizeof(macho_header<P>)); local
876 const macho_load_command<P>* cmd = cmds;
[all...]
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difconfig.c441 static struct cmd *cmds = NULL; variable in typeref:struct:cmd
446 p->c_next = cmds;
447 cmds = p;
456 for (p = cmds; p != NULL; p = p->c_next)
/macosx-10.10/lukemftp-14/
H A DMakefile45 PR-7577277.cmds.c.patch \
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dsl.c43 mandoc_template(SL_cmd *cmds, const char *extra_string) argument
72 for(c = cmds; c->name; ++c) {
85 for(c = cmds; c->name; ++c) {
111 sl_match (SL_cmd *cmds, char *cmd, int exactp) argument
116 for (c = cmds; c->name; ++c) {
134 sl_help (SL_cmd *cmds, int argc, char **argv) argument
139 mandoc_template(cmds, NULL);
145 for (c = cmds; c->name; ++c) {
159 c = sl_match (cmds, argv[1], 0);
205 sl_command(SL_cmd *cmds, in argument
310 sl_command_loop(SL_cmd *cmds, const char *prompt, void **data) argument
342 sl_loop(SL_cmd *cmds, const char *prompt) argument
364 sl_slc_help(SL_cmd *cmds, int argc, char **argv) argument
[all...]
/macosx-10.10/apache-793/httpd/build/
H A Dltmain.sh2707 eval cmds=\"$finish_eval\"
2708 $opt_dry_run || eval "$cmds" || func_append admincmds "
2709 $cmds"
8162 cmds=$export_symbols_cmds
8164 for cmd1 in $cmds; do
8288 cmds=$module_expsym_cmds
8291 cmds=$module_cmds
8296 cmds=$archive_expsym_cmds
8299 cmds=$archive_cmds
8505 cmds
[all...]

Completed in 355 milliseconds

1234567