Searched refs:normal (Results 76 - 100 of 113) sorted by relevance

12345

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.pm94 If present called for normal opens after layer is pushed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm78 where the 'd's are numbers less than 256 (the normal human-readable
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash.c419 * The normal code for doing this knows how to delete the
420 * duplicates, so we will handle this case in the normal code.
426 goto normal;
493 normal: ret = __ham_del_pair(dbc, 1);
932 * let the normal duplicate code handle it.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DBuilder.pm954 Where normal "ok/not ok" test output should go.
1024 # test suites while still getting normal test output.
1202 Like the normal caller(), except it reports according to your level().
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DTest.pm567 are in this category. If a normal test doesn't succeed, then that
587 as a TODO test starts working, it should be promoted to a normal test,
H A DNEXT.pm261 decline an C<AUTOLOAD> request, but preserve the normal exception-on-failure
H A Dattributes.pm415 L<perlfunc/use> for details on the normal invocation mechanism.
/osnet-11/usr/src/grub/grub2/build-uefi64/
H A DMakefile436 # grub-core/normal/datetime.c \
437 # grub-core/normal/misc.c \
507 # grub-core/normal/datetime.c \
508 # grub-core/normal/misc.c \
580 # grub-core/normal/datetime.c \
581 # grub-core/normal/misc.c \
654 # grub-core/normal/datetime.c \
655 # grub-core/normal/misc.c \
739 # grub-core/normal/datetime.c \
740 # grub-core/normal/mis
[all...]
/osnet-11/usr/src/grub/grub2/build-bios/
H A DMakefile436 # grub-core/normal/datetime.c \
437 # grub-core/normal/misc.c \
507 grub-core/normal/datetime.c \
508 grub-core/normal/misc.c \
580 # grub-core/normal/datetime.c \
581 # grub-core/normal/misc.c \
654 # grub-core/normal/datetime.c \
655 # grub-core/normal/misc.c \
739 # grub-core/normal/datetime.c \
740 # grub-core/normal/mis
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1431 automatically for normal files so that this method need only be called if
1433 associated with a normal file.
1639 the C<IO::Socket::INET> class, so any normal IO operations can be performed.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.c1363 =for apidoc A|UV|to_utf8_case|U8 *p|U8* ustrp|STRLEN *lenp|SV **swash|char *normal|char *special
1374 Both the special and normal mappings are stored lib/unicore/To/Foo.pl,
1382 The "normal" is a string like "ToLower" which means the swash
1388 Perl_to_utf8_case(pTHX_ U8 *p, U8* ustrp, STRLEN *lenp, SV **swashp, char *normal, char *special) argument
1402 *swashp = swash_init("utf8", normal, &PL_sv_undef, 4, 0);
1459 /* It was "normal" (a single character mapping). */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
H A DList.pm1127 Not for normal use.
1606 Not a tag for normal use.
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c21 #include <grub/normal.h>
742 if (grub_strcmp (val, "normal") == 0)
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcharset.c50 #include <grub/normal.h>
H A Dmenu_entry.c19 #include <grub/normal.h>
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c21 #include <grub/normal.h>
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c656 char *normal;
736 normal = arg;
739 new_normal_color = color_number (normal);
740 if (new_normal_color < 0 && ! safe_parse_maxint (&normal, &new_normal_color))
650 char *normal; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm101 Furthermore, for doing normal I/O you might need these:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm194 is not available, the normal index mechanism will be used.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm363 unpack Binary,LIST convert binary structure into normal perl variables
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm626 list overrides the normal behavior if all of the listed conditions are
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1308 goto normal;
1357 goto normal;
1378 goto normal;
1387 normal:
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs128 STRLEN normal = 0;
150 normal++;
156 + 2*qq_escapables + normal);
187 + qq_escapables + normal);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DSafe.pm121 &version::normal
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DLangTags.pm757 for RFC2482-style language tags -- which are basically just normal

Completed in 124 milliseconds

12345