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

1234567891011>>

/macosx-10.10/security_certificates-55040/
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.10/ICU-531.30/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.10/postfix-255/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.10/postfix-255/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.10/sudo-73/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.10/WebCore-7600.1.25/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.10/postfix-255/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.10/WebCore-7600.1.25/dom/
H A DTextNodeTraversal.cpp35 void appendContents(const ContainerNode* root, StringBuilder& result) argument
37 for (Text* text = TextNodeTraversal::firstWithin(root); text; text = TextNodeTraversal::next(text, root))
41 String contentsAsString(const ContainerNode* root) argument
44 appendContents(root, result);
48 String contentsAsString(const Node* root) argument
50 if (root->isTextNode())
51 return toText(root)->data();
52 if (root->isContainerNode())
53 return contentsAsString(toContainerNode(root));
[all...]
/macosx-10.10/tcl-105/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.10/Libc-1044.1.2/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.10/ICU-531.30/icuSources/test/iotest/
H A Diotest.h22 addStringTest(TestNode** root);
25 addFileTest(TestNode** root);
28 addTranslitTest(TestNode** root);
31 addStreamTests(TestNode** root);
/macosx-10.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/SecurityTests/clxutils/rootStoreTool/
H A DaddTestRootsSec7 security add-root -s UnrestrictedSystemRoot.cer || exit(1)
8 security add-root -s -p smime SMIME_SystemRoot.cer|| exit(1)
9 security add-root -s -p ssl SSL_SystemRoot.cer || exit(1)
10 security add-root -s -a "/Applications/Utilities/Keychain Access.app" KeychainAccessSystemRoot.cer || exit(1)
14 security add-root UnrestrictedUserRoot.cer || exit(1)
15 security add-root -p smime SMIME_UserRoot.cer || exit(1)
16 security add-root -p ssl SSL_UserRoot.cer|| exit(1)
17 security add-root -a "/Applications/Utilities/Keychain Access.app" KeychainAccessUserRoot.cer || exit(1)
/macosx-10.10/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):

Completed in 427 milliseconds

1234567891011>>