Searched refs:apple (Results 1 - 25 of 813) sorted by relevance

1234567891011>>

/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/req/
H A Dppc-host.ireq4 anchor apple and identifier com.apple.translate // Rosetta
H A Dcfm.ireqs4 host => anchor apple and identifier com.apple.LaunchCFMApp // CFM runner tool
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/Java/
H A DDNSSDService.java19 package com.apple.dnssd;
H A DBaseListener.java19 package com.apple.dnssd;
H A DRegisterRecordListener.java19 package com.apple.dnssd;
H A DDNSRecord.java19 package com.apple.dnssd;
H A DDNSSDRecordRegistrar.java19 package com.apple.dnssd;
H A DDNSSDRegistration.java19 package com.apple.dnssd;
H A DDomainListener.java19 package com.apple.dnssd;
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Apple Mail/
H A Dsetup-defaults2 defaults write com.apple.mail EnableBundles YES
3 defaults write com.apple.mail BundleCompatibilityVersion 1
/macosx-10.10/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/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkreport8 com.apple.message.domain com.apple.security.assessment.current_state \
9 com.apple.message.signature "$main" \
10 com.apple.message.signature2 "$gk" \
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/suid-environ/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
33 int main(int argc, const char* argv[], const char* envp[], const char* apple[]) argument
44 // verify same as apple parameter
46 if ( apple != p ) {
47 FAIL("suid-environ: apple parameter not at end of envp");
51 // verify apple parameter is not NULL and ends in main
52 if ( *apple == NULL ) {
53 FAIL("suid-environ: apple parameter is empty");
56 if ( strstr(*apple, "/main") == NULL ) {
57 FAIL("suid-environ: apple paramete
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/crt-apple/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
32 /// verify that apple[0] parameter is correct by comparing to argv[1]
42 void init(int argc, const char* argv[], const char* env[], const char* apple[]) argument
47 initializer_apple = apple;
51 main(int argc, const char* argv[], const char* env[], const char* apple[]) argument
54 FAIL("crt-apple argc changed");
59 FAIL("crt-apple argv changed");
64 FAIL("crt-apple envp changed");
68 if ( apple != initializer_apple ) {
69 FAIL("crt-apple appl
[all...]
/macosx-10.10/apache-793/
H A Dhttpd-wrapper.rb163 `syslog -s -l Notice -k com.apple.message.domain com.apple.server.apache.detailed.launch.stats \
164 com.apple.message.apache_launch #{settings['apache_launch']} \
166 com.apple.message.uses_server_config #{settings['server_config']['active']} \
167 com.apple.message.server_config_has_valid_syntax #{settings['server_config']['valid_syntax']} \
168 com.apple.message.server_config_has_invalid_syntax #{settings['server_config']['invalid_syntax']} \
169 com.apple.message.server_config_has_invalid_usage #{settings['server_config']['invalid_usage']} \
170 com.apple.message.server_config_has_failed_open #{settings['server_config']['failed_open']} \
171 com.apple.message.server_config_has_unexpected_response #{settings['server_config']['unexpected_response']} \
172 com.apple
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/schema/
H A Dapple.schema38 NAME 'apple-user-homeurl'
46 NAME 'apple-user-class'
54 NAME 'apple-user-homequota'
62 NAME 'apple-user-mailattribute'
70 NAME 'apple-mcxflags'
78 # NAME 'apple-mcxsettings'
85 NAME ( 'apple-mcxsettings' 'apple-mcxsettings2' )
93 NAME 'apple-user-picture'
101 NAME 'apple
[all...]
/macosx-10.10/files-662.1.1/private/etc/asl/
H A DMakefile20 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.MessageTracer "$(Destination)/com.apple.MessageTracer"
21 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.performance "$(Destination)/com.apple.performance"
22 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.eventmonitor "$(Destination)/com.apple.eventmonitor"
24 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.install "$(Destination)/com.apple.install"
25 $(_v) $(INSTALL_FILE) -m 0644 -c com.apple.mail "$(Destination)/com.apple
[all...]
/macosx-10.10/dyld-353.2.1/unit-tests/test-cases/restrict-environ/
H A Dmain.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
34 int main(int argc, const char* argv[], const char* envp[], const char* apple[]) argument
45 // verify same as apple parameter
47 if ( apple != p ) {
48 FAIL("restrict-environ: apple parameter not at end of envp");
52 // verify apple parameter is not NULL and ends in main
53 if ( *apple == NULL ) {
54 FAIL("restrict-environ: apple parameter is empty");
57 if ( strstr(*apple, "/main") == NULL ) {
58 FAIL("restrict-environ: apple paramete
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/scripts/
H A Dcleanup6 rm ~/Library/Preferences/com.apple.securitycore.plist
/macosx-10.10/tcl-105/tk/tk/generic/
H A D._tkTextWind.c1 Mac OS X  2��ATTR:��O���com.apple.TextEncodingUTF-8;134217984 (…)
/macosx-10.10/xnu-2782.1.97/config/
H A Dlist_supported.sh12 # http://www.opensource.apple.com/apsl/ and read it before using this
32 DEPENDENCY_NAMES=( com.apple.kpi.bsd com.apple.kpi.mach com.apple.kpi.iokit com.apple.kpi.libkern )
/macosx-10.10/Libc-1044.1.2/sys/
H A D_libc_init.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
42 extern void __guard_setup(const char *apple[]);
47 const char *apple[],
57 __guard_setup(apple);
66 const char *apple[])
76 return _libc_initializer(&funcs, NULL, apple, vars);
45 _libc_initializer(const struct _libc_functions *funcs, const char *envp[], const char *apple[], const struct ProgramVars *vars) argument
62 __libc_init(const struct ProgramVars *vars, void (*atfork_prepare)(void), void (*atfork_parent)(void), void (*atfork_child)(void), const char *apple[]) argument

Completed in 210 milliseconds

1234567891011>>