Lines Matching defs:of
4 * The contents of this file are subject to the terms of the
9 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 * The Regents of the University of California
42 * University Acknowledgment- Portions of this document are derived from
43 * software developed by the University of California, Berkeley, and its
466 istail(str, of)
467 register char *str, *of;
469 register int d = strlen(of) - strlen(str);
471 if (d < 0 || strcmp(&of[d], str) != 0)