Home | History | Annotate | Download | only in common_source

Lines Matching defs:OF

5  *	The Regents of the University of California.  All rights reserved.
7 * All or some portions of this file are derived from material licensed
8 * to the University of California by American Telephone and Telegraph
10 * the permission of UNIX System Laboratories, Inc.
15 * 1. Redistributions of source code must retain the above copyright
16 * notice, this list of conditions and the following disclaimer.
18 * notice, this list of conditions and the following disclaimer in the
20 * 3. Neither the name of the University nor the names of its contributors
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
72 const char *CF; /* name of cifplot filter (per job) */
73 const char *DF; /* name of tex filter (per job) */
78 const char *GF; /* name of graph(1G) filter (per job) */
80 const char *IF; /* name of input filter (created per job) */
84 long MC; /* maximum number of copies allowed */
86 long MX; /* maximum number of blocks to copy */
87 const char *NF; /* name of ditroff filter (per job) */
88 const char *OF; /* name of output filter (created once) */
89 const char *PF; /* name of postscript filter (per job) */
94 const char *RF; /* name of fortran text filter (per job) */
100 long SB; /* short banner instead of normal header */
106 const char *TF; /* name of troff filter (per job) */
108 const char *VF; /* name of vplot/vrast filter (per job) */
127 * Create a TCP connection to host "rhost". If "rhost" is of the
129 * default printer port. Most of this code comes from rcmd.c.
204 * Returns 0 at EOF or the number of characters read.
231 * Scan the current directory and make a list of daemon files sorted by
233 * Return the number of entries and a pointer to the list.
253 * Estimate the array size by taking the size of the directory file
254 * and dividing it by a multiple of the minimum size entry.