Lines Matching refs:ifmt_string
444 desc->ifmt_string != NULL; desc++, ttos++) in ifmedia_printword()
447 if (desc->ifmt_string == NULL) { in ifmedia_printword()
451 printf("%s", desc->ifmt_string); in ifmedia_printword()
454 for (desc = ttos->modes; desc && desc->ifmt_string != NULL; desc++) in ifmedia_printword()
456 if (desc->ifmt_string != NULL) in ifmedia_printword()
457 printf(" mode %s", desc->ifmt_string); in ifmedia_printword()
466 desc->ifmt_string != NULL; desc++) in ifmedia_printword()
470 for (desc = ttos->subtypes; desc->ifmt_string != NULL; desc++) in ifmedia_printword()
473 if (desc->ifmt_string == NULL) { in ifmedia_printword()
479 printf(" %s", desc->ifmt_string); in ifmedia_printword()
485 desc->ifmt_string != NULL; desc++) { in ifmedia_printword()
490 desc->ifmt_string); in ifmedia_printword()
497 for (desc = ttos->options; desc->ifmt_string != NULL; desc++) { in ifmedia_printword()
502 desc->ifmt_string); in ifmedia_printword()