OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:incomplete
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/usr.bin/xlint/lint1/
msg_175.c
4
// Test for message: initialization of
incomplete
type '%s' [175]
8
/* expect+1: warning: struct '
incomplete
' never defined [233] */
9
struct
incomplete
;
11
/* expect+1: error: initialization of
incomplete
type '
incomplete
struct
incomplete
' [175] */
12
struct
incomplete
incomplete
= {
variable in typeref:struct:incomplete
15
/* expect-1: error: '
incomplete
' has
incomplete
type 'incomplete struct incomplete' [31] *
[
all
...]
msg_175.c
4
// Test for message: initialization of
incomplete
type '%s' [175]
8
/* expect+1: warning: struct '
incomplete
' never defined [233] */
9
struct
incomplete
;
11
/* expect+1: error: initialization of
incomplete
type '
incomplete
struct
incomplete
' [175] */
12
struct
incomplete
incomplete
= {
variable in typeref:struct:incomplete
15
/* expect-1: error: '
incomplete
' has
incomplete
type 'incomplete struct incomplete' [31] *
[
all
...]
Completed in 113 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025