| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mkenvimage.c | 75 unsigned char *filebuf = NULL; in main() local 165 filebuf = realloc(filebuf, readlen); in main() 166 if (!filebuf) { in main() 170 readbytes = read(txt_fd, filebuf + filesize, readlen); in main() 197 filebuf = mmap(NULL, sizeof(*envptr) * filesize, PROT_READ, in main() 199 if (filebuf == MAP_FAILED) { in main() 205 filebuf = malloc(sizeof(*envptr) * filesize); in main() 206 ret = read(txt_fd, filebuf, sizeof(*envptr) * filesize); in main() 221 if (filebuf[fp] == '\n') { in main() 222 if (fp == 0 || filebuf[fp-1] == '\n') { in main() [all …]
|
| /OK3568_Linux_fs/kernel/usr/ |
| H A D | gen_init_cpio.c | 300 char *filebuf = NULL; in cpio_mkfile() local 323 filebuf = malloc(buf.st_size); in cpio_mkfile() 324 if (!filebuf) { in cpio_mkfile() 329 retval = read (file, filebuf, buf.st_size); in cpio_mkfile() 364 if (fwrite(filebuf, size, 1, stdout) != 1) { in cpio_mkfile() 378 if (filebuf) free(filebuf); in cpio_mkfile()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | iosfwd | 67 typedef basic_filebuf<char> filebuf; 169 typedef basic_filebuf<char> filebuf;
|
| H A D | fstream | 64 typedef basic_filebuf<char> filebuf;
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | iosfwd | 67 typedef basic_filebuf<char> filebuf; 169 typedef basic_filebuf<char> filebuf;
|
| H A D | fstream | 64 typedef basic_filebuf<char> filebuf;
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | symbol.c | 1737 static int dso__find_perf_map(char *filebuf, size_t bufsz, in dso__find_perf_map() argument 1748 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nsi->nstgid); in dso__find_perf_map() 1750 rc = access(filebuf, R_OK); in dso__find_perf_map() 1761 snprintf(filebuf, bufsz, "/tmp/perf-%d.map", nnsi->tgid); in dso__find_perf_map()
|
| /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/ |
| H A D | iosfwd | 159 typedef basic_filebuf<char> filebuf;
|
| H A D | fstream | 120 /// Place to stash in || out || in | out settings for current filebuf. 596 * The file is closed by the filebuf object, not the formatting 859 * The file is closed by the filebuf object, not the formatting 1115 * The file is closed by the filebuf object, not the formatting
|
| /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/ |
| H A D | iosfwd | 159 typedef basic_filebuf<char> filebuf;
|
| H A D | fstream | 120 /// Place to stash in || out || in | out settings for current filebuf. 596 * The file is closed by the filebuf object, not the formatting 859 * The file is closed by the filebuf object, not the formatting 1115 * The file is closed by the filebuf object, not the formatting
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/ |
| H A D | vxge-config.h | 2078 vxge_update_fw_image(struct __vxge_hw_device *hldev, const u8 *filebuf,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 48174 formatted I/O and large file support in C++ filebuf.
|
| H A D | gcc.info | 59866 formatted I/O and large file support in C++ filebuf.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 48174 formatted I/O and large file support in C++ filebuf.
|
| H A D | gcc.info | 59866 formatted I/O and large file support in C++ filebuf.
|