Searched refs:system (Results 1 - 25 of 807) sorted by relevance

1234567891011>>

/macosx-10.10.1/dtrace-147/test/tst/common/funcs/
H A Dtst.system.d27 #pragma ident "@(#)tst.system.d 1.1 06/08/28 SMI"
37 system("echo %s %d %d", "foo", this->a, this->b);
38 system("ping -o localhost > /dev/null && echo localhost is alive");
39 system("echo %d", ++this->a);
40 system("ping -o localhost > /dev/null && echo localhost is alive");
41 system("echo %d", ++this->a);
42 system("ping -o localhost > /dev/null && echo localhost is alive");
43 system("echo %d", ++this->a);
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify.conf.MacOSX5 reserve com.apple.system. 0 0 rwr-r-
6 monitor com.apple.system.timezone /etc/localtime
7 monitor com.apple.system.info:/etc/hosts /etc/hosts
8 monitor com.apple.system.info:/etc/services /etc/services
9 monitor com.apple.system.info:/etc/protocols /etc/protocols
H A Dnotify.conf.iPhone5 reserve com.apple.system. 0 0 rwr-r-
6 reserve com.apple.system.clock_set 0 501 rwrwr-
7 monitor com.apple.system.timezone /var/db/timezone/localtime
/macosx-10.10.1/ncurses-44/ncurses/misc/
H A Dshlib92 system=
94 system="$SHLIB_HOST"
96 system=cygwin
98 system=beos
100 system=darwin
102 system=unix
110 system=cygwin
113 system=darwin
117 test -n "$system" && break
121 case .$system i
[all...]
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dpaxexit.c19 #include <system.h>
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsystem.c24 * ast library system(3)
27 #define system ______system macro
34 #undef system macro
44 system(const char* cmd) function
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/upgrade.2.0/
H A DMakefile3 BUILD= convert.html disk.html intro.html system.html toc.html
/macosx-10.10.1/CPANInternal-159.1/
H A DapplyPatches60 my ($status) = system("/usr/bin/patch -p0 < \"$patchFile\"");
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dtypes.h45 system, /* what the current time is */ member in struct:__anon503
/macosx-10.10.1/KerberosHelper-151/Source/
H A DconfigureLocalKDC58 system("date");
89 # certtool requires a system keychain to be present. Bootstrap one if it is missing.
91 system '/usr/sbin/systemkeychain', '-C';
94 printf("creating system keychain entries\n");
96 $res = system '/usr/bin/certtool', 'C', 'com.apple.systemdefault', 'u', 'P', 'v';
101 $res = system '/usr/bin/certtool', 'C', 'com.apple.kerberos.kdc', 'u', 'P', 'v', 'x=S';
107 $res = system '/System/Library/PrivateFrameworks/KerberosHelper.framework/Helpers/lkdc_acl',
114 $res = system $hod_admin, '.', 'setup-lkdc';
121 system "touch", $configured;
122 system 'killal
[all...]
H A DconfigureAFPServer11 system ("/usr/libexec/configureLocalKDC");
33 system "/usr/bin/defaults", "write", $prefs, $key, $principal;
40 system $kadmin, '-q', join (' ', @args);
47 system $kadmin, '-q', join (' ', @args);
H A DconfigureTestingLocalKDC11 system ("/usr/libexec/configureLocalKDC");
42 system $kadmin, '-q', join (' ', @args);
50 system $kadmin, '-q', join (' ', @args);
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dtypes.h45 system, /* what the current time is */ member in struct:__anon11989
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Drunc.rb15 system("#{$rubybin} #{file}")
18 system("#{$rubybin} -rite -I.. #{file}")
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dasl.conf23 # Rules for /var/log/system.log
24 > system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
25 ? [= Sender kernel] file system.log
26 ? [<= Level notice] file system.log
27 ? [= Facility auth] [<= Level info] file system.log
28 ? [= Facility authpriv] [<= Level info] file system.log
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A DCA.pl.in71 system ("$REQ -new -x509 -keyout newkey.pem -out newcert.pem $DAYS");
76 system ("$REQ -new -keyout newkey.pem -out newreq.pem $DAYS");
81 system ("$REQ -new -nodes -keyout newkey.pem -out newreq.pem $DAYS");
114 system ("$REQ -new -keyout " .
116 system ("$CA -create_serial " .
127 system ("$PKCS12 -in newcert.pem -inkey newkey.pem " .
134 system ("$CA -policy policy_anything -infiles newreq.pem");
137 system ("$CA -policy policy_anything -out newcert.pem " .
142 system ("$CA -policy policy_anything -out newcert.pem " .
147 system ("
[all...]
/macosx-10.10.1/ruby-106/ruby/sample/pty/
H A Dscript.rb11 system "stty -echo raw lnext ^_"
36 system "stty echo -raw lnext ^v"
/macosx-10.10.1/curl-83.1.2/curl/packages/OS400/
H A Dmakefile.sh17 system "${CMD}"
26 system "${CMD}"
43 system "${CMD}"
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_notationdecl_mixin.rb50 assert_equal(@sysid2, @doctype.notation('n2').system)
51 assert_nil(@doctype.notation('n3').system)
52 assert_equal(@sysid4, @doctype.notation('n4').system)
53 assert_equal(@sysid5, @doctype.notation('n5').system)
54 assert_equal(@sysid6, @doctype.notation('n6').system)
55 assert_equal(@sysid7, @doctype.notation('n7').system)
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/
H A Dmach_error_string.c11 * unlawful or unlicensed copies of an Apple operating system, or to
13 * terms of an Apple operating system software license agreement.
118 int sub, system; local
122 system = err_get_system(err);
123 sys_p = &_mach_errors[system];
126 if (system <= err_max_system && sys_p->map_table)
129 if (system > err_max_system || sub >= sys_p->max_sub)
141 int sub, system, code; local
145 system = err_get_system(err);
146 sys_p = &_mach_errors[system];
[all...]
/macosx-10.10.1/bless-103/
H A DextractBootBlocks.c41 char *system = NULL; local
54 system = argv[1];
61 ret = FSPathMakeRef((UInt8*)system, &ref, NULL);
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_system.rb72 assert(system(tmpfilename), testname)
73 assert(system("#{tmpdir}/#{batch}"), testname)
74 assert(system(tmpfilename, "1"), testname)
75 assert(system("#{tmpdir}/#{batch}", "1"), testname)
79 assert(system("#{batch}.bat"), testname)
80 assert(system(batch), testname)
81 assert(system("#{batch}.bat", "1"), testname)
82 assert(system(batch, "1"), testname)
131 "system(#{cmd.inspect})"
140 assert_equal(true, system(cm
[all...]
/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/
H A Dperfindex-compile.c19 retval = system(cmd);
37 retval = system(cmd);
50 retval = system(cmd);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dbrowse135 system($0 + ' ' + file + ' &')
39 system(ENV['EDITOR'] + ' ' + file + ' &')
41 system('xedit ' + file + ' &')
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dbrowse135 system($0 + ' ' + file + ' &')
39 system(ENV['EDITOR'] + ' ' + file + ' &')
41 system('xedit ' + file + ' &')

Completed in 178 milliseconds

1234567891011>>