Searched refs:vol_tmp (Results 1 – 1 of 1) sorted by relevance
1523 char vol_tmp[11]; in chgreel() local1533 vol_tmp[0] = '\0'; in chgreel()1534 fgets(vol_tmp, 10, Devtty); in chgreel()1535 vol_tmp[10] = '\0'; in chgreel()1536 lastchar = strlen(vol_tmp) - 1; in chgreel()1537 if (vol_tmp[lastchar] == '\n') in chgreel()1538 vol_tmp[lastchar] = '\0'; /* remove it */ in chgreel()1539 if (vol_tmp[0] != '\0') { /* if null string, use old vol-id */ in chgreel()1540 strncpy(f_p->f_vol_p, vol_tmp, 6); in chgreel()1541 strncpy(V_labl.v_volume, vol_tmp, 6); in chgreel()