Home
last modified time | relevance | path

Searched refs:maybe (Results 1 – 25 of 68) sorted by relevance

123

/dragonfly/sys/kern/
H A Dkern_cputimer.c420 struct cputimer_intr *cti, *maybe; in cputimer_intr_select_caps() local
423 maybe = NULL; in cputimer_intr_select_caps()
426 if (maybe == NULL) in cputimer_intr_select_caps()
427 maybe = cti; in cputimer_intr_select_caps()
428 else if (cti->prio > maybe->prio) in cputimer_intr_select_caps()
429 maybe = cti; in cputimer_intr_select_caps()
432 if (maybe == NULL) in cputimer_intr_select_caps()
435 if (sys_cputimer_intr == maybe) in cputimer_intr_select_caps()
439 error = cputimer_intr_select(maybe, CPUTIMER_INTR_PRIO_MAX); in cputimer_intr_select_caps()
H A Duipc_domain.c175 struct protosw *maybe = NULL; in pffindproto() local
190 pr->pr_protocol == 0 && maybe == NULL) in pffindproto()
191 maybe = pr; in pffindproto()
193 return (maybe); in pffindproto()
/dragonfly/contrib/gdb-7/gdb/
H A Delfread.c1546 for (; maybe; maybe = maybe->next) in elfstab_offset_sections()
1548 if (filename[0] == maybe->filename[0] in elfstab_offset_sections()
1549 && filename_cmp (filename, maybe->filename) == 0) in elfstab_offset_sections()
1553 if (0 == maybe->found) in elfstab_offset_sections()
1555 questionable = maybe; /* Might use it later. */ in elfstab_offset_sections()
1559 if (maybe == 0 && questionable != 0) in elfstab_offset_sections()
1564 maybe = questionable; in elfstab_offset_sections()
1567 if (maybe) in elfstab_offset_sections()
1570 maybe->found++; in elfstab_offset_sections()
1574 for (i = 0; i < maybe->num_sections; i++) in elfstab_offset_sections()
[all …]
/dragonfly/usr.bin/mail/
H A Dfio.c61 int maybe, inhead; in setptr() local
86 maybe = 1; in setptr()
116 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) { in setptr()
150 maybe = linebuf[0] == 0; in setptr()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dos_unix.c569 int maybe = 0; in testing_fail_alloc() local
575 maybe = 1; in testing_fail_alloc()
584 if (maybe && next) { in testing_fail_alloc()
641 int maybe = 0; in testing_test_fail() local
647 maybe = 1; in testing_test_fail()
656 if (maybe && next) { in testing_test_fail()
/dragonfly/share/mk/
H A Dbsd.sys.mk65 _cnowarnflags += -Wno-maybe-uninitialized
98 _cnowarnflags += -Wno-error=maybe-uninitialized\
113 CWARNFLAGS += -Wno-error=maybe-uninitialized
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple-ssa-sprintf.c2554 ? (maybe in maybe_warn()
2559 : (maybe in maybe_warn()
2596 ? (maybe in maybe_warn()
2613 ? (maybe in maybe_warn()
2628 ? (maybe in maybe_warn()
2643 ? (maybe in maybe_warn()
2674 ? (maybe in maybe_warn()
2717 ? (maybe in maybe_warn()
2736 ? (maybe in maybe_warn()
2752 ? (maybe in maybe_warn()
[all …]
/dragonfly/sbin/routed/
H A Dif.c234 struct interface *ifp, *maybe; in iflookup() local
236 maybe = NULL; in iflookup()
252 && (maybe == NULL in iflookup()
253 || ifp->int_mask > maybe->int_mask)) in iflookup()
254 maybe = ifp; in iflookup()
258 if (maybe != NULL in iflookup()
260 return maybe; in iflookup()
/dragonfly/share/examples/printing/
H A DREADME7 # Please change doc/handbook/printing.sgml or maybe
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset164 62 Fork nesting > %d; maybe `...` loop
/dragonfly/contrib/file/magic/Magdir/
H A Dtimezone7 # this should work on Linux, SunOS, and maybe others
H A Dmozilla31 # maybe only partly or after some warnings. Example:
H A Dwordprocessors161 # maybe mouse driver for WP5.1
170 # maybe Macintosh WP2.0 document
464 >110 uleshort <0x0400 \b, maybe version 3
519 # test for null value in gap after theme name maybe unreliable
H A Dpci_ids31 # maybe also Promise?
H A Dgnu14 # Note: maybe call it like "GNU translation gettext machine object"
H A Dmathematica85 # level of the MAT-file like: 5.0 7.0 or maybe 7.3
H A Dandroid51 # maybe look for some more characteristics like linefeed '\n' or version
/dragonfly/etc/rc.d/
H A Dserial65 maybe() {
/dragonfly/sys/dev/disk/isp/
H A DHardware.txt11 maybe a couple of notes as to what you should do to make it
120 Approx cost: I don't know what optical is- you can expect to pay maybe
/dragonfly/contrib/ncurses/progs/
H A Dtic.c2083 bool maybe = TRUE; in check_delays() local
2103 maybe = FALSE; in check_delays()
2111 maybe = FALSE; /* just an isolated "$<" */ in check_delays()
2112 } else if (maybe) { in check_delays()
/dragonfly/sbin/init/
H A DNOTES97 maybe now we can consider replacements? maintain them in parallel
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-funny31 <chiller> maybe an 'a' there..
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dmakefile.texi175 is written in: typically, C and maybe Ada. If you are debugging a
/dragonfly/contrib/pam_passwdqc/
H A DREADME123 Deny passwords or passphrases directly appearing in a maybe huge binary
/dragonfly/crypto/openssh/
H A DPROTOCOL.mux286 XXX lock (maybe)

123