HomeSort by: relevance | last modified time | path
    Searched defs:maybe (Results 1 - 12 of 12) sorted by relevancy

  /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/libexec/rshd/
rshd.c 786 char *p, *maybe = NULL; local
793 maybe = p;
796 return (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/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 399 of local variables. When MAYBE is set, all diagnostics will be of
404 diag_returned_locals (bool maybe, const locmap_t &locmap)
420 (maybe || argsloc.nargs > nargs
632 bool maybe = placeargsloc->nargs > placeargsloc->locvec.length (); local
655 if (!maybe
819 bool maybe = argsloc->nargs > argsloc->locvec.length (); local
820 if (!maybe)
821 maybe = !dominated_by_p (CDI_POST_DOMINATORS,
824 diag_returned_locals (maybe, locmap);
832 if (maybe)
    [all...]
gimple-ssa-warn-access.cc 179 bool maybe = wi::to_wide (size) == bndrng[0]; local
184 : (maybe
210 bool maybe = wi::to_wide (size) == bndrng[0]; local
215 : (maybe
713 bool maybe = pad && pad->src.phi (); local
714 if (maybe)
716 /* Issue a "maybe" warning only if the PHI refers to objects
721 maybe = false;
730 (maybe
737 (maybe
807 bool maybe = pad && pad->dst.phi (); local
1425 const bool maybe = pad && pad->dst.parmarray; local
1519 const bool maybe = pad && pad->dst.parmarray; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 399 of local variables. When MAYBE is set, all diagnostics will be of
404 diag_returned_locals (bool maybe, const locmap_t &locmap)
420 (maybe || argsloc.nargs > nargs
632 bool maybe = placeargsloc->nargs > placeargsloc->locvec.length (); local
655 if (!maybe
817 bool maybe = argsloc->nargs > argsloc->locvec.length (); local
818 if (!maybe)
819 maybe = !dominated_by_p (CDI_POST_DOMINATORS,
822 diag_returned_locals (maybe, locmap);
830 if (maybe)
    [all...]
gimple-ssa-warn-access.cc 177 bool maybe = wi::to_wide (size) == bndrng[0]; local
182 : (maybe
208 bool maybe = wi::to_wide (size) == bndrng[0]; local
213 : (maybe
711 bool maybe = pad && pad->src.phi (); local
712 if (maybe)
714 /* Issue a "maybe" warning only if the PHI refers to objects
719 maybe = false;
727 (maybe
734 (maybe
804 bool maybe = pad && pad->dst.phi (); local
1416 const bool maybe = pad && pad->dst.parmarray; local
1508 const bool maybe = pad && pad->dst.parmarray; local
    [all...]
  /src/libexec/rlogind/
rlogind.c 741 char *maybe = NULL; local
748 maybe = p;
751 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/external/bsd/wpa/dist/src/utils/
os_unix.c 600 int maybe = 0; local
607 maybe = 1;
621 if (maybe && next) {
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.h 591 int maybe; member in struct:__anon13290
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.h 586 int maybe; member in struct:__anon15736

Completed in 51 milliseconds