Searched refs:interesting (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/usr.bin/netstat/
H A Dif.c563 struct iftot *iftot, *ip, *ipn, *total, *sum, *interesting; local
578 interesting = NULL;
587 interesting = ip;
600 if (interface && interesting == NULL)
622 interesting ? interesting->ift_name : "(Total)", "output");
633 if (interesting != NULL) {
634 ip = interesting;
H A Droute.c563 int af1 = 0, interesting = RTF_UP | RTF_GATEWAY | RTF_HOST; local
590 p_flags(rtm->rtm_flags & interesting, "%-6.6s ");
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c879 may trigger a translation action, hence are 'interesting' */
880 char interesting[256];
943 memset(b->interesting, FALSE, sizeof(b->interesting));
945 b->interesting['$'] = TRUE;
948 b->interesting['\r'] = TRUE;
949 b->interesting['\n'] = TRUE;
980 * In that case, the second byte will be interesting
983 return !b->interesting[(unsigned char)buf[1]] || buf[0] == buf[1];
1014 const char *interesting
876 char interesting[256]; member in struct:translation_baton
1010 const char *interesting = b->interesting; local
[all...]
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c598 int interesting, preferold; local
607 interesting = finptr || errno!=ENOENT;
608 if (interesting || !preferold) {
613 return interesting;
/freebsd-10.0-release/contrib/bmake/mk/
H A Dmeta.subdir.mk68 # dirdeps.mk will compute some interesting combinations.
H A Dmeta2deps.py32 that we have reached the interesting bit.
392 interesting = 'CEFLRV'
396 if not line[0] in interesting:
410 interesting += 'W'
/freebsd-10.0-release/contrib/ncurses/
H A DMakefile.os2243 # the install-prefix. That means we cannot provide "interesting" options
/freebsd-10.0-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp1011 int interesting = 0; local
1047 interesting = 1;
1065 if (!outfp && !in_header && !interesting)
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt57 After this, ports to non-NetBSD platforms became interesting as well.
459 Fibre Channel presents an interesting challenge here. The QLogic firmware
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex534 won't pick up more interesting errors later on. There is a
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql886 never will. It's not interesting like in the NODES table: the external's

Completed in 121 milliseconds