OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_HAD_ERR
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/file/dist/src/
funcs.c
166
if (ms->event_flags &
EVENT_HAD_ERR
)
224
if (ms->event_flags &
EVENT_HAD_ERR
)
235
ms->event_flags |=
EVENT_HAD_ERR
;
554
ms->event_flags &= ~
EVENT_HAD_ERR
;
573
if (ms->event_flags &
EVENT_HAD_ERR
)
822
if (ms->event_flags &
EVENT_HAD_ERR
)
844
if (ms->event_flags &
EVENT_HAD_ERR
) {
magic.c
580
return (ms->event_flags &
EVENT_HAD_ERR
) ? ms->o.buf : NULL;
588
return (ms->event_flags &
EVENT_HAD_ERR
) ? ms->error : 0;
file.h
489
#define
EVENT_HAD_ERR
0x01
softmagic.c
1989
if (rbuf == NULL && ms->event_flags &
EVENT_HAD_ERR
)
Completed in 19 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026