Searched refs:unit_str (Results 1 - 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-relative-time-format.cc | 311 std::unique_ptr<char[]> unit_str = unit->ToCString(); in GetURelativeDateTimeUnit() local 312 if ((strcmp("second", unit_str.get()) == 0) || in GetURelativeDateTimeUnit() 313 (strcmp("seconds", unit_str.get()) == 0)) { in GetURelativeDateTimeUnit() 315 } else if ((strcmp("minute", unit_str.get()) == 0) || in GetURelativeDateTimeUnit() 316 (strcmp("minutes", unit_str.get()) == 0)) { in GetURelativeDateTimeUnit() 318 } else if ((strcmp("hour", unit_str.get()) == 0) || in GetURelativeDateTimeUnit() 319 (strcmp("hours", unit_str.get()) == 0)) { in GetURelativeDateTimeUnit() 321 } else if ((strcmp("day", unit_str.get()) == 0) || in GetURelativeDateTimeUnit() 322 (strcmp("days", unit_str.get()) == 0)) { in GetURelativeDateTimeUnit() 324 } else if ((strcmp("week", unit_str in GetURelativeDateTimeUnit() [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 261 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in efx_fill_test() local 270 snprintf(unit_str, sizeof(unit_str), in efx_fill_test() 273 strcpy(unit_str, unit_format); in efx_fill_test() 277 "%-6s %-24s", unit_str, test_str); in efx_fill_test()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 213 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in ef4_fill_test() local 222 snprintf(unit_str, sizeof(unit_str), in ef4_fill_test() 225 strcpy(unit_str, unit_format); in ef4_fill_test() 229 "%-6s %-24s", unit_str, test_str); in ef4_fill_test()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 262 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in efx_fill_test() local 271 snprintf(unit_str, sizeof(unit_str), in efx_fill_test() 274 strcpy(unit_str, unit_format); in efx_fill_test() 278 "%-6s %-24s", unit_str, test_str); in efx_fill_test()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 213 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in ef4_fill_test() local 222 snprintf(unit_str, sizeof(unit_str), in ef4_fill_test() 225 strcpy(unit_str, unit_format); in ef4_fill_test() 229 "%-6s %-24s", unit_str, test_str); in ef4_fill_test()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
| H A D | ethtool_common.c | 213 char unit_str[ETH_GSTRING_LEN], test_str[ETH_GSTRING_LEN]; in efx_fill_test() local 222 snprintf(unit_str, sizeof(unit_str), in efx_fill_test() 225 strcpy(unit_str, unit_format); in efx_fill_test() 229 "%-6s %-24s", unit_str, test_str); in efx_fill_test()
|
Completed in 10 milliseconds