Searched defs:temp (Results 1 - 1 of 1) sorted by relevance

/block/partitions/
H A Dibm.c75 unsigned char temp[5]; local
105 memcpy(temp, data, 4);
106 temp[4] = 0;
107 EBCASC(temp, 4);
109 if (!strcmp(temp, "VOL1") ||
110 !strcmp(temp, "LNX1") ||
111 !strcmp(temp, "CMS1")) {
112 if (!strcmp(temp, "VOL1")) {

Completed in 52 milliseconds