Searched refs:ifmt_string (Results 1 – 3 of 3) sorted by relevance
61 for (desc = ifm_type_descriptions; desc->ifmt_string != NULL; desc++) { in get_media_type_string()63 return (desc->ifmt_string); in get_media_type_string()73 for (desc = ifm_subtype_descriptions; desc->ifmt_string != NULL; in get_media_subtype_string()77 return desc->ifmt_string; in get_media_subtype_string()87 for (desc = ifm_mode_descriptions; desc->ifmt_string != NULL; desc++) { in get_media_mode_string()90 return desc->ifmt_string; in get_media_mode_string()101 for (desc = ifm_option_descriptions; desc->ifmt_string != NULL; in get_media_option_string()107 return desc->ifmt_string; in get_media_option_string()120 for (; desc->ifmt_string != NULL; desc++) { in lookup_media_word()122 strcasecmp(desc->ifmt_string, val) == 0) in lookup_media_word()
666 for (desc = ifm_type_descriptions; desc->ifmt_string != NULL; in ifmedia_printword()671 if (desc->ifmt_string == NULL) in ifmedia_printword()674 printf("%s ", desc->ifmt_string); in ifmedia_printword()677 for (desc = ifm_subtype_descriptions; desc->ifmt_string != NULL; in ifmedia_printword()683 if (desc->ifmt_string == NULL) in ifmedia_printword()686 printf("%s", desc->ifmt_string); in ifmedia_printword()689 for (desc = ifm_option_descriptions; desc->ifmt_string != NULL; in ifmedia_printword()697 desc->ifmt_string); in ifmedia_printword()
425 const char *ifmt_string; /* description */ member