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

  /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/libexec/rshd/
rshd.c 786 char *p, *maybe = NULL; local in function:topdomain
793 maybe = p;
796 return (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/libexec/rlogind/
rlogind.c 741 char *maybe = NULL; local in function:topdomain
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 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...]

Completed in 57 milliseconds