/openbmc/u-boot/tools/ |
H A D | xway-swap-bytes.c | 6 #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 D | trace-event-read.c | 73 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 D | trace-event-info.c | 46 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 D | 0002-use-BUFSIZ-as-buffer-size.patch | 4 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 D | rdist-6.1.5-links.patch | 71 - char pathname[BUFSIZ]; 72 - char src[BUFSIZ]; 73 - char target[BUFSIZ];
|
H A D | rdist-6.1.5-cleanup.patch | 248 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 D | CVE-2018-1000097.patch | 10 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 D | fs-monitor.c | 116 char buffer[BUFSIZ]; in main() 133 int n = read(fd, buffer, BUFSIZ); in main()
|
/openbmc/qemu/gdbstub/ |
H A D | user-target.c | 346 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 D | 0001-initialize-msghdr-portably.patch | 37 char buffer[BUFSIZ] = { 0 }; 40 struct iovec r_io[1] = { { buffer, BUFSIZ } };
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | mlock2.h | 27 char path[BUFSIZ]; in seek_to_smaps_entry()
|
/openbmc/linux/tools/lib/symbol/ |
H A D | kallsyms.c | 36 char bf[BUFSIZ]; in kallsyms__parse()
|
/openbmc/linux/tools/perf/tests/ |
H A D | openat-syscall.c | 25 char errbuf[BUFSIZ]; in test__openat_syscall_event()
|
H A D | openat-syscall-all-cpus.c | 33 char errbuf[BUFSIZ]; in test__openat_syscall_event_on_all_cpus()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/liboauth/liboauth/ |
H A D | 0001-Support-OpenSSL-1.1.0.patch | 101 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 D | libb64_2.0.0.1.bb | 14 file://0002-use-BUFSIZ-as-buffer-size.patch \
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sk_assign.c | 33 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 D | socklen_t.patch | 44 char buf[BUFSIZ];
|
H A D | 11_tcpd_blacklist.patch | 71 + char tok[BUFSIZ]; 122 + char buf[BUFSIZ];
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 154 char msg[BUFSIZ]; in perf_top__parse_source() 1014 char msg[BUFSIZ]; in perf_top__start_counters() 1293 char errbuf[BUFSIZ]; in __cmd_top() 1428 char errbuf[BUFSIZ]; in cmd_top() 1743 target__strerror(target, status, errbuf, BUFSIZ); in cmd_top() 1751 target__strerror(target, status, errbuf, BUFSIZ); in cmd_top()
|
/openbmc/linux/tools/perf/bench/ |
H A D | evlist-open-close.c | 228 char *evstr, errbuf[BUFSIZ]; in bench_evlist_open_close()
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | annotate.c | 180 char msg[BUFSIZ]; in symbol__gtk_annotate()
|
/openbmc/u-boot/tools/gdb/ |
H A D | remote.c | 646 if (cnt > BUFSIZ - 5) /* Prosanity check */
|
/openbmc/linux/tools/lib/api/fs/ |
H A D | fs.c | 362 alloc_size += BUFSIZ; in filename__read_str()
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | os-sys.c | 118 uint8_t buf[BUFSIZ]; in oidfmt()
|