Searched refs:ptree (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_config.c251 static void free_config_tree(struct config_tree *ptree);
328 struct config_tree *ptree
331 if (ptree->auth.keys) {
332 free(ptree->auth.keys);
333 ptree->auth.keys = NULL;
336 if (ptree->auth.keysdir) {
337 free(ptree->auth.keysdir);
338 ptree->auth.keysdir = NULL;
341 if (ptree->auth.ntp_signd_socket) {
342 free(ptree
386 struct config_tree *ptree; local
492 dump_config_tree( struct config_tree *ptree, FILE *df, int comment ) argument
3905 struct config_tree *ptree; local
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_ncons.c107 STACK_OF(GENERAL_SUBTREE) **ptree = NULL;
118 ptree = &ncons->permittedSubtrees;
123 ptree = &ncons->excludedSubtrees;
135 if (!*ptree)
136 *ptree = sk_GENERAL_SUBTREE_new_null();
137 if (!*ptree || !sk_GENERAL_SUBTREE_push(*ptree, sub))
H A Dpcy_tree.c74 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs, argument
87 *ptree = NULL;
225 *ptree = tree;
594 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy, argument
602 *ptree = NULL;
680 *ptree = tree;
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c1304 BMS_Node *ptree = gBMS_Root; local
1306 while (ptree && ptree->segment != segment) {
1308 if (segment > ptree->segment)
1309 ptree = ptree->right;
1311 ptree = ptree->left;
1314 return ((BMS_Node *)ptree);
1321 BMS_Node *ptree; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Ddebug.tcl94 # -- ptree
96 oo::define ::menubar::tree method ptree { {name ""} } {
216 ${mtree} ptree
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DParser.pm84 my $ptree = $parser->parse_text( $paragraph, $line_num );
85 $pod_para->parse_tree( $ptree );
96 my $ptree = $parser->parse_text( $paragraph, $line_num );
97 $pod_para->parse_tree( $ptree );
103 my $ptree = $self->parse_tree;
106 foreach my $para (@$ptree) {
109 } elsif (! @{$para->{'-ptree'}}) {
110 $para->{'-ptree'}->[0] = $para->{'-text'};
115 foreach (@{$para->{'-ptree'}}) {
121 $self->_paraExpand( $_ ) foreach (@$ptree);
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/include/
H A Dname.h101 int *ptree; /* address of parse tree */ member in struct:Ufunction
150 #define nv_funtree(n) ((n)->nvalue.rp->ptree)
/macosx-10.10.1/ntp-92/include/
H A Dntp_config.h248 int dump_config_tree(struct config_tree *ptree, FILE *df, int comment);
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/menubar/
H A Ddemo.tcl134 "ptree" C ptree
303 ptree {my print tree}
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509_vfy.h502 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dx509_vfy.h502 int X509_policy_check(X509_POLICY_TREE **ptree, int *pexplicit_policy,

Completed in 89 milliseconds