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

/netbsd-current/external/bsd/bzip2/dist/
H A Dbzip2.c1779 #define ISFLAG(s) (strcmp(aa->name, (s))==0) macro
1846 if (ISFLAG("--")) { decode = False; continue; }
1878 if (ISFLAG("--")) break;
1917 if (ISFLAG("--")) break;
1918 if (ISFLAG("--stdout")) srcMode = SM_F2O; else
1919 if (ISFLAG("--decompress")) opMode = OM_UNZ; else
1920 if (ISFLAG("--compress")) opMode = OM_Z; else
1921 if (ISFLAG("--force")) forceOverwrite = True; else
1922 if (ISFLAG("--test")) opMode = OM_TEST; else
1923 if (ISFLAG("
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetarg.c44 #define ISFLAG(X) ((X).type == arg_flag || (X).type == arg_negative_flag) macro
58 if (ISFLAG(*arg) || (!longp && arg->type == arg_counter))
125 if(ISFLAG(args[i]) ||
249 if(args[i].short_name && ISFLAG(args[i])) {
285 if (args[i].short_name && !ISFLAG(args[i])) {
384 } else if (ISFLAG(args[i]) && strncmp (p, "no-", 3) == 0) {
404 && !ISFLAG(*current)

Completed in 1466 milliseconds