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

/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c191 cd9660_eltorito_add_boot_option(const char *option_string, const char *value) argument
196 assert(option_string != NULL);
207 if (strcmp(option_string, "no-emul-boot") == 0) {
209 } else if (strcmp(option_string, "no-boot") == 0) {
211 } else if (strcmp(option_string, "hard-disk-boot") == 0) {
213 } else if (strcmp(option_string, "boot-load-segment") == 0) {
/freebsd-9.3-release/contrib/gcc/
H A Dc-pragma.c686 const char *kind_string, *option_string; local
714 option_string = TREE_STRING_POINTER (x);
716 if (strcmp (cl_options[option_index].opt_text, option_string) == 0)

Completed in 214 milliseconds