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

  /system/core/toolbox/grep/
grep.c 319 char **aargv, **eargv, *eopts; local
365 eopts = getenv("GREP_OPTIONS");
369 if (eopts != NULL) {
373 for (j = 0; j < strlen(eopts); j++)
374 if (eopts[j] == ' ')
381 while ((str = strsep(&eopts, " ")) != NULL)
  /external/openfst/src/include/fst/extensions/pdt/
expand.h 943 ExpandFstOptions<Arc> eopts; local
    [all...]

Completed in 199 milliseconds