Searched refs:what (Results 176 - 200 of 567) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/perl/lib/
H A Dsort.pm99 with what we actually have implemented.
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DLocale.pm28 # Try to obtain what the Windows ANSI code page is
240 the "locale" encoding is usually a good choice for what to expect as input and
342 figures out what the ANSI code page is and make this available as
367 File systems might vary in what encoding is to be used for
369 what the is correct it goes with the best guess which is to
/openbsd-current/lib/libedit/
H A Dterminal.c833 /* what termcap says we should use */
1317 char what[8], how[8]; local
1322 strncpy(what, ct_encode_string(argv[1], &el->el_scratch), sizeof(what));
1323 what[sizeof(what) - 1] = '\0';
1331 if (strcmp(ts->name, what) == 0)
1343 if (strcmp(tv->name, what) == 0)
1394 char *what; local
1400 what
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/lib/
H A Dlibgomp-dg.exp27 set dg-do-what-default run
95 # Compute what needs to be put into LD_LIBRARY_PATH
102 # Compute what needs to be added to the existing LD_LIBRARY_PATH.
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dinflow.c162 #define OOPSY(what) \
165 what, safe_strerror (errno))
267 are sharing a terminal. So what we do is to go through all
473 print it as O_NONBLOCK, which is good cause that is what POSIX
/openbsd-current/sys/arch/macppc/pci/
H A Dpci_machdep.c179 * In this case just trust what we got in "interrupts".
213 int (*func)(void *), void *arg, const char *what)
215 return (*intr_establish_func)(pc, ih, IST_LEVEL, lvl, func, arg, what);
212 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int lvl, int (*func)(void *), void *arg, const char *what) argument
/openbsd-current/usr.sbin/mrouted/
H A Dmain.c593 md_logit(int what, u_int32_t origin, u_int32_t mcastgrp) argument
607 buf[1] = what;
/openbsd-current/usr.bin/dig/lib/isc/
H A Dtimer.c393 set_index(void *what, unsigned int index) { argument
396 timer = what;
/openbsd-current/sys/dev/sbus/
H A Dqec.c68 const char *); /*what*/
263 int flags, int (*handler)(void *), void *arg, const char *what)
283 (t, t0, pri, level, flags, handler, arg, what));
262 qec_intr_establish(bus_space_tag_t t, bus_space_tag_t t0, int pri, int level, int flags, int (*handler)(void *), void *arg, const char *what) argument
/openbsd-current/usr.sbin/mopd/otherOS/linux2/
H A Dmopd-x.x.x.spec16 If a filename isn't given mopd must know what image to load.
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dver.t268 is( (readline v3), "This is what we expect to see!\n", "v-strings even work in Mordor" );
288 This is what we expect to see!
/openbsd-current/usr.sbin/pkg_add/OpenBSD/
H A DPkgDelete.pm223 $state->status->what("Pretending to delete");
225 $state->status->what("Deleting");
/openbsd-current/lib/libcurses/tinfo/
H A Dlib_raw.c414 #define is_TEST(show,what) \
418 return ((SP_PARM != NULL) ? (what(SP_PARM) ? 1 : 0) : -1); \
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DMemory.inc24 // Contrary to what you might expect, the Windows page protection flags
/openbsd-current/gnu/llvm/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_shadow_test.cpp130 bool broken(uptr what, typename Has<Mapping::kBroken>::Result = false) { argument
131 return Mapping::kBroken & what;
/openbsd-current/sys/arch/sparc64/dev/
H A Dfhc.c239 int level, int flags, int (*handler)(void *), void *arg, const char *what)
272 intrclrptr, what);
238 fhc_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/usr.bin/perl/ext/Devel-Peek/
H A DPeek.pm100 it should look. The trick, then, is to know what the raw datatype is
145 what is allowed for B<-D> flag). When called with a numeric argument,
255 to see what is in the scalar. The \0 at the end indicate that this
282 see what is in the scalar.
306 This shows what a reference looks like when it references a simple scalar.
328 follows the reference and shows us what C<$b> was referencing. We see the
338 This shows what a reference to an array looks like.
462 This is what you really need to know as an XS programmer, of course. When
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/
H A DMM.pm199 'type' is the type of what you're installing. Usually 'Module'.
267 We will show what would have been done.
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-h8500.c68 #define ENCODE_RELAX(what,length) (((what) << 2) + (length))
935 /* Now we know what sort of opcodes it is, let's build the bytes. */
1446 int what;
1456 what = GET_WHAT (fragP->fr_subtype);
1462 fragP->fr_subtype = C (what, BYTE_DISP);
1468 fragP->fr_subtype = C (what, UNDEF_WORD_DISP);
1444 int what; local
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.c532 /* We got a '%'. Let's see what happens. Record whether we're
1000 "errors" in system header files. Sometimes fixincludes can't fix what's
1452 const char *what = NULL;
1456 what = IDENTIFIER_POINTER (TYPE_NAME (node));
1459 what = IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (node)));
1461 if (what)
1464 warning ("`%s' is deprecated (declared at %s:%d)", what,
1467 warning ("`%s' is deprecated", what);
1450 const char *what = NULL; local
/openbsd-current/sys/arch/i386/pci/
H A Dpci_machdep.c793 int (*func)(void *), void *arg, const char *what)
798 return pci_intr_establish(pc, ih, level, func, arg, what);
803 int (*func)(void *), void *arg, const char *what)
841 evcount_attach(&ih->ih_count, what, &ih->ih_vec);
869 arg, what));
874 ret = isa_intr_establish(NULL, l, IST_LEVEL, level, func, arg, what);
791 pci_intr_establish_cpu(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, struct cpu_info *ci, int (*func)(void *), void *arg, const char *what) argument
802 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, int (*func)(void *), void *arg, const char *what) argument
/openbsd-current/gnu/usr.bin/perl/lib/File/
H A DCopy.t107 # Doesn't really matter what time it is as long as its not now.
408 my %what = (plain => "$object",
423 is eval {copy $what{$left}, $what{$right}}, 0, "copy $left $right";
/openbsd-current/usr.bin/ssh/
H A Dhostfile.c595 const char *what; local
655 what = "";
657 what = "Adding new key";
664 what = "Fixing match (hostname)";
671 what = "Fixing match (address)";
679 quiet ? __func__ : "", quiet ? ": " : "", what,
/openbsd-current/sys/arch/amd64/pci/
H A Dpci_machdep.c866 int (*func)(void *), void *arg, const char *what)
868 return pci_intr_establish_cpu(pc, ih, level, NULL, func, arg, what);
874 int (*func)(void *), void *arg, const char *what)
883 ci, func, arg, what);
887 ci, func, arg, what);
914 func, arg, what);
865 pci_intr_establish(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, int (*func)(void *), void *arg, const char *what) argument
872 pci_intr_establish_cpu(pci_chipset_tag_t pc, pci_intr_handle_t ih, int level, struct cpu_info *ci, int (*func)(void *), void *arg, const char *what) argument
/openbsd-current/gnu/usr.bin/perl/
H A Dconfigpm369 foreach my $what (qw(prefixexp
425 push @need_relocation, $what if fetch_string({}, $what) =~ m!^\.\.\./!;
630 $heavy_txt .= 'foreach my $what (qw(' . join (' ', @need_relocation) .
632 # s/^($what=)(['"])(.*?)\2/$1 . $2 . relocate_inc($3) . $2/me;
973 # Returns the compile date (as a string), equivalent to what is shown by
978 # Returns a list of the names of locally applied patches, equivalent to what

Completed in 392 milliseconds

1234567891011>>