Searched refs:option_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/usr.sbin/makefs/cd9660/ |
H A D | cd9660_eltorito.c | 190 const char *option_string, const char *value) in cd9660_eltorito_add_boot_option() argument 195 assert(option_string != NULL); in cd9660_eltorito_add_boot_option() 206 if (strcmp(option_string, "no-emul-boot") == 0) { in cd9660_eltorito_add_boot_option() 208 } else if (strcmp(option_string, "no-boot") == 0) { in cd9660_eltorito_add_boot_option() 210 } else if (strcmp(option_string, "hard-disk-boot") == 0) { in cd9660_eltorito_add_boot_option() 212 } else if (strcmp(option_string, "boot-load-segment") == 0) { in cd9660_eltorito_add_boot_option() 218 } else if (strcmp(option_string, "platformid") == 0) { in cd9660_eltorito_add_boot_option()
|
/dflybsd-src/sbin/hammer2/ |
H A D | cmd_setcomp.c | 191 cmd_setcomp_recursive(char* option_string, char* comp_string, char* file_string) 197 if (strcmp(option_string, "-r") == 0) { 199 } else if (strcmp(option_string, "-rf") == 0) {
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-pragma.c | 801 const char *option_string = TREE_STRING_POINTER (x); in handle_pragma_diagnostic() local 804 unsigned int option_index = find_opt (option_string + 1, lang_mask); in handle_pragma_diagnostic() 814 "%qs is not an option that controls warnings", option_string); in handle_pragma_diagnostic() 823 option_string, ok_langs, bad_lang); in handle_pragma_diagnostic() 833 arg = option_string + 1 + cl_options[option_index].opt_len; in handle_pragma_diagnostic()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-pragma.c | 710 const char *kind_string, *option_string; in handle_pragma_diagnostic() local 743 option_string = TREE_STRING_POINTER (x); in handle_pragma_diagnostic() 746 if (strcmp (cl_options[option_index].opt_text, option_string) == 0) in handle_pragma_diagnostic()
|