HomeSort by: relevance | last modified time | path
    Searched defs:OF (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/pax/
options.h 6 * The Regents of the University of California. All rights reserved.
9 * Keith Muller of the University of California, San Diego.
14 * 1. Redistributions of source code must retain the above copyright
15 * notice, this list of conditions and the following disclaimer.
17 * notice, this list of conditions and the following disclaimer in the
19 * 3. Neither the name of the University nor the names of its contributors
25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOS
    [all...]
  /src/tests/net/net/
t_unix.c 13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
16 * notice, this list of conditions and the following disclaimer in the
18 * 3. All advertising materials mentioning features or use of this software
22 * 4. Neither the name of The NetBSD Foundation nor the names of its
28 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
31 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER I
    [all...]
  /src/usr.sbin/lpr/common_source/
common.c 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 contributor
    [all...]
  /src/common/dist/zlib/
zconf.h 3 /* zconf.h -- configuration of the zlib compression library
5 * For conditions of distribution and use, see copyright notice in zlib.h
294 Of course this will generally degrade compression (there's no free lunch).
303 #ifndef OF /* function prototypes */
305 # define OF(args) args
307 # define OF(args) ()
458 * because of endianness).
460 * To avoid changing the ABI of already-compiled libz.so.1, we disable
462 * irrespective of HAVE_UNISTD_H and HAVE_STDARG_H so callers don't
545 # define SEEK_SET 0 /* Seek from beginning of file. *
    [all...]

Completed in 19 milliseconds