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

12345

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dattr-merge-unknown-1.s2 @ If this number should become known, change it.
H A Dattr-merge-unknown-2.s2 @ If this number should become known, change it.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dexpr-1.s2 % the known expression evaluation order mismatch problem.
H A Dbuiltin1.d3 # Make sure we can override a built-in symbol with a known constant, like
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dcppspec.c41 /* Suffixes for known sorts of input files. Note that we do not list
141 int known = 0; local
147 known = 1;
151 if (! known)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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)
/netbsd-6-1-5-RELEASE/games/cribbage/
H A Dextern.c64 CARD known[CARDS]; /* cards we have seen */ variable
H A Dcribbage.h40 extern CARD known[ CARDS ]; /* cards we have seen */
H A Dsupport.c255 cremove(known[i], d, nc--);
350 known[knownum++] = h[i];
/netbsd-6-1-5-RELEASE/games/hack/
H A Dhack.read.c81 boolean known = FALSE; local
260 known = TRUE;
290 known = TRUE;
301 known = TRUE;
306 known = TRUE;
345 known = TRUE;
384 known = TRUE;
389 known = TRUE;
403 /* known = TRUE; */
421 known
[all...]
H A Ddef.obj.h82 Bitfield(known,1); /* exact nature known */
83 Bitfield(dknown,1); /* color or text known */
H A Dhack.bones.c135 otmp->known = 0;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/tests/db/
H A Dloaddump-db.in101 # check with known extentions
102 ${kadmin} load ${srcdir}/text-dump-known-ext || exit 1
106 awk '{$11=""; print;}' > out-text-dump-known-ext || exit 1
107 sort < ${srcdir}/text-dump-known-ext | \
108 awk '{$11=""; print;}' > out-text-dump-known-ext-orig || exit 1
109 cmp out-text-dump-known-ext-orig out-text-dump-known-ext || exit 1
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dpacket-show.h69 pgp_list_t known; member in struct:__anon303
H A Dpacket-show.c390 list_init(&text->known);
404 /* Strings in "known" array will be constants, so don't free them */
405 list_free(&text->known);
422 if (str && !add_str(&map->known, str)) {
455 if (str && !add_str(&map->known, str)) {
522 * ! All values have been added to either the known or the unknown
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D981130-1.x1 # This test is known to fail on targets that use the instruction scheduler
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D981130-1.x1 # This test is known to fail on targets that use the instruction scheduler
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/sh/
H A Dtlsd.s21 ! Dynamic TLS model, foo not known to be in the current object
35 ! Dynamic TLS model, bar and baz known to be in the current object
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/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
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_fsize.m488 * Otherwise, if an Elf{32,64}_`'NAME structure definition is known,
92 * If such a structure definition is not known, treat TYPE as a primitive
/netbsd-6-1-5-RELEASE/dist/dhcp/common/
H A Dparse.c820 struct option *parse_option_name (cfile, allocate, known)
823 int *known;
879 if (known)
880 *known = 1;
1512 int known; local
1566 known = 0;
1567 option = parse_option_name (cfile, 0, &known);
1578 known = 0;
1579 option = parse_option_name (cfile, 0, &known);
1611 known
2792 int known; local
4537 int known = 0; local
[all...]
/netbsd-6-1-5-RELEASE/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
/netbsd-6-1-5-RELEASE/usr.sbin/sdpd/
H A Dcompat.c760 } known[] = { variable in typeref:struct:__anon10062
804 if (i == __arraycount(known))
807 if (known[i].class == class)
813 if (!(known[i].create(&r, d.next, d.end - d.next)))
868 if (i == __arraycount(known))
871 if (sdp_match_uuid16(&r, known[i].class))
877 if (!(known[i].create(&r, d.next, d.end - d.next)))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/contrib/
H A Dpatch_tester.sh23 WARNING: This script should only be fed with patches from known

Completed in 199 milliseconds

12345