Searched refs:share__no_argument (Results 1 – 2 of 2) sorted by relevance
/external/flac/src/flac/ |
D | main.c | 94 { "help" , share__no_argument, 0, 'h' }, 95 { "explain" , share__no_argument, 0, 'H' }, 96 { "version" , share__no_argument, 0, 'v' }, 97 { "decode" , share__no_argument, 0, 'd' }, 98 { "analyze" , share__no_argument, 0, 'a' }, 99 { "test" , share__no_argument, 0, 't' }, 100 { "stdout" , share__no_argument, 0, 'c' }, 101 { "silent" , share__no_argument, 0, 's' }, 102 { "totally-silent" , share__no_argument, 0, 0 }, 103 { "warnings-as-errors" , share__no_argument, 0, 'w' }, [all …]
|
/external/flac/include/share/ |
D | getopt.h | 114 # define share__no_argument 0 macro
|