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

12

/freebsd-11.0-release/contrib/bmake/unit-tests/
H A Dternary.exp4 The answer is known
7 The answer is known
/freebsd-11.0-release/lib/libc/stdio/
H A Dflags.c54 int ret, m, o, known; local
82 known = 1;
105 known = 0;
108 } while (known);
/freebsd-11.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-11.0-release/crypto/openssh/regress/
H A Dconch-ciphers.sh20 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/freebsd-11.0-release/usr.sbin/bsdinstall/
H A Dbsdinstall57 : just skipping known flags
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc98 // Store size not known in advance; can be calculated as wcslen() of the
101 // Store size not known in advance; can be calculated as strlen() of the
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dno_serv_v4.exp14 hostname nor servname provided, or not known
H A Dno_serv_v4v6.exp16 hostname nor servname provided, or not known
/freebsd-11.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-11.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-11.0-release/contrib/ntp/ntpd/
H A Drefclock_mx4200.c141 u_int known; /* position known yet? */ member in struct:mx4200unit
307 up->known = 0;
399 * Start off in 2d/3d coast mode, holding altitude to last known
419 * (Set field 1 'K' == known position if we can initialize lat/lon/alt).
475 * mx4200_ref - Reconfigure unit as a reference station at a known position.
537 'K', /* known position: solve for time only */
792 if (!up->known) {
805 * if position is well known.
808 up->known
[all...]
H A Drefclock_ripencc.c4404 unsigned char known; local
4424 known = FALSE;
4428 known = TRUE;
4430 if (known == FALSE) pbuf += sprintf(pbuf, "No known");
4433 known = FALSE;
4437 known = TRUE;
4442 known = TRUE;
4444 if (known == FALSE) pbuf += sprintf(pbuf, "No known");
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dsftp-client.c424 int known = 0; local
432 known = 1;
436 known = 1;
440 known = 1;
444 known = 1;
448 known = 1;
450 if (known) {
/freebsd-11.0-release/contrib/bmake/mk/
H A Dprog.mk90 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
H A Dlib.mk455 # this is known to work for NetBSD 1.6 and FreeBSD 4.2
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c259 svn_boolean_t known = FALSE;
261 /* There are three FS module definitions known at compile time. We
269 known = TRUE;
291 if (!known)
298 known = TRUE;
301 if (!known)
257 svn_boolean_t known = FALSE; local
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.h179 bool known; member in struct:__anon8184
H A Dfm_kg.c2172 p_LocalExtractsArray->extractsArray[i].known = TRUE;
2270 /* if we have a known field for it - use it, otherwise use generic */
2278 p_LocalExtractsArray->extractsArray[i].known = TRUE;
2332 p_LocalExtractsArray->extractsArray[i].known = FALSE;
2346 /* Get the relative id of the extract (for known 0-0x1f, for generic 0-7) */
2350 if (p_LocalExtractsArray->extractsArray[p_KeyAndHash->masks[i].extractArrayIndex].known)
2402 We now sort for the calculation of the order of the known
2403 extractions we sort the known extracts between orderedArray[0] and
2412 if(p_LocalExtractsArray->extractsArray[i].known)
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmextern.c1244 disassembling this code, the methods ABCD and EFGH must be known to the
/freebsd-11.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-11.0-release/contrib/llvm/lib/Support/
H A Dregengine.inc854 states aft) /* states already known reachable after */
/freebsd-11.0-release/usr.sbin/bsdinstall/scripts/
H A Dzfsboot497 stripe|mirror|raid10|raidz1|raidz2|raidz3) : known good ;;
772 ""|MBR|GPT*) : known good ;;
/freebsd-11.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-11.0-release/sys/dev/ixl/
H A Di40e_type.h879 u32 known:1; member in struct:i40e_rx_ptype_decoded
/freebsd-11.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...]

Completed in 197 milliseconds

12