Home
last modified time | relevance | path

Searched refs:optctx (Results 1 – 1 of 1) sorted by relevance

/system/core/logcat/
Dlogcat.cpp856 struct getopt_context optctx; in __logcat() local
857 INIT_GETOPT_CONTEXT(optctx); in __logcat()
858 optctx.opterr = !!context->error; in __logcat()
859 optctx.optstderr = context->error; in __logcat()
905 long_options, &option_index, &optctx); in __logcat()
913 if (!getSizeTArg(optctx.optarg, &pid, 1)) { in __logcat()
916 optctx.optarg); in __logcat()
926 if (optctx.optarg && in __logcat()
927 !getSizeTArg(optctx.optarg, &dummy, 1)) { in __logcat()
930 optctx.optarg); in __logcat()
[all …]