Home
last modified time | relevance | path

Searched full:incomplete (Results 1 – 25 of 864) sorted by relevance

12345678910>>...35

/freebsd/contrib/bmake/unit-tests/
H A Dsuff-incomplete.exp1 Parsing suff-incomplete.mk:9: .SUFFIXES:
4 Parsing suff-incomplete.mk:11: .SUFFIXES: .a .b .c
9 Parsing suff-incomplete.mk:17: .a.b:
14 Parsing suff-incomplete.mk:21: .a.c: ${.PREFIX}.dependency
15 deleting incomplete transformation from `.a' to `.b'
23 Parsing suff-incomplete.mk:23: .DEFAULT:
26 Parsing suff-incomplete.mk:24: : Making ${.TARGET} from ${.IMPSRC} all ${.ALLSRC} by default.
32 Wildcard expanding "suff-incomplete.c"...suffix is ".c"...
33 SuffFindDeps "suff-incomplete.c"
34 trying suff-incomplete.a...not there
[all …]
H A Dsuff-incomplete.mk1 # $NetBSD: suff-incomplete.mk,v 1.2 2020/11/22 11:05:49 rillig Exp $
3 # Tests incomplete transformation rules, which are ignored.
5 all: suff-incomplete.c
13 # This rule has no commands and no dependencies, therefore it is incomplete
30 # XXX: The output of this test says "Making suff-incomplete.c from
31 # suff-incomplete.c". It doesn't make sense to make something out of itself.
H A Dvarmod-match.mk290 # [ Incomplete empty character list, never matches.
297 # [^ Incomplete negated empty character list, matches any single
305 # [-x1-3 Incomplete character list, matches those elements that can be
313 # *[-x1-3 Incomplete character list after a wildcard, matches those
322 # Incomplete negated character list, matches any character
330 # [\ Incomplete character list containing a single '\'.
344 # [x- Incomplete character list containing an incomplete character
352 # [^x- Incomplete negated character list containing an incomplete
/freebsd/share/man/man4/
H A Dng_vlan_rotate.451 .Va incomplete .
71 .Va incomplete
73 .Va incomplete
98 .Va incomplete
119 .Bl -tag -width incomplete
134 .It Va incomplete
227 mkpeer separate: eiface incomplete ether
228 name separate:incomplete untagged
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp34 /// Incomplete: An incomplete TypeString;
35 /// IncompleteUsed: An incomplete TypeString that has been used in a
49 /// An Incomplete entry is always a RecordType and only encodes its
50 /// identifier e.g. "s(S){}". Incomplete 'StubEnc' entries are ephemeral and
63 /// If the member is a RecordType, an Incomplete encoding is placed into the
66 /// Once a member RecordType has been expanded, its temporary incomplete
70 /// If an incomplete entry is used to expand a sub-member, the incomplete
80 enum Status {NonRecursive, Recursive, Incomplete, IncompleteUsed}; enumerator
88 unsigned IncompleteCount; // Number of Incomplete entries in the Map.
189 /// During the expansion of a RecordType, an incomplete TypeString is placed
[all …]
/freebsd/tests/sys/kern/tty/
H A Dtest_canon.orch18 -- We shouldn't see any of the "Incomplete" line
33 match "Incomplete line$"
53 -- Incomplete line
59 -- read(2) definitely won't return the second incomplete line
99 -- line is incomplete, so we'll just see the "partial" even if we want two
/freebsd/contrib/libyaml/src/
H A Dreader.c195 int incomplete = 0; in yaml_parser_update_buffer() local
243 /* Check if the raw buffer contains an incomplete character. */ in yaml_parser_update_buffer()
248 "incomplete UTF-8 octet sequence", in yaml_parser_update_buffer()
251 incomplete = 1; in yaml_parser_update_buffer()
331 /* Check for incomplete UTF-16 character. */ in yaml_parser_update_buffer()
336 "incomplete UTF-16 character", in yaml_parser_update_buffer()
339 incomplete = 1; in yaml_parser_update_buffer()
361 /* Check for incomplete surrogate pair. */ in yaml_parser_update_buffer()
366 "incomplete UTF-16 surrogate pair", in yaml_parser_update_buffer()
369 incomplete = 1; in yaml_parser_update_buffer()
[all …]
/freebsd/sys/netgraph/
H A Dng_vlan_rotate.c84 {"incomplete", &ng_parse_uint64_type},
149 counter_u64_t drops, excessive, incomplete; member
178 vrp->stats.incomplete = counter_u64_alloc(M_WAITOK); in ng_vlanrotate_constructor()
273 p->incomplete = counter_u64_fetch(vrp->stats.incomplete); in ng_vlanrotate_rcvmsg()
285 counter_u64_zero(vrp->stats.incomplete); in ng_vlanrotate_rcvmsg()
432 counter_u64_add(vrp->stats.incomplete, 1); in ng_vlanrotate_rcvdata()
475 counter_u64_free(vrp->stats.incomplete); in ng_vlanrotate_shutdown()
H A Dng_vlan_rotate.h40 #define NG_VLANROTATE_HOOK_INCOMPLETE "incomplete"
52 uint64_t drops, excessive, incomplete; member
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py441 complete.incomplete = self
531 incomplete = raw.unit.incomplete.get(raw.id)
532 if incomplete == None:
533 incomplete = StructIncompleteDef(raw.id, raw.optname)
534 raw.unit.incomplete.put(raw.id, incomplete)
536 return incomplete
544 incomplete.update(obj, cache=raw.unit.cache)
548 incomplete = raw.unit.incomplete.get(raw.id)
549 if incomplete == None:
550 incomplete = UnionIncompleteDef(raw.id, raw.optname)
[all …]
/freebsd/contrib/ldns/
H A Derror.c62 { LDNS_STATUS_WIRE_INCOMPLETE_HEADER, "header section incomplete" },
63 { LDNS_STATUS_WIRE_INCOMPLETE_QUESTION, "question section incomplete" },
64 { LDNS_STATUS_WIRE_INCOMPLETE_ANSWER, "answer section incomplete" },
65 { LDNS_STATUS_WIRE_INCOMPLETE_AUTHORITY, "authority section incomplete" },
66 { LDNS_STATUS_WIRE_INCOMPLETE_ADDITIONAL, "additional section incomplete" },
/freebsd/sys/contrib/device-tree/Bindings/
H A Dincomplete-devices.yaml4 $id: http://devicetree.org/schemas/incomplete-devices.yaml#
7 title: Rejected, Legacy or Incomplete Devices
19 Following list of devices is an incomplete schema with a goal to pass DT schema
231 - description: Incomplete and/or legacy compatibles for unknown devices
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c199 * case we resize it and try again, or we have incomplete data in the file, in
202 * Returns a boolean indicating whether the last line was incomplete.
224 int incomplete = 0; in handle_diag_file_line() local
228 incomplete = 1; in handle_diag_file_line()
236 * On either incomplete lines or too small of a buffer, rewind in handle_diag_file_line()
237 * and read the file again (on the next pass, if incomplete). in handle_diag_file_line()
242 return incomplete; in handle_diag_file_line()
260 int incomplete; in check_diag_files() local
272 /* Continue until we get EOF or an incomplete line of data. */ in check_diag_files()
273 incomplete = 0; in check_diag_files()
[all …]
/freebsd/lib/libc/tests/locale/
H A Dmblen_test.c66 /* Incomplete character sequence. */ in ATF_TC_BODY()
90 /* Incomplete character sequence. */ in ATF_TC_BODY()
95 /* Incomplete character sequence (truncated double-byte). */ in ATF_TC_BODY()
H A Dmbtowc_test.c67 /* Incomplete character sequence. */ in ATF_TC_BODY()
91 /* Incomplete character sequence (zero length). */ in ATF_TC_BODY()
98 /* Incomplete character sequence (truncated double-byte). */ in ATF_TC_BODY()
H A Dmbrlen_test.c72 /* Incomplete character sequence. */ in ATF_TC_BODY()
100 /* Incomplete character sequence (zero length). */ in ATF_TC_BODY()
104 /* Incomplete character sequence (truncated double-byte). */ in ATF_TC_BODY()
H A Dmbrtowc_test.c80 /* Incomplete character sequence. */ in ATF_TC_BODY()
123 /* Incomplete character sequence (zero length). */ in ATF_TC_BODY()
129 /* Incomplete character sequence (truncated double-byte). */ in ATF_TC_BODY()
H A Dmbrtoc16_test.c83 /* Incomplete character sequence. */ in ATF_TC_BODY()
154 /* Incomplete character sequence (zero length). */ in ATF_TC_BODY()
160 /* Incomplete character sequence (truncated double-byte). */ in ATF_TC_BODY()
/freebsd/sys/contrib/zlib/
H A Dinftrees.c125 /* check for an over-subscribed or incomplete set of lengths */ in inflate_table()
133 return -1; /* incomplete set */ in inflate_table()
171 routine permits incomplete codes, so another loop after this one fills in inflate_table()
285 /* fill in remaining table entry if code is incomplete (guaranteed to have in inflate_table()
286 at most one remaining entry, since if the code is incomplete, the in inflate_table()
H A Duncompr.c25 an incomplete zlib stream.
33 Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */ in uncompress2()
/freebsd/usr.bin/localedef/
H A Dwide.c242 werr("incomplete utf8 sequence (%s)", show_mb(mb)); in towide_utf8()
324 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_dbcs()
414 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_gb18030()
424 werr("incomplete 4-byte character sequence (%s)", in towide_gb18030()
458 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_mskanji()
512 werr("incomplete character sequence (%s)", show_mb(mb)); in towide_euc_impl()
/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Daccess.h59 requires(sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator()
66 requires(sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator()
123 requires(sizeof(_Tp) >= 0) // Disallow incomplete element types. in operator()
/freebsd/contrib/diff/doc/
H A Ddiff.71034 incomplete.
1049 The corresponding lines differ, and only the first line is incomplete.
1052 The corresponding lines differ, and only the second line is incomplete.
1055 Normally, an output line is incomplete if and only if the lines that it contains
1056 are incomplete;See Section
1057 .Dq Incomplete Lines .
1059 incomplete while the other is not. In this case, the output line is complete,
1062 if the first line is incomplete,
1330 format cannot represent an incomplete line, so if the second file ends in
1331 a changed incomplete line,
[all …]
H A Ddiff.texi77 * Incomplete Lines:: Lines that lack trailing newlines.
968 or both incomplete.
983 The corresponding lines differ, and only the first line is incomplete.
986 The corresponding lines differ, and only the second line is incomplete.
989 Normally, an output line is incomplete if and only if the lines that it
990 contains are incomplete; @xref{Incomplete Lines}. However, when an
991 output line represents two differing lines, one might be incomplete
993 but its the gutter is marked @samp{\} if the first line is incomplete,
1223 incomplete line, so if the second file ends in a changed incomplete
1259 @command{ed} format, forward @command{ed} format cannot represent incomplete
[all …]
/freebsd/lib/libsys/
H A Dlisten.287 argument also determined the length of the incomplete
90 These incomplete connections

12345678910>>...35