HomeSort by relevance Sort by last modified time
    Searched refs:OUTCHAR (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
utils.c 156 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0)
329 OUTCHAR('M');
330 OUTCHAR('-');
334 OUTCHAR('\\');
337 OUTCHAR('\\');
339 case '\t': OUTCHAR('t'); break;
340 case '\n': OUTCHAR('n'); break;
341 case '\b': OUTCHAR('b'); break;
342 case '\f': OUTCHAR('f'); break;
344 OUTCHAR('x')
    [all...]
  /external/chromium/googleurl/src/
url_canon_host.cc 137 template<typename INCHAR, typename OUTCHAR>
140 CanonOutputT<OUTCHAR>* output,
181 output->push_back(static_cast<OUTCHAR>(source));
url_canon_internal.h 148 template<typename UINCHAR, typename OUTCHAR>
150 CanonOutputT<OUTCHAR>* output) {

Completed in 90 milliseconds