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

  /external/ppp/pppd/
utils.c 159 #define OUTCHAR(c) (buflen > 0? (--buflen, *buf++ = (c)): 0)
332 OUTCHAR('M');
333 OUTCHAR('-');
337 OUTCHAR('\\');
340 OUTCHAR('\\');
342 case '\t': OUTCHAR('t'); break;
343 case '\n': OUTCHAR('n'); break;
344 case '\b': OUTCHAR('b'); break;
345 case '\f': OUTCHAR('f'); break;
347 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 45 milliseconds