Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c56 {"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/
Dgetopt.h97 #define no_argument 0 macro
Dmain.c426 { "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()