Searched refs:regfree (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-11-stable/lib/libc/locale/
H A Drpmatch.c43 regfree(&yes);
52 regfree(&yes);
53 regfree(&no);
/freebsd-11-stable/lib/libc/regex/
H A DMakefile.inc9 SRCS+= regcomp.c regerror.c regexec.c regfree.c
17 MLINKS+=regexec.3 regfree.3
H A Dregfree.c33 * @(#)regfree.c 8.3 (Berkeley) 3/20/94
37 static char sccsid[] = "@(#)regfree.c 8.3 (Berkeley) 3/20/94";
40 __FBSDID("$FreeBSD: stable/11/lib/libc/regex/regfree.c 317894 2017-05-07 01:31:42Z pfg $");
54 - regfree - free everything
55 = extern void regfree(regex_t *);
58 regfree(regex_t *preg) function
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex.h7 # define regfree xregfree macro
H A Dxregex2.h555 extern void regfree (regex_t *__preg);
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex.h7 # define regfree xregfree macro
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex.h7 # define regfree xregfree macro
H A Dxregex2.h555 extern void regfree (regex_t *__preg);
/freebsd-11-stable/lib/libcompat/4.3/
H A Dre_comp.c68 regfree(&re_regexp);
/freebsd-11-stable/include/
H A Dregex.h113 void regfree(regex_t *);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex.h103 void regfree(regex_t *);
H A Dregfree.c1 /* $NetBSD: regfree.c,v 1.2 2009/01/02 00:32:11 tnozaki Exp $ */
35 * @(#)regfree.c 8.2 (Berkeley) 3/16/94
39 static char sccsid[] = "@(#)regfree.c 8.2 (Berkeley) 3/16/94";
51 - regfree - free everything
54 regfree(regex_t *preg) function
/freebsd-11-stable/lib/libc/regex/grot/
H A DMakefile28 REGSRC = regcomp.c regerror.c regexec.c regfree.c engine.c
32 OBJPRODN = regcomp.o regexec.o regerror.o regfree.o
37 LINTC = regcomp.c regexec.c regerror.c regfree.c debug.c main.c $(SRCMISSING)
59 regcomp.o regexec.o regfree.o debug.o: utils.h regex.h regex2.h
H A Dmain.c90 regfree(&re);
240 regfree(&re);
278 regfree(&re);
299 regfree(&re);
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.c31 # define regfree(preg) __regfree (preg) macro
/freebsd-11-stable/bin/ed/
H A Dre.c59 regfree(expr);
/freebsd-11-stable/contrib/less/
H A Dpattern.c45 regfree(*comp_pattern);
61 regfree(*comp_pattern);
180 regfree(*pattern);
188 regfree(*pattern);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c118 regfree(&re);
269 regfree(&re);
308 regfree(&re);
329 regfree(&re);
H A Dt_exhaust.c205 regfree(&re);
/freebsd-11-stable/contrib/nvi/common/
H A Doptions_f.c226 regfree(&sp->re_c);
230 regfree(&sp->subre_c);
H A Dscreen.c182 regfree(&sp->re_c);
186 regfree(&sp->subre_c);
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c266 regfree(ap->pRegExp);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp69 regfree(&preg);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dstack.c118 regfree(&re);
/freebsd-11-stable/lib/clang/libllvmminimal/
H A DMakefile67 SRCS+= Support/regfree.c

Completed in 321 milliseconds

123