| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | trace-event-read.c | 71 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 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)
|
| H A D | 0007-initialize-encoder-decoder-state-in-the-constructors.patch | 21 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 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]; 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 D | stdio.h | 35 #define BUFSIZ __BUFSIZ__ macro 37 #define BUFSIZ 1024 macro
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | stdio.h | 35 #define BUFSIZ __BUFSIZ__ macro 37 #define BUFSIZ 1024 macro
|
| /OK3568_Linux_fs/yocto/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))
|
| /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 D | stdio_filebuf.h | 78 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 D | stdio_filebuf.h | 78 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 D | cctest.c | 28 char buf[BUFSIZ]; 55 nblock = (n * 1024) / BUFSIZ;
|
| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | osinit.c | 259 static char buf[BUFSIZ]; in OsInit() 261 setvbuf(stderr, buf, _IOLBF, BUFSIZ); in OsInit()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/vm/ |
| H A D | mlock2.h | 35 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 D | print-tree.h | 38 #ifdef BUFSIZ
|
| H A D | diagnostic-core.h | 121 #ifdef BUFSIZ
|
| H A D | print-rtl.h | 75 #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 D | print-tree.h | 38 #ifdef BUFSIZ
|
| H A D | diagnostic-core.h | 121 #ifdef BUFSIZ
|
| H A D | print-rtl.h | 75 #ifdef BUFSIZ
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | openat-syscall.c | 23 char errbuf[BUFSIZ]; in test__openat_syscall_event()
|
| /OK3568_Linux_fs/yocto/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) {
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sk_assign.c | 32 char tc_cmd[BUFSIZ]; in configure_stack() 133 char buf[BUFSIZ]; in rcv_msg()
|
| /OK3568_Linux_fs/kernel/tools/lib/symbol/ |
| H A D | kallsyms.c | 36 char bf[BUFSIZ]; in kallsyms__parse()
|
| /OK3568_Linux_fs/buildroot/package/liboauth/ |
| H A D | 0001-Fixes-build-issue-with-OpenSSL-1.1.0.patch | 103 unsigned char fb[BUFSIZ]; 118 while (!feof(F) && (len=fread(fb,sizeof(char),BUFSIZ, F))>0) {
|