Searched refs:known (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-10.0-release/lib/libc/stdio/
H A Dflags.c54 int ret, m, o, known; local
82 known = 1;
101 known = 0;
104 } while (known);
/freebsd-10.0-release/contrib/gcc/
H A Dcppspec.c42 /* Suffixes for known sorts of input files. Note that we do not list
141 int known = 0; local
147 known = 1;
151 if (! known)
/freebsd-10.0-release/crypto/openssh/regress/
H A Dconch-ciphers.sh20 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/freebsd-10.0-release/usr.sbin/bsdinstall/
H A Dbsdinstall57 : just skipping known flags
/freebsd-10.0-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.def58 Print a list of the peers known to the server as well as a summary of
69 Print a list of the peers known to the server as well as a summary
80 Print a list of the peers known to the server as well as a summary
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c226 int cmd_argc, rval = 0, known; local
227 #define scratch known
262 known = 0;
278 known = 1;
282 if (!known)
910 warnx("type `%s' not known", argv[1]);
/freebsd-10.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh53 # try `progname' with all well known extensions
211 this option can accelerate processing, if it is known in
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_mx4200.c143 u_int known; /* position known yet? */ member in struct:mx4200unit
315 up->known = 0;
407 * Start off in 2d/3d coast mode, holding altitude to last known
427 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
483 * mx4200_ref - Reconfigure unit as a reference station at a known position.
545 'K', /* known position: solve for time only */
800 if (!up->known) {
813 * if position is well known.
816 up->known
[all...]
H A Drefclock_ripencc.c4065 unsigned char known; local
4085 known = FALSE;
4089 known = TRUE;
4091 if (known == FALSE) pbuf += sprintf(pbuf, "No known");
4094 known = FALSE;
4098 known = TRUE;
4103 known = TRUE;
4105 if (known == FALSE) pbuf += sprintf(pbuf, "No known");
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c227 svn_boolean_t known = FALSE;
229 /* There are two FS module definitions known at compile time. We
234 known = TRUE;
239 known = TRUE;
255 if (!known)
262 known = TRUE;
265 if (!known)
225 svn_boolean_t known = FALSE; local
/freebsd-10.0-release/crypto/openssh/
H A Dsftp-client.c372 int known = 0; local
377 known = 1;
381 known = 1;
385 known = 1;
389 known = 1;
391 if (known) {
/freebsd-10.0-release/contrib/bmake/mk/
H A Dprog.mk96 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
H A Dlib.mk454 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME155 - There are known performance issues with this driver when running
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp364 The answer is known
367 The answer is known
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def60 Print a list of the peers known to the server as well as a summary
182 keywords known to this incarnation of
/freebsd-10.0-release/contrib/atf/atf-report/
H A Dintegration_test.sh166 Test cases for known bugs:
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot437 stripe|mirror|raidz1|raidz2|raidz3) : known good ;;
664 ""|MBR|GPT) : known good ;;
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c1182 disassembling this code, the methods ABCD and EFGH must be known to the
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregengine.inc854 states aft) /* states already known reachable after */
/freebsd-10.0-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf1058 R<?> $* $: @ $1 mark address: nothing known about it
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql122 path is known to have text or property changes relative to its
123 NODES row. ("Is known" because a text change on disk may not yet
361 authz. The name of the node is known from the parent, but no
488 Note that this view includes a row for each and every path that is known
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh427 * so look directly at known ports (if we have any)
593 * See if this card is specifically mentioned in our list of known devices.
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.c686 unsigned known:1; member in struct:gr
5139 gr_values[regno - REG_GR].known = 1;
8130 /* first see if NAME is a known register name: */
8397 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path)
9932 gr_values[i].known = 0;
9956 gr_values[regno].known = 0;
9962 gr_values[regno].known = 0;
10000 gr_values[i].known = 0;
10096 gr_values[regno].known = 1;
10120 gr_values[regno].known
[all...]
/freebsd-10.0-release/contrib/one-true-awk/
H A DFIXES203 code known to man.

Completed in 208 milliseconds

12