Home
last modified time | relevance | path

Searched refs:xfstype (Results 1 – 3 of 3) sorted by relevance

/dports/misc/amanda-server/amanda-3.3.9/client-src/
H A Dgetfsent.c77 static char *xfstype = NULL, *xmntopts = NULL; in get_fstab_nextentry() local
86 fsent->fstype = xfstype = newstralloc(xfstype, sys_fsent->fs_name); in get_fstab_nextentry()
90 fsent->fstype = xfstype = newstralloc(xfstype, _("unknown")); in get_fstab_nextentry()
93 fsent->fstype = xfstype = newstralloc(xfstype, sys_fsent->fs_vfstype); in get_fstab_nextentry()
/dports/misc/amanda-client/amanda-3.3.9/client-src/
H A Dgetfsent.c77 static char *xfstype = NULL, *xmntopts = NULL; in get_fstab_nextentry() local
86 fsent->fstype = xfstype = newstralloc(xfstype, sys_fsent->fs_name); in get_fstab_nextentry()
90 fsent->fstype = xfstype = newstralloc(xfstype, _("unknown")); in get_fstab_nextentry()
93 fsent->fstype = xfstype = newstralloc(xfstype, sys_fsent->fs_vfstype); in get_fstab_nextentry()
/dports/multimedia/lives/lives-3.2.0/
H A Dsmogrify9510 my $xfstype = "Unknown";
9522 $xfstype = $fstype;
9525 $xfstype;