Searched refs:wltdev (Results 1 – 1 of 1) sorted by relevance
1893 char *wltdev = NULL; local2019 wltdev = malloc(strlen(p->opt.device) + 2);2020 if (wltdev == NULL) {2027 strcpy(wltdev, "wlt");2028 strcat(wltdev, p->opt.device + 2);2030 p->opt.device = wltdev;