Searched refs:ISFLAG (Results 1 - 3 of 3) sorted by relevance

/external/bzip2/
H A Dbzip2.c1774 #define ISFLAG(s) (strcmp(aa->name, (s))==0) macro
1839 if (ISFLAG("--")) { decode = False; continue; }
1871 if (ISFLAG("--")) break;
1910 if (ISFLAG("--")) break;
1911 if (ISFLAG("--stdout")) srcMode = SM_F2O; else
1912 if (ISFLAG("--decompress")) opMode = OM_UNZ; else
1913 if (ISFLAG("--compress")) opMode = OM_Z; else
1914 if (ISFLAG("--force")) forceOverwrite = True; else
1915 if (ISFLAG("--test")) opMode = OM_TEST; else
1916 if (ISFLAG("
[all...]
/external/icu4c/io/
H A Duprntf_p.c1001 #define ISFLAG(s) (s) == FLAG_MINUS || \ macro
1146 while (ISMOD(*alias) || ISFLAG(*alias) || ISDIGIT(*alias) ||
1298 while(ISFLAG(*alias)) {
H A Duscanf_p.c40 #define ISFLAG(s) (s) == FLAG_ASTERISK || \ macro
164 while(ISFLAG(*s)) {

Completed in 677 milliseconds