Home
last modified time | relevance | path

Searched refs:short_opts (Results 1 – 4 of 4) sorted by relevance

/u-boot/arch/sandbox/cpu/
A Dos.c325 static char *short_opts; variable
339 if (short_opts || long_opts) in os_parse_args()
346 short_opts = malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()
348 if (!short_opts || !long_opts) in os_parse_args()
366 short_opts[si++] = long_opts[i].val = sb_opt[i]->flag_short; in os_parse_args()
368 short_opts[si++] = ':'; in os_parse_args()
372 short_opts[si] = '\0'; in os_parse_args()
383 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) { in os_parse_args()
/u-boot/scripts/dtc/
A Dutil.h218 const char *short_opts,
A Dutil.c422 const char *short_opts, in util_usage() argument
435 "Options: -[%s]\n", synopsis, short_opts); in util_usage()
/u-boot/tools/
A Dfdtgrep.c1006 const char *short_opts, struct option const long_opts[], in util_usage() argument
1018 "Options: -[%s]\n", synopsis, short_opts); in util_usage()

Completed in 8 milliseconds