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

  /external/toybox/scripts/
mkflags.c 137 char command[256], flags[1023], allflags[1024]; local
153 *command = *flags = *allflags = 0;
155 command, flags, allflags);
158 fprintf(stderr, "command=%s, flags=%s, allflags=%s\n",
159 command, flags, allflags);
168 printf("// %s %s %s\n", command, flags, allflags);
169 if (*flags != ' ') mgaps = mark_gaps(flags, allflags);
170 else if (*allflags != ' ') mgaps = allflags;
171 // If command disabled, use allflags for OLDTOY(
    [all...]
  /external/icu/icu4c/source/config/
icu-config-bottom 22 allflags()
73 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
87 allflags

Completed in 1876 milliseconds