OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QA_ELIDE_NULL_BYTES
(Results
1 - 4
of
4
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.h
35
embedded null bytes if
QA_ELIDE_NULL_BYTES
is not in
49
Can result in embedded null bytes if
QA_ELIDE_NULL_BYTES
is not
63
in embedded null bytes if
QA_ELIDE_NULL_BYTES
is not in effect.
169
QA_ELIDE_NULL_BYTES
= 0x01,
quotearg.c
310
else if (flags &
QA_ELIDE_NULL_BYTES
)
612
int flags = p->flags | (size ? 0 :
QA_ELIDE_NULL_BYTES
);
703
int flags = options->flags |
QA_ELIDE_NULL_BYTES
;
/external/bison/lib/
quotearg.h
35
embedded null bytes if
QA_ELIDE_NULL_BYTES
is not in
49
Can result in embedded null bytes if
QA_ELIDE_NULL_BYTES
is not
63
in embedded null bytes if
QA_ELIDE_NULL_BYTES
is not in effect.
216
QA_ELIDE_NULL_BYTES
= 0x01,
quotearg.c
384
else if (flags &
QA_ELIDE_NULL_BYTES
)
702
int flags = p->flags | (size ? 0 :
QA_ELIDE_NULL_BYTES
);
796
int flags = options->flags |
QA_ELIDE_NULL_BYTES
;
Completed in 179 milliseconds