Searched refs:LABELSIZ (Results 1 – 1 of 1) sorted by relevance
40 #define LABELSIZ 6 macro66 static char origfsname[LABELSIZ+1];67 static char origvolname[LABELSIZ+1];123 (void) strncpy(origfsname, label, LABELSIZ); in _getvol()124 origfsname[LABELSIZ] = '\0'; in _getvol()129 (void) strncpy(origvolname, pt+1, LABELSIZ); in _getvol()130 origvolname[LABELSIZ] = '\0'; in _getvol()183 char fsname[LABELSIZ+1], volname[LABELSIZ+1]; in ckilabel()187 (void) strncpy(fsname, label, LABELSIZ); in ckilabel()188 fsname[LABELSIZ] = '\0'; in ckilabel()[all …]