Home
last modified time | relevance | path

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

/trueos/usr.sbin/makefs/cd9660/
HDcd9660_eltorito.c191 cd9660_eltorito_add_boot_option(const char *option_string, const char *value) in cd9660_eltorito_add_boot_option() argument
196 assert(option_string != NULL); in cd9660_eltorito_add_boot_option()
207 if (strcmp(option_string, "no-emul-boot") == 0) { in cd9660_eltorito_add_boot_option()
209 } else if (strcmp(option_string, "no-boot") == 0) { in cd9660_eltorito_add_boot_option()
211 } else if (strcmp(option_string, "hard-disk-boot") == 0) { in cd9660_eltorito_add_boot_option()
213 } else if (strcmp(option_string, "boot-load-segment") == 0) { in cd9660_eltorito_add_boot_option()
/trueos/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp559 std::string option_string; in ParseArgs() local
593 option_string.push_back ((char) long_options[i].val); in ParseArgs()
600 option_string.push_back (':'); in ParseArgs()
603 option_string.append ("::"); in ParseArgs()
629 …val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &l… in ParseArgs()
/trueos/contrib/gcc/
HDc-pragma.c686 const char *kind_string, *option_string; in handle_pragma_diagnostic() local
714 option_string = TREE_STRING_POINTER (x); in handle_pragma_diagnostic()
716 if (strcmp (cl_options[option_index].opt_text, option_string) == 0) in handle_pragma_diagnostic()