OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qerr
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
qerror.c
222
QError *
qerr
;
local
224
qerr
= qemu_mallocz(sizeof(*
qerr
));
225
QOBJECT_INIT(
qerr
, &qerror_type);
227
return
qerr
;
230
static void GCC_FMT_ATTR(2, 3) qerror_abort(const QError *
qerr
,
235
fprintf(stderr, "qerror: bad call in function '%s':\n",
qerr
->func);
242
fprintf(stderr, "\nqerror: call at %s:%d\n",
qerr
->file,
qerr
->linenr);
246
static void GCC_FMT_ATTR(2, 0) qerror_set_data(QError *
qerr
,
311
QError *
qerr
;
local
456
QError *
qerr
;
local
[
all
...]
/external/libpcap/
grammar.y
72
static struct qual
qerr
= { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
216
null: /* null */ { $$.q =
qerr
; }
305
| pname { $$.b = gen_proto_abbrev($1); $$.q =
qerr
; }
307
$$.q =
qerr
; }
309
$$.q =
qerr
; }
310
| other { $$.b = $1; $$.q =
qerr
; }
311
| atmtype { $$.b = gen_atmtype_abbrev($1); $$.q =
qerr
; }
312
| atmmultitype { $$.b = gen_atmmulti_abbrev($1); $$.q =
qerr
; }
313
| atmfield atmvalue { $$.b = $2.b; $$.q =
qerr
; }
314
| mtp2type { $$.b = gen_mtp2type_abbrev($1); $$.q =
qerr
; }
[
all
...]
grammar.c
349
static struct qual
qerr
= { Q_UNDEF, Q_UNDEF, Q_UNDEF, Q_UNDEF };
variable in typeref:struct:qual
[
all
...]
Completed in 55 milliseconds