Searched refs:rname0 (Results 1 – 1 of 1) sorted by relevance
1097 char *rname0 = NULL; in mhd_create_drive() local1126 rname0 = Malloc(strlen(rname) + strlen("s0") + 1); in mhd_create_drive()1127 (void) strcpy(rname0, rname); in mhd_create_drive()1128 (void) strcat(rname0, "s0"); in mhd_create_drive()1134 dp->dr_rname0 = rname0; in mhd_create_drive()