OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regfree
(Results
1 - 25
of
28
) sorted by relevancy
1
2
/src/lib/libc/regex/
Makefile.inc
9
SRCS+= regcomp.c regerror.c regexec.c
regfree
.c regsub.c
14
regex.3
regfree
.3 regex.3 regnsub.3 regex.3 regasub.3
regfree.c
1
/* $NetBSD:
regfree
.c,v 1.19 2021/02/26 19:24:47 christos Exp $ */
37
* @(#)
regfree
.c 8.3 (Berkeley) 3/20/94
46
static char sccsid[] = "@(#)
regfree
.c 8.3 (Berkeley) 3/20/94";
47
__FBSDID("$FreeBSD: head/lib/libc/regex/
regfree
.c 326025 2017-11-20 19:49:47Z pfg $");
49
__RCSID("$NetBSD:
regfree
.c,v 1.19 2021/02/26 19:24:47 christos Exp $");
59
__weak_alias(
regfree
,_regfree)
66
-
regfree
- free everything
67
= extern void
regfree
(regex_t *);
70
regfree
(regex_t *preg)
regcomp.c
410
regfree
(preg);
/src/tools/make/
configure.ac
44
# regexp package. To avoid them, we need to find out who has
regfree
().
48
AC_CHECK_LIB([regex], [
regfree
])
49
AC_SEARCH_LIBS([
regfree
], [rx posix])
configure
3350
# regexp package. To avoid them, we need to find out who has
regfree
().
3352
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for
regfree
in -lregex" >&5
3353
$as_echo_n "checking for
regfree
in -lregex... " >&6; }
3368
char
regfree
();
3372
return
regfree
();
3397
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing
regfree
" >&5
3398
$as_echo_n "checking for library containing
regfree
... " >&6; }
3412
char
regfree
();
3416
return
regfree
();
/src/include/
regex.h
141
void
regfree
(regex_t *);
/src/bin/ed/
re.c
77
regfree
(expr);
/src/tests/lib/libc/regex/
main.c
128
regfree
(&re);
283
regfree
(&re);
322
regfree
(&re);
343
regfree
(&re);
t_exhaust.c
234
regfree
(&re);
t_regex_att.c
530
regfree
(&re);
/src/tests/rump/rumpkern/
t_kern.c
102
regfree
(&preg);
/src/sbin/efi/
getvars.c
156
regfree
(&args.preg);
/src/bin/pax/
pat_rep.c
167
regfree
(&(rep->rcmp));
177
regfree
(&(rep->rcmp));
204
regfree
(&(rep->rcmp));
/src/tools/compat/
configure.ac
298
# regexp package. To avoid them, we need to find out who has
regfree
().
302
AC_CHECK_LIB(regex,
regfree
)
303
AC_SEARCH_LIBS(
regfree
, rx posix)
Makefile
18
regcomp.c regerror.c regexec.c
regfree
.c \
/src/sbin/mount_portal/
conf.c
233
regfree
(&p->p_re);
/src/usr.bin/nl/
nl.c
376
regfree
(&numbering_properties[section].expr);
/src/usr.bin/rdist/
docmd.c
646
regfree
(&s);
649
regfree
(&s);
/src/usr.bin/m4/
gnum4.c
516
regfree
(&re);
551
regfree
(&re);
/src/usr.bin/csplit/
csplit.c
443
regfree
(&cre);
/src/games/fortune/fortune/
fortune.c
1214
regfree
(&rx->regex);
1228
regfree
(&rx->regex);
/src/lib/libedit/
search.c
136
regfree
(&re);
/src/usr.bin/pkill/
pkill.c
348
regfree
(®);
/src/lib/libc/include/
namespace.h
603
#define
regfree
_regfree
macro
/src/usr.sbin/user/
user.c
964
regfree
(&r);
970
regfree
(&r);
Completed in 29 milliseconds
1
2
Indexes created Tue Oct 28 12:10:06 GMT 2025