OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sb_opt
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/arch/sandbox/cpu/
os.c
215
struct sandbox_cmdline_option **
sb_opt
= __u_boot_sandbox_option_start;
local
245
long_opts[i].name =
sb_opt
[i]->flag;
246
long_opts[i].has_arg =
sb_opt
[i]->has_arg ?
250
if (
sb_opt
[i]->flag_short) {
251
short_opts[si++] = long_opts[i].val =
sb_opt
[i]->flag_short;
255
long_opts[i].val =
sb_opt
[i]->flag_short = hidden_short_opt++;
269
if (
sb_opt
[i]->flag_short == c) {
270
if (
sb_opt
[i]->callback(state, optarg)) {
271
state->parse_err =
sb_opt
[i]->flag;
start.c
21
struct sandbox_cmdline_option **
sb_opt
= __u_boot_sandbox_option_start;
local
44
max_arg_len = max((int)strlen(
sb_opt
[i]->flag), max_arg_len);
48
struct sandbox_cmdline_option *opt =
sb_opt
[i];
Completed in 128 milliseconds