Searched refs:fgets (Results 1 - 25 of 81) sorted by relevance

1234

/linux-master/tools/perf/util/
H A Dfind-map.c14 while (!found && fgets(line, sizeof(line), maps)) {
/linux-master/tools/testing/selftests/bpf/
H A Dunpriv_helpers.c49 disabled = (fgets(buf, 2, fd) == buf && atoi(buf));
/linux-master/drivers/zorro/
H A Dgen-devlist.c45 while (fgets(line, sizeof(line)-1, stdin)) {
/linux-master/tools/testing/selftests/mm/
H A Dcompaction_test.c35 if (!(fgets(buffer, sizeof(buffer), cmdfile))) {
46 if (!(fgets(buffer, sizeof(buffer), cmdfile))) {
H A Dmlock-random-test.c59 while (fgets(line, 1024, f)) {
/linux-master/tools/testing/selftests/prctl/
H A Dset-anon-vma-name-test.c56 while (fgets(line_buf, sizeof(line_buf), maps_file)) {
/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c40 while (fgets(buf, sizeof(buf), f)) {
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dnull_syscall.c83 while (fgets(line, sizeof(line), f) != NULL) {
/linux-master/tools/testing/selftests/timens/
H A Dprocfs.c105 while (fgets(line_buf, 2048, proc)) {
/linux-master/drivers/accessibility/speakup/
H A Dmakemapdata.c23 while (fgets(buffer, sizeof(buffer)-1, infile)) {
H A Dgenmap.c74 while (fgets(buffer, sizeof(buffer), infile)) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c61 while (fgets(line, sizeof(line), input)) {
/linux-master/tools/perf/arch/arm64/util/
H A Dheader.c43 if (!fgets(buf, MIDR_SIZE, file)) {
/linux-master/tools/testing/selftests/resctrl/
H A Dmbm_test.c68 while (fgets(temp, sizeof(temp), fp)) {
H A Dmba_test.c119 while (fgets(temp, sizeof(temp), fp)) {
H A Dresctrlfs.c27 if (!fgets(line, 256, mounts))
699 if (!fgets(line, 256, inf))
828 while (fgets(line, 1024, fp)) {
H A Dcmt_test.c74 while (fgets(temp, sizeof(temp), fp)) {
/linux-master/drivers/gpu/drm/radeon/
H A Dmkregtable.c219 if (fgets(buf, 1024, file) == NULL) {
231 if (fgets(buf, 1024, file) == NULL) {
/linux-master/drivers/tty/vt/
H A Dconmakehash.c114 while ( fgets(buffer, sizeof(buffer), ctbl) != NULL )
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c89 while (fgets(buf, sizeof(buf), f)) {
/linux-master/arch/sparc/boot/
H A Dpiggyback.c111 while (fgets(buffer, 1024, map)) {
/linux-master/arch/x86/tools/
H A Dinsn_decoder_test.c121 while (fgets(line, BUFSIZE, stdin)) {
/linux-master/tools/power/cpupower/utils/helpers/
H A Dcpuid.c67 if (!fgets(value, 64, fp))
/linux-master/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c55 while (fgets(buf, sizeof(buf), mapf)) {
/linux-master/tools/testing/selftests/kvm/lib/
H A Dtest_util.c178 while (fgets(buf, sizeof(buf), f) != NULL) {
413 TEST_ASSERT(fgets(clk_name, st.st_size, fp), "failed to read clocksource file: %d",

Completed in 231 milliseconds

1234