/dports/sysutils/webmin/webmin-1.981/mount/ |
H A D | index.cgi | 32 @all = sort { &fstype_name($a->[2]) cmp &fstype_name($b->[2]) } @all; 78 local $fsn = &fstype_name($minfo[2]); 140 foreach $fs (sort { &fstype_name($a) cmp &fstype_name($b) } &list_fstypes()) { 141 local $nm = &fstype_name($fs);
|
H A D | log_parser.pl | 17 &fstype_name($p->{'type'}),
|
H A D | osf1-lib.pl | 285 sub fstype_name subroutine 372 &fstype_name($1));
|
H A D | macos-lib.pl | 133 sub fstype_name subroutine
|
H A D | edit_mount.cgi | 51 print &ui_table_start(&text('edit_header', &fstype_name($type)),
|
H A D | netbsd-lib.pl | 256 sub fstype_name subroutine 303 $msg = &fstype_name($type);
|
H A D | openbsd-lib.pl | 257 sub fstype_name subroutine 304 $msg = &fstype_name($type);
|
/dports/sysutils/watchman/watchman-4.5.0/ |
H A D | fstype.c | 76 w_string_t *fstype_name = NULL; in w_fstype() local 85 fstype_name = w_string_new_wchar(fstype, -1); in w_fstype() 91 if (fstype_name) { in w_fstype() 92 return fstype_name; in w_fstype()
|
/dports/sysutils/webmin/webmin-1.981/fdisk/ |
H A D | mkfs_form.cgi | 14 print &text('mkfs_desc1', "<b>".&fstype_name($in{type})."</b>", 19 &fstype_name($in{type})),"<p>\n";
|
H A D | fsck_form.cgi | 11 print &text('fsck_desc1', &fstype_name($stat[1]), "<tt>$in{dev}</tt>",
|
H A D | tunefs_form.cgi | 11 print &text('tunefs_desc', &fstype_name($in{type}), "<tt>$in{dev}</tt>",
|
/dports/sysutils/webmin/webmin-1.981/zones/ |
H A D | edit_zone.cgi | 79 &mount::fstype_name($fs->{'type'}), 87 [ map { [ $_, &mount::fstype_name($_) ] } &list_filesystems() ]));
|
/dports/sysutils/webmin/webmin-1.981/format/ |
H A D | fsck_form.cgi | 14 print &text('fsck_desc', &fstype_name($fs), "<tt>$in{'dev'}</tt>"),"<p>\n";
|
H A D | tunefs_form.cgi | 15 print &text('tunefs_desc', &fstype_name($fs), "<tt>$in{'dev'}</tt>"),"<p>\n";
|
H A D | newfs_form.cgi | 13 print &text('newfs_desc', "<b>".&fstype_name("ufs")."</b>",
|
H A D | edit_part.cgi | 69 printf "<td>%s</td> </tr>\n", $fs ? &fstype_name($fs) : "None";
|
/dports/sysutils/webmin/webmin-1.981/lvm/ |
H A D | mkfs_form.cgi | 10 &fdisk::fstype_name($in{'fs'}),
|
/dports/sysutils/usermin/usermin-1.830/usermount/ |
H A D | index.cgi | 32 local $fsn = &fstype_name($u->[2]);
|
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/findlib/ |
H A D | fstype.c | 619 bool check_current_fs(char *fname, FF_PKT *ff, const char *fstype_name) in check_current_fs() argument 621 if (fstype_name != NULL){ in check_current_fs() 625 return bstrcmp(fsname, fstype_name); in check_current_fs()
|
/dports/sysutils/bacula11-client/bacula-11.0.5/src/findlib/ |
H A D | fstype.c | 619 bool check_current_fs(char *fname, FF_PKT *ff, const char *fstype_name) in check_current_fs() argument 621 if (fstype_name != NULL){ in check_current_fs() 625 return bstrcmp(fsname, fstype_name); in check_current_fs()
|
/dports/sysutils/bacula11-server/bacula-11.0.5/src/findlib/ |
H A D | fstype.c | 619 bool check_current_fs(char *fname, FF_PKT *ff, const char *fstype_name) in check_current_fs() argument 621 if (fstype_name != NULL){ in check_current_fs() 625 return bstrcmp(fsname, fstype_name); in check_current_fs()
|
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/findlib/ |
H A D | fstype.c | 619 bool check_current_fs(char *fname, FF_PKT *ff, const char *fstype_name) in check_current_fs() argument 621 if (fstype_name != NULL){ in check_current_fs() 625 return bstrcmp(fsname, fstype_name); in check_current_fs()
|
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/findlib/ |
H A D | protos.h | 85 bool fstype_equals(const char *fname, const char *fstype_name);
|
/dports/sysutils/bacula9-client/bacula-9.6.7/src/findlib/ |
H A D | protos.h | 85 bool fstype_equals(const char *fname, const char *fstype_name);
|
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/findlib/ |
H A D | protos.h | 85 bool fstype_equals(const char *fname, const char *fstype_name);
|