Searched refs:str_to_lower (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-zephyr.c | 117 str_to_lower(const char *string) in str_to_lower() function 202 ND_PRINT((ndo, "/%s", str_to_lower(ackdata))); in zephyr_print() 217 ND_PRINT((ndo, " zephyr-admin %s", str_to_lower(z.opcode))); in zephyr_print() 256 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 261 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 279 ND_PRINT((ndo, " hm_ctl %s", str_to_lower(z.inst))); in zephyr_print() 280 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 292 ND_PRINT((ndo, " wg_ctl %s", str_to_lower(z.inst))); in zephyr_print() 293 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 309 ND_PRINT((ndo, " set-exposure %s", str_to_lower(z.opcode))); in zephyr_print()
|