Searched refs:no_argument (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | addr2line.c | 56 {"addresses", no_argument, NULL, 'a'}, 57 {"basenames", no_argument, NULL, 's'}, 60 {"functions", no_argument, NULL, 'f'}, 61 {"inlines", no_argument, NULL, 'i'}, 62 {"pretty-print", no_argument, NULL, 'p'}, 65 {"help", no_argument, NULL, 'H'}, 66 {"version", no_argument, NULL, 'V'}, 67 {0, no_argument, 0, 0}
|
/ndk/sources/host-tools/make-3.81/ |
D | getopt.h | 97 #define no_argument 0 macro
|
D | main.c | 426 { "quiet", no_argument, 0, 's' }, 427 { "stop", no_argument, 0, 'S' }, 432 { "dry-run", no_argument, 0, 'n' }, 433 { "recon", no_argument, 0, 'n' }, 2270 long_options[i].has_arg = no_argument; in init_switches()
|