From owner-freebsd-questions@FreeBSD.ORG Wed Oct 4 08:51:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9DE816A403 for ; Wed, 4 Oct 2006 08:51:38 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F7CF43D49 for ; Wed, 4 Oct 2006 08:51:38 +0000 (GMT) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id k948oS6L094170 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 4 Oct 2006 01:50:28 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id k948oSEw094169 for freebsd-questions@freebsd.org; Wed, 4 Oct 2006 01:50:28 -0700 (PDT) Received: by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA16071; Wed, 4 Oct 06 01:41:26 PDT Date: Wed, 4 Oct 06 01:41:26 PDT From: perryh@pluto.rain.com (Perry Hutchison) Message-Id: <10610040841.AA16071@pluto.rain.com> To: freebsd-questions@freebsd.org Subject: regex(3) for only C locale X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Oct 2006 08:51:39 -0000 Where would I find functionality similar to regcomp(3) and friends, without the complexities of supporting multiple locales? I only need the C locale, and would much prefer to avoid the performance and code size costs associated with handling multi-byte characters.