Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dtrace-event-read.c71 char buf[BUFSIZ]; in skip()
75 r = size > BUFSIZ ? BUFSIZ : size; in skip()
101 char buf[BUFSIZ]; in read_string()
197 char buf[BUFSIZ]; in read_header_files()
375 char buf[BUFSIZ]; in trace_report()
/OK3568_Linux_fs/yocto/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)
H A D0007-initialize-encoder-decoder-state-in-the-constructors.patch21 decoder(int buffersize_in = BUFSIZ)
36 encoder(int buffersize_in = BUFSIZ)
/OK3568_Linux_fs/yocto/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];
555 if (len + 1 + (int)strlen(dp->d_name) >= BUFSIZ - 1) {
724 char pathbuf[BUFSIZ];
745 u_char ebuf[BUFSIZ];
746 u_char varbuff[BUFSIZ];
793 u_char restbuf[BUFSIZ + 2];
892 char ebuf[BUFSIZ];
1051 static char buf[BUFSIZ];
1061 static char buf[BUFSIZ];
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dstdio.h35 #define BUFSIZ __BUFSIZ__ macro
37 #define BUFSIZ 1024 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dstdio.h35 #define BUFSIZ __BUFSIZ__ macro
37 #define BUFSIZ 1024 macro
/OK3568_Linux_fs/yocto/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))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h78 size_t __size = static_cast<size_t>(BUFSIZ)); in _GLIBCXX_VISIBILITY()
91 size_t __size = static_cast<size_t>(BUFSIZ)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h78 size_t __size = static_cast<size_t>(BUFSIZ)); in _GLIBCXX_VISIBILITY()
91 size_t __size = static_cast<size_t>(BUFSIZ)); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dcctest.c28 char buf[BUFSIZ];
55 nblock = (n * 1024) / BUFSIZ;
/OK3568_Linux_fs/external/xserver/os/
H A Dosinit.c259 static char buf[BUFSIZ]; in OsInit()
261 setvbuf(stderr, buf, _IOLBF, BUFSIZ); in OsInit()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dmlock2.h35 char path[BUFSIZ]; in seek_to_smaps_entry()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dprint-tree.h38 #ifdef BUFSIZ
H A Ddiagnostic-core.h121 #ifdef BUFSIZ
H A Dprint-rtl.h75 #ifdef BUFSIZ
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dprint-tree.h38 #ifdef BUFSIZ
H A Ddiagnostic-core.h121 #ifdef BUFSIZ
H A Dprint-rtl.h75 #ifdef BUFSIZ
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dopenat-syscall.c23 char errbuf[BUFSIZ]; in test__openat_syscall_event()
/OK3568_Linux_fs/yocto/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) {
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c32 char tc_cmd[BUFSIZ]; in configure_stack()
133 char buf[BUFSIZ]; in rcv_msg()
/OK3568_Linux_fs/kernel/tools/lib/symbol/
H A Dkallsyms.c36 char bf[BUFSIZ]; in kallsyms__parse()
/OK3568_Linux_fs/buildroot/package/liboauth/
H A D0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch103 unsigned char fb[BUFSIZ];
118 while (!feof(F) && (len=fread(fb,sizeof(char),BUFSIZ, F))>0) {

12345