Searched refs:format_group (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/lit/lit/ |
| D | cl_arguments.py | 46 format_group = parser.add_argument_group("Output Format") 49 format_group.add_argument("-q", "--quiet", 52 format_group.add_argument("-s", "--succinct", 57 format_group.add_argument("-v", "--verbose", 61 format_group.add_argument("-vv", "--echo-all-commands", 66 format_group.add_argument("-a", "--show-all", 70 format_group.add_argument("-o", "--output", 74 format_group.add_argument("--no-progress-bar", 83 format_group.add_argument(
|
| /openbsd/src/gnu/usr.bin/cvs/diff/ |
| D | ifdef.c | 30 static char *format_group PARAMS((int, char *, int, struct group const *)); 106 format_group (1, format, '\0', groups); 116 format_group (doit, format, endchar, groups) in format_group() function 165 f = format_group (thendoit, f, ':', groups); 168 f = format_group (elsedoit, f + 1, ')', groups);
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | extract-section.py | 57 format_group = arg_parser.add_mutually_exclusive_group() variable 58 format_group.add_argument('-b', dest='format', action='store_const', const='bits', 65 format_group.add_argument('-h', dest='format', action='store_const', const='hex',
|