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

  /system/core/logcat/include/log/
getopt.h 46 int dash_prefix; member in struct:getopt_context
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 117 static int dash_prefix = NO_PREFIX; variable
204 switch (dash_prefix) {
480 dash_prefix = D_PREFIX;
485 dash_prefix = DD_PREFIX;
534 dash_prefix = W_PREFIX;
  /external/tcpdump/missing/
getopt_long.c 101 static int dash_prefix = NO_PREFIX; variable
201 switch (dash_prefix) {
480 dash_prefix = D_PREFIX;
485 dash_prefix = DD_PREFIX;
534 dash_prefix = W_PREFIX;
  /system/core/logcat/
getopt_long.cpp 119 switch (context->dash_prefix) {
325 context->dash_prefix = D_PREFIX;
328 context->dash_prefix = DD_PREFIX;
373 context->dash_prefix = W_PREFIX;

Completed in 163 milliseconds