Home
last modified time | relevance | path

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

/busybox-1.35.0/init/
Dbootchartd.c154 char stat_line[4*1024]; in dump_procs() local
155 int rd = safe_read(stat_fd, stat_line, sizeof(stat_line)-2); in dump_procs()
160 stat_line[rd] = '\0'; in dump_procs()
161 p = strchrnul(stat_line, '\n'); in dump_procs()
164 fputs(stat_line, fp); in dump_procs()
167 p = strchr(stat_line, '('); in dump_procs()