Searched refs:why (Results 151 - 175 of 290) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl2/grep/dist/
H A Dgrep.spec110 Sooner or later, some people will alias grep="grep --color" and wonder why
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Daddlsh1_n.asm44 C that's used seems to work best. Not sure why, but %ecx,4 with src1 and/or
H A Drsh1add_n.asm43 C that's used seems to work best. Not sure why, but for instance leal
/netbsd-current/sys/dev/cardbus/
H A Dif_tlp_cardbus.c514 tlp_cardbus_power(struct tulip_softc *sc, int why) argument
517 switch (why) {
/netbsd-current/external/mit/lua/dist/src/
H A Dlundump.c44 static l_noret error (LoadState *S, const char *why) { argument
45 luaO_pushfstring(S->L, "%s: bad binary format (%s)", S->name, why);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname.mk41 # itself. This is exactly the reason why further above, the indirect
H A Darchive.mk7 # archive handling. That's why it deviates from the tutorial style of
H A Dcond-func.mk50 # It's not entirely clear why these characters are forbidden.
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3648 VSTRING *why = 0; local
3725 why = vstring_alloc(10);
3726 state->err = mail_stream_finish(state->dest, why);
3727 if (IS_SMTP_REJECT(STR(why)))
3728 printable_except(STR(why), ' ', "\r\n");
3730 printable(STR(why), ' ');
3778 } else if (why && IS_SMTP_REJECT(STR(why))) {
3780 smtpd_chat_reply(state, "%s", STR(why));
3784 if (why
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Dverify.h266 char why[PGPV_REASON_LEN]; /* reason for bad signature */ member in struct:pgpv_cursor_t
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_proc.c259 * process reached a particular event (why) rather than continuing the victim.
260 * If 'why' is set in the stop mask, we wait on dpr_cv for dt_proc_continue().
261 * If 'why' is not set, this function returns immediately and does nothing.
264 dt_proc_stop(dt_proc_t *dpr, uint8_t why) argument
267 assert(why != DT_PROC_STOP_IDLE);
269 if (dpr->dpr_stop & why) {
271 dpr->dpr_stop &= ~why;
/netbsd-current/external/bsd/ntp/dist/scripts/update-leap/
H A Dupdate-leap.in287 (my $ok, my $why) = $http->can_ssl;
288 log_fatal(LOG_ERR, "TLS/SSL config error: $why") if ! $ok;
/netbsd-current/sys/arch/hpcmips/dev/
H A Dite8181.c449 ite8181_power(int why, void *arg) argument
453 switch (why) {
473 int why = (int)msg; local
475 switch (why) {
/netbsd-current/sys/arch/m68k/m68k/
H A Doc_cksum.s67 | (It's clear why this happens for a count of 40: unroll-8 pays a
70 | me why.) So, since 16 was good for both large and small counts,
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict.h330 int open_flags, int dict_flags, struct stat * st, VSTRING **why);
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dcopyd.asm55 C it'd be good to know why something like store/load/subl + store/load/jnz
/netbsd-current/sys/arch/hpcmips/tx/
H A Dtx3912video.c211 int why = (int)msg; local
214 switch (why) {
/netbsd-current/sys/arch/zaurus/dev/
H A Dw100.c316 w100_power(int why, void *v) argument
320 switch (why) {
/netbsd-current/sys/dev/hpc/
H A Dbivideo.c337 bivideo_power(int why, void *arg) argument
341 switch (why) {
/netbsd-current/sys/arch/hpcarm/dev/
H A Dsed_saip.c307 sed1356_power(int why, void *arg) argument
311 switch (why) {
/netbsd-current/sys/arch/x86/x86/
H A Dioapic.c236 ioapic_print_redir(struct ioapic_softc *sc, const char *why, int pin) argument
241 apic_format_redir(device_xname(sc->sc_dev), why, pin,
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_memcache.c307 #define DICT_MC_SKIP(why) do { \
310 dict_mc->dict.name, operation, name, (why)); \
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py46 def __init__(self, why):
47 self.why = why
49 return str(self.why)
/netbsd-current/external/bsd/libevent/dist/
H A Devent_rpcgen.py57 def __init__(self, why): # pylint: disable=super-init-not-called
58 self.why = why
61 return str(self.why)
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DGenLibDeps.pl24 if (/^-why/) { $WHY = 1; $FLAT = 1; next; }

Completed in 330 milliseconds

1234567891011>>