Lines Matching refs:fsname
183 char fsname[LABELSIZ+1], volname[LABELSIZ+1]; in ckilabel() local
187 (void) strncpy(fsname, label, LABELSIZ); in ckilabel()
188 fsname[LABELSIZ] = '\0'; in ckilabel()
189 if (pt = strchr(fsname, ',')) { in ckilabel()
228 if (strcmp(fsname, pfsname) || strcmp(volname, pvolname)) { in ckilabel()
245 char fsname[LABELSIZ+1]; in wilabel() local
250 if (n = ckstr(fsname, NULL, LABELSIZ, NULL, NULL, NULL, in wilabel()
254 (void) strcpy(fsname, origfsname); in wilabel()
265 cdevice, fsname, volname); in wilabel()
269 cdevice, fsname, volname); in wilabel()
277 (void) sprintf(label, "%s,%s", fsname, volname); in wilabel()
482 labelerr(char *fsname, char *volname) in labelerr() argument
490 (void) fprintf(stderr, "\t%s,%s\n", fsname, volname); in labelerr()