Searched refs:where (Results 401 - 425 of 625) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/perl/cpan/Module-Load-Conditional/lib/Module/Load/
H A DConditional.pm115 It will return undef if it was not able to find where the module was
127 Directory, or more exact the C<@INC> entry, where the module was
180 ### where we store the return value ###
/openbsd-current/gnu/usr.bin/perl/lib/
H A DPerlIO.pm143 On DOS/Windows like architectures where this layer is part of the defaults,
293 of Perl that did not use PerlIO or where C<:raw> was buggy (as it was
/openbsd-current/gnu/usr.bin/perl/cpan/NEXT/lib/
H A DNEXT.pm468 initializers) where it's more appropriate that the least-derived methods be
567 has to guess where the surrounding call was found in the method
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/lib/File/
H A DGlobMapper.pm400 derived from the input filename. Examples of operations where this can be
486 Input File Glob. This makes it easier to use this module where the
/openbsd-current/usr.sbin/ypbind/
H A Dypbind.c840 msg.acpted_rply.ar_results.where = (caddr_t)&rmtcr;
892 msg.acpted_rply.ar_results.where = (caddr_t)&res;
/openbsd-current/gnu/usr.bin/perl/
H A Dgv.c28 GVs are usually found as values in stashes (symbol table hashes) where
60 SV **where; local
86 where = (SV **)&GvHV(gv);
88 where = (SV **)&GvAV(gv);
90 where = (SV **)&GvIOp(gv);
92 where = &GvSV(gv);
95 if (!*where)
97 *where = newSV_type(type);
101 sv_magic(*where, (SV *)gv, PERL_MAGIC_isa, NULL, 0);
154 /* This is where th
[all...]
H A DConfigure2400 even if you don't have a shell which knows about that. Questions where this is
2462 # _sysroot is used in places where we need --sysroot=foo
2496 : find out where common programs are
2609 echo "I don't know where '$file' is, and my life depends on it." >&4
4205 : determine root of directory hierarchy where package will be installed.
4272 : determine installation prefix for where package is to be installed.
4372 *) # Catch case where user specified ithreads but
6477 : Figure out where the libc is located
7354 : determine where public executables go
7359 rp='Pathname where th
[all...]
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dgoto.t762 like $@, qr/^goto must have label at /, 'goto $x where $x is empty string';
769 like $@, qr/^Can't find label \0 at /, 'goto $x where $x begins with \0';
/openbsd-current/gnu/usr.bin/perl/cpan/Term-Cap/
H A DCap.pm149 either a POSIX termios/SYSV termio speeds (where 9600 equals 9600) or
150 an old DSD-style speed ( where 13 equals 9600).
724 # Below is a default entry for systems where there are terminals but no
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan12 where C<module> is the name it appears in the C<%Modules> hash
108 Just continue at all places where we would normally ask for the user
110 CUSTOMIZED distributions, where this option will cause the update to
758 # and update the line to show where the file came from.
H A Dcore-cpan-diff35 # where, under the cache dir, to download tarballs to
38 # where, under the cache dir, to untar stuff to
57 (except on *BSD, where it's just '-u').
216 # first, make sure we have a directory where they can all be untarred,
645 # cache_dir: where to download the .tar.gz file to
647 # untar_dir: where to untar or unzup the file
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Compress/bin/
H A Dstreamzip273 A Streamed Zip File is useful in situations where you cannot seek
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dlocale.t119 "", { eval $switches }, "no locales where LC_NUMERIC breaks");
137 # try to find out a locale where LC_NUMERIC makes a difference
172 skip("no UTF-8 locale available where LC_NUMERIC radix isn't ASCII", 1 )
179 skip("no locale available where LC_NUMERIC radix isn't '.'", 30) unless $different;
430 skip("no locale available where LC_NUMERIC is a comma", 3);
/openbsd-current/gnu/usr.bin/perl/ext/File-Glob/
H A DGlob.pm209 C<sysconf(_SC_ARG_MAX)> or C<_POSIX_ARG_MAX> where available (in that
307 In the case where bsd_glob() has found some matching paths, but is
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x11 macro say by itself where variables are. Pass it desc.
448 case where ar truncates file names.
620 * core.c (xfer_core_file): In cases where MEMADDR is above the
803 case of an ambiguous return where there is a partial match
919 * valops.c: Each place where it compares against field names,
1096 * gdb.texinfo (Backtrace): Document "where" and "info stack".
1736 * m-hp9k320.h [HP_OS_BUG]: Created; deals with problem where a
2191 comparison, for machines where that casting does something.
2192 * valops.c (call_function): Setup to deal with machines where you
2247 where ther
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c1110 /* "INSN<cond> X,Y" where X:bit12, Y:bit16. */
1113 /* "INSN<cond> X,Y" where X:bit16, Y:bit12. */
1116 /* "INSN<cond> X,Y" where X:bit12, Y:bit16. */
1119 /* "INSN<cond> X,Y,Z" where X:16, Y:0, Z:12. */
1122 /* "INSN<cond> X,Y,Z" where X:12, Y:16, Z:0. */
1125 /* "INSN<cond> W,X,Y,Z" where W:5, X:12, Y:16, Z:0. */
1136 /* Offset into the template where the condition code (if any) will be.
2888 where [x, y) denotes the half-open address range from x,
3428 /* In the few cases where we might be able to accept something else
3479 /* In the few cases where w
11865 unsigned char * where = (unsigned char *) buf; local
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm1280 # This is a rename for OS's where the target must be unlinked first.
1287 # This is an unlink for OS's where the target must be writable first.
1550 INSTALL_BASE can be passed into Makefile.PL to change where your
1560 PREFIX it is easy to predict where the module will end up. The
1669 The binary can be installed into the directory where perl normally
1708 MakeMaker needs to know, or to guess, where certain things are
1709 located. Especially INST_LIB and INST_ARCHLIB (where to put the files
1710 during the make(1) run), PERL_LIB and PERL_ARCHLIB (where to read
1910 On some OS's where . has special meaning VERSION_SYM may be used in
2141 Directory where w
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm863 points to a directory where you can write a .lock file. You can set
1780 something similar. Another situation where CPAN refuses to act is an
1996 like to install version 1.23_90, you need to know where the
2167 where WORD is any valid config variable or a regular expression.
2801 C<mode> may have the values C<deterministic> for the case where all
2803 where the questions may come in any order. The default mode is
3073 Returns a string of the form "AUTHORID/TARBALL", where AUTHORID is the
3083 Changes to the directory where the distribution has been unpacked and
3095 Changes to the directory where the distribution has been unpacked and
3123 Changes to the directory where th
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c475 the byte after where the number is stored. Therefore, DESTINATION
867 print_double_string (where, string1, size1, string2, size2)
868 const char *where;
876 if (where == NULL)
880 if (FIRST_STRING_P (where))
882 for (this_char = where - string1; this_char < size1; this_char++)
885 where = string2;
888 for (this_char = where - string2; this_char < size2; this_char++)
1790 /* Points to the end of the buffer, where we should append. */
1810 This tells, e.g., postfix * where t
[all...]
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c527 the byte after where the number is stored. Therefore, DESTINATION
592 DESTINATION, and increment DESTINATION to the byte after where the
624 of table itself, but the before where the number of ranges is
999 print_double_string (where, string1, size1, string2, size2)
1000 const char *where;
1008 if (where == NULL)
1012 if (FIRST_STRING_P (where))
1014 for (this_char = where - string1; this_char < size1; this_char++)
1017 where = string2;
1020 for (this_char = where
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DFirstTime.pm87 Directory where the build process takes place?
140 to install modules that are signed incorrectly or where the key of the
141 author is not available or where some prerequisite for
302 supply a directory where the downloaded files are to be kept.
430 expressions for distribution names. These are YAML files where the
438 Directory where to store default options/environment/dialogs for
1516 # Adapted from resolve_home_path() in local::lib -- this is where
2121 $prompt = qq{CPAN.pm needs at least one URL where it can fetch CPAN files from.
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli824 (** [fold_left_uses f init v] is [f (... (f init u1) ...) uN] where
828 (** [fold_right_uses f v init] is [f u1 (... (f uN init) ...)] where
1047 (** [aggregate_element c idx] returns [Some elt] where [elt] is the element of
1424 (** [fold_left_globals f init m] is [f (... (f init g1) ...) gN] where
1443 (** [fold_right_globals f m init] is [f g1 (... (f gN init) ...)] where
1547 (** [fold_left_function f init m] is [f (... (f init f1) ...) fN] where
1565 (** [fold_right_functions f m init] is [f (... (f init fN) ...) f1] where
1637 (** [fold_left_params f init fn] is [f (... (f init b1) ...) bN] where
1655 (** [fold_right_params f fn init] is [f (... (f init bN) ...) b1] where
1715 (** [fold_left_blocks f init fn] is [f (... (f init b1) ...) bN] where
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreload1.c62 called ``reload regs'', and for each place where a pseudo reg
208 once during find_reload_regs, where they keep track of the spill registers
209 for a single insn, but also during reload_as_needed where they show all
846 main reload loop in the most common case where register elimination
1079 /* Use the reload registers where necessary
2207 where the offsets disagree. */
2359 /* First handle the case where we encounter a bare register that
2389 Also consider backends where the flags register is clobbered by a
2605 where m1 < m2, and expects something interesting to
2727 /* First handle the case where w
6357 rtx *where; local
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreload1.c59 called ``reload regs'', and for each place where a pseudo reg
194 once during find_reload_regs, where they keep track of the spill registers
195 for a single insn, but also during reload_as_needed where they show all
896 main reload loop in the most common case where register elimination
1112 /* Use the reload registers where necessary
2205 where the offsets disagree. */
2368 /* First handle the case where we encounter a bare register that
2392 Also consider backends where the flags register is clobbered by a
2604 where m1 < m2, and expects something interesting to
2741 /* First handle the case where w
6208 rtx *where; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-vax.c105 2a. J<cond> where <cond> is a simple flag test.
123 2b. J<cond> where cond tests a memory bit.
135 2c. J<cond> where cond tests low-order memory bit
181 For class 2 instructions, we store context of "where is the opcode literal".
528 long where;
531 where = fragP->fr_fix;
532 addressP = fragP->fr_literal + where;
799 operand is coded 'b?' where the "data type" '?' is a clue that we
1149 2nd step is where we detect the googles of possible invalid combinations
2733 /* Remember where i
523 long where; local
[all...]

Completed in 262 milliseconds

<<11121314151617181920>>