Home
last modified time | relevance | path

Searched refs:to_int (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/latencytop/common/
H A Dlatencytop.c167 to_int(const char *str, int *result) in to_int() function
254 if (to_int(optarg, &refresh_interval) != 0 || in main()
266 if (to_int(optarg, &klog_level) != 0 || in main()
343 if (to_int(optarg, &log_interval) != 0 || in main()
382 if (to_int(select_str, &select_value) != 0) { in main()