Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/u-boot/tools/
H A Dxway-swap-bytes.c6 #ifndef BUFSIZ
7 # define BUFSIZ 4096 macro
10 #undef BUFSIZ
11 # define BUFSIZ 64 macro
14 short ibuff[BUFSIZ], obuff[BUFSIZ]; in main()
/openbmc/linux/tools/perf/util/
H A Dtrace-event-read.c73 char buf[BUFSIZ]; in skip()
77 r = size > BUFSIZ ? BUFSIZ : size; in skip()
103 char buf[BUFSIZ]; in read_string()
199 char buf[BUFSIZ]; in read_header_files()
377 char buf[BUFSIZ]; in trace_report()
H A Dtrace-event-info.c46 char buf[BUFSIZ], *sizep; in record_file()
64 r = read(fd, buf, BUFSIZ); in record_file()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0002-use-BUFSIZ-as-buffer-size.patch4 Subject: [PATCH] use BUFSIZ as buffer size
33 + decoder(int buffersize_in = BUFSIZ)
54 + encoder(int buffersize_in = BUFSIZ)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-links.patch71 - char pathname[BUFSIZ];
72 - char src[BUFSIZ];
73 - char target[BUFSIZ];
H A Drdist-6.1.5-cleanup.patch248 static char buff[BUFSIZ];
460 static char buf[BUFSIZ];
724 char pathbuf[BUFSIZ];
745 u_char ebuf[BUFSIZ];
746 u_char varbuff[BUFSIZ];
892 char ebuf[BUFSIZ];
1051 static char buf[BUFSIZ];
1061 static char buf[BUFSIZ];
1208 char sbuf[BUFSIZ], buf[BUFSIZ];
1454 static char buf[BUFSIZ];
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/
H A DCVE-2018-1000097.patch10 find_archive() reads up-to BUFSIZ bytes.
12 On my system, BUFSIZ is 8192. rw_base_size is usually equaled to
54 - if (!fgets (rw_buffer, BUFSIZ, file))
/openbmc/linux/samples/fanotify/
H A Dfs-monitor.c116 char buffer[BUFSIZ]; in main()
133 int n = read(fd, buffer, BUFSIZ); in main()
/openbmc/qemu/gdbstub/
H A Duser-target.c346 size_t bufsiz = MIN(count, BUFSIZ); in gdb_handle_v_file_pread()
366 g_autofree char *buf = g_try_malloc(BUFSIZ); in gdb_handle_v_file_readlink()
373 ssize_t n = do_guest_readlink(filename, buf, BUFSIZ); in gdb_handle_v_file_readlink()
375 ssize_t n = readlink(filename, buf, BUFSIZ); in gdb_handle_v_file_readlink()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/zabbix/zabbix/
H A D0001-initialize-msghdr-portably.patch37 char buffer[BUFSIZ] = { 0 };
40 struct iovec r_io[1] = { { buffer, BUFSIZ } };
/openbmc/linux/tools/testing/selftests/mm/
H A Dmlock2.h27 char path[BUFSIZ]; in seek_to_smaps_entry()
/openbmc/linux/tools/lib/symbol/
H A Dkallsyms.c36 char bf[BUFSIZ]; in kallsyms__parse()
/openbmc/linux/tools/perf/tests/
H A Dopenat-syscall.c25 char errbuf[BUFSIZ]; in test__openat_syscall_event()
H A Dopenat-syscall-all-cpus.c33 char errbuf[BUFSIZ]; in test__openat_syscall_event_on_all_cpus()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/
H A D0001-Support-OpenSSL-1.1.0.patch101 unsigned char fb[BUFSIZ];
116 while (!feof(F) && (len=fread(fb,sizeof(char),BUFSIZ, F))>0) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/
H A Dlibb64_2.0.0.1.bb14 file://0002-use-BUFSIZ-as-buffer-size.patch \
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c33 char tc_cmd[BUFSIZ]; in configure_stack()
148 char buf[BUFSIZ]; in rcv_msg()
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dsocklen_t.patch44 char buf[BUFSIZ];
H A D11_tcpd_blacklist.patch71 + char tok[BUFSIZ];
122 + char buf[BUFSIZ];
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c154 char msg[BUFSIZ]; in perf_top__parse_source()
1015 char msg[BUFSIZ]; in perf_top__start_counters()
1294 char errbuf[BUFSIZ]; in __cmd_top()
1429 char errbuf[BUFSIZ]; in cmd_top()
1744 target__strerror(target, status, errbuf, BUFSIZ); in cmd_top()
1752 target__strerror(target, status, errbuf, BUFSIZ); in cmd_top()
/openbmc/linux/tools/perf/bench/
H A Devlist-open-close.c228 char *evstr, errbuf[BUFSIZ]; in bench_evlist_open_close()
/openbmc/linux/tools/perf/ui/gtk/
H A Dannotate.c180 char msg[BUFSIZ]; in symbol__gtk_annotate()
/openbmc/u-boot/tools/gdb/
H A Dremote.c646 if (cnt > BUFSIZ - 5) /* Prosanity check */
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c362 alloc_size += BUFSIZ; in filename__read_str()
/openbmc/qemu/bsd-user/freebsd/
H A Dos-sys.c118 uint8_t buf[BUFSIZ]; in oidfmt()

12