Searched defs:can (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dofdisk.c6 * GRUB is free software: you can redistribute it and/or modify
137 char *can = grub_strdup (alias->path); local
138 if (!name || !can)
142 grub_free (can);
145 op = ofdisk_hash_add (name, can);
263 "can't read device properties");
270 return grub_error (GRUB_ERR_UNKNOWN_DEVICE, "can't read the device type");
342 return grub_error (GRUB_ERR_UNKNOWN_DEVICE, "can't open device");
351 "seek error, can't seek block %llu",
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm8 # You can run this file through either pod2man or pod2html to produce pretty
97 # it can just be renamed, instead of read and written.
210 # Define the CRLF sequence. I can't use a simple "\r\n" because the meaning
262 # Custom 'can' method for both autoloaded and non-autoloaded subroutines.
265 sub can { subroutine
268 # See if UNIVERSAL::can finds it.
270 if (my $func = $class -> SUPER::can($method) ){
284 # just use UNIVERSAL::can again to do the work.
286 return $class -> SUPER::can($method);
380 # We provide a DESTROY method so that we can ensur
[all...]

Completed in 24 milliseconds