HomeSort by: relevance | last modified time | path
    Searched refs:maybe (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/isc/libsodium/dist/test/default/
pwhash_argon2id.exp 4 [tv] pwhash failure (maybe intentional): [3]
11 [tv3] pwhash_argon2id_str failure (maybe intentional): [0]
12 [tv3] pwhash_argon2id_str failure (maybe intentional): [1]
13 [tv3] pwhash_argon2id_str failure (maybe intentional): [3]
pwhash_argon2i.exp 4 [tv] pwhash failure (maybe intentional): [3]
7 [tv] pwhash failure (maybe intentional): [6]
  /src/usr.bin/make/unit-tests/
depsrc.exp 2 : 'declaration. They are not preserved and maybe expanded later.'
depsrc.mk 19 : 'declaration. They are not preserved and maybe expanded later.'
cond-cmp-numeric-eq.mk 63 or maybe a machine without IEEE 754 floating point support.
cond-cmp-string.mk 71 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
deptgt-makeflags.mk 73 # This is one of the very few ways (maybe even the only one) to inject literal
  /src/tests/usr.bin/xlint/lint1/
msg_193.c 29 extern _Bool maybe(void);
532 if (maybe()) {
542 if (maybe()) /* expect+0: ... [193] */
551 if (maybe())
  /src/lib/libc/arch/m68k/string/
memccpy.S 68 movl %d0,%a0 | XXX maybe use lea to avoid stall?
90 movl %d0,%a0 | XXX maybe use lea to avoid stall?
  /src/tests/sys/crypto/chacha/
Makefile 50 # XXXGCC12 - believes subkey[] is maybe uninitialised, but it is not.
51 COPTS.chacha_sse2.c+= ${${ACTIVE_CC} == "gcc":? -Wno-maybe-uninitialized :}
  /src/usr.bin/mail/
fio.c 187 int maybe, inhead; local
221 maybe = 1;
248 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {
289 maybe = linebuf[0] == 0;
  /src/sys/arch/evbppc/evbppc/
disksubr.c 170 #ifdef maybe
  /src/sys/kern/
uipc_domain.c 207 const struct protosw *maybe = NULL; local
221 pr->pr_protocol == 0 && maybe == NULL)
222 maybe = pr;
224 return maybe;
  /src/sbin/routed/
if.c 207 /* If there is no known interface, maybe there is a
229 /* If there is no known interface, maybe there is a
247 struct interface *ifp, *maybe; local
250 maybe = 0;
266 && (maybe == 0
267 || ifp->int_mask > maybe->int_mask))
268 maybe = ifp;
272 if (maybe != 0 || once || IF_RESCAN_DELAY())
273 return maybe;
276 /* If there is no known interface, maybe there is
    [all...]
  /src/libexec/rlogind/
rlogind.c 741 char *maybe = NULL; local
748 maybe = p;
751 return (maybe);
  /src/libexec/rshd/
rshd.c 786 char *p, *maybe = NULL; local
793 maybe = p;
796 return (maybe);
  /src/sys/arch/hpc/hpc/
disksubr.c 359 #ifdef maybe
  /src/sys/arch/x68k/x68k/
disksubr.c 403 #ifdef maybe
  /src/sys/arch/sh3/sh3/
disksubr.c 577 #ifdef maybe
  /src/share/mk/
bsd.sys.mk 147 CFLAGS+= -Wno-maybe-uninitialized
  /src/tools/host-mkdep/
configure 491 cross_compiling=maybe
1391 if test "$cross_compiling" = maybe; then
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 675 # maybe we can avoid the subroutine call.
678 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
720 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
916 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
963 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
3660 mov.b %d0,STAG(%a6) # maybe NORM,DENORM
7360 beq.w fout_sgl_may_ovfl # maybe; go handle possible OVFL
7598 beq.w fout_dbl_may_ovfl # maybe; go handle possible OVFL
8587 beq.w fin_sd_may_ovfl # maybe; go check
8630 beq.w fin_sd_may_ovfl # maybe; go chec
    [all...]
  /src/sys/arch/hp300/hp300/
locore.s 307 cmpb #MMUID_425_E,%d0 | or maybe a 425e?
  /src/lib/librumpuser/
configure 1154 cross_compiling=maybe
2772 if test "$cross_compiling" = maybe; then
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 38 ; NC: not connected (00 or FF or image readable, maybe)

Completed in 493 milliseconds

1 2