Searched refs:line_buf (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/prctl/ |
| A D | set-anon-vma-name-test.c | 40 char line_buf[512], name[128], mode[8]; in was_renaming_successful() local 56 while (fgets(line_buf, sizeof(line_buf), maps_file)) { in was_renaming_successful() 57 sscanf_res = sscanf(line_buf, "%lx-%lx %7s %lx %u:%u %u %s", &start_addr, in was_renaming_successful()
|
| /tools/testing/selftests/timens/ |
| A D | procfs.c | 97 char line_buf[2048]; in read_proc_stat_btime() local 105 while (fgets(line_buf, 2048, proc)) { in read_proc_stat_btime() 106 if (sscanf(line_buf, "btime %llu", boottime_sec) != 1) in read_proc_stat_btime()
|
Completed in 4 milliseconds