*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages              
Title
Content
Arch
Section
 
 perl5/ExtUtils::Manifest(3) -- utilities to write and check a MANIFEST file
    Mkmanifest() writes all files in and below the current directory to a file named in the global variable $ExtUtils::Manifest::MANIFEST (which defaults to MANIFEST) in the current directory. It works similar to find . -print but in doing so checks each line in an existing MANIFEST file and includes any comments that are found in the existing MANIFEST file in the new one. Anything between white space and an end of line within a MANIFEST file is considered to be a comment. Filenames and comments are...
 perl5/ExtUtils::Miniperl(3) -- write the C code for perlmain.c
    This whole module is written when perl itself is built from a script called minimod.PL. In case you want to patch it, please patch minimod.PL in the perl distribution instead. writemain() takes an argument list of directories containing archive libraries that relate to perl modules and should be linked into a new perl binary. It writes to STDOUT a corresponding perlmain.c file that is a plain C file containing all the bootstrap code to make the modules associated with the libraries available fro...
 perl5/ExtUtils::Mkbootstrap(3) -- make a bootstrap file for use by DynaLoader
    Mkbootstrap typically gets called from an extension Makefile. There is no *.bs file supplied with the extension. Instead a *_BS file which has code for the special cases, like posix for berkeley db on the NeXT. This file will get parsed, and produce a maybe empty @DynaLoader::dl_resolve_using array for the current architecture. That will be extended by $BSLOADLIBS, which was computed by ExtUtils::Liblist::ext(). If this array still is empty, we do nothing, else we write a .bs file with an @DynaL...
 perl5/ExtUtils::Mksymlists(3) -- write linker options files for dynamic extension
    ExtUtils::Mksymlists produces files used by the linker under some OSs during the creation of shared libraries for dynamic extensions. It is normally called from a MakeMaker-generated Makefile when the extension is built. The linker option file is generated by calling the function Mksymlists, which is exported by default from ExtUtils::Mksymlists. It takes one argument, a list of key-value pairs, in which the following keys are recognized: NAME This gives the name of the extension (e.g. Tk::Canva...
 perl5/ExtUtils::MM_OS2(3) -- methods to override UN*X behaviour in ExtUtils::MakeMaker
    See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. PPPPaaaaggggeeee 1111
 perl5/ExtUtils::MM_Unix(3) -- methods used by ExtUtils::MakeMaker
    The methods provided by this package are designed to be used in conjunction with ExtUtils::MakeMaker. When MakeMaker writes a Makefile, it creates one or more objects that inherit their methods from a package MM. MM itself doesn't provide any methods, but it ISA ExtUtils::MM_Unix class. The inheritance tree of MM lets operating specific packages take the responsibility for all the methods provided by MM_Unix. We are trying to reduce the number of the necessary overrides by defining rather primi...
 perl5/ExtUtils::MM_VMS(3) -- methods to override UN*X behaviour in ExtUtils::MakeMaker
    See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics.
 perl5/ExtUtils::MM_Win32(3) -- methods to override UN*X behaviour in ExtUtils::MakeMaker
    See ExtUtils::MM_Unix for a documentation of the methods provided there. This package overrides the implementation of these methods, not the semantics. catfile Concatenate one or more directory names and a filename to form a complete path ending with a filename constants (o) Initializes lots of constants and .SUFFIXES and .PHONY static_lib (o) Defines how to produce the *.a (or equivalent) files. dynamic_bs (o) Defines targets for bootstrap files. dynamic_lib (o) Defines how to produce the *.so ...
 perl5/ExtUtils::testlib(3) -- add blib/* directories to @INC
    After an extension has been built and before it is installed it may be desirable to test it bypassing make test. By adding use ExtUtils::testlib; to a test program the intermediate directories used by make are added to @INC. PPPPaaaaggggeeee 1111
 fam(3x) -- File Alteration Monitor (FAM) library routines
    FAM monitors files and directories, notifying interested applications of changes. Routines for communicating with the fam(1M) server process are found in ``libfam.a'', which is loaded if the option ``-lfam'' is used with cc(1) or ld(1). The library ``libC.a'' (``-lC'') must also be specified. An application calls routines described here to establish a list of files for fam to monitor. Fam generates events on a socket to communicate with the application. The fam process is started when th...
 fattach(3c) -- attach a STREAMS-based file descriptor to an object in the filesystem name space
    The fattach routine attaches a STREAMS-based file descriptor to an object in the filesystem name space, effectively associating a name with fildes. fildes must be a valid open file descriptor representing a STREAMS file. path is a pathname of an existing object, and the effective user ID of the calling process must be the owner of the file and have write permissions, or the calling process must have appropriate privilege (P_OWNER). All subsequent operations...
 standard/fbsubtexload(3) -- load part or all of a texture defined with TX_FASTDEFINE
    x is the window-relative starting x coordinate of the rectangle in the framebuffer that is being loaded into texture memory. y is the window-relative starting y coordinate of the rectangle in the framebuffer that is being loaded into texture memory. target is the texture target to which the texture we are loading is bound. id is the id of the texture we are loading. s0 is the starting S coordinate of the subtexture to load. s1 is the ending S coordinate of the subtexture to load. t0 is the start...
 f90/fcd(3) -- Constructs a Cray character pointer in Fortran character Descriptor (FCD) format
    UNICOS and UNICOS/mk systems IRIX systems (DEFERRED IMPLEMENTATION)
 fclose(3s) -- close or flush a stream
    fclose causes any buffered data waiting to be written for the named stream [see intro(3)] to be written out, and the stream to be closed. If the underlying file pointer is not already at end of file, and the file is one capable of seeking, the file pointer is adjusted so that the next operation on the open file pointer deals with the byte after the last one read from or written to the file being closed. If stream points to an output stream or an update stream on ...
 perl5/Fcntl(3) -- load the C Fcntl.h defines
    This module is just a translation of the C fnctl.h file. Unlike the old mechanism of requiring a translated fnctl.ph file, this uses the h2xs program (see the Perl source distribution) and your native C compiler. This means that it has a far more likely chance of getting the numbers right.
<<  [Prev]  85  86  87  88  89  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  
106  107  108  109  110  111  112  113  114  115  116  117  118  119  120  121  122  123  124  125  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service