Searched refs:basic (Results 1 - 25 of 43) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dbasic.t2 # $Id: basic.t,v 1.4 2002/01/28 02:56:19 eagle Exp $
4 # basic.t -- Basic tests for podlators.
76 $parser->parse_from_file (source_path ('basic.pod'), 'out.tmp');
87 my $basic = source_path ('basic.pod');
88 $parser->parse_from_file ($basic, "out.$translators{$_}");
92 open (MASTER, source_path ("basic.$translators{$_}"))
93 or die "Cannot open basic.$translators{$_}: $!\n";
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h49 KMF_OCSP_BASIC_POLICY basic; member in struct:__anon1840
97 #define VAL_OCSP_BASIC VAL_OCSP.basic
144 #define KMF_OCSP_BASIC_ELEMENT "ocsp-basic"
/osnet-11/usr/src/lib/libc/port/gen/
H A Dpriv_str_xlate.c69 * Special tokens recognized: all, none, basic and "".
86 priv_set_t *basic; local
99 basic = priv_basic();
109 if (basic != NULL && strcasecmp(offset, "basic") == 0) {
110 priv_union(basic, pset);
159 * PRIV_STR_PORT - portable output: basic,!basic
204 * port: basic,!missing_basic,other
272 (void) strcpy(res, "basic");
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c83 vinfo->ocsp_info.basic.responderURI =
87 vinfo->ocsp_info.basic.proxy = (char *)xmlGetProp(n,
93 vinfo->ocsp_info.basic.uri_from_cert = 1;
97 vinfo->ocsp_info.basic.response_lifetime =
104 vinfo->ocsp_info.basic.ignore_response_sign = 1;
564 KMF_OCSP_BASIC_POLICY *basic; local
567 basic = &(ocsp->basic);
570 if (basic->responderURI != NULL || basic
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBblock.pm174 B::Bblock - Walk basic blocks
187 This module is used by the B::CC back end. It walks "basic blocks".
188 A basic block is a series of operations which is known to execute from
H A DConcise.pm121 } elsif ($order eq "basic") {
138 } elsif ($order eq "basic") {
174 my $order = "basic";
183 if ($o eq "-basic") {
184 $order = "basic";
863 =item B<-basic>
940 basic mode is almost indistinguishable from the real B<B::Terse>, and the
966 three specifications: one of how OPs should appear in the basic or exec
976 Generates I<exec_text> in exec mode, or I<basic_text> in basic mode.
1200 output style (basic
[all...]
H A DCC.pm30 my %done; # hash keyed by $$op of leaders of basic blocks
32 my $leaders; # ref to hash of basic block leaders. Keys are $$op
34 my @bblock_todo; # list of leaders of basic blocks that need visiting
48 my $need_freetmps = 0; # We may postpone FREETMPS to the end of each basic
1585 #warn sprintf("Considering basic block %s\n", peekop($op)); # debug
1911 basic block.
1916 of basic blocks forming a loop. At most one of the freetmps-each-*
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm9 # This is just a basic proof of concept. It should later be modified to make
122 This is just a basic proof of concept. It should be seriously expanded to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DScalar.pm38 package. The basic B<Tie::Scalar> package provides a C<new> method, as well
H A DArray.pm165 to a package. The basic B<Tie::Array> package provides stub C<DESTROY>,
169 C<UNSHIFT>, C<SPLICE> and C<CLEAR> in terms of basic C<FETCH>, C<STORE>,
H A DHandle.pm29 The basic B<Tie::Handle> package provides a C<new> method, as well as methods
H A DHash.pm56 to a package. The basic B<Tie::Hash> package provides a C<new> method, as well
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm38 This is an extremely simple, extremely basic module for writing tests
43 The basic unit of Perl testing is the ok. For each thing you want to
H A DMore.pm116 which you can switch to once you get the hang of basic testing.
212 ok 4 - basic multi-variable
226 The basic purpose of this module is to print out either "ok #" or "not
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DFile.pm83 or an ANSI C fopen() mode string ("w", "r+", etc.), it uses the basic
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm46 This module uses POSIX::setlocale(). The basic collation conversion is
92 # 2) the basic collation conversion is done by strxfrm() which
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s10 / -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm169 or a POSIX fopen() mode string ("w", "r+", etc.), it uses the basic
H A Dbigrat.pm169 All operators (inlcuding basic math operations) are overloaded. Integer and
H A Dbigint.pm209 All operators (including basic math operations) are overloaded. Integer
H A DTest.pm240 the basic function that
244 In its most basic usage, C<ok(...)> simply takes a single scalar
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s39 / For all basic blocks in this routine, maintain the following
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm285 The File::Copy module provides two basic functions, C<copy> and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DReadLine.pm4 If no real package is found, substitutes stubs instead of basic functions.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dlibnetcfg.PL687 do some basic tests when you run `make test'

Completed in 200 milliseconds

12