HomeSort by: relevance | last modified time | path
    Searched refs:maybe (Results 1 - 25 of 40) 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.'
opt-keep-going-indirect.mk 71 # TODO: Mention the target that failed, maybe even the chain of targets.
81 # TODO: Mention the target that failed, maybe even the chain of targets.
use-inference.mk 34 # inference rule. But it seems to ignore it, maybe because it doesn't
varmod-l-name-to-value.mk 25 # Probably unintended, but maybe useful.
deptgt-makeflags.mk 73 # This is one of the very few ways (maybe even the only one) to inject literal
cond-cmp-string.mk 71 # Between 2003-01-01 (maybe even earlier) and 2020-10-30, adding one of the
  /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/usr.bin/mail/
fio.c 187 int maybe, inhead; local in function:setptr
221 maybe = 1;
248 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {
289 maybe = linebuf[0] == 0;
  /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/sys/arch/evbppc/evbppc/
disksubr.c 170 #ifdef maybe
  /src/sys/kern/
uipc_domain.c 207 const struct protosw *maybe = NULL; local in function:pffindproto
221 pr->pr_protocol == 0 && maybe == NULL)
222 maybe = pr;
224 return maybe;
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-adi-coyote.dts 20 /* CHECKME: 16 MB SDRAM minimum, maybe the Coyote actually has more */
kirkwood-b3.dts 89 * Not yet identified what it is, maybe the eeprom
  /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 in function:iflookup
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 in function:topdomain
748 maybe = p;
751 return (maybe);
  /src/libexec/rshd/
rshd.c 786 char *p, *maybe = NULL; local in function:topdomain
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 146 CFLAGS+= -Wno-maybe-uninitialized
  /src/tools/compat/
configure.ac 357 NB_CHECK_CC_FLAG([-Wno-maybe-uninitialized])

Completed in 27 milliseconds

1 2