Searched refs:current (Results 76 - 100 of 235) sorted by relevance

12345678910

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c152 r=kiaentity(lp,lp->lexd.first+lp->lexd.kiaoff+type,off-lp->lexd.kiaoff,'v',-1,-1,lp->current,'v',0,"");
174 r=kiaentity(lp,begin,n,'v',-1,-1,lp->current,'v',0,"");
177 sfprintf(lp->kiatmp,"p;%..64d;v;%..64d;%d;%d;r;\n",lp->current,r,shp->inlineno,shp->inlineno);
183 * If lexd.nocopy is off, then current token is saved on the stack
320 * A pointer to the current word is stored in lp->arg
380 /* skip over characters in the current state */
2099 * Assumes that current word is unfrozen on top of the stak
2438 r=kiaentity(lp,nv_name(np),-1,'p',0,0,lp->current,'a',0,"");
2439 sfprintf(lp->kiatmp,"p;%..64d;p;%..64d;%d;%d;e;\n",lp->current,r,lp->sh->inlineno,lp->sh->inlineno);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm6 Cwd - get pathname of current working directory
19 current working directory. It is recommended that getcwd (or another
29 absolute path of the current working directory.
37 Returns the current working directory.
45 The cwd() is the most natural form for the current architecture. For
61 "Unstable directory path, current directory changed
77 given they'll use the current working directory.
288 die "Unstable directory path, current directory changed unexpectedly"
294 # Keeps track of current working directory in PWD environment var
H A Dperl5db.pl27 Some of these have survived into the current debugger; a few of the more
49 temporary copy of a variable in the current scope. When the scope ends, the
280 The item to be eval'ed by C<DB::eval>. Used to prevent messing with the current
310 Tracks current debugger nesting level. Used to figure out how many
354 =item * 4 - print current sub depth (turned on to force this when "too much
400 Saves the current value of C<$single> on entry to a subroutine.
402 current one.
479 The first C<BEGIN> block simply turns off warnings by saving the current
509 We preserve the current settings of X<C<$trace>>, X<C<$single>>, and X<C<$^D>>;
512 and the user's current packag
[all...]
H A Dwarnings.pm60 Use the warnings category with the same name as the current package.
84 Use the warnings category with the same name as the current package.
H A Dconstant.pm280 In the current implementation, scalar constants are actually
290 constant name does not include a package name, the current package is
304 In the current version of Perl, list constants are not inlined
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c62 * sensor=<name> (current)
143 boolean_t current, altcurrent; local
207 propname, &current) != 0) {
216 current |= altcurrent;
218 mode = current ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF;
254 uint64_t current; local
280 if (nvlist_lookup_uint64(props, prop, &current) == 0) {
281 raw = (double)current;
308 * Returns the current sensor state. This can be invoked for one of two
620 * speed, voltage, current, an
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c633 * If the current configuration already has inconsistent replication
636 * Otherwise, make sure that the current spec (if there is one) and the new
823 check_new_levels(libzfs_handle_t *hdl, replication_level_t *current, argument
826 if (current->zprl_type == NULL || new->zprl_type == NULL)
828 if (strcmp(current->zprl_type, new->zprl_type) != 0) {
832 current->zprl_type, new->zprl_type);
833 } else if (current->zprl_parity != new->zprl_parity) {
837 current->zprl_parity, new->zprl_parity);
838 } else if (current->zprl_children != new->zprl_children) {
842 current
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dobj_mgr.c398 CK_BYTE current[8]; local
422 (void) memcpy(current,
426 (void) memcpy(&o->name, current, 8);
428 (void) compute_next_token_obj_name(current, next);
584 CK_BYTE current[8]; local
606 (void) memcpy(current,
610 (void) memcpy(&new_obj->name, current, 8);
612 (void) compute_next_token_obj_name(current, next);
775 CK_BYTE current[8]; local
797 (void) memcpy(current,
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c39 * (2) The timestamp plus the window is less than the current time.
41 * seen in the current session.
305 struct timeval current; local
368 (void) gettimeofday(&current, NULL);
369 current.tv_sec -= window; /* allow for expiration */
370 if (!BEFORE(&current, &timestamp)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs556 my ($current,$inbytes,$outbytes,$next,$fallback) = @_;
558 # as current state.
559 $next ||= $current;
583 my $do_now = $current->{Raw}{$byte} ||= [{},-$pos,'',$fallback];
591 $current = $do_now->[RAW_NEXT];
598 my ($current,$inbytes,$outbytes,$next) = @_;
599 $next ||= $current;
604 my $do_now = $current->{Raw}{$byte} ||= [{},-$pos,''];
610 $current = $do_now->[RAW_NEXT];
912 push @inc, $inc unless $inc eq '.'; #skip current di
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm130 The current version of this module is always available from its web site at
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DComplete.pm45 Erases the current input.
102 # Attempt to save the current stty state, to be restored later
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_progress_bar.c264 int current, int end)
269 self->value = current;
263 progress_bar_set_state(void *vself, int visible, int start, int current, int end) argument
/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl142 msgid "get_config: get current config descr failed\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/
H A DEncoder.pm183 object itself. Otherwise, the current instance data is returned.
188 returns the object itself. Otherwise, the current instance encoding is
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
H A DSemaphore.pm210 become greater than its current value
219 Returns the current value of the semaphore C<SEM>.
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex.cc507 db_index_entry *current; local
509 for (current = orig; current != NULL;
510 current = current->getnextresult()) {
511 curr = new db_next_index_desc(current->getlocation(), head);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DManifest.pm74 Writes all files in and below the current directory to your F<MANIFEST>.
141 below the current directory.
176 checks if all the files within a C<MANIFEST> in the current directory
177 really do exist. If C<MANIFEST> and the tree below the current
194 finds files below the current directory that are not mentioned in the
299 reads a named C<MANIFEST> file (defaults to C<MANIFEST> in the current
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFunctions.pm169 caller Flow,Namespace get context of the current subroutine call
170 chdir File change your current working directory
223 getpriority Process get current nice value
350 tell I/O get current seekpointer on a filehandle
351 telldir I/O get current seekpointer on a directory handle
373 wantarray Misc,Flow get void vs scalar vs list context of current subroutine call
H A DFind.pm96 but do I<not> match the current Perl interpreter's version id, suppressing
101 Search for PODs in the current Perl interpreter's installation
106 Search for PODs in the current Perl interpreter's I<@INC> paths. This
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL797 Filesystem of current path is of type TYPE (only NFS/non-NFS distinction
862 OPTIONS will first be substituted with the path of the current
887 Adds current output to tar-format FILE.
891 Adds current output to old-style cpio-format FILE.
895 Adds current output to "new"-style cpio-format FILE.
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_open.c751 dt_provmod_t *next, *current; local
753 for (current = *provmod; current != NULL; current = next) {
754 next = current->dp_next;
755 free(current->dp_name);
756 free(current);
1030 * the macro variable definitions according to the current process.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DMac.pm322 Returns a string representing the current directory. On Mac OS, this is ":".
367 current working directory otherwise. Under MacPerl, $ENV{TMPDIR} will
622 If $base is not present or '', then the current working directory is used.
624 This means that it is taken to be relative to the current working directory.
636 This means that it is taken to be relative to the current working directory.
714 If $base is not present or '', then $base is set to the current working
717 current working directory.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm247 Adds the supplied opset to the current opmask. Note that there is
253 Returns an opset corresponding to the current opmask.
282 Also, since the number of opcodes in your current version of perl might
441 A handy tag name for a I<reasonable> default set of ops. (The current ops
476 current definition is unstable while development continues. It will change.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm62 The module appropriate for the current OS is automatically loaded by
109 Returns a string representation of the current directory.
128 list of possible temporary directories. Returns the current directory

Completed in 71 milliseconds

12345678910