Searched refs:str_to_lower (Results 1 – 1 of 1) sorted by relevance
/external/tcpdump/ |
D | print-zephyr.c | 128 str_to_lower(const char *string) in str_to_lower() function 213 ND_PRINT((ndo, "/%s", str_to_lower(ackdata))); in zephyr_print() 228 ND_PRINT((ndo, " zephyr-admin %s", str_to_lower(z.opcode))); in zephyr_print() 267 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 272 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 290 ND_PRINT((ndo, " hm_ctl %s", str_to_lower(z.inst))); in zephyr_print() 291 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 303 ND_PRINT((ndo, " wg_ctl %s", str_to_lower(z.inst))); in zephyr_print() 304 ND_PRINT((ndo, " %s", str_to_lower(z.opcode))); in zephyr_print() 320 ND_PRINT((ndo, " set-exposure %s", str_to_lower(z.opcode))); in zephyr_print()
|