HomeSort by: relevance | last modified time | path
    Searched defs:theend (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/missing/
snprintf.c 60 unsigned char *theend; member in struct:state
72 if (state->s + n > state->theend) {
87 state->theend = state->str + state->sz - 1;
483 state.theend = state.s + state.sz - 1;
  /src/tools/compat/
snprintf.c 72 unsigned char *theend; member in struct:state
87 return state->s + n > state->theend;
101 if (state->s + n > state->theend) {
116 state->theend = state->str + state->sz - 1;
619 state.theend = state.s + state.sz - 1;
655 state.theend = ustr + sz - (sz > 0);
  /src/external/bsd/iscsi/dist/src/lib/
snprintf.c 74 unsigned char *theend; member in struct:state
89 return state->s + n > state->theend;
103 if (state->s + n > state->theend) {
118 state->theend = state->str + state->sz - 1;
591 state.theend = state.s + state.sz - 1;
627 state.theend = ustr + sz - (sz > 0);

Completed in 26 milliseconds