Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/nvramtool/cli/
H A Dopts.c16 static const char getopt_string[] = "-ab:B:c::C:dD:e:hH:iL:l::np:r:tvw:xX:y:Y"; variable
39 switch (c = getopt(argc, argv, getopt_string)) { in parse_nvramtool_args()
170 getopt(argc, argv, getopt_string); in handle_optional_arg()