Lines Matching refs:strlen
205 path_len = strlen(file_path); in get_relfile()
206 path_len += strlen(relfile); in get_relfile()
278 size_t base_len = strlen(PXELINUX_DIR); in get_pxelinux_path()
281 if (base_len + strlen(file) > MAX_TFTP_PATH_LEN) { in get_pxelinux_path()
598 return run_command_list(localcmd, strlen(localcmd), 0); in label_localboot()
682 if (strlen(label->append ?: "") + in label_boot()
683 strlen(ip_str) + strlen(mac_str) + 1 > sizeof(bootargs)) { in label_boot()
685 strlen(label->append ?: ""), in label_boot()
686 strlen(ip_str), strlen(mac_str), in label_boot()
748 len = strlen(label->fdtdir); in label_boot()
756 len = strlen(label->fdtdir) + strlen(slash) + in label_boot()
757 strlen(f1) + strlen(f2) + strlen(f3) + in label_boot()
758 strlen(f4) + 1; in label_boot()
1330 base + ALIGN(strlen(b) + 1, 4), in parse_pxefile_top()
1357 base + ALIGN(strlen(b), 4), cfg, in parse_pxefile_top()