Searched refs:DEV_NAME_LEN (Results 1 – 4 of 4) sorted by relevance
57 #define DEV_NAME_LEN 80 /* max character for target name */ macro205 char device[DEV_NAME_LEN]; /* device name */
599 char filespec[DEV_NAME_LEN]; in ChildMain()635 strncpy(filespec, args->device, DEV_NAME_LEN); in ChildMain()
517 DEV_NAME_LEN); in run()
799 strncpy(args->device, argv[optind], (DEV_NAME_LEN - 1)); in fill_cld_args()