Lines Matching refs:strlcpy
161 extern size_t strlcpy(char *dst, const char *src, size_t dsize);
272 strlcpy(boot.command, "boot-recovery", sizeof(boot.command)); in get_args()
273 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in get_args()
287 strlcpy(boot.command, "boot-recovery", sizeof(boot.command)); in set_sdcard_update_bootloader_message()
288 strlcpy(boot.recovery, "recovery\n", sizeof(boot.recovery)); in set_sdcard_update_bootloader_message()
349 strlcpy(boot.systemFlag, systemFlag, sizeof(boot.systemFlag)); in finish_recovery()
628 strlcpy(new_path, path, PATH_MAX); in sdcard_directory()
638 strlcpy(new_path, path, PATH_MAX); in sdcard_directory()
941 strlcpy(imageFile, EX_SDCARD_ROOT, sizeof(imageFile)); in main()
954 strlcpy(imageFile, EX_UDISK_ROOT, sizeof(imageFile)); in main()
982 strlcpy(modified_path, "/cache/", len); in main()