Searched refs:current (Results 126 - 150 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm289 wish to delay after the current page is displayed and before
291 parameters, push_delay() just returns the current delay.
H A DFast.pm143 current request.
H A DCookie.pm379 B<-path> points to a partial URL on the current server. The cookie
482 arguments, the accessor returns the current value of the attribute.
503 the current value of the cookie as an array. In a scalar context it
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm322 B<-std> (Write code for extensions that are linked with the current Perl.)
378 with the current Perl.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCopy.pm321 The C<move> function also takes two parameters: the current name
415 current directory is denoted as ':', not '.'. You should be careful
422 copy("file1", "tmp"); # creates the file 'tmp' in the current directory
H A DDosGlob.pm428 # override CORE::glob in current package
476 directory name in the current working directory, where the leading colon
480 all files and directories in the current directory.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm94 Returns a string representation of the current directory. "." on UNIX.
119 the following list or the current directory if none from the list are
H A DVMS.pm85 checks to see whether it matches the name of a directory in the current
236 Returns a string representation of the current directory: '[]'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm1394 Change directory to the parent of the current directory.
1398 Returns the full pathname of the current directory.
1435 Get a directory listing of C<DIR>, or the current directory.
1442 Get a directory listing of C<DIR>, or the current directory in long format.
1451 the current directory with the same leafname as the remote file.
1464 C<REMOTE_FILE> is not specified then the file will be stored in the current
1608 Abort the current data transfer.
1667 Abort the current data transfer.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib_pm.PL220 When the lib module is first loaded it records the current value of @INC
H A DFileHandle.pm184 current position of the FileHandle, and C<FileHandle::setpos> uses
H A Dfields.pm217 NOTE: The current implementation keeps the declared fields in the %FIELDS
H A DDB.pm26 $DB::sub = ''; # name of current subroutine
31 @DB::args = (); # arguments of current subroutine or @ARGV array
33 %DB::dbline = (); # actions in current file (keyed by line number)
39 $DB::package = ''; # current package space
40 $DB::filename = ''; # current filename
42 $DB::lineno = ''; # current line number
153 # this takes its argument via $evalarg to preserve current @_
311 # if a filename is not supplied, all subs in the current
576 CLIENT->ret() # return from current subroutine
658 Name of current executin
[all...]
/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s71 / Return the current sp (for debugging)
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h111 int currow; /* current row */
112 int curcol; /* current col */
125 FIELD * current; /* current field */ member in struct:formnode
H A Dutility.h127 #define C(f) ((f) -> current)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c604 /* None of the current callers want loopback addresses. */
775 /* None of the current callers want loopback addresses. */
990 /* None of the current callers want loopback addresses. */
1269 char *cp = *iter, *next, *current; local
1285 current = cp;
1295 fprintf (stderr, " processing '%s'\n", current);
1298 err = krb5_os_hostaddr (context, current, &newaddrs);
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_net_include.sh575 # In the non-global zone, plumb the interface to show current
585 l3protect=`/sbin/ipadm show-if -o current -p $1|grep -c 'Z'`
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm130 runops_debug() returns true if the current I<opcode dispatcher> is the
167 the current process. If you do not provide the optional argument to
229 current PV field is valid. Because POK is set we look at the PV item
306 C<X***> structure which holds the current state of an C<SV>. This
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParseLink.pm170 The current version of this module is always available from its web site at
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemset.s151 movl %edi, %edx / save current store ptr
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c368 * If the desired space exceeds the current pipe size, try to expand
369 * the pipe. Leave the current pipe intact if the realloc fails.
377 size_t current; local
381 current = np->np_uio.uio_offset + np->np_uio.uio_resid;
383 if (required <= current)
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c559 * Update the current cross-reference for the supplied type of
583 pool_set_xref_t *current, *prev, *next; local
585 for (prev = NULL, current = psl->psl_xref; current != NULL;
586 current = next) {
589 if (current->psx_pset_id == id)
590 current->psx_pool->pkp_assoc[PREC_PSET] =
596 next = current->psx_next;
597 if (current->psx_pool->pkp_assoc[PREC_PSET] != NULL) {
599 prev->psx_next = current
[all...]
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c425 Blowfish_stream2word(const uint8_t *data, uint16_t databytes, uint16_t *current) argument
433 j = *current;
441 *current = j;
/osnet-11/usr/src/cmd/parted/
H A Dui.c594 option_get_next (PedExceptionOption options, PedExceptionOption current) argument
598 if (current == 0)
601 i = current * 2;

Completed in 87 milliseconds

12345678910