Searched refs:nextopt (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | zdump.c | 294 int nextopt; local 325 nextopt = 1; 326 while(nextopt) { 345 nextopt = 0;
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | zdump.c | 294 int nextopt; local 325 nextopt = 1; 326 while(nextopt) { 345 nextopt = 0;
|
/external/qemu/ |
D | vl.c | 1920 const char *nextopt; in select_vgahw() local 1922 if (strstart(opts, ",retrace=", &nextopt)) { in select_vgahw() 1923 opts = nextopt; in select_vgahw() 1924 if (strstart(opts, "dumb", &nextopt)) in select_vgahw() 1926 else if (strstart(opts, "precise", &nextopt)) in select_vgahw() 1930 opts = nextopt; in select_vgahw()
|
D | vl-android.c | 2150 const char *nextopt; in select_vgahw() local 2152 if (strstart(opts, ",retrace=", &nextopt)) { in select_vgahw() 2153 opts = nextopt; in select_vgahw() 2154 if (strstart(opts, "dumb", &nextopt)) in select_vgahw() 2156 else if (strstart(opts, "precise", &nextopt)) in select_vgahw() 2160 opts = nextopt; in select_vgahw()
|