| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | reiser.c | 83 ulong addr = 0, filelen; in do_reiserload() local 142 filelen = reiserfs_open(filename); in do_reiserload() 143 if (filelen < 0) { in do_reiserload() 147 if ((count < filelen) && (count != 0)) { in do_reiserload() 148 filelen = count; in do_reiserload() 151 if (reiserfs_read((char *)addr, filelen) != filelen) { in do_reiserload() 159 printf ("\n%ld bytes read\n", filelen); in do_reiserload() 160 env_set_hex("filesize", filelen); in do_reiserload() 162 return filelen; in do_reiserload()
|
| H A D | ini.c | 117 static int ini_parse(char *filestart, size_t filelen, in ini_parse() argument 130 size_t memleft = filelen; in ini_parse()
|
| /OK3568_Linux_fs/u-boot/common/spl/ |
| H A D | spl_ext.c | 18 loff_t filelen, actlen; in spl_load_image_ext() local 39 err = ext4fs_open(filename, &filelen); in spl_load_image_ext() 56 err = ext4fs_read((char *)spl_image->load_addr, 0, filelen, &actlen); in spl_load_image_ext() 73 __maybe_unused loff_t filelen, actlen; in spl_load_image_ext_os() local 94 err = ext4fs_open(file, &filelen); in spl_load_image_ext_os() 99 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os() 125 err = ext4fs_open(CONFIG_SPL_FS_LOAD_ARGS_NAME, &filelen); in spl_load_image_ext_os() 129 err = ext4fs_read((void *)CONFIG_SYS_SPL_ARGS_ADDR, 0, filelen, &actlen); in spl_load_image_ext_os()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/bin/ |
| H A D | xtrace | 79 filelen=$(expr length $file) 80 if test "$filelen" -gt "$width"; then 82 file="...$(expr substr $file $(expr 1 + $filelen - $rwidth) $rwidth)"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/bin/ |
| H A D | xtrace | 79 filelen=$(expr length $file) 80 if test "$filelen" -gt "$width"; then 82 file="...$(expr substr $file $(expr 1 + $filelen - $rwidth) $rwidth)"
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | umid.c | 140 size_t filelen = strlen(dir) + sizeof("/pid") + 1; in is_umdir_used() local 142 file = malloc(filelen); in is_umdir_used() 146 snprintf(file, filelen, "%s/pid", dir); in is_umdir_used()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
| H A D | from-debian-to-fix-compile-errors.patch | 472 - { mb->filelen=len; 473 - if(lseek(mb->fd,mb->filelen-1,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1)) 474 + { mb->filelen=len+1; 483 - { if(len>mb->filelen) /* need to extend? */ 484 - { mb->filelen=len; 485 - if(lseek(mb->fd,mb->filelen-1,SEEK_SET)<0||1!=rwrite(mb->fd,empty,1)) 486 + { if(len>=mb->filelen) /* need to extend? */ 487 + { mb->filelen=len+1; 514 off_t filelen; /* how long is the file */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bcm933xx_hcs.h | 17 __u32 filelen; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bcm933xx_hcs.h | 17 __u32 filelen; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bcm933xx_hcs.h | 17 __u32 filelen; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0018-CVE-2022-38128-2.patch | 324 filelen = strnlen ((const char *)section->start, section->size); 325 if (filelen == section->size) 331 build_id = section->start + filelen + 1; 332 build_id_len = section->size - (filelen + 1);
|
| /OK3568_Linux_fs/kernel/include/uapi/misc/ |
| H A D | fastrpc.h | 31 __u32 filelen; /* elf file length */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/ |
| H A D | aic94xx_init.c | 399 if (hdr_ptr->filelen != asd_ha->bios_image->size) { in asd_store_update_bios() 405 for (i = 0; i < hdr_ptr->filelen; i++) in asd_store_update_bios() 417 0, hdr_ptr->filelen-sizeof(*hdr_ptr)); in asd_store_update_bios() 421 0, hdr_ptr->filelen-sizeof(*hdr_ptr)); in asd_store_update_bios() 426 0, hdr_ptr->filelen-sizeof(header)); in asd_store_update_bios()
|
| H A D | aic94xx_sds.h | 86 u32 filelen; /*Length of the entire file*/ member
|
| /OK3568_Linux_fs/kernel/drivers/misc/ |
| H A D | fastrpc.c | 1028 u32 filelen; in fastrpc_init_create_process() member 1044 if (init.filelen > INIT_FILELEN_MAX) { in fastrpc_init_create_process() 1051 inbuf.filelen = init.filelen; in fastrpc_init_create_process() 1057 if (init.filelen && init.filefd) { in fastrpc_init_create_process() 1058 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process() 1063 memlen = ALIGN(max(INIT_FILELEN_MAX, (int)init.filelen * 4), in fastrpc_init_create_process() 1080 args[2].length = inbuf.filelen; in fastrpc_init_create_process()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 2270 size_t filelen; in rtk_get_bt_config() local 2347 filelen = st.st_size; in rtk_get_bt_config() 2354 tlength = filelen; in rtk_get_bt_config() 2377 if (read(fd, *config_buf, filelen) < (ssize_t) filelen) { in rtk_get_bt_config() 2384 *config_buf = rtk_parse_config_file(*config_buf, &filelen, bt_addr, in rtk_get_bt_config() 2386 util_hexdump((const uint8_t *)*config_buf, filelen); in rtk_get_bt_config() 2387 RS_INFO("Cfg length %u", filelen); in rtk_get_bt_config() 2392 return filelen; in rtk_get_bt_config()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | srcline.c | 458 size_t filelen, funclen; in addr2inlines() local 486 if (getline(&filename, &filelen, fp) == -1) in addr2inlines()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_misc.c | 1114 int rtk_parse_config_file(u8 *config_buf, int filelen) in rtk_parse_config_file() argument 1134 if (config_len != filelen - BT_CONFIG_HDRLEN) { in rtk_parse_config_file() 1136 (u16)(filelen - BT_CONFIG_HDRLEN)); in rtk_parse_config_file()
|
| /OK3568_Linux_fs/u-boot/board/buffalo/lsxl/ |
| H A D | README | 138 sf erase 0 +${filelen}
|