OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theend
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/memcheck/tests/x86/
pushfpopf_s.S
38
jmp
theend
41
theend
:
label
/external/libpcap/missing/
snprintf.c
62
unsigned char *
theend
;
member in struct:state
74
return state->s + n > state->
theend
;
93
if (state->s + n > state->
theend
) {
108
state->
theend
= state->str + state->sz - 1;
574
state.
theend
= state.s + state.sz - 1;
613
state.
theend
= ustr + sz - 1;
/external/tcpdump/missing/
snprintf.c
62
unsigned char *
theend
;
member in struct:state
74
return state->s + n > state->
theend
;
93
if (state->s + n > state->
theend
) {
108
state->
theend
= state->str + state->sz - 1;
574
state.
theend
= state.s + state.sz - 1;
613
state.
theend
= ustr + sz - 1;
Completed in 1167 milliseconds