summaryrefslogtreecommitdiffstats
path: root/fake_packages/c.pm
blob: 2715c5ae26a30e32c1bbe98cbfc404e16da0498f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77

package c;
our @ISA = qw();
sub BLKRRPART() {}
sub CDROMCLOSETRAY() {}
sub CDROMEJECT() {}
sub CDROM_LOCKDOOR() {}
sub C_backtrace() {}
sub EVIocGBitKey { my ($_file) = @_ }
sub F_GETFL() {}
sub F_SETFL() {}
sub HDIO_GETGEO() {}
sub KDSKBENT() {}
sub K_NOSUCHMAP() {}
sub LC_COLLATE() {}
sub LOG_INFO() {}
sub LOG_LOCAL1() {}
sub LOG_WARNING() {}
sub LOOP_GET_STATUS() {}
sub MAX_NR_KEYMAPS() {}
sub MS_MGC_VAL() {}
sub NR_KEYS() {}
sub O_CREAT() {}
sub O_NONBLOCK() {}
sub O_RDWR() {}
sub O_WRONLY() {}
sub S_IFBLK() {}
sub S_IFCHR() {}
sub S_IFIFO() {}
sub S_IFMT() {}
sub TIOCSCTTY() {}
sub VT_ACTIVATE() {}
sub VT_GETSTATE() {}
sub VT_WAITACTIVE() {}
sub WNOHANG() {}
sub _exit { my ($_status) = @_ }
sub addDefaultRoute { my ($_gateway) = @_ }
sub add_partition { my ($_hd, $_part_number, $_start_sector, $_size_sector) = @_ }
sub closelog() {}
sub del_partition { my ($_hd, $_part_number) = @_ }
sub disk_add_partition { my ($_device_path, $_start, $_length, $_fs_type) = @_ }
sub disk_del_partition { my ($_device_path, $_part_number) = @_ }
sub disk_delete_all { my ($_device_path) = @_ }
sub dmi_probe() {}
sub floppy_info { my ($_name) = @_ }
sub getHwIDs { my ($_device) = @_ }
sub getNetDriver { my ($_device) = @_ }
sub get_disk_partitions { my ($_device_path) = @_ }
sub get_disk_type { my ($_device_path) = @_ }
sub get_hw_address { my ($_ifname) = @_ }
sub get_iso_volume_ids { my ($_fd) = @_ }
sub get_netdevices() {}
sub get_partition_flag { my ($_device_path, $_part_number, $_type) = @_ }
sub get_pci_description { my ($_vendor_id, $_device_id) = @_ }
sub get_usb_ups_name { my ($_fd) = @_ }
sub getpagesize() {}
sub init_setlocale() {}
sub isBurner { my ($_fd) = @_ }
sub isDvdDrive { my ($_fd) = @_ }
sub isNetDeviceWirelessAware { my ($_device) = @_ }
sub is_secure_file { my ($_filename) = @_ }
sub kernel_version() {}
sub lseek_sector { my ($_fd, $_sector, $_offset) = @_ }
sub openlog { my ($_ident) = @_ }
sub pci_probe() {}
sub res_init() {}
sub set_disk_type { my ($_device_path, $_type_name) = @_ }
sub set_partition_flag { my ($_device_path, $_part_number, $_type) = @_ }
sub set_tagged_utf8 { my ($_s) = @_ }
sub setlocale { my ($_category, $_o_locale) = @_ }
sub setsid() {}
sub strftime { my ($_fmt, $_sec, $_min, $_hour, $_mday, $_mon, $_year, $_o_wday, $_o_yday, $_o_isdst) = @_ }
sub syslog { my ($_priority, $_mesg) = @_ }
sub tell_kernel_to_reread_partition_table { my ($_device_path) = @_ }
sub total_sectors { my ($_fd) = @_ }
sub usb_probe() {}
sub usleep { my ($_microseconds) = @_ }