/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 0001-Remove-fgets-extern-declaration.patch | 4 Subject: [PATCH] Remove fgets() extern declaration 24 -extern char *fgets(); 36 -extern char *fgets();
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
H A D | CVE-2018-1000097.patch | 9 rw_buffer has allocated rw_base_size bytes. But subsequend fgets() in 54 - if (!fgets (rw_buffer, BUFSIZ, file)) 55 + if (!fgets (rw_buffer, rw_base_size, file))
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0010-fs2dt.c-work-around-missing-getline.patch | 6 This simple case can be rewrtten with fgets() 42 + last_cmdline = fgets(buf, 200, fp);
|
H A D | x86_vfscanf.patch | 35 + while(fgets(line, sizeof(line), fp) != NULL ) {
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/ |
H A D | 0005-common.h-replace-getline-with-fgets.patch | 4 Subject: [PATCH] common.h: replace getline() with fgets 49 + while (fgets(line, sizeof_line, stdin) == NULL) {
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | unpriv_helpers.c | 17 disabled = (fgets(buf, 2, fd) == buf && atoi(buf)); in get_unpriv_disabled()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | compaction_test.c | 35 if (!(fgets(buffer, sizeof(buffer), cmdfile))) { in read_memory_info() 46 if (!(fgets(buffer, sizeof(buffer), cmdfile))) { in read_memory_info()
|
/openbmc/linux/tools/perf/util/ |
H A D | find-map.c | 14 while (!found && fgets(line, sizeof(line), maps)) { in find_map()
|
/openbmc/hiomapd/ |
H A D | mtd.c | 25 while (!pos && fgets(line, sizeof(line), f) != NULL) { in get_dev_mtd()
|
/openbmc/phosphor-mboxd/ |
H A D | mtd.c | 25 while (!pos && fgets(line, sizeof(line), f) != NULL) { in get_dev_mtd()
|
/openbmc/linux/tools/hv/ |
H A D | hv_kvp_daemon.c | 444 while (fgets(buf, sizeof(buf), file)) { in kvp_get_os_info() 506 p = fgets(buf, sizeof(buf), file); in kvp_get_os_info() 517 p = fgets(buf, sizeof(buf), file); in kvp_get_os_info() 528 p = fgets(buf, sizeof(buf), file); in kvp_get_os_info() 580 p = fgets(buf, sizeof(buf), file); in kvp_get_if_name() 623 p = fgets(buf, sizeof(buf), file); in kvp_if_name_to_mac() 655 while ((p = fgets(buf, sizeof(buf), file)) != NULL) { in kvp_process_ipconfig_file() 740 p = fgets(dhcp_info, sizeof(dhcp_info), file); in kvp_get_ipconfig_info() 973 p = fgets(buf, sizeof(buf), file); in kvp_mac_to_ip()
|
/openbmc/linux/tools/testing/selftests/resctrl/ |
H A D | resctrlfs.c | 26 if (!fgets(line, 256, mounts)) in find_resctrl_mount() 544 if (!fgets(line, 256, inf)) in fgrep() 630 while (fgets(line, 1024, fp)) { in filter_dmesg()
|
H A D | mbm_test.c | 68 while (fgets(temp, sizeof(temp), fp)) { in check_results()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-0.40-remap.patch | 15 while (lineno++, fgets(line, MAXLINE, f)) {
|
/openbmc/libpldm/src/transport/ |
H A D | socket.c | 28 if (fgets(line, sizeof(line), fp) == NULL) { in pldm_socket_sndbuf_init()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 219 if (fgets(buf, 1024, file) == NULL) { in parser_auth() 231 if (fgets(buf, 1024, file) == NULL) { in parser_auth()
|
/openbmc/linux/drivers/zorro/ |
H A D | gen-devlist.c | 45 while (fgets(line, sizeof(line)-1, stdin)) { in main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/rabbitmq-c/files/ |
H A D | CVE-2023-35789.patch | 64 + if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL || 77 + if (fgets(token, MAXAUTHTOKENLEN, fp) == NULL ||
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | 0001-Do-not-build-mtest.patch | 8 want to use it then port it to use something like fgets
|
/openbmc/linux/tools/testing/selftests/prctl/ |
H A D | set-anon-vma-name-test.c | 56 while (fgets(line_buf, sizeof(line_buf), maps_file)) { in was_renaming_successful()
|
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_vdso.c | 40 while (fgets(buf, sizeof(buf), f)) { in search_proc_maps()
|
/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | null_syscall.c | 83 while (fgets(line, sizeof(line), f) != NULL) { in get_proc_frequency()
|
/openbmc/linux/tools/perf/arch/arm64/util/ |
H A D | header.c | 43 if (!fgets(buf, MIDR_SIZE, file)) { in _get_cpuid()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | makemapdata.c | 23 while (fgets(buffer, sizeof(buffer)-1, infile)) { in get_define()
|
/openbmc/phosphor-fan-presence/ |
H A D | hwmon_ffdc.cpp | 35 while (fgets(buffer.data(), buffer.size(), pipe.get()) != nullptr) in executeCommand()
|