Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dos.c209 static char *short_opts; variable
223 if (short_opts || long_opts) in os_parse_args()
230 short_opts = os_malloc(sizeof(*short_opts) * num_options * 2 + 1); in os_parse_args()
232 if (!short_opts || !long_opts) in os_parse_args()
250 short_opts[si++] = long_opts[i].val = sb_opt[i]->flag_short; in os_parse_args()
252 short_opts[si++] = ':'; in os_parse_args()
256 short_opts[si] = '\0'; in os_parse_args()
266 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL)) != -1) { in os_parse_args()
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dutil.c422 const char *short_opts, in util_usage() argument
435 "Options: -[%s]\n", synopsis, short_opts); in util_usage()
H A Dutil.h215 const char *short_opts,
/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dutil.c416 const char *short_opts, in util_usage() argument
429 "Options: -[%s]\n", synopsis, short_opts); in util_usage()
H A Dutil.h199 const char *short_opts,
/OK3568_Linux_fs/u-boot/tools/
H A Dfdtgrep.c996 const char *short_opts, struct option const long_opts[], in util_usage() argument
1008 "Options: -[%s]\n", synopsis, short_opts); in util_usage()