Searched refs:what (Results 126 - 150 of 567) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInterceptResult.pm258 See L<Test2::API::InterceptResult::Event> for a full description of what
350 you are testing randomly changes what type of events it generates (IE Changing
377 them into the subtest, which is not what happens).
533 See L<Test2::API::InterceptResult::Event> for details on what C<flatten()>
544 See L<Test2::API::InterceptResult::Event> for details on what C<brief()>
555 See L<Test2::API::InterceptResult::Event> for details on what C<summary()>
566 See L<Test2::API::InterceptResult::Event> for details on what
577 See L<Test2::API::InterceptResult::Event> for details on what
588 See L<Test2::API::InterceptResult::Event> for details on what
599 See L<Test2::API::InterceptResult::Event> for details on what
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-w65.c85 #define ENCODE_RELAX(what,length) (((what) << 2) + (length))
585 /* Now we know what sort of opcodes it is, let's build the bytes. */
1085 int what; local
1094 what = GET_WHAT (fragP->fr_subtype);
1100 fragP->fr_subtype = C (what, BYTE_DISP);
1106 fragP->fr_subtype = C (what, UNDEF_WORD_DISP);
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DTarzip.pm50 my($what) = @_;
51 if ($CPAN::Config->{$what}) {
52 return $CPAN::Config->{$what};
55 return File::Which::which($what);
57 my @cand = MM->maybe_command($what);
63 my($abs) = File::Spec->catfile($component,$what);
H A DHandleConfig.pm769 my($self,$distro,$what) = @_;
771 if ($prefssupport{$what}) {
772 return $CPAN::Config->{$what} unless
776 and defined $distro->prefs->{cpanconfig}{$what};
777 return $distro->prefs->{cpanconfig}{$what};
779 $CPAN::Frontend->mywarn("Warning: $what not yet officially ".
781 return $CPAN::Config->{$what};
H A DBundle.pm150 # $where is in local format, $what is in unix format
152 my($self,$where,$what) = @_;
153 $self->debug("where[$where]what[$what]") if $CPAN::DEBUG;
155 ### my $bu = File::Spec->catfile($where,$what);
168 my $bundle_filename = $what;
174 if ($file =~ m|\Q$what\E$|) {
249 # A: Sure, what could demand otherwise? --andk, 2013-11-25
/openbsd-current/bin/md5/
H A Dmd5.c449 digest_print(const struct hash_function *hf, const char *what, argument
454 (void)fprintf(ofile, "%s (%s) = %s\n", hf->name, what, digest);
457 (void)fprintf(ofile, "%s %s\n", digest, what);
467 digest_printstr(const struct hash_function *hf, const char *what, argument
472 (void)fprintf(ofile, "%s (\"%s\") = %s\n", hf->name, what, digest);
475 (void)fprintf(ofile, "%s %s\n", digest, what);
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/
H A Dpod2usage2.t76 -message => 'You naughty person, what did you say?',
80 #You naughty person, what did you say?
101 # frobnicate - do what I mean
107 # frobnicate does foo and bar and what not.
160 # frobnicate does foo and bar and what not.
356 like ($text, qr/frobnicate - do what I mean/, "Output test pod2usage with relative path works OK") or diag "Got:\n$text\n";
398 frobnicate - do what I mean
407 B<frobnicate> does foo and bar and what not.
/openbsd-current/gnu/usr.bin/binutils/ld/
H A Dldlex.l82 static void lex_warn_invalid (char *where, char *what);
387 give what's inside */
658 lex_warn_invalid (char *where, char *what)
672 if (! ISPRINT (*what))
674 sprintf (buf, "\\%03o", (unsigned int) *what);
675 what = buf;
678 einfo ("%P:%S: ignoring invalid character `%s'%s\n", what, where);
/openbsd-current/gnu/usr.bin/binutils-2.17/ld/
H A Dldlex.l79 static void lex_warn_invalid (char *where, char *what);
393 give what's inside */
664 lex_warn_invalid (char *where, char *what)
678 if (! ISPRINT (*what))
680 sprintf (buf, "\\%03o", (unsigned int) *what);
681 what = buf;
684 einfo ("%P:%S: ignoring invalid character `%s'%s\n", what, where);
/openbsd-current/sbin/umount/
H A Dumount.c257 getmntname(char *name, mntwhat what, char *type) argument
267 if ((what == MNTON) &&
275 if ((what == MNTFROM) &&
/openbsd-current/sys/arch/sparc64/dev/
H A Debus_mainbus.c239 int level, int flags, int (*handler)(void *), void *arg, const char *what)
273 NULL, NULL, what);
321 intrclrptr, what);
238 ebus_mainbus_intr_establish(bus_space_tag_t t, bus_space_tag_t t0, int ihandle, int level, int flags, int (*handler)(void *), void *arg, const char *what) argument
/openbsd-current/gnu/gcc/libmudflap/testsuite/lib/
H A Dlibmudflap.exp55 global dg-do-what-default
56 set dg-do-what-default run
145 # Set up the compiler flags, based on what we're going to do.
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/
H A Dabi_check.cc202 name = "error code unknown - who knows what happened";
378 string what(baseline_names[i]);
380 symbol_names::iterator it = find(added_names.begin(), end, what);
384 shared_names.push_back(what);
388 missing_names.push_back(what);
/openbsd-current/gnu/usr.bin/gcc/gcc/doc/
H A Dmakefile.texi12 This is the default target. Depending on what your build/host/target
34 that additional tools may be required beyond what is normally needed to
81 of which stage you're on or what invocation that stage needs.
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dexpand-macro.pl76 /* Need to do this like this, as cflags.sh sets it for us come what may. */
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dinfosrch91 REGEX is what you want to find in it.
/openbsd-current/usr.sbin/config/
H A Dsem.c499 exclude(struct nvlist *nv, const char *name, const char *what) argument
503 error("%s: swap generic must not specify %s", name, what);
515 resolve(struct nvlist **nvp, const char *name, const char *what, argument
582 error("%s: invalid %s device name `%s'", name, what, cp);
588 name, what, nv->nv_str);
597 lresolve(struct nvlist **nvp, const char *name, const char *what, argument
602 while ((err = resolve(nvp, name, what, dflt, part)) == 0 &&
664 setconf(struct nvlist **npp, const char *what, struct nvlist *v) argument
668 error("duplicate %s specification", what);
808 * look at the parent base device to see what attribute
[all...]
/openbsd-current/usr.bin/
H A DMakefile32 what which who whois write x99token xargs xinstall \
/openbsd-current/gnu/usr.bin/perl/dist/Devel-PPPort/devel/
H A Dmktodo.pl161 # Get an exhaustive list from apicheck.i of symbols, what functions contain
344 # under what circumstances this becomes an issue)
457 my($what, $sym, $reason, $extra) = @_;
464 $what = colored("$what symbol", $col{$what});
467 $todo_version, $what, $sym, $reason, $extra;
/openbsd-current/gnu/llvm/libcxx/src/
H A Dmemory.cpp33 bad_weak_ptr::what() const noexcept
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_default_handlers.cpp70 // Include the what() message from the exception
72 abort_message("terminating due to %s exception of type %s: %s", cause, name.get(), e->what());
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/
H A DFormatter.pm71 This is what takes events and turns them into TAP.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/EventFacet/
H A DAmnesty.pm26 This package represents what is expected in units of amnesty.
H A DMeta.pm64 to know what metadata may be added, so any is allowed.
/openbsd-current/usr.sbin/dhcrelay/
H A Ddhcpd.h122 void *what; member in struct:timeout

Completed in 201 milliseconds

1234567891011>>