Changeset a569125 in freewrt for tools/paxmirabilis/src/pat_rep.c
- Timestamp:
- Feb 16, 2012, 10:14:16 PM (14 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 7417b08
- Parents:
- 3784d08
- File:
-
- 1 edited
-
tools/paxmirabilis/src/pat_rep.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/paxmirabilis/src/pat_rep.c
r3784d08 ra569125 1 /* $OpenBSD: pat_rep.c,v 1.3 0 2005/08/05 08:30:10 djmExp $ */1 /* $OpenBSD: pat_rep.c,v 1.31 2009/10/27 23:59:22 deraadt Exp $ */ 2 2 /* $NetBSD: pat_rep.c,v 1.4 1995/03/21 09:07:33 cgd Exp $ */ 3 3 … … 48 48 #include "extern.h" 49 49 50 __SCCSID("@(#)pat_rep.c 8.2 (Berkeley) 4/18/94"); 51 __RCSID("$MirOS: src/bin/pax/pat_rep.c,v 1.2 2007/02/17 04:52:41 tg Exp $"); 50 __RCSID("$MirOS: src/bin/pax/pat_rep.c,v 1.4 2012/02/12 00:44:57 tg Exp $"); 52 51 53 52 /* … … 525 524 526 525 /* 527 * Optimized hack for pattern with a * at the end526 * optimised hack for pattern with a * at the end 528 527 */ 529 528 if (c == '\0') … … 837 836 * as specified. if required, we print the results. if the resulting name 838 837 * is empty, we will skip this archive member. We use the regexp(3) 839 * routines (regexp() ought to win a pri ze as having the most cryptic838 * routines (regexp() ought to win a price as having the most cryptic 840 839 * library function manual page). 841 840 * --Parameters--
Note:
See TracChangeset
for help on using the changeset viewer.
