Searched refs:EMSG (Results 1 – 2 of 2) sorted by relevance
/system/core/logcat/ |
D | getopt_long.cpp | 265 context->place = EMSG; in getopt_long_r() 278 context->place = EMSG; // found non-option in getopt_long_r() 307 context->place = EMSG; in getopt_long_r() 337 context->place = EMSG; in getopt_long_r() 365 context->place = EMSG; in getopt_long_r() 377 context->place = EMSG; in getopt_long_r() 388 context->place = EMSG; in getopt_long_r() 397 context->place = EMSG; in getopt_long_r()
|
/system/core/logcat/include/log/ |
D | getopt.h | 52 #define EMSG "" macro 56 context = { 1, 1, '?', 0, NULL, NULL, EMSG, -1, -1, NO_PREFIX, 0, NULL }
|