Searched defs:shortopts (Results 1 - 3 of 3) sorted by relevance
/third_party/ninja/src/ |
H A D | getopt.c | 146 getopt_internal (int argc, char **argv, char *shortopts, in getopt_internal() argument 397 getopt_long(int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T * longopts, int *longind) getopt_long() argument 404 getopt_long_only(int argc, char **argv, const char *shortopts, const GETOPT_LONG_OPTION_T * longopts, int *longind) getopt_long_only() argument [all...] |
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 98 static const char *shortopts = "df:g:hp:"; variable
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 265 static const char *shortopts = "g:hv"; variable
|
Completed in 2 milliseconds