Lines Matching defs:regcomp
1 /* $NetBSD: regcomp.c,v 1.49 2025/01/01 18:19:50 christos Exp $ */
42 * @(#)regcomp.c 8.5 (Berkeley) 3/20/94
51 static char sccsid[] = "@(#)regcomp.c 8.5 (Berkeley) 3/20/94";
52 __FBSDID("$FreeBSD: head/lib/libc/regex/regcomp.c 368359 2020-12-05 03:18:48Z kevans $");
54 __RCSID("$NetBSD: regcomp.c,v 1.49 2025/01/01 18:19:50 christos Exp $");
71 __weak_alias(regcomp,_regcomp)
133 /* === regcomp.c === */
415 - regcomp - interface for parser and compilation
416 = extern int regcomp(regex_t *, const char *, int);
427 regcomp(regex_t * __restrict preg,