Searched refs:option_string (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c194 cd9660_eltorito_add_boot_option(const char *option_string, const char *value) argument
199 assert(option_string != NULL);
210 if (strcmp(option_string, "no-emul-boot") == 0) {
212 } else if (strcmp(option_string, "no-boot") == 0) {
214 } else if (strcmp(option_string, "hard-disk-boot") == 0) {
216 } else if (strcmp(option_string, "boot-load-segment") == 0) {
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-pragma.c684 const char *kind_string, *option_string; local
712 option_string = TREE_STRING_POINTER (x);
714 if (strcmp (cl_options[option_index].opt_text, option_string) == 0)

Completed in 159 milliseconds