Searched refs:v_magic (Results 1 – 2 of 2) sorted by relevance
160 char v_magic[VMAGLEN], member
1239 V_labl.v_magic[0] = '\0'; /* scribble on old data */ in tapeck()1251 old_style = strncmp(V_labl.v_magic, "Volcopy", 7) == 0; in tapeck()1252 new_style = strncmp(V_labl.v_magic, "VOLCOPY", 7) == 0; in tapeck()1264 strncpy(V_labl.v_magic, "Volcopy", 7); in tapeck()1444 (void) strcpy(V_labl.v_magic, "Volcopy"); in mklabel()1446 (void) strcpy(V_labl.v_magic, "VOLCOPY"); in mklabel()