OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nuls
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
regcomp.c
108
static char
nuls
[10]; /* place to point scanner in event of error */
variable
1049
p->next =
nuls
; /* try to bring things to a halt */
1050
p->end =
nuls
;
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
107
static char
nuls
[10]; /* place to point scanner in event of error */
variable
1013
p->next =
nuls
; /* try to bring things to a halt */
1014
p->end =
nuls
;
[
all
...]
/bionic/libc/upstream-netbsd/libc/regex/
regcomp.c
176
static char
nuls
[10]; /* place to point scanner in event of error */
variable
1220
p->next =
nuls
; /* try to bring things to a halt */
1221
p->end =
nuls
;
[
all
...]
Completed in 25 milliseconds