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/main/memcheck/tests/x86/
pushfpopf_s.S
36
jmp
theend
39
theend
:
label
/external/libpcap/missing/
snprintf.c
69
unsigned char *
theend
;
member in struct:state
81
return state->s + n > state->
theend
;
100
if (state->s + n > state->
theend
) {
115
state->
theend
= state->str + state->sz - 1;
581
state.
theend
= state.s + state.sz - 1;
620
state.
theend
= ustr + sz - 1;
/external/tcpdump/missing/
snprintf.c
69
unsigned char *
theend
;
member in struct:state
81
return state->s + n > state->
theend
;
100
if (state->s + n > state->
theend
) {
115
state->
theend
= state->str + state->sz - 1;
581
state.
theend
= state.s + state.sz - 1;
620
state.
theend
= ustr + sz - 1;
Completed in 251 milliseconds