Searched refs:OPT_ENC_WIN (Results 1 – 2 of 2) sorted by relevance
/dports/security/rhash/RHash-1.4.2/ |
H A D | parse_cmdline.h | 55 OPT_ENC_WIN = 0x20000000, enumerator 57 OPT_ENCODING = OPT_UTF8 | OPT_ENC_WIN | OPT_ENC_DOS,
|
H A D | parse_cmdline.c | 454 { F_UENC, 0, 0, "win", 0, &opt.flags, OPT_ENC_WIN }, 457 { F_UENC, 0, 0, "ansi", 0, &opt.flags, OPT_ENC_WIN },
|