Home
last modified time | relevance | path

Searched refs:all_flag (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkdestroy.c46 static int all_flag = 0; variable
52 { "all", 'A', arg_flag, &all_flag, "destroy all caches", NULL },
106 if (all_flag) { in main()
/netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/
H A Dhpftodit.cpp244 static int all_flag = NO; // don't include glyphs not in mapfile variable
302 all_flag = YES; in main()
642 if (all_flag) in read_symbol_sets()
872 else if (!all_flag) in output_charset()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/
H A Dgsstool.c209 if (opt->all_flag) { in attributes()