Searched refs:where (Results 326 - 350 of 625) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/llvm/llvm/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
/openbsd-current/gnu/llvm/clang/docs/analyzer/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
/openbsd-current/gnu/llvm/clang/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/
H A Dcorelist83 finds the first perl version where a module has been released by
/openbsd-current/usr.sbin/smtpd/
H A Dioev.c180 io_frame_enter(const char *where, struct io *io, int ev) argument
184 frame, where, io_evstr(ev), io_strio(io));
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dadd-pod-file41 consists of a string in the format C<STUB - ABSTRACT>, where C<STUB> is the
/openbsd-current/sys/arch/arm64/stand/efiboot/
H A Defidev.c651 esp_seek(struct open_file *f, off_t offset, int where) argument
657 switch(where) {
/openbsd-current/gnu/usr.bin/perl/dist/Module-CoreList/lib/Module/CoreList/
H A DUtils.pm2070 Takes a UTILITY name as an argument, returns the first perl version where that utility
2076 Takes a UTILITY name as an argument, returns the first perl version by release date where that
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dwarnings.pl886 $i = _error_loc(); # see where Carp will allocate the error
1212 over where warnings can or can't be tripped.
1370 features that are documented as risky, deprecated, or unspecified, or where
1402 The scope where C<length> is used has escalated the C<void> warnings
1580 Notice also that the warning is reported at the line where the object is first
1602 Creates a new warnings category with the same name as the package where
1624 where the object is used.
1650 scope where the object is used.
1681 If that warnings category has been set to "FATAL" in the scope where C<$object>
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1643 where C<a> is the I<real> part and C<b> is the I<imaginary> part. The
1667 where C<rho> is the distance to the origin, and C<theta> the angle between
1673 where I<i> is the famous imaginary number introduced above. Conversion
1842 roots of some complex, where I<n> is a strictly positive integer.
1919 style I<a+bi>, but there are legitimate cases where the polar style
1944 (where I<n> is a positive integer and I<k> an integer within [-9, +9]),
2078 C<sec>, C<tanh>, the argument cannot be I<pi/2 + k * pi>, where I<k>
2110 Whatever it is, it does not manifest itself anywhere else where Perl runs.
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/lib/ExtUtils/
H A DCBuilder.pm164 On platforms where C<need_prelink()> returns true, C<prelink()>
244 Returns true on platforms where C<prelink()> should be called
/openbsd-current/gnu/usr.bin/perl/ext/mro/
H A Dmro.pm174 known case where pure perl code can confuse the method
301 But there are some cases where only this solution
/openbsd-current/usr.sbin/amd/rpcx/
H A Dnfs_prot_xdr.c263 if (!xdr_diropargs(xdrs, &objp->where))
/openbsd-current/gnu/usr.bin/perl/dist/base/lib/
H A Dbase.pm118 # of @INC, where it's guaranteed to run -- immediately.
274 useful for inheriting from classes in the same file as yourself but where
/openbsd-current/lib/libc/rpc/
H A Dpmap_rmt.c318 msg.acpted_rply.ar_results.where = (caddr_t)&r;
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dhashassign.t328 warning_like(sub {%h = ({})}, qr/^Reference found where even-sized list expected/);
331 warning_like(sub { ($s, %h) = (1, {})}, qr/^Reference found where even-sized list expected/);
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-PL2Bat/lib/ExtUtils/
H A DPL2Bat.pm129 This module converts a perl script into a batch file that can be executed on Windows/DOS-like operating systems. This is intended to allow you to use a Perl script like regular programs and batch files where you just enter the name of the script [probably minus the extension] plus any command-line arguments and the script is found in your B<PATH> and run.
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8500.c1124 char *where = frag_more (2); local
1126 where[0] = 0x0;
1127 where[1] = 0x0;
H A Dtc-z8k.c1253 char *where = frag_more (2); local
1255 where[0] = 0x0;
1256 where[1] = 0x0;
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-z8k.c1244 char *where = frag_more (2); local
1246 where[0] = 0x0;
1247 where[1] = 0x0;
/openbsd-current/sys/uvm/
H A Duvm_page.c835 int flags, struct uvm_constraint_range *where)
848 r = uvm_pglistalloc(size, where->ucr_low, where->ucr_high, 0,
1086 * and where they do it. it can be used to track down problems
834 uvm_pagerealloc_multi(struct uvm_object *obj, voff_t off, vsize_t size, int flags, struct uvm_constraint_range *where) argument
/openbsd-current/gnu/usr.bin/perl/
H A Dregcomp_internal.h133 * where pattern must be upgraded to utf8. */
261 * in turns depend on a variable pRExC_state being in scope where they
279 * intended for cases where this is NOT governed by the UTF macro.
298 * intended for cases where this is NOT governed by the UTF macro.
795 * where it uses the input unchanged in the middle of something it constructs,
814 * xC is the position in the substitute parse string where we found a
1208 # define DEBUG_STUDYDATA(where, data, depth, is_inf, min, stopmin, delta) \
1209 debug_studydata(where, data, depth, is_inf, min, stopmin, delta)
1214 # define DEBUG_STUDYDATA(where, data, depth, is_inf, min, stopmin, delta) NOOP
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A Dexception.pm126 The line in C<< $E->file >> where the exceptional code was called.
174 C<errno> for exceptions where C<$!> would reasonably have been
562 # Detect the most simple case for this, where our
626 Returns the string C< at %s line %d>, where C<%s> is replaced with
818 # where we were called from the top level of a program.
/openbsd-current/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/
H A DFetch.pm74 my $ff = File::Fetch->new(uri => 'http://some.where.com/dir/a.txt');
77 my $where = $ff->fetch() or die $ff->error;
80 my $where = $ff->fetch( to => '/tmp' );
273 =head2 $ff = File::Fetch->new( uri => 'http://some.where.com/dir/file.txt' );
342 ### if it is unix where it means /disk$user/my/notes/note12345.txt'.
374 ### index in @parts where the path components begin;
423 =head2 $where = $ff->fetch( [to => /my/output/dir/ | \$scalar] )
430 ### file fetch to /tmp, full path to the file in $where
431 $where = $ff->fetch( to => '/tmp' );
433 ### file slurped into $scalar, full path to the file in $where
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dreg-stack.c53 A "swap" insn looks like a parallel of two patterns, where each
63 The case where the SET_SRC and SET_DEST are both FIRST_STACK_REG
224 /* Passed to change_stack to indicate where to emit insns. */
765 emit_pop_insn (rtx insn, stack regstack, rtx reg, enum emit_where where)
779 pop_insn = emit_pop_insn (insn, regstack, reg1, where);
781 pop_insn = emit_pop_insn (insn, regstack, reg2, where);
793 if (where == EMIT_AFTER)
2088 K is where recog_data.operand[i] is now. J is where it
2353 change_stack (rtx insn, stack old, stack new, enum emit_where where)
756 emit_pop_insn(rtx insn, stack regstack, rtx reg, enum emit_where where) argument
2336 change_stack(rtx insn, stack old, stack new, enum emit_where where) argument
[all...]

Completed in 487 milliseconds

<<11121314151617181920>>