Searched refs:routine (Results 26 - 50 of 68) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/
H A DUnicode.pm121 if I<CHECK> is 0, or the routine croaks if I<CHECK> is 1. When a
123 its place is filled with \x{FFFD} if I<CHECK> is 0, or the routine
174 what the BOM says. If no BOM is found, the routine dies.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dsort.t321 sub routine { "one", "two" }; subroutine
322 @a = sort(routine(1));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm311 associated open/close for each routine loaded, B<SelfLoader> suffers a
331 to a subroutine may have a shorter name that the routine itself. This
H A Dvmsish.pm91 routine vmsish::hushed(). Without argument, it returns the hushed status.
H A DFatal.pm160 C<import> routine, passing it the names of the functions to be
H A DSymbol.pm67 this routine is not exported by default--you may want to import it
H A Dattributes.pm208 This routine expects a single parameter--a reference to a
219 This routine expects a single parameter--a reference to a subroutine or
H A Dutf8.pm166 Main reason for this routine is to allow Perl's testsuite to check
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/
H A DCollate.pm48 routine. collate_xfrm() handles embedded NUL characters gracefully.
93 # terminates at NUL characters being a decent C routine.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm503 (Internally, the glob routine sees a '\\\*', which means that both '\' and
512 (Internally, the glob routine sees a '\\*', which means that '\' is escaped and
/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/lib/libc/sparcv9/gen/
H A Dstrcmp.s165 retl ! return from leaf routine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.pm187 # Internal store to file routine
211 # Call C routine nstore or pstore, depending on network order
240 # Internal store routine on opened file descriptor
251 # Call C routine nstore or pstore, depending on network order
278 # Internal freeze routine
286 # Call C routine mstore or net_mstore, depending on network order
312 # Internal retrieve routine
328 eval { $self = pretrieve(*FILE) }; # Call C routine
346 eval { $self = pretrieve($file) }; # Call C routine
363 eval { $self = mretrieve($frozen) }; # Call C routine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm260 Assuming that localtime() corrects for these changes, this routine will
/osnet-11/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c430 #error stack does not grow downwards, routine needs update
/osnet-11/usr/src/lib/libc/sparc/crt/
H A D_rtboot.s29 ! Bootstrap routine for alias ld.so. Control arrives here either directly
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s44 ! we must still continue to check for zero since the routine
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c187 ** routine -- routine name for debug/logging
195 # define MILTER_TIMEOUT(routine, secs, write, started, function) \
206 (routine), m->mf_name, m->mf_sock, \
211 m->mf_name, (routine), m->mf_sock, \
234 (routine), m->mf_name, (function)); \
240 (routine), (function)); \
247 sm_dprintf("milter_%s(%s): select: %s\n", (routine), \
253 m->mf_name, (routine), \
264 (routine),
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.c362 /* Make a real-mode UNDI API call to the UNDI routine at
365 * Calls the assembler wrapper routine __undi_call.
373 undi.undi_call_info->routine.segment = routine_seg;
374 undi.undi_call_info->routine.offset = routine_off;
394 /* Make a real-mode call to the UNDI loader routine at
962 * service routine and dealing with the wonderful 8259
969 * undi_irq_trigger_count. This polled routine is equivalent
970 * to the "driver strategy routine".
1095 PROBE - Look for an adapter, this routine's visible to the outside
1122 /* The actual Etherboot probe routine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm193 File::Glob - Perl extension for BSD glob routine
219 File::Glob::bsd_glob() implements the FreeBSD glob(3) routine, which is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DLaTeX.pm1574 Need to call this routine before interior_sequences are munged but not
1624 sequence interpolation. See C<_replace_special_chars> for a routine
1665 the Label() is never prefixed. This means that this routine can
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm76 Catchall routine to clean up problem MM[SK]/Make macros. Expands macros
H A DMac.pm61 The intended purpose of this routine is to concatenate I<directory names>.
63 are allowed to make using this routine give reasonable results for some
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A DEncode.xs51 call_failure(SV * routine, U8 * done, U8 * dest, U8 * orig)
564 /* Have to do it all ourselves because of error routine,
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc69 log.internalError("NULL routine argument");
226 reportSense(struct scsi_extended_sense *sense, const char *routine) { argument
233 if (!routine) {
234 log.internalError("NULL routine argument passed.");
459 // This routine is not index based, so we can discard stateChange

Completed in 55 milliseconds

123