Searched refs:here (Results 76 - 100 of 134) sorted by relevance

123456

/osnet-11/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh108 * The list here is partially autogenerated and partially hand-picked
307 * The list here is partially autogenerated and partially hand-picked
459 # 2. We use -KPIC here since -Kpic is too small on 64bit sparc and
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm52 interface described here is therefore still subject to change (and hopefully
191 a PerlIO layer can look, as simple example is included here.
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c288 /* don't fail here; just don't accept/do the delegation
568 if ((code = kg_duplicate_name(context, cred->name, 0, &ctx->here)))
607 cred, k_cred, ctx->here->ad_context,
687 if (ctx_free->here)
688 kg_release_name(context, 0, &ctx_free->here);
990 * Solaris Kerberos: here we are using the Solaris specific
H A Daccept_sec_context.c189 * By the time krb5_rd_cred is called here (after krb5_rd_req has been
1082 if ((code = kg_init_name(context, ticket->server, NULL, 0, &ctx->here))) {
1324 if ((code = krb5_copy_principal(context, ctx->here->princ, &server_name))) {
1407 /* from here on is the real "fail" code */
1572 * save_error_info() here is trouble.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DAlias.pm283 If you are using a regex here, you have to use the quotes as shown or
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Filter/
H A DSimple.pm314 For example, here is a minimal source code filter in a module named
535 subroutine only filters Perl quotelikes (including here documents).
577 a single C<FILTER_ONLY>. For example, here's a simple
700 Of course, here too, Filter::Simple has to know you're using Exporter
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm94 ExtUtils::MM_Any is a subclass of File::Spec. The methods noted here
153 # If the command was given as a here-doc, there's probably a trailing
664 some code here
665 another line here
H A DInstall.pm17 # install relative to here
28 ExtUtils::Install - install files from here to there
134 #hardcoded here.
198 # File::Find can get confused if you chdir in here.
426 # so we pass name of file here - eval it to get hash
/osnet-11/usr/src/grub/grub2/build-bios/grub-core/gnulib/
H A DMakefile833 # responsibility; for the one from gnulib we do it here.
1039 here=`pwd`; \
1050 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1068 here=`pwd`; \
1080 here=`$(am__cd) $(top_builddir) && pwd` \
1082 && gtags -i $(GTAGS_ARGS) $$here
/osnet-11/usr/src/grub/grub2/build-uefi64/grub-core/gnulib/
H A DMakefile833 # responsibility; for the one from gnulib we do it here.
1039 here=`pwd`; \
1050 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1068 here=`pwd`; \
1080 here=`$(am__cd) $(top_builddir) && pwd` \
1082 && gtags -i $(GTAGS_ARGS) $$here
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Safe/t/
H A Dopcode.pl129 * This file is built by opcode.pl from its data. Any changes made here
157 * This file is built by opcode.pl from its data. Any changes made here
471 This file is built by opcode.pl from its data. Any changes made here
481 # This file is built by opcode.pl from its data. Any changes made here
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dproto.h195 FNPROTO(here); variable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DMaketext.pm142 # If we make it here, there was an exception thrown in the
229 # If we make it here, there was an exception thrown in the
261 next if $seen{$module_name}++ # Already been here, and it was no-go
556 The measurements here are very approximate, and you should feel free to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalcEmu.pm296 Stuff here is really low-priority to optimize,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm70 # Rather than print STDERR "# here's what went wrong\n"
71 diag("here's what went wrong");
598 that way. So here we have ways for you to write your own diagnostic
763 ...normal testing code goes here...
822 ...normal testing code goes here...
1201 The goal here is to have a testing utility that's simple to learn,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DXSLoader_pm.PL30 # No prizes for guessing why we don't say 'bootstrap DynaLoader;' here.
219 What is described here is equally applicable to L<DynaLoader|DynaLoader>
264 # Put Perl code used in the BOOT: section here
269 # Put Perl code making calls into XSUBs here
289 # Put Perl code used in onBOOT() function here; calls to XSUBs are
294 # Put Perl initialization code assuming that XS is initialized here
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc820 # only one of $a or $p will be set (no crossing here)
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h126 are not needed and they may get in the way so we remove them here.
963 if(s > (f)->here) \
964 { (f)->here = s; if(s > (f)->extent) (f)->extent = s; } \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dh2xs.PL7 # List explicitly here the variables you want Configure to
61 here. The extension Makefile.PL will take care of checking whether
1209 # Preloaded methods go here.
1340 #If you have a mailing list set up for your module, mention it here.
1342 #If you have a web site set up for your module, mention it here.
1393 /* Put Global Data in here */
1481 to be initialised, do it here.
2029 good idea to provide version information here so that people can
2049 Put the correct copyright and licence information here.
2157 # Insert your test code below, the $test_mod module is use()ed here s
[all...]
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex217 % the \llap here moves out into the left-hand margin.
230 % and nothing on the terminal. We don't just call \tracingall here,
425 % We cannot use \next here, as it holds the macro to run;
758 % And a page break here is fine.
819 % if you have multiple lines of stuff to put here, you'll need to
1114 % So open here the files we need to have open while reading the input.
1265 % use \def rather than \let here because we redefine \chapentry et
1685 % By the way, for comparison, here's what fits with @example (10pt):
1878 % a hypertex \special here.
2329 % line. We do not start a paragraph here becaus
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm200 Vogons here ;) Or, comparing Encode to Babel Fish is completely
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm52 the constants provided here. They are not exported by default, but can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Unicode/Normalize/
H A DNormalize.pm342 If two characters here and next (as codepoints) are composable
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDigest.pm97 documented here should make it easy to change algorithms later.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm493 but treat the immediately following character '*' as metachar. So, here's a

Completed in 91 milliseconds

123456