Searched refs:volname (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/newfs_ext2fs/
H A Dextern.h50 extern char *volname; /* volume name */
H A Dnewfs_ext2fs.c105 char *volname = NULL; /* volume name */ variable
210 volname = optarg;
211 if (volname[0] == '\0')
H A Dmke2fs.c407 if (volname != NULL) {
408 if (strlen(volname) > sizeof(sblock.e2fs.e2fs_vname))
410 strlcpy(sblock.e2fs.e2fs_vname, volname,
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dperlglob.c35 char volname[MAX_PATH]; local
45 if (GetVolumeInformation(root, volname, MAX_PATH,
/openbsd-current/sbin/bioctl/
H A Dbioctl.c394 char size[64], scsiname[16], volname[32]; local
481 snprintf(volname, sizeof volname, "%s %u",
497 volname, status, size, bv.bv_dev);
561 ; /* use volname from parent volume */
563 snprintf(volname, sizeof volname, " %3u",
595 volname, status, size, scsiname, encname,

Completed in 83 milliseconds