Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dget_cpu_count.c12 int FAST_FUNC starts_with_cpu(const char *str) in starts_with_cpu() function
30 if (!starts_with_cpu(line)) { in get_cpu_count()
/busybox-1.35.0/procps/
Diostat.c177 if (!starts_with_cpu(buf) || buf[3] != ' ') { in get_cpu_statistics()
Dmpstat.c468 if (!starts_with_cpu(buf)) in get_cpu_statistics()
/busybox-1.35.0/include/
Dlibbb.h2107 int starts_with_cpu(const char *str) FAST_FUNC;