| /rk3399_rockchip-uboot/include/linux/ |
| H A D | string.h | 77 extern __kernel_size_t strnlen(const char *,__kernel_size_t);
|
| /rk3399_rockchip-uboot/fs/yaffs2/ |
| H A D | ydirectenv.h | 40 #define yaffs_strnlen(s, m) strnlen(s, m)
|
| H A D | yaffs_nandif.c | 213 (strnlen(name, YAFFS_MAX_NAME_LENGTH)+1)); in yaffs_add_dev_from_geometry()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | gpt.c | 425 if (strnlen(s, max_str_part) == 0) in set_gpt_info() 428 i = strnlen(s, max_str_part) - 1; in set_gpt_info() 465 if (strnlen(p, max_str_part) >= sizeof(parts[i].uuid)) { in set_gpt_info() 480 if (strnlen(p, max_str_part) >= sizeof(parts[i].type_guid)) { in set_gpt_info() 498 if (strnlen(p, max_str_part) >= sizeof(parts[i].name)) { in set_gpt_info()
|
| /rk3399_rockchip-uboot/lib/libfdt/ |
| H A D | fdt_ro.c | 47 return (strnlen(p, len + 1) == len) && (memcmp(p, s, len) == 0); in _fdt_string_eq() 581 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 608 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 642 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | libata.c | 69 p = s + strnlen((char *)s, len - 1); in ata_id_c_string()
|
| /rk3399_rockchip-uboot/board/corscience/tricorder/ |
| H A D | tricorder.c | 103 len = strnlen(eeprom->interface_version, in print_hwversion()
|
| /rk3399_rockchip-uboot/scripts/dtc/libfdt/ |
| H A D | fdt_ro.c | 579 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 606 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 640 length = strnlen(list, end - list) + 1; in fdt_stringlist_get()
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | debug.c | 115 strnlen(vol->name, vol->name_len + 1) == vol->name_len) { in ubi_dump_vol_info() 147 strnlen(&r->name[0], name_len + 1) == name_len) { in ubi_dump_vtbl_record()
|
| H A D | kapi.c | 252 len = strnlen(name, UBI_VOL_NAME_MAX + 1); in ubi_open_volume_nm()
|
| H A D | vtbl.c | 251 if (name_len != strnlen(name, name_len + 1)) {
|
| H A D | vmt.c | 718 n = strnlen(vol->name, vol->name_len + 1); in self_check_volume()
|
| H A D | build.c | 1466 len = strnlen(val, MTD_PARAM_LEN_MAX); in ubi_mtd_param_parse()
|
| /rk3399_rockchip-uboot/drivers/core/ |
| H A D | of_access.c | 566 l = strnlen(p, end - p) + 1; in of_property_match_string() 603 l = strnlen(p, end - p) + 1; in of_property_read_string_helper()
|
| H A D | ofnode.c | 112 if (strnlen(str, len) >= len) { in ofnode_read_string()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | string.c | 279 size_t strnlen(const char * s, size_t count) in strnlen() function
|
| H A D | vsprintf.c | 264 len = strnlen(s, precision); in string()
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | replay.c | 453 strnlen(dent->name, nlen) != nlen || in ubifs_validate_entry()
|
| /rk3399_rockchip-uboot/tools/env/ |
| H A D | fw_env.c | 226 if (strnlen(key, 64) != 32) { in parse_aes_key()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | checks.c | 830 str += strnlen(str, end - str) + 1) { in node_is_compatible()
|