Searched refs:maybe (Results 1 - 25 of 197) sorted by relevance

12345678

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum3.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
13 case maybe:
18 return maybe;
H A Denum2.C3 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
H A Denum4.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum3.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
13 case maybe:
18 return maybe;
H A Denum2.C3 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
H A Denum4.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/
H A DMakefile.in863 maybe-configure-ash \
864 maybe-configure-autoconf \
865 maybe-configure-automake \
866 maybe-configure-bash \
867 maybe-configure-bfd \
868 maybe-configure-opcodes \
869 maybe-configure-binutils \
870 maybe-configure-bison \
871 maybe-configure-byacc \
872 maybe
[all...]
H A DMakefile.tpl676 maybe-configure-[+module+][+
681 maybe-configure-target-[+module+][+
711 all-build: maybe-all-build-[+module+][+ ENDFOR build_modules +]
716 all-host: maybe-all-[+module+][+ IF bootstrap +]
722 all-target: maybe-all-target-[+module+][+ IF bootstrap +]
742 [+make_target+]-host: maybe-[+make_target+]-[+module+][+ ENDFOR host_modules +]
746 [+make_target+]-target: maybe-[+make_target+]-target-[+module+][+ ENDFOR target_modules +]
763 do-info: maybe-all-texinfo
815 maybe-check-[+module+][+
821 maybe
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/
H A DMakefile.in542 maybe-configure-ash \
543 maybe-configure-autoconf \
544 maybe-configure-automake \
545 maybe-configure-bash \
546 maybe-configure-bfd \
547 maybe-configure-opcodes \
548 maybe-configure-binutils \
549 maybe-configure-bison \
550 maybe-configure-byacc \
551 maybe
[all...]
H A DMakefile.tpl475 maybe-configure-[+module+][+
480 maybe-configure-target-[+module+][+
505 maybe-all-build-[+module+][+
510 maybe-all-[+module+][+
515 maybe-all-target-[+module+][+
536 maybe-[+make_target+]-[+module+][+
542 maybe-[+make_target+]-target-[+module+][+
558 do-info: maybe-all-texinfo
614 maybe-check-[+module+][+
620 maybe
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/config/
H A Dmulti.m444 cross_compiling=maybe
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/config/
H A Dmulti.m444 cross_compiling=maybe
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/string/
H A Dmemccpy.S59 movl %d0,%a0 | XXX maybe use lea to avoid stall?
74 movl %d0,%a0 | XXX maybe use lea to avoid stall?
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Delfread.c1507 struct stab_section_info *maybe = dbx->stab_section_info; local
1518 for (; maybe; maybe = maybe->next)
1520 if (filename[0] == maybe->filename[0]
1521 && filename_cmp (filename, maybe->filename) == 0)
1525 if (0 == maybe->found)
1527 questionable = maybe; /* Might use it later. */
1531 if (maybe == 0 && questionable != 0)
1536 maybe
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dfio.c180 int maybe, inhead; local
214 maybe = 1;
241 if (maybe && linebuf[0] == 'F' && ishead(linebuf)) {
282 maybe = linebuf[0] == 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/arm/iwmmxt/
H A Dtestutils.inc57 # ??? This works with the ARMulator but maybe not others.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/arm/
H A Dtestutils.inc57 # ??? This works with the ARMulator but maybe not others.
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/arm/xscale/
H A Dtestutils.inc57 # ??? This works with the ARMulator but maybe not others.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/lib/
H A Dlto.exp146 # lto-link-and-maybe-run -- link the object files and run the executable
155 proc lto-link-and-maybe-run { testname objlist dest optall optfile optstr } {
480 lto-link-and-maybe-run \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/doc/
H A DMakefile.in180 distclean: clean maybe-clean
184 maybe-clean:
/netbsd-6-1-5-RELEASE/sys/kern/
H A Duipc_domain.c174 const struct protosw *maybe = NULL; local
188 pr->pr_protocol == 0 && maybe == NULL)
189 maybe = pr;
191 return maybe;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh431 /* ??? Later maybe paste read.c in when building mainloop.c. */
448 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
623 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
731 /* ??? Later maybe paste read.c in when building mainloop.c. */
804 /* ??? Later maybe paste read.c in when building mainloop.c. */
821 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1196 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
1288 /* ??? Later maybe paste sem-switch.c in when building mainloop.c. */
/netbsd-6-1-5-RELEASE/sbin/routed/
H A Dif.c207 /* 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 ther
[all...]
/netbsd-6-1-5-RELEASE/libexec/rlogind/
H A Drlogind.c738 char *maybe = NULL; local
745 maybe = p;
748 return (maybe);
/netbsd-6-1-5-RELEASE/libexec/rshd/
H A Drshd.c776 char *p, *maybe = NULL; local
783 maybe = p;
786 return (maybe);

Completed in 475 milliseconds

12345678