HomeSort by relevance Sort by last modified time
    Searched refs:loading (Results 1 - 25 of 45) sorted by null

1 2

  /netvirt/usr/src/lib/libc/sparc/gen/
memchr.s 86 sethi %hi(0x01010101), %o4 ! start loading Alan Mycroft's magic1
101 or %o4, %lo(0x01010101),%o4! finish loading magic1 !
strcmp.s 70 sethi %hi(0x01010101), %o5 ! start loading Mycroft's magic2
72 or %o5, %lo(0x01010101),%o5! finish loading Mycroft's magic2
strcasecmp.s 138 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
159 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
180 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
199 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
208 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
210 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
212 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
217 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
219 or %l3, %lo(0x25252525),%l3! finish loading m3
  /netvirt/usr/src/lib/libc/sparcv9/gen/
memchr.s 86 sethi %hi(0x80808080), %o5 ! start loading Alan Mycroft's magic1
101 or %o5, %lo(0x80808080),%o5! finish loading magic2 !
strcasecmp.s 138 sethi %hi(0x80808080), %i4 ! start loading Mycroft's magic1
159 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
180 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
199 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
208 sethi %hi(0x01010101), %i5 ! start loading Mycroft's magic2
210 or %i4, %lo(0x80808080),%i4! finish loading Mycroft's magic1
212 or %i5, %lo(0x01010101),%i5! finish loading Mycroft's magic2
217 or %l2, %lo(0x3f3f3f3f),%l2! finish loading m2
219 or %l3, %lo(0x25252525),%l3! finish loading m3
  /netvirt/usr/src/cmd/mailx/
lex.c 395 if (loading)
425 if (loading)
493 if (loading) {
522 if (loading)
541 if (loading)
552 if (loading)
561 if (loading)
666 if (e && loading)
953 loading = 1;
956 loading = 0
    [all...]
init.c 90 int loading; /* Loading user definitions */ variable
aux.c 315 int s_loading; /* Loading .mailrc, etc. */
354 sstack[ssp].s_loading = loading;
355 loading = 0;
379 loading = sstack[ssp].s_loading;
382 sourcing = loading;
  /netvirt/usr/src/cmd/mailx/hdr/
glob.h 84 extern int loading; /* Loading user definitions */
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/
base.pm 31 If $VERSION is not detected even after loading it, <base> will
AutoLoader.pm 185 C<__END__> token to defer the loading of some subroutines until they are
186 used rather than loading them all at once.
289 loading of subroutines.
vars.pm 74 loading of subroutines within packages can create problems with
FileHandle.pm 175 constants from the Fcntl module. If dynamic loading is not available,
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/ext/DynaLoader/
XSLoader_pm.PL 95 # Many dynamic extension loading problems will appear to come from
111 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
148 to implement cheap automatic dynamic loading of Perl modules.
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/
AutoLoader.pm 203 C<__END__> token to defer the loading of some subroutines until they are
204 used rather than loading them all at once.
307 loading of subroutines.
vars.pm 73 loading of subroutines within packages can create problems with
FileHandle.pm 175 constants from the Fcntl module. If dynamic loading is not available,
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/io/
layers.t 14 if ($@ =~ /dynamic loading not available/) {
  /netvirt/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
ResourceBundle.properties 60 dsvc_mod_load_err_exception=Error loading public module.
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/Devel/
SelfStubber.pm 123 avoid having the stub loading overhead associated with your
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/t/op/
magic.t 352 skip ("miniperl can't rely on loading %Errno") for 1..2;
360 # Test auto-loading of Errno when %! is used
369 skip ("miniperl can't rely on loading %Errno");
371 # Make sure that Errno loading doesn't clobber $!
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
DynaLoader_pm.PL 56 # definition here will be inherited and result on "default" loading
226 # A common error on platforms which don't support dynamic loading.
228 croak("Can't load module $module, dynamic loading not available in this perl.\n".
230 " dynamic loading or has the $module module statically linked into it.)\n")
316 # Many dynamic extension loading problems will appear to come from
331 Carp::carp("Undefined symbols present after loading $file: @unresolved\n");
524 # optional method for 'global' loading
532 to implement automatic dynamic loading of Perl modules.
864 This is the normal entry point for automatic dynamic loading in Perl.
929 Solaris global loading added by Nick Ing-Simmons with design/codin
    [all...]
  /netvirt/usr/src/cmd/perl/5.6.1/distrib/lib/CGI/
Fast.pm 91 loading large modules or opening persistent database connections,
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
Fast.pm 91 loading large modules or opening persistent database connections,
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
SelfStubber.pm 135 avoid having the stub loading overhead associated with your

Completed in 5459 milliseconds

1 2