Searched refs:root (Results 1 - 25 of 1882) sorted by relevance

1234567891011>>

/macosx-10.9.5/security_certificates-55036.1.3/
H A Ddupcheck3 # Find duplicates in the root directory by MD5 hash
10 for root in * ; do
11 printf "$root\t"
12 printf "`openssl x509 -inform DER -in "$root" -fingerprint -noout`\n"
H A DverifyRoots21 thawte-primary-root-ca.crt"
23 for root in ${NEW_ROOTS} ; do
25 printf " $root \n"
26 openssl x509 -inform DER -in roots/$root -noout -fingerprint -subject -nameopt oneline -dates
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcconvtst.c19 void addTestConvertErrorCallBack(TestNode** root);
20 void addTestEuroRegression(TestNode** root);
21 void addTestConverterFallBack(TestNode** root);
22 void addExtraTests(TestNode** root);
26 addBOCU1Tests(TestNode** root);
28 void addConvert(TestNode** root);
30 void addConvert(TestNode** root) argument
32 addTestConvert(root);
33 addTestNewConvert(root);
34 addBOCU1Tests(root);
[all...]
H A Dcalltest.c19 void addUtility(TestNode** root);
20 void addBreakIter(TestNode** root);
21 void addStandardNamesTest(TestNode **root);
22 void addFormatTest(TestNode** root);
23 void addConvert(TestNode** root);
24 void addCollTest(TestNode** root);
25 void addComplexTest(TestNode** root);
26 void addUDataTest(TestNode** root);
27 void addUTF16Test(TestNode** root);
28 void addUTF8Test(TestNode** root);
46 addAllTests(TestNode** root) argument
[all...]
H A Dcutiltst.c24 void addHashtableTest(TestNode** root);
25 void addCStringTest(TestNode** root);
26 void addTrieTest(TestNode** root);
27 void addTrie2Test(TestNode** root);
28 void addEnumerationTest(TestNode** root);
29 void addPosixTest(TestNode** root);
30 void addSortTest(TestNode** root);
32 void addUtility(TestNode** root);
34 void addUtility(TestNode** root) argument
36 addCStringTest(root);
[all...]
H A Dcbkittst.c24 void addBreakIter(TestNode** root);
26 void addBreakIter(TestNode** root) argument
28 addBrkIterAPITest(root);
H A Dnucnvtst.h21 void addTestNewConvert(TestNode** root);
H A Dcformtst.c37 void addURegionTest(TestNode** root);
39 void addFormatTest(TestNode** root);
41 void addFormatTest(TestNode** root) argument
43 addCalTest(root);
44 addDateForTest(root);
45 addDateTimePatternGeneratorTest(root);
46 addDateIntervalFormatTest(root);
47 addNumForTest(root);
48 addNumFrDepTest(root);
49 addMsgForTest(root);
[all...]
/macosx-10.9.5/postfix-252/postfix/conf/
H A Daliases11 # Person who should get root's mail. Don't receive mail as root!
12 #root: you
16 postmaster: root
19 bin: root
20 daemon: root
21 named: root
22 nobody: root
23 uucp: root
24 www: root
[all...]
H A Dpostfix-files45 $config_directory:d:root:-:755:u
47 $daemon_directory:d:root:-:755:u
48 $queue_directory:d:root:-:755:uc
49 $sample_directory:d:root:-:755:o
50 $readme_directory:d:root:-:755
51 $html_directory:d:root:-:755
63 $queue_directory/pid:d:root:-:755:uc
66 $daemon_directory/anvil:f:root:-:755
67 $daemon_directory/bounce:f:root:-:755
68 $daemon_directory/cleanup:f:root
[all...]
/macosx-10.9.5/postfix-252/postfix/proto/
H A Daliases011 # Person who should get root's mail. Don't receive mail as root!
12 #root: you
16 postmaster: root
19 bin: root
20 daemon: root
21 named: root
22 nobody: root
23 uucp: root
24 www: root
[all...]
/macosx-10.9.5/sudo-72/src/
H A Dsudoers.in3 ## This file MUST be edited with the 'visudo' command as root.
72 root ALL=(ALL) ALL
84 ## of the user they are running the command as (root by default).
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSRuleCustom.h34 void* root(StyleSheet*);
36 inline void* root(CSSRule* rule) function in namespace:WebCore
39 return root(rule->parentRule());
41 return root(rule->parentStyleSheet());
H A DJSCSSStyleDeclarationCustom.h37 inline void* root(CSSStyleDeclaration* style) function in namespace:WebCore
40 return root(parentRule);
42 return root(styleSheet);
H A DJSMediaListCustom.h37 inline void* root(MediaList* mediaList) function in namespace:WebCore
40 return root(parentRule);
42 return root(parentStyleSheet);
H A DJSStyleSheetCustom.h36 inline void* root(StyleSheet* styleSheet) function in namespace:WebCore
39 return root(ownerRule);
41 return root(ownerNode);
/macosx-10.9.5/postfix-252/Postfix.Config/
H A Dpostfix-files45 $config_directory:d:root:-:755:u
47 $daemon_directory:d:root:-:755:u
48 $queue_directory:d:root:-:755:uc
49 $sample_directory:d:root:-:755:o
50 $readme_directory:d:root:-:755
51 $html_directory:d:root:-:755
63 $queue_directory/pid:d:root:-:755:uc
66 $daemon_directory/anvil:f:root:-:755
67 $daemon_directory/bounce:f:root:-:755
68 $daemon_directory/cleanup:f:root
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A DMinSpeg.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
15 Button(root, text='Exit', command=root.quit).pack()
17 root.mainloop()
H A DMinWave.py6 root = Tkinter.Tk() variable
8 initializeSnack(root)
15 Button(root, text='Exit', command=root.quit).pack()
17 root.mainloop()
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dtwalk.c31 trecurse(root, action, level)
32 const node_t *root; /* Root of the tree to be walked */
37 if (root->llink == NULL && root->rlink == NULL)
38 (*action)(root, leaf, level);
40 (*action)(root, preorder, level);
41 if (root->llink != NULL)
42 trecurse(root->llink, action, level + 1);
43 (*action)(root, postorder, level);
44 if (root
[all...]
/macosx-10.9.5/launchd-842.92.1/xcscripts/
H A Dlaunchd-postflight.sh4 chown root:wheel "$DSTROOT/private/var/db/launchd.db"
5 chown root:wheel "$DSTROOT/private/var/db/launchd.db/com.apple.launchd"
8 chown root:wheel "$DSTROOT/private/var/log/com.apple.launchd"
14 chown root:wheel "$DSTROOT/private/etc/mach_init.d"
15 chown root:wheel "$DSTROOT/private/etc/mach_init_per_user.d"
16 chown root:wheel "$DSTROOT/private/etc/mach_init_per_login_session.d"
/macosx-10.9.5/ICU-511.35/icuSources/test/iotest/
H A Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dsoscopy8 RSYNC_PASSWORD=alpine rsync -av /tmp/security.roots.tgz rsync://root@localhost:$port/root/var/mobile/
9 RSYNC_PASSWORD=alpine rsync -av /tmp/security.syms.tgz rsync://root@localhost:$port/root/var/mobile/
10 RSYNC_PASSWORD=alpine rsync -av ~/bin/sosinstallroot rsync://root@localhost:$port/root/usr/local/bin/sosinstallroot
11 RSYNC_PASSWORD=alpine rsync -av /tmp/SyncedDefaults.roots.tgz rsync://root@localhost:$port/root/var/mobile/
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A DcompareNodes.py11 doc = libxml2.parseDoc("""<root><foo/></root>""")
12 root = doc.getRootElement() variable
15 foonode1 = root.children
16 foonode2 = root.children
22 if not ( foonode1 != root ):
25 if not ( foonode1 != root ):
34 if not (hash(foonode1) != hash(root)):
37 if hash(foonode1) == hash(root):

Completed in 536 milliseconds

1234567891011>>