PageRenderTime 317ms queryTime 19ms sortTime 1ms getByIdsTime 46ms findMatchingLines 109ms

100+ results results for '#include <regex.h>' (317 ms)

Not the results you expected?
search.c git://git.savannah.gnu.org/zile.git | C | 468 lines
                    
21
                    
22#include <config.h>
                    
23
                    
23
                    
24#include <stdlib.h>
                    
25#include <ctype.h>
                    
25#include <ctype.h>
                    
26#include <regex.h>
                    
27
                    
27
                    
28#include "main.h"
                    
29#include "extern.h"
                    
                
pick.c git://git.savannah.gnu.org/mailutils.git | C | 401 lines
                    
19#include <mh.h>
                    
20#include <regex.h>
                    
21#include <pick.h>
                    
21#include <pick.h>
                    
22#include <pick-gram.h>
                    
23
                    
                
linuxsystem.cpp http://geekinfo.googlecode.com/svn/trunk/ | C++ | 434 lines
                    
24
                    
25#include "linuxsystem.h"
                    
26#include "platform.h"
                    
26#include "platform.h"
                    
27#include <sstream>	
                    
28#include <cstdlib>
                    
33
                    
34#include <unistd.h>
                    
35#include <sys/sysinfo.h>
                    
36#include <sys/utsname.h>
                    
37#include <regex.h>
                    
38#include <fstream>
                    
38#include <fstream>
                    
39#include <set>
                    
40
                    
                
sftp-server.patch git://git.savannah.gnu.org/administration.git | Patch | 476 lines
                    
14 #include "bufaux.h"
                    
15 #include "getput.h"
                    
16 #include "log.h"
                    
16 #include "log.h"
                    
17 #include "xmalloc.h"
                    
18 
                    
20+#include <sys/file.h>
                    
21+#include <sys/stat.h>
                    
22+#include <syslog.h>
                    
22+#include <syslog.h>
                    
23+#include <unistd.h>
                    
24+#include <time.h>
                    
26+#include <stdlib.h>
                    
27+#include <regex.h>
                    
28+
                    
                
pick.y git://git.savannah.gnu.org/mailutils.git | Happy | 446 lines
                    
19#include <mh.h>
                    
20#include <regex.h>  
                    
21#include <pick.h>
                    
                
search-and-replace.cpp git://git.savannah.nongnu.org/varexp.git | C++ | 195 lines
                    
25#include <sys/types.h>
                    
26#include <regex.h>
                    
27#include "internal.hpp"
                    
                
tst-regex.c git://git.savannah.gnu.org/sed.git | C | 272 lines
                    
19#ifdef HAVE_CONFIG_H
                    
20#include "config.h"
                    
21#endif
                    
24#include <assert.h>
                    
25#include <errno.h>
                    
26#include <fcntl.h>
                    
26#include <fcntl.h>
                    
27#include <iconv.h>
                    
28#include <locale.h>
                    
31#endif
                    
32#include <stdio.h>
                    
33#include <stdlib.h>
                    
38#include <sys/types.h>
                    
39#include <regex.h>
                    
40
                    
                
urlview.c.build git://pkgs.fedoraproject.org/urlview | Bazel | 582 lines
                    
27#ifdef HAVE_NCURSES_H
                    
28#include <ncurses.h>
                    
29#else
                    
29#else
                    
30#include <curses.h>
                    
31#endif
                    
33
                    
34#include <pwd.h>
                    
35#include <string.h>
                    
35#include <string.h>
                    
36#include <unistd.h>
                    
37#include <ctype.h>
                    
43#ifdef HAVE_REGEX_H
                    
44#include <regex.h>
                    
45#else
                    
                
search_sidebar.cc git://pkgs.fedoraproject.org/xiphos | C++ | 442 lines
                    
25#include <gtk/gtk.h>
                    
26#include <regex.h>
                    
27#include <ctype.h>
                    
33#endif
                    
34#include <gtkhtml/gtkhtml.h>
                    
35#ifdef __cplusplus
                    
43#include "main/sword.h"
                    
44#include "main/xml.h"
                    
45
                    
45
                    
46#include "gui/search_dialog.h"
                    
47#include "gui/search_sidebar.h"
                    
47#include "gui/search_sidebar.h"
                    
48#include "gui/sidebar.h"
                    
49#include "gui/widgets.h"
                    
                
urlsnarf.c git://pkgs.fedoraproject.org/dsniff | C | 321 lines
                    
14#include <sys/socket.h>
                    
15#include <netinet/in.h>
                    
16#include <arpa/inet.h>
                    
17
                    
18#include <stdio.h>
                    
19#include <stdlib.h>
                    
19#include <stdlib.h>
                    
20#include <unistd.h>
                    
21#include <string.h>
                    
21#include <string.h>
                    
22#include <regex.h>
                    
23#include <time.h>
                    
23#include <time.h>
                    
24#include <err.h>
                    
25#include <libnet.h>
                    
                
regex.m4 git://git.savannah.gnu.org/guile.git | m4 | 292 lines
                    
35        [AC_LANG_PROGRAM(
                    
36          [[#include <regex.h>
                    
37
                    
37
                    
38            #include <locale.h>
                    
39            #include <limits.h>
                    
39            #include <limits.h>
                    
40            #include <string.h>
                    
41
                    
241    AC_DEFINE([_REGEX_INCLUDE_LIMITS_H], [1],
                    
242      [Define if you want <regex.h> to include <limits.h>, so that it
                    
243       consistently overrides <limits.h>'s RE_DUP_MAX.])
                    
289  AC_CHECK_FUNCS_ONCE([isblank iswctype])
                    
290  AC_CHECK_DECLS([isblank], [], [], [[#include <ctype.h>]])
                    
291])
                    
                
WebServerDelegate.m http://switchlist.googlecode.com/svn/trunk/ | Objective C | 402 lines
                    
54
                    
55#include <regex.h> // For pattern matching on IP address.
                    
56
                    
                
main.c git://pkgs.fedoraproject.org/mboxgrep | C | 376 lines
                    
22
                    
23#include <stdio.h>
                    
24#include <string.h>
                    
24#include <string.h>
                    
25#include <sys/types.h>
                    
26#include <sys/stat.h>
                    
26#include <sys/stat.h>
                    
27#include <regex.h>
                    
28#include <stdlib.h>
                    
30#ifdef HAVE_LIBPCRE
                    
31#include <pcre.h>
                    
32#endif /* HAVE_LIBPCRE */
                    
36
                    
37#include "getopt.h"
                    
38#include "mboxgrep.h"
                    
                
gtest-death-test.h git://github.com/tomahawk-player/tomahawk.git | C++ Header | 284 lines
                    
34// This header file defines the public API for death tests.  It is
                    
35// #included by gtest.h so a user doesn't need to include this
                    
36// directly.
                    
40
                    
41#include <gtest/internal/gtest-death-test-internal.h>
                    
42
                    
90//
                    
91//   On POSIX-compliant systems (*nix), we use the <regex.h> library,
                    
92//   which uses the POSIX extended regex syntax.
                    
                
recutl.c git://git.savannah.gnu.org/recutils.git | C | 649 lines
                    
31#include <string.h>
                    
32#include <stdarg.h>
                    
33#include <closeout.h>
                    
33#include <closeout.h>
                    
34#include <xalloc.h>
                    
35#include <unistd.h>
                    
36#include <locale.h>
                    
37#include <gettext.h>
                    
38#define _(str) gettext (str)
                    
41#endif
                    
42#include <progname.h>
                    
43#include <sys/stat.h>
                    
44#include <readline.h>
                    
45#include <regex.h>
                    
46#include <stdint.h>
                    
                
nesc-dfilter.c git://pkgs.fedoraproject.org/nesc | C | 389 lines
                    
18#include <sys/types.h>
                    
19#include <regex.h>
                    
20#include <fnmatch.h>
                    
20#include <fnmatch.h>
                    
21#include "parser.h"
                    
22#include "nesc-dump.h"
                    
22#include "nesc-dump.h"
                    
23#include "nesc-dspec.h"
                    
24#include "nesc-dspec-int.h"
                    
24#include "nesc-dspec-int.h"
                    
25#include "nesc-semantics.h"
                    
26
                    
                
wvdialmon.cc git://pkgs.fedoraproject.org/wvdial | C++ | 508 lines
                    
4
                    
5#include <stdio.h>
                    
6#include <stdlib.h>
                    
7#include <unistd.h>
                    
8#include <stdlib.h>
                    
9#include <errno.h>
                    
10#include <string.h>
                    
11#include <regex.h>
                    
12#include <netdb.h>
                    
12#include <netdb.h>
                    
13#include <net/route.h>
                    
14#include <sys/socket.h>
                    
14#include <sys/socket.h>
                    
15#include <sys/types.h>
                    
16#include <sys/stat.h>
                    
                
misc.c git://pkgs.fedoraproject.org/multitail | C | 548 lines
                    
2#include <sys/types.h>
                    
3#include <regex.h>
                    
4#include <sys/utsname.h>
                    
5#include <string.h>
                    
6#include <math.h>
                    
7#include <time.h>
                    
7#include <time.h>
                    
8#include <stdlib.h>
                    
9#include <ctype.h>
                    
13#include <time.h>
                    
14#include <sys/time.h>
                    
15#include <sys/resource.h>
                    
25#include "globals.h"
                    
26#include "ui.h"
                    
27
                    
                
regex.m4 git://pkgs.fedoraproject.org/diffutils | m4 | 224 lines
                    
34          [AC_INCLUDES_DEFAULT[
                    
35           #include <locale.h>
                    
36           #include <limits.h>
                    
36           #include <limits.h>
                    
37           #include <regex.h>
                    
38           ]],
                    
221  AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
                    
222  AC_CHECK_DECLS([isblank], [], [], [#include <ctype.h>])
                    
223])
                    
                
jbot.c git://github.com/JAChapmanII/jbotc.git | C | 452 lines
                    
7 */
                    
8#include <stdio.h>
                    
9#include <stdlib.h>
                    
10#include <string.h>
                    
11#include <regex.h>
                    
12#include <unistd.h>
                    
12#include <unistd.h>
                    
13#include <time.h>
                    
14
                    
14
                    
15#include "functions.h"
                    
16#include "greetings.h"
                    
16#include "greetings.h"
                    
17#include "defines.h"
                    
18#include "util.h"
                    
                
regex.m4 git://git.savannah.gnu.org/gnulib.git | m4 | 274 lines
                    
34        [AC_LANG_PROGRAM(
                    
35          [[#include <regex.h>
                    
36
                    
36
                    
37            #include <locale.h>
                    
38            #include <limits.h>
                    
38            #include <limits.h>
                    
39            #include <string.h>
                    
40            #if HAVE_DECL_ALARM
                    
223    AC_DEFINE([_REGEX_INCLUDE_LIMITS_H], [1],
                    
224      [Define if you want <regex.h> to include <limits.h>, so that it
                    
225       consistently overrides <limits.h>'s RE_DUP_MAX.])
                    
271  AC_CHECK_FUNCS_ONCE([isblank iswctype wcscoll])
                    
272  AC_CHECK_DECLS([isblank], [], [], [[#include <ctype.h>]])
                    
273])
                    
                
urlscraper.c git://pkgs.fedoraproject.org/xchat-gnome | C | 237 lines
                    
1#include <config.h>
                    
2#include <glib/gi18n.h>
                    
3#include <sys/types.h>
                    
4#include <regex.h>
                    
5#include <gtk/gtk.h>
                    
5#include <gtk/gtk.h>
                    
6#include <stdlib.h>
                    
7#include <string.h>
                    
7#include <string.h>
                    
8#include <gconf/gconf-client.h>
                    
9#include <time.h>
                    
10
                    
11#include "xchat-plugin.h"
                    
12
                    
                
stripstring.c git://pkgs.fedoraproject.org/multitail | C | 555 lines
                    
2#include <sys/types.h>
                    
3#include <regex.h>
                    
4#include <string.h>
                    
4#include <string.h>
                    
5#include <stdlib.h>
                    
6#include <ctype.h>
                    
7#include <sys/socket.h>
                    
8#include <netinet/in.h>
                    
9
                    
9
                    
10#include "mt.h"
                    
11#include "help.h"
                    
11#include "help.h"
                    
12#include "mem.h"
                    
13#include "error.h"
                    
                
sftp-server.c git://git.savannah.gnu.org/administration.git | C | 1171 lines
                    
26#include "bufaux.h"
                    
27#include "getput.h"
                    
28#include "log.h"
                    
28#include "log.h"
                    
29#include "xmalloc.h"
                    
30
                    
32#include <sys/file.h>
                    
33#include <sys/stat.h>
                    
34#include <syslog.h>
                    
34#include <syslog.h>
                    
35#include <unistd.h>
                    
36#include <time.h>
                    
38#include <stdlib.h>
                    
39#include <regex.h>
                    
40
                    
                
gnu_regex.h http://atf2flightsim.googlecode.com/svn/trunk/ | C++ Header | 486 lines
                    
23/* POSIX says that <sys/types.h> must be included (by the caller) before
                    
24   <regex.h>.  */
                    
25
                    
28   should be there.  */
                    
29#include <stddef.h>
                    
30#endif
                    
                
Linker.c http://picorec.googlecode.com/svn/trunk/ | C | 5396 lines
                    
22
                    
23#include "sm/Storage.h"
                    
24#include "Stats.h"
                    
24#include "Stats.h"
                    
25#include "Hash.h"
                    
26#include "LinkerInternals.h"
                    
27#include "RtsUtils.h"
                    
28#include "Trace.h"
                    
29#include "StgPrimFloat.h" // for __int_encodeFloat etc.
                    
44#include <stdlib.h>
                    
45#include <string.h>
                    
46#include <stdio.h>
                    
64#endif
                    
65#include <regex.h>
                    
66#include <sys/fcntl.h>
                    
                
SlidWin.c http://research-code-base-animesh.googlecode.com/svn/trunk/ | C | 602 lines
                    
12
                    
13#include <stdio.h>
                    
14#include <ctype.h> 
                    
14#include <ctype.h> 
                    
15#include <string.h>
                    
16#include <stdlib.h>
                    
16#include <stdlib.h>
                    
17#include <regex.h>
                    
18
                    
18
                    
19/* #include "seqio.h" */
                    
20
                    
20
                    
21#include "tacg.h" 
                    
22
                    
                
RecentFuncs.c http://research-code-base-animesh.googlecode.com/svn/trunk/ | C | 628 lines
                    
12
                    
13#include <stdio.h>
                    
14#include <ctype.h> 
                    
14#include <ctype.h> 
                    
15#include <string.h>
                    
16#include <stdlib.h>
                    
16#include <stdlib.h>
                    
17#include <regex.h>
                    
18#include <math.h>
                    
18#include <math.h>
                    
19#include <sys/types.h>
                    
20#include <sys/stat.h>
                    
20#include <sys/stat.h>
                    
21#include <unistd.h>
                    
22
                    
                
mailnotify.c http://research-code-base-animesh.googlecode.com/svn/trunk/ | C | 771 lines
                    
27
                    
28#include <pthread.h>
                    
29#include <gtk/gtk.h>
                    
30#include "xmmsctrl.h"
                    
31#include "util.h"
                    
32#include <plugin.h>
                    
33#include "configfile.h"
                    
34#include <unistd.h>
                    
35
                    
36#include <stdio.h>
                    
37#include <stdlib.h>
                    
38#include <string.h>
                    
42#include <dirent.h>
                    
43#include <regex.h>
                    
44
                    
                
SeqFuncs.c http://research-code-base-animesh.googlecode.com/svn/trunk/ | C | 2700 lines
                    
12
                    
13#include <stdio.h>
                    
14#include <ctype.h> 
                    
14#include <ctype.h> 
                    
15#include <string.h>
                    
16#include <stdlib.h>
                    
16#include <stdlib.h>
                    
17#include <sys/stat.h>
                    
18#include <unistd.h>
                    
18#include <unistd.h>
                    
19#include <regex.h>
                    
20  
                    
20  
                    
21#include "seqio.h"
                    
22#include "tacg.h" 
                    
                
test.cpp git://git.savannah.gnu.org/gnash.git | C++ | 499 lines
                    
25#include <vector>
                    
26#include <map>
                    
27#include <cassert>
                    
27#include <cassert>
                    
28#include <memory>
                    
29
                    
30#if NPAPI_VERSION == 190
                    
31#include "npupp.h"
                    
32#else
                    
32#else
                    
33#include "npapi.h"
                    
34#include "npruntime.h"
                    
39#include "../../testsuite/check.h"
                    
40#include <regex.h>
                    
41
                    
                
test.c http://mongrel-esi.googlecode.com/svn/trunk/ | C | 646 lines
                    
1#include <stdio.h>
                    
2#include <stdlib.h>
                    
2#include <stdlib.h>
                    
3#include <string.h>
                    
4#include <sys/types.h>
                    
5#include <sys/stat.h>
                    
6#include <regex.h>
                    
7#include <fcntl.h>
                    
7#include <fcntl.h>
                    
8#include <unistd.h> /* for write */
                    
9#define DEBUG
                    
9#define DEBUG
                    
10#include "parser.h"
                    
11
                    
                
AlsaDriver.cpp git://git.savannah.nongnu.org/traverso.git | C++ | 1668 lines
                    
27
                    
28#include "AlsaDriver.h"
                    
29#include "AudioChannel.h"
                    
32#include <math.h>
                    
33#include <stdio.h>
                    
34#include <memory.h>
                    
34#include <memory.h>
                    
35#include <unistd.h>
                    
36#include <stdlib.h>
                    
37#include <errno.h>
                    
38#include <stdarg.h>
                    
39#include <signal.h>
                    
40#include <sys/types.h>
                    
41#include <regex.h>
                    
42
                    
                
matcher.cpp git://github.com/akrennmair/newsbeuter.git | C++ | 206 lines
                    
1#include <matcher.h>
                    
2#include <logger.h>
                    
2#include <logger.h>
                    
3#include <utils.h>
                    
4#include <exceptions.h>
                    
6#include <sys/time.h>
                    
7#include <regex.h>
                    
8#include <ctime>
                    
8#include <ctime>
                    
9#include <cassert>
                    
10#include <sstream>
                    
10#include <sstream>
                    
11#include <vector>
                    
12
                    
                
find-dialog.c git://git.savannah.gnu.org/pspp.git | C | 757 lines
                    
22
                    
23#include <ctype.h>
                    
24#include <gtk/gtk.h>
                    
24#include <gtk/gtk.h>
                    
25#include <regex.h>
                    
26#include <stdlib.h>
                    
26#include <stdlib.h>
                    
27#include <sys/types.h>
                    
28
                    
32#include "data/value.h"
                    
33#include "libpspp/cast.h"
                    
34#include "libpspp/message.h"
                    
34#include "libpspp/message.h"
                    
35#include "ui/gui/builder-wrapper.h"
                    
36#include "ui/gui/dict-display.h"
                    
                
regex.c https://code.google.com/p/lotsablankers/ | C | 10690 lines
                    
21#ifdef HAVE_CONFIG_H
                    
22#include "config.h"
                    
23#endif
                    
24
                    
25#include <stdbool.h>
                    
26#define __USE_GNU
                    
58/* On some systems, limits.h sets RE_DUP_MAX to a lower value than
                    
59   GNU regex allows.  Include it before <regex.h>, which correctly
                    
60   #undefs RE_DUP_MAX and sets it to the right value.  */
                    
60   #undefs RE_DUP_MAX and sets it to the right value.  */
                    
61#include <limits.h>
                    
62
                    
62
                    
63#include "regex.h"
                    
64
                    
                
regex.c git://git.savannah.gnu.org/a2ps.git | C | 5836 lines
                    
209/* Get the interface, including the syntax bits.  */
                    
210#include <regex.h>
                    
211
                    
212/* isalpha etc. are used for the character classes.  */
                    
213#include <ctype.h>
                    
214
                    
                
HDF5Wrap.c git://git.savannah.nongnu.org/freeon.git | C | 610 lines
                    
29/*+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+*/
                    
30#include <stdio.h>
                    
31#include <stdlib.h>
                    
32
                    
33#include "config.h"
                    
34
                    
35#if defined (HAVE_INTERNAL_HDF5)
                    
36#include "hdf5.h"
                    
37#else
                    
37#else
                    
38#include <hdf5.h>
                    
39#endif
                    
43#include <sys/types.h>
                    
44#include <regex.h>
                    
45
                    
                
rec-int.c git://git.savannah.gnu.org/recutils.git | C | 1270 lines
                    
25
                    
26#include <config.h>
                    
27
                    
27
                    
28#include <stdio.h>
                    
29#include <string.h>
                    
30#include <stdlib.h>
                    
31#include <regex.h>
                    
32#include <gettext.h>
                    
33#define _(str) dgettext (PACKAGE, str)
                    
34#include <tempname.h>
                    
35
                    
39
                    
40#include <rec.h>
                    
41#include <rec-utils.h>
                    
                
rec-sex.c git://git.savannah.gnu.org/recutils.git | C | 1173 lines
                    
25
                    
26#include <config.h>
                    
27
                    
27
                    
28#include <stdlib.h>
                    
29#include <string.h>
                    
29#include <string.h>
                    
30#include <regex.h>
                    
31#include <parse-datetime.h>
                    
32
                    
33#include <rec.h>
                    
34#include <rec-utils.h>
                    
34#include <rec-utils.h>
                    
35#include <rec-sex-ast.h>
                    
36#include <rec-sex-parser.h>
                    
                
rec-types.c git://git.savannah.gnu.org/recutils.git | C | 1692 lines
                    
25
                    
26#include <config.h>
                    
27
                    
27
                    
28#include <stdlib.h>
                    
29#include <stdio.h>
                    
29#include <stdio.h>
                    
30#include <regex.h>
                    
31#include <string.h>
                    
32#include <limits.h>
                    
33#include <regex.h>
                    
34#include <parse-datetime.h>
                    
34#include <parse-datetime.h>
                    
35#include <gettext.h>
                    
36#define _(str) dgettext (PACKAGE, str)
                    
                
rr_mod.c git://pkgs.fedoraproject.org/opensips | C | 346 lines
                    
44#include <stdio.h>
                    
45#include <stdlib.h>
                    
46#include <sys/types.h>
                    
46#include <sys/types.h>
                    
47#include <regex.h>
                    
48
                    
48
                    
49#include "../../sr_module.h"
                    
50#include "../../ut.h"
                    
50#include "../../ut.h"
                    
51#include "../../error.h"
                    
52#include "../../pvar.h"
                    
52#include "../../pvar.h"
                    
53#include "../../mem/mem.h"
                    
54#include "../../mod_fix.h"
                    
                
playlist-utils.c git://pkgs.fedoraproject.org/audacious | C | 490 lines
                    
19
                    
20#include <dirent.h>
                    
21#include <glib.h>
                    
21#include <glib.h>
                    
22#include <regex.h>
                    
23#include <stdio.h>
                    
23#include <stdio.h>
                    
24#include <stdlib.h>
                    
25#include <string.h>
                    
26
                    
27#include <libaudcore/audstrings.h>
                    
28#include <libaudcore/hook.h>
                    
29
                    
30#include "misc.h"
                    
31#include "playlist.h"
                    
                
cache.cxx git://pkgs.fedoraproject.org/systemtap | C++ | 441 lines
                    
12#include "util.h"
                    
13#include "stap-probe.h"
                    
14#include <cerrno>
                    
14#include <cerrno>
                    
15#include <string>
                    
16#include <fstream>
                    
18#include <cassert>
                    
19#include <sstream>
                    
20#include <vector>
                    
26#include <glob.h>
                    
27#include <regex.h>
                    
28#include <utime.h>
                    
29#include <sys/time.h>
                    
30#include <unistd.h>
                    
31}
                    
                
regex-posix.c git://git.savannah.gnu.org/guile.git | C | 351 lines
                    
37
                    
38#include <regex.h>
                    
39
                    
40#ifdef HAVE_WCHAR_H
                    
41#include <wchar.h>
                    
42#endif
                    
43
                    
44#include "libguile/async.h"
                    
45#include "libguile/smob.h"
                    
45#include "libguile/smob.h"
                    
46#include "libguile/symbols.h"
                    
47#include "libguile/vectors.h"
                    
47#include "libguile/vectors.h"
                    
48#include "libguile/strports.h"
                    
49#include "libguile/ports.h"
                    
                
parse.c git://pkgs.fedoraproject.org/grass | C | 510 lines
                    
23#include<stdio.h>
                    
24#include<regex.h>
                    
25#include<fcntl.h>
                    
25#include<fcntl.h>
                    
26#include<stdlib.h>
                    
27#include<string.h>
                    
27#include<string.h>
                    
28#include<sys/types.h>
                    
29#include<sys/stat.h>
                    
29#include<sys/stat.h>
                    
30#include<unistd.h>
                    
31
                    
31
                    
32#include "opt.h"
                    
33#include "../type.h"
                    
                
comparator.c git://git.savannah.gnu.org/mailutils.git | C | 522 lines
                    
22
                    
23#include <stdio.h>
                    
24#include <stdlib.h>
                    
24#include <stdlib.h>
                    
25#include <unistd.h>  
                    
26#include <string.h>  
                    
26#include <string.h>  
                    
27#include <sieve-priv.h>
                    
28#include <fnmatch.h>
                    
28#include <fnmatch.h>
                    
29#include <regex.h>
                    
30#include <mailutils/cctype.h>
                    
30#include <mailutils/cctype.h>
                    
31#include <mailutils/cstr.h>
                    
32
                    
                
gbfp.c http://gbfp.googlecode.com/svn/trunk/ | C | 782 lines
                    
2
                    
3#include <stdio.h>
                    
4#include <stdlib.h>
                    
4#include <stdlib.h>
                    
5#include <regex.h>
                    
6#include <unistd.h>
                    
6#include <unistd.h>
                    
7#include <string.h>
                    
8#include <ctype.h>
                    
8#include <ctype.h>
                    
9#include <limits.h>
                    
10#include <sys/types.h>
                    
11 
                    
12#include "gbfp.h"
                    
13
                    
                
relay-config.c git://git.savannah.nongnu.org/weechat.git | C | 513 lines
                    
23
                    
24#include <stdlib.h>
                    
25#include <limits.h>
                    
25#include <limits.h>
                    
26#include <regex.h>
                    
27
                    
27
                    
28#include "../weechat-plugin.h"
                    
29#include "relay.h"
                    
29#include "relay.h"
                    
30#include "relay-config.h"
                    
31#include "relay-client.h"
                    
31#include "relay-client.h"
                    
32#include "relay-buffer.h"
                    
33#include "relay-server.h"
                    
                
irc-server.h git://git.savannah.nongnu.org/weechat.git | C Header | 306 lines
                    
23#include <sys/time.h>
                    
24#include <regex.h>
                    
25
                    
26#ifdef HAVE_GNUTLS
                    
27#include <gnutls/gnutls.h>
                    
28#endif
                    
                
wee-config.c git://git.savannah.nongnu.org/weechat.git | C | 2950 lines
                    
30#include <unistd.h>
                    
31#include <errno.h>
                    
32#include <stdio.h>
                    
33#include <string.h>
                    
34#include <limits.h>
                    
35#include <time.h>
                    
35#include <time.h>
                    
36#include <sys/types.h>
                    
37#include <sys/stat.h>
                    
37#include <sys/stat.h>
                    
38#include <regex.h>
                    
39
                    
44#include "wee-network.h"
                    
45#include "wee-utf8.h"
                    
46#include "wee-util.h"
                    
                
wee-string.c git://git.savannah.nongnu.org/weechat.git | C | 1864 lines
                    
24#ifdef HAVE_CONFIG_H
                    
25#include "config.h"
                    
26#endif
                    
27
                    
28#include <stdlib.h>
                    
29#include <errno.h>
                    
29#include <errno.h>
                    
30#include <stdarg.h>
                    
31#include <string.h>
                    
33#include <wctype.h>
                    
34#include <regex.h>
                    
35#include <wchar.h>
                    
37#ifdef HAVE_ICONV
                    
38#include <iconv.h>
                    
39#endif
                    
                
gui-buffer.h git://git.savannah.nongnu.org/weechat.git | C Header | 304 lines
                    
22
                    
23#include <regex.h>
                    
24
                    
                
gui-filter.c git://git.savannah.nongnu.org/weechat.git | C | 552 lines
                    
24#ifdef HAVE_CONFIG_H
                    
25#include "config.h"
                    
26#endif
                    
27
                    
28#include <stdlib.h>
                    
29#include <stddef.h>
                    
30#include <string.h>
                    
31#include <regex.h>
                    
32
                    
32
                    
33#include "../core/weechat.h"
                    
34#include "../core/wee-config.h"
                    
35#include "../core/wee-hdata.h"
                    
36#include "../core/wee-hook.h"
                    
37#include "../core/wee-infolist.h"
                    
                
gui-chat.c git://git.savannah.nongnu.org/weechat.git | C | 967 lines
                    
27
                    
28#include <stdlib.h>
                    
29#include <string.h>
                    
32#include <time.h>
                    
33#include <regex.h>
                    
34
                    
34
                    
35#include "../core/weechat.h"
                    
36#include "../core/wee-config.h"
                    
37#include "../core/wee-hashtable.h"
                    
38#include "../core/wee-hook.h"
                    
39#include "../core/wee-string.h"
                    
40#include "../core/wee-utf8.h"
                    
41#include "../plugins/plugin.h"
                    
42#include "gui-chat.h"
                    
                
html.c http://clearsilver.googlecode.com/svn/trunk/ | C | 840 lines
                    
11
                    
12#include "cs_config.h"
                    
13
                    
13
                    
14#include <stdlib.h>
                    
15#include <string.h>
                    
16#include <sys/types.h>
                    
17#include <regex.h>
                    
18#include <ctype.h>
                    
18#include <ctype.h>
                    
19#include "util/neo_misc.h"
                    
20#include "util/neo_err.h"
                    
20#include "util/neo_err.h"
                    
21#include "util/neo_str.h"
                    
22#include "util/ulocks.h"
                    
                
neo_str.c http://clearsilver.googlecode.com/svn/trunk/ | C | 958 lines
                    
11
                    
12#include "cs_config.h"
                    
13
                    
13
                    
14#include <unistd.h>
                    
15#include <ctype.h>
                    
15#include <ctype.h>
                    
16#include <stdlib.h>
                    
17#include <stdio.h>
                    
17#include <stdio.h>
                    
18#include <string.h>
                    
19#include <stdarg.h>
                    
19#include <stdarg.h>
                    
20#include <regex.h>
                    
21#include "neo_misc.h"
                    
                
misc.h http://arronwork.googlecode.com/svn/trunk/ | C++ Header | 525 lines
                    
12#include <inttypes.h>
                    
13#include <time.h>
                    
14#include <math.h>
                    
18#include <ctype.h>
                    
19#include <sys/stat.h>
                    
20#include <sys/types.h>
                    
28#include <semaphore.h>
                    
29#include <mqueue.h>
                    
30#include <sys/ipc.h>
                    
36#include <getopt.h>
                    
37#include <regex.h>
                    
38#include <netinet/in.h>
                    
47#if defined(__APPLE__) || defined(__FreeBSD__)
                    
48#include <machine/endian.h>
                    
49#else
                    
                
auparse.c http://chirico.googlecode.com/svn/trunk/ | C | 1364 lines
                    
22
                    
23#include "config.h"
                    
24#include "expression.h"
                    
24#include "expression.h"
                    
25#include "internal.h"
                    
26#include "auparse.h"
                    
26#include "auparse.h"
                    
27#include "interpret.h"
                    
28#include <errno.h>
                    
28#include <errno.h>
                    
29#include <stdlib.h>
                    
30#include <string.h>
                    
31#include <unistd.h>
                    
32#include <regex.h>
                    
33#include <stdio_ext.h>
                    
                
posFile.c git://github.com/zioproto/olsrd-gsoc2012.git | C | 238 lines
                    
1#include "posFile.h"
                    
2
                    
3/* Plugin includes */
                    
4#include "pud.h"
                    
5#include "configuration.h"
                    
9/* System includes */
                    
10#include <stdio.h>
                    
11#include <string.h>
                    
11#include <string.h>
                    
12#include <regex.h>
                    
13#include <sys/stat.h>
                    
                
lid.c git://git.savannah.gnu.org/idutils.git | C | 1612 lines
                    
24#include <signal.h>
                    
25#include <errno.h>
                    
26#include <sys/types.h>
                    
26#include <sys/types.h>
                    
27#include <sys/wait.h>
                    
28#include <assert.h>
                    
31#include <string.h>
                    
32#include <dirname.h>
                    
33#include <unistd.h>
                    
33#include <unistd.h>
                    
34#include <termios.h>
                    
35#include <alloca.h>
                    
35#include <alloca.h>
                    
36#include <regex.h>
                    
37#include <xalloc.h>
                    
                
dbm.c git://git.savannah.gnu.org/mailutils.git | C | 1869 lines
                    
19#endif
                    
20#include <sys/types.h>
                    
21#include <sys/stat.h>
                    
21#include <sys/stat.h>
                    
22#include <stdlib.h>
                    
23#include <string.h>
                    
23#include <string.h>
                    
24#include <grp.h>
                    
25#include <sysexits.h>
                    
26#include <fnmatch.h>
                    
27#include <regex.h>
                    
28#include <mailutils/mailutils.h>
                    
28#include <mailutils/mailutils.h>
                    
29#include <mailutils/dbm.h>
                    
30#include "argp.h"
                    
                
msgset.y git://git.savannah.gnu.org/mailutils.git | Happy | 777 lines
                    
18%{
                    
19#include "mail.h"
                    
20
                    
20
                    
21#include <stdio.h>
                    
22#include <stdlib.h>
                    
23
                    
24/* Defined in <limits.h> on some systems, but redefined in <regex.h>
                    
25   if we are using GNU's regex. So, undef it to avoid duplicate definition
                    
30#endif
                    
31#include <regex.h>
                    
32
                    
                
vacation.c git://git.savannah.gnu.org/mailutils.git | C | 713 lines
                    
31
                    
32#include <stdio.h>
                    
33#include <unistd.h>
                    
33#include <unistd.h>
                    
34#include <stdlib.h>
                    
35#include <sys/types.h>
                    
35#include <sys/types.h>
                    
36#include <string.h>
                    
37#include <signal.h>
                    
37#include <signal.h>
                    
38#include <regex.h>
                    
39#include <mailutils/sieve.h>
                    
39#include <mailutils/sieve.h>
                    
40#include <mailutils/mu_auth.h>
                    
41
                    
                
nl.c http://timoseven.googlecode.com/svn/trunk/ | C | 616 lines
                    
19
                    
20#include <config.h>
                    
21
                    
21
                    
22#include <stdio.h>
                    
23#include <sys/types.h>
                    
23#include <sys/types.h>
                    
24#include <getopt.h>
                    
25
                    
25
                    
26#include "system.h"
                    
27
                    
27
                    
28#include <regex.h>
                    
29
                    
                
tac.c http://timoseven.googlecode.com/svn/trunk/ | C | 667 lines
                    
36
                    
37#include <config.h>
                    
38
                    
38
                    
39#include <stdio.h>
                    
40#include <getopt.h>
                    
40#include <getopt.h>
                    
41#include <sys/types.h>
                    
42#include "system.h"
                    
43
                    
44#include <regex.h>
                    
45
                    
45
                    
46#include "error.h"
                    
47#include "quote.h"
                    
                
csplit.c http://timoseven.googlecode.com/svn/trunk/ | C | 1488 lines
                    
19
                    
20#include <config.h>
                    
21
                    
21
                    
22#include <getopt.h>
                    
23#include <sys/types.h>
                    
23#include <sys/types.h>
                    
24#include <signal.h>
                    
25
                    
25
                    
26#include "system.h"
                    
27
                    
27
                    
28#include <regex.h>
                    
29
                    
                
expr.c http://timoseven.googlecode.com/svn/trunk/ | C | 975 lines
                    
30
                    
31#include <config.h>
                    
32#include <stdio.h>
                    
32#include <stdio.h>
                    
33#include <sys/types.h>
                    
34#include "system.h"
                    
35
                    
36#include <regex.h>
                    
37#include "error.h"
                    
37#include "error.h"
                    
38#include "long-options.h"
                    
39#include "quotearg.h"
                    
39#include "quotearg.h"
                    
40#include "strnumcmp.h"
                    
41#include "xstrtol.h"
                    
                
opt.c https://code.google.com/p/pdsh/ | C | 1414 lines
                    
37
                    
38#include <sys/types.h>
                    
39#include <sys/stat.h>           /* stat */
                    
40#if	HAVE_UNISTD_H
                    
41#include <unistd.h>             /* getopt */
                    
42#endif
                    
45
                    
46#include <regex.h>
                    
47#include <ctype.h>
                    
48
                    
49#include "src/common/hostlist.h"
                    
50#include "src/common/err.h"
                    
50#include "src/common/err.h"
                    
51#include "src/common/list.h"
                    
52#include "src/common/split.h"
                    
                
regexp.c http://pspradio-mod.googlecode.com/svn/trunk/ | C | 302 lines
                    
10
                    
11#include "cfg.h"
                    
12
                    
14
                    
15#include "links.h"
                    
16#include "struct.h"
                    
17
                    
18#include <ctype.h>
                    
19
                    
22#ifdef HAVE_PCRE
                    
23#include <pcre.h>
                    
24#else /* HAVE_PCRE */
                    
24#else /* HAVE_PCRE */
                    
25#include <regex.h>
                    
26#endif /* HAVE_PCRE */
                    
                
XinetdProbe.h git://pkgs.fedoraproject.org/ovaldi | C Header | 278 lines
                    
32
                    
33#include <AbsProbe.h>
                    
34#include <Common.h>
                    
34#include <Common.h>
                    
35#include <Item.h>
                    
36#include <map>
                    
36#include <map>
                    
37#include <Object.h>
                    
38#include <ObjectEntity.h>
                    
38#include <ObjectEntity.h>
                    
39#include <REGEX.h>
                    
40#include <set>
                    
40#include <set>
                    
41#include <string>
                    
42
                    
                
lex.c git://github.com/rflynn/assume.git | C | 582 lines
                    
7
                    
8#include <assert.h>
                    
9#include <stdio.h>
                    
9#include <stdio.h>
                    
10#include <string.h>
                    
11#include <stdlib.h>
                    
12#include <sys/types.h>
                    
13#include <regex.h>
                    
14#include <unistd.h>
                    
14#include <unistd.h>
                    
15#include "lex.h"
                    
16
                    
                
kernels.cpp git://git.savannah.nongnu.org/scleaner.git | C++ | 161 lines
                    
21
                    
22#include "kernels.h"
                    
23
                    
24#include <iostream>
                    
25#include <sys/utsname.h>
                    
26#include <string>
                    
26#include <string>
                    
27#include <regex.h>
                    
28#include <apt-pkg/pkgcache.h>    //For pkgCache
                    
28#include <apt-pkg/pkgcache.h>    //For pkgCache
                    
29#include <apt-pkg/sourcelist.h>  //For pkgSourceList
                    
30#include <apt-pkg/pkgcachegen.h> //For pkgMakeStatusCache
                    
30#include <apt-pkg/pkgcachegen.h> //For pkgMakeStatusCache
                    
31#include <apt-pkg/progress.h>    //OpProgress
                    
32#include <apt-pkg/init.h>        //For configuration
                    
                
regex.cpp http://dynamica.googlecode.com/svn/trunk/ | C++ | 699 lines
                    
21// For compilers that support precompilation, includes "wx.h".
                    
22#include "wx/wxprec.h"
                    
23
                    
29
                    
30#include "wx/regex.h"
                    
31
                    
32#ifndef WX_PRECOMP
                    
33    #include "wx/object.h"
                    
34    #include "wx/log.h"
                    
34    #include "wx/log.h"
                    
35    #include "wx/intl.h"
                    
36    #include "wx/crt.h"
                    
46
                    
47#include <regex.h>
                    
48
                    
                
iustring.h https://code.google.com/p/ocropus/ | C Header | 884 lines
                    
31
                    
32#include <cstdio>
                    
33#include <cstdarg>
                    
34#include <limits.h>
                    
35#include <regex.h>
                    
36
                    
36
                    
37#include "narray.h"
                    
38#include "nustring.h"
                    
                
loadmod.c git://anongit.freedesktop.org/git/xorg/xserver.git/ | C | 0 lines
                    
49#ifdef HAVE_XORG_CONFIG_H
                    
50#include <xorg-config.h>
                    
51#endif
                    
55#define NO_OSLIB_PROTOTYPES
                    
56#include "xf86_OSlib.h"
                    
57#define LOADERDECLARATIONS
                    
57#define LOADERDECLARATIONS
                    
58#include "loaderProcs.h"
                    
59#include "misc.h"
                    
60#include "xf86.h"
                    
61#include "xf86Priv.h"
                    
62#include "xf86Xinput.h"
                    
66#include <sys/types.h>
                    
67#include <regex.h>
                    
68#include <dirent.h>
                    
                
pa_jack.c http://einstein.googlecode.com/svn/trunk/ | C | 1715 lines
                    
38#include <string.h>
                    
39#include <regex.h>
                    
40#include <stdlib.h>
                    
41#include <stdio.h>
                    
42#include <assert.h>
                    
43#include <sys/types.h>
                    
43#include <sys/types.h>
                    
44#include <unistd.h>
                    
45#include <errno.h>  /* EBUSY */
                    
47#include <math.h>
                    
48#include <semaphore.h>
                    
49
                    
58#include "pa_cpuload.h"
                    
59#include "../pablio/ringbuffer.c"
                    
60
                    
                
mimedb.c git://github.com/cardmagic/lucash.git | C | 1442 lines
                    
24
                    
25#include <string.h>
                    
26#include <stdio.h>
                    
26#include <stdio.h>
                    
27#include <stdlib.h>
                    
28#include <sys/types.h>
                    
28#include <sys/types.h>
                    
29#include <sys/stat.h>
                    
30#include <unistd.h>
                    
31#include <fcntl.h>
                    
32#include <libgen.h>
                    
33#include <errno.h>
                    
33#include <errno.h>
                    
34#include <regex.h>
                    
35#include <locale.h>
                    
                
rconf.c https://rxvt.svn.sourceforge.net/svnroot/rxvt | C | 1130 lines
                    
29#include <stdio.h>
                    
30#include <stdlib.h>
                    
31#include <string.h>
                    
32#include <ctype.h>
                    
33#include <unistd.h>
                    
34#include <pwd.h>
                    
34#include <pwd.h>
                    
35#include <regex.h>
                    
36#include <sys/types.h>
                    
41#include <X11/StringDefs.h>
                    
42#include <X11/Shell.h>
                    
43#include <X11/Xaw/Box.h>
                    
43#include <X11/Xaw/Box.h>
                    
44#include <X11/Xaw/Command.h>
                    
45#include <X11/Xaw/Dialog.h>
                    
                
re_operators.c http://vulture.googlecode.com/svn/trunk/ | C | 0 lines
                    
14
                    
15#include "re.h"
                    
16#include "msc_pcre.h"
                    
16#include "msc_pcre.h"
                    
17#include "msc_geo.h"
                    
18#include "msc_gsb.h"
                    
18#include "msc_gsb.h"
                    
19#include "apr_lib.h"
                    
20#include "apr_strmatch.h"
                    
20#include "apr_strmatch.h"
                    
21#include "acmp.h"
                    
22#include "msc_util.h"
                    
23#if !defined(WIN32) || !defined(WINNT)
                    
24#include <regex.h>
                    
25#include <arpa/inet.h>
                    
                
102-mksquashfs.patch http://wl500g.googlecode.com/svn/trunk/ | Patch | 8143 lines
                    
134+
                    
135+#include <pwd.h>
                    
136+#include <grp.h>
                    
139+#include <stdio.h>
                    
140+#include <sys/time.h>
                    
141+#include <sys/types.h>
                    
141+#include <sys/types.h>
                    
142+#include <sys/stat.h>
                    
143+#include <fcntl.h>
                    
149+#include <signal.h>
                    
150+#include <setjmp.h>
                    
151+#include <sys/ioctl.h>
                    
155+#include <math.h>
                    
156+#include <regex.h>
                    
157+#include <fnmatch.h>
                    
                
scan.c git://pkgs.fedoraproject.org/mboxgrep | C | 350 lines
                    
22
                    
23#include <unistd.h>
                    
24#include <stdio.h>
                    
24#include <stdio.h>
                    
25#include <regex.h>
                    
26#include <stdlib.h>
                    
26#include <stdlib.h>
                    
27#include <sys/types.h>
                    
28
                    
47#include <errno.h>
                    
48#include <string.h>
                    
49#ifdef HAVE_LIBZ
                    
56
                    
57#include "scan.h"
                    
58#include "mbox.h"
                    
                
regex.c git://github.com/lukesandberg/Regex.git | C | 289 lines
                    
1#include <re_compiler.h>
                    
2#include <re_ast.h>
                    
3
                    
4#include <util/util.h>
                    
5#include <util/sparse_map.h>
                    
5#include <util/sparse_map.h>
                    
6#include <thread_state.h>
                    
7#include <re_parser.h>
                    
7#include <re_parser.h>
                    
8#include <capture_group.h>
                    
9
                    
9
                    
10#include <ctype.h>
                    
11#include <stdio.h>
                    
12#include <string.h>
                    
13#include <regex.h>
                    
14
                    
                
search-string.c git://github.com/mchochlov/Gnucash.git | C | 385 lines
                    
24#ifdef HAVE_CONFIG_H
                    
25#include <config.h>
                    
26#endif
                    
27
                    
28#include <gtk/gtk.h>
                    
29#include <glib/gi18n.h>
                    
29#include <glib/gi18n.h>
                    
30#include <string.h>
                    
31#include <sys/types.h>
                    
31#include <sys/types.h>
                    
32#include <regex.h>
                    
33
                    
33
                    
34#include "search-string.h"
                    
35#include "search-core-utils.h"
                    
                
setfiles.c git://pkgs.fedoraproject.org/policycoreutils | C | 486 lines
                    
1#include "restore.h"
                    
2#include <unistd.h>
                    
2#include <unistd.h>
                    
3#include <fcntl.h>
                    
4#include <stdio_ext.h>
                    
5#include <ctype.h>
                    
6#include <regex.h>
                    
7#include <sys/vfs.h>
                    
8#define __USE_XOPEN_EXTENDED 1	/* nftw */
                    
9#include <libgen.h>
                    
10#ifdef USE_AUDIT
                    
10#ifdef USE_AUDIT
                    
11#include <libaudit.h>
                    
12
                    
                
flow.c https://code.google.com/p/gebr/ | C | 1260 lines
                    
23
                    
24#include <regex.h>
                    
25#include <gdome.h>
                    
25#include <gdome.h>
                    
26#include <string.h>
                    
27#include <stdio.h>
                    
27#include <stdio.h>
                    
28#include <glib/gi18n-lib.h>
                    
29#include <stdlib.h>
                    
33#include "document_p.h"
                    
34#include "error.h"
                    
35#include "flow.h"
                    
35#include "flow.h"
                    
36#include "object.h"
                    
37#include "parameter.h"
                    
                
gebr-gui-html-viewer-widget.c https://code.google.com/p/gebr/ | C | 491 lines
                    
22
                    
23#include "../libgebr-gettext.h"
                    
24
                    
24
                    
25#include <glib.h>
                    
26#include <glib/gi18n-lib.h>
                    
26#include <glib/gi18n-lib.h>
                    
27#include <glib/gstdio.h>
                    
28#include <geoxml.h>
                    
28#include <geoxml.h>
                    
29#include <regex.h>
                    
30#include <string.h>
                    
30#include <string.h>
                    
31#include <webkit/webkit.h>
                    
32
                    
                
validate.c https://code.google.com/p/gebr/ | C | 535 lines
                    
22#include <string.h>
                    
23#include <regex.h>
                    
24
                    
24
                    
25#include "libgebr-gettext.h"
                    
26#include <glib/gi18n-lib.h>
                    
27
                    
28#include "validate.h"
                    
29#include "geoxml/gebr-geoxml-validate.h"
                    
                
debr-validate.c https://code.google.com/p/gebr/ | C | 475 lines
                    
17
                    
18#include <stdlib.h>
                    
19#include <stdio.h>
                    
20#include <string.h>
                    
21#include <regex.h>
                    
22
                    
22
                    
23#include <glib/gi18n.h>
                    
24#include <libgebr/date.h>
                    
24#include <libgebr/date.h>
                    
25#include <libgebr/gui/gebr-gui-utils.h>
                    
26
                    
26
                    
27#include "debr-validate.h"
                    
28#include "debr.h"
                    
                
path.c git://git.savannah.nongnu.org/gluster.git | C | 1240 lines
                    
23#define _CONFIG_H
                    
24#include "config.h"
                    
25#endif
                    
32#include <sys/types.h>
                    
33#include <regex.h>
                    
34#include <time.h>
                    
34#include <time.h>
                    
35#include <errno.h>
                    
36#include "glusterfs.h"
                    
36#include "glusterfs.h"
                    
37#include "xlator.h"
                    
38#include "path-mem-types.h"
                    
                
maildir.c git://git.savannah.nongnu.org/tpop3d.git | C | 576 lines
                    
33#include <errno.h>
                    
34#include <string.h>
                    
35#include <stdio.h>
                    
35#include <stdio.h>
                    
36#include <stdlib.h>
                    
37#include <syslog.h>
                    
38#include <unistd.h>
                    
39#include <utime.h>
                    
40#include <time.h>
                    
40#include <time.h>
                    
41#include <regex.h>
                    
42
                    
50#include "util.h"
                    
51#include "vector.h"
                    
52
                    
                
slightphp.c http://slightphp.googlecode.com/svn/trunk/ | C | 668 lines
                    
18#ifdef HAVE_CONFIG_H
                    
19#include "config.h"
                    
20#endif
                    
22#include "php.h"
                    
23#include <regex.h>
                    
24#include "ext/standard/info.h"
                    
24#include "ext/standard/info.h"
                    
25#include "php_slightphp.h"
                    
26
                    
36static zend_class_entry * slightphp_ce_ptr = NULL;
                    
37#include "slightphp_globals.h"
                    
38#include "slightphp_globals.c"
                    
                
client.c http://ruby-pro.googlecode.com/svn/trunk/ | C | 630 lines
                    
6
                    
7#include <stdio.h>
                    
8#include <stdlib.h>
                    
9#include <string.h>
                    
10#include <regex.h>
                    
11#include <time.h>
                    
12
                    
13#include "exceptions.h"
                    
14#include "status.h"
                    
14#include "status.h"
                    
15#include "client.h"
                    
16#include "date.h"
                    
                
movie.c http://ruby-pro.googlecode.com/svn/trunk/ | C | 642 lines
                    
6
                    
7#include <stdio.h>
                    
8#include <stdlib.h>
                    
8#include <stdlib.h>
                    
9#include <regex.h>
                    
10#include <string.h>
                    
10#include <string.h>
                    
11#include "exceptions.h"
                    
12#include "status.h"
                    
12#include "status.h"
                    
13#include "movie.h"
                    
14#include "strings.h"
                    
14#include "strings.h"
                    
15#include "validations.h"
                    
16#include "location.h"
                    
                
item.c http://ruby-pro.googlecode.com/svn/trunk/ | C | 834 lines
                    
7
                    
8#include <stdio.h>
                    
9#include <stdlib.h>
                    
9#include <stdlib.h>
                    
10#include <time.h>
                    
11#include <string.h>
                    
11#include <string.h>
                    
12#include <regex.h>
                    
13#include "item.h"
                    
13#include "item.h"
                    
14#include "status.h"
                    
15#include "exceptions.h"
                    
15#include "exceptions.h"
                    
16#include "dvd.h"
                    
17#include "location.h"
                    
                
location.c http://ruby-pro.googlecode.com/svn/trunk/ | C | 676 lines
                    
6
                    
7#include <stdio.h>
                    
8#include <stdlib.h>
                    
9#include <string.h>
                    
10#include <regex.h>
                    
11
                    
11
                    
12#include "strings.h"
                    
13#include "item.h"
                    
13#include "item.h"
                    
14#include "exceptions.h"
                    
15#include "status.h"
                    
15#include "status.h"
                    
16#include "location.h"
                    
17
                    
                
rpackagefilter.h git://pkgs.fedoraproject.org/synaptic | C Header | 296 lines
                    
28
                    
29#include <set>
                    
30#include <vector>
                    
30#include <vector>
                    
31#include <string>
                    
32#include <fstream>
                    
32#include <fstream>
                    
33#include <iostream>
                    
34#include <apt-pkg/tagfile.h>
                    
35
                    
36#include <regex.h>
                    
37
                    
37
                    
38#include "rpackagelister.h"
                    
39
                    
                
szl.cc http://szl.googlecode.com/svn/trunk/ | C++ | 318 lines
                    
21#include <algorithm>
                    
22#include <string>
                    
23#include <vector>
                    
23#include <vector>
                    
24#include <set>
                    
25#include <list>
                    
29#include <time.h>
                    
30#include <regex.h>
                    
31#include <string.h>
                    
34
                    
35#include "public/hash_set.h"
                    
36#include "public/hash_map.h"
                    
37
                    
38#include "public/porting.h"
                    
39#include "public/commandlineflags.h"
                    
                
var.c git://github.com/vivekp/minix-nbsd.git | C | 4032 lines
                    
73#else
                    
74#include <sys/cdefs.h>
                    
75#ifndef lint
                    
125
                    
126#include    <sys/stat.h>
                    
127#ifndef NO_REGEX
                    
128#include    <sys/types.h>
                    
129#include    <regex.h>
                    
130#endif
                    
130#endif
                    
131#include    <ctype.h>
                    
132#include    <stdlib.h>
                    
132#include    <stdlib.h>
                    
133#include    <limits.h>
                    
134
                    
                
search.c git://github.com/vivekp/minix-nbsd.git | C | 1452 lines
                    
17
                    
18#include "less.h"
                    
19#include "position.h"
                    
24#if HAVE_POSIX_REGCOMP
                    
25#include <regex.h>
                    
26#ifdef REG_EXTENDED
                    
32#if HAVE_PCRE
                    
33#include <pcre.h>
                    
34#endif
                    
44#if HAVE_V8_REGCOMP
                    
45#include "regexp.h"
                    
46#endif
                    
                
process.c git://github.com/vivekp/minix-nbsd.git | C | 683 lines
                    
73
                    
74#include <sys/cdefs.h>
                    
75
                    
78#include <sys/ioctl.h>
                    
79#include <sys/uio.h>
                    
80
                    
80
                    
81#include <ctype.h>
                    
82#include <errno.h>
                    
82#include <errno.h>
                    
83#include <fcntl.h>
                    
84#include <limits.h>
                    
84#include <limits.h>
                    
85#include <regex.h>
                    
86#include <stdio.h>
                    
                
compile.c git://github.com/vivekp/minix-nbsd.git | C | 859 lines
                    
70#if HAVE_NBTOOL_CONFIG_H
                    
71#include "nbtool_config.h"
                    
72#endif
                    
75
                    
76#include <sys/types.h>
                    
77#include <sys/stat.h>
                    
78
                    
79#include <ctype.h>
                    
80#include <errno.h>
                    
80#include <errno.h>
                    
81#include <fcntl.h>
                    
82#include <limits.h>
                    
82#include <limits.h>
                    
83#include <regex.h>
                    
84#include <stdio.h>
                    
                
regcomp.c git://github.com/vivekp/minix-nbsd.git | C | 1902 lines
                    
73
                    
74#include <sys/cdefs.h>
                    
75#if defined(LIBC_SCCS) && !defined(lint)
                    
83#include "namespace.h"
                    
84#include <sys/types.h>
                    
85
                    
85
                    
86#include <assert.h>
                    
87#include <ctype.h>
                    
87#include <ctype.h>
                    
88#include <limits.h>
                    
89#include <stdio.h>
                    
91#include <string.h>
                    
92#include <regex.h>
                    
93
                    
                
search.c git://github.com/vivekp/minix-nbsd.git | C | 638 lines
                    
34
                    
35#include "config.h"
                    
36#if !defined(lint) && !defined(SCCSID)
                    
46 */
                    
47#include <stdlib.h>
                    
48#if defined(REGEX)
                    
48#if defined(REGEX)
                    
49#include <regex.h>
                    
50#elif defined(REGEXP)
                    
50#elif defined(REGEXP)
                    
51#include <regexp.h>
                    
52#endif
                    
52#endif
                    
53#include "el.h"
                    
54
                    
                
gnc-backend-xml.c git://github.com/mchochlov/Gnucash.git | C | 1333 lines
                    
34#include <glib/gi18n.h>
                    
35#include <glib/gstdio.h>
                    
36#include <libintl.h>
                    
36#include <libintl.h>
                    
37#include <locale.h>
                    
38#include <fcntl.h>
                    
39#include <limits.h>
                    
40#include <sys/stat.h>
                    
41#include <sys/types.h>
                    
41#include <sys/types.h>
                    
42#include <regex.h>
                    
43#ifdef HAVE_UNISTD_H
                    
69#include "qof.h"
                    
70#include "TransLog.h"
                    
71#include "gnc-engine.h"
                    
                
qofquery.c git://github.com/mchochlov/Gnucash.git | C | 1934 lines
                    
23
                    
24#include "config.h"
                    
25
                    
25
                    
26#include <sys/types.h>
                    
27#include <time.h>
                    
28#include <glib.h>
                    
29#include <regex.h>
                    
30#include <string.h>
                    
31
                    
32#include "qof.h"
                    
33#include "qofbackend-p.h"
                    
33#include "qofbackend-p.h"
                    
34#include "qofbook-p.h"
                    
35#include "qofclass-p.h"
                    
                
bi_import.c git://github.com/mchochlov/Gnucash.git | C | 739 lines
                    
41#include <glib/gi18n.h>
                    
42#include <regex.h>
                    
43#include <glib.h>
                    
43#include <glib.h>
                    
44#include <glib/gstdio.h>
                    
45
                    
49#include "gncAddress.h"
                    
50#include "gncVendorP.h"
                    
51#include "gncVendor.h"
                    
51#include "gncVendor.h"
                    
52#include "gncEntry.h"
                    
53
                    
53
                    
54#include "gnc-exp-parser.h"
                    
55
                    
                
gnc-commodity.c git://github.com/mchochlov/Gnucash.git | C | 2551 lines
                    
25
                    
26#include "config.h"
                    
27
                    
27
                    
28#include <glib.h>
                    
29#include <glib/gi18n.h>
                    
29#include <glib/gi18n.h>
                    
30#include <ctype.h>
                    
31#include <limits.h>
                    
31#include <limits.h>
                    
32#include <string.h>
                    
33#include <stdio.h>
                    
34#include <stdlib.h>
                    
35#include <regex.h>
                    
36
                    
                
Query.c git://github.com/mchochlov/Gnucash.git | C | 711 lines
                    
23
                    
24#include "config.h"
                    
25
                    
25
                    
26#include <ctype.h>
                    
27#include <glib.h>
                    
27#include <glib.h>
                    
28#include <math.h>
                    
29#include <string.h>
                    
29#include <string.h>
                    
30#include <sys/types.h>
                    
31
                    
31
                    
32#include <regex.h>
                    
33#ifdef HAVE_SYS_TIME_H
                    
                
gnc-csv-model.c git://github.com/mchochlov/Gnucash.git | C | 1215 lines
                    
3
                    
4#include <glib/gi18n.h>
                    
5
                    
8/* For libgoffice-0.7.8, disable its internal inclusion of <regutf8.h>
                    
9   so to avoid clashing symbol definitions with <regex.h> */
                    
10# define GO_REGUTF8_H
                    
11#endif
                    
12#include <goffice/utils/go-glib-extras.h>
                    
13
                    
13
                    
14#include <string.h>
                    
15#include <sys/time.h>
                    
18#include <sys/stat.h>
                    
19#include <regex.h>
                    
20#include <unistd.h>
                    
                
qif-parse.c git://github.com/mchochlov/Gnucash.git | C | 935 lines
                    
25#ifdef HAVE_CONFIG_H
                    
26#include "config.h"
                    
27#endif
                    
28
                    
29#include <glib.h>
                    
30#include <glib/gi18n.h>
                    
30#include <glib/gi18n.h>
                    
31#include <string.h>
                    
32
                    
34#include <sys/types.h>
                    
35#include <regex.h>
                    
36
                    
36
                    
37#include <stdarg.h>
                    
38
                    
                
gnc-html-webkit.c git://github.com/mchochlov/Gnucash.git | C | 1121 lines
                    
25
                    
26#include "config.h"
                    
27#include "platform.h"
                    
30#include <glib/gi18n.h>
                    
31#include <glib/gstdio.h>
                    
32#include <sys/types.h>
                    
32#include <sys/types.h>
                    
33#include <sys/stat.h>
                    
34#include <stdlib.h>
                    
38#include <unistd.h>
                    
39#include <regex.h>
                    
40#include <libguile.h>
                    
61
                    
62#include "gnc-html-webkit-p.h"
                    
63
                    
                
gnc-html.c git://github.com/mchochlov/Gnucash.git | C | 928 lines
                    
29
                    
30#include <gtk/gtk.h>
                    
31#include <glib/gi18n.h>
                    
31#include <glib/gi18n.h>
                    
32#include <glib/gstdio.h>
                    
33#include <sys/types.h>
                    
33#include <sys/types.h>
                    
34#include <sys/stat.h>
                    
35#include <stdlib.h>
                    
36#include <string.h>
                    
37#include <errno.h>
                    
38#include <fcntl.h>
                    
39#include <unistd.h>
                    
40#include <regex.h>
                    
41#include <libguile.h>
                    
                
conn_handler.c git://github.com/armon/bloomd.git | C | 720 lines
                    
1#include <stdlib.h>
                    
2#include <stdio.h>
                    
3#include <string.h>
                    
4#include <regex.h>
                    
5#include <assert.h>
                    
5#include <assert.h>
                    
6#include "conn_handler.h"
                    
7#include "handler_constants.c"
                    
                
symbol.c git://github.com/linux4sam/at91bootstrap.git | C | 1127 lines
                    
5
                    
6#include <ctype.h>
                    
7#include <stdlib.h>
                    
8#include <string.h>
                    
9#include <regex.h>
                    
10#include <sys/utsname.h>
                    
12#define LKC_DIRECT_LINK
                    
13#include "lkc.h"
                    
14
                    
                
varnishhist.c git://pkgs.fedoraproject.org/varnish | C | 357 lines
                    
32
                    
33#include "config.h"
                    
34
                    
36#include <curses.h>
                    
37#include <errno.h>
                    
38#include <limits.h>
                    
38#include <limits.h>
                    
39#include <math.h>
                    
40#include <pthread.h>
                    
40#include <pthread.h>
                    
41#include <regex.h>
                    
42#include <signal.h>
                    
42#include <signal.h>
                    
43#include <stdio.h>
                    
44#include <stdlib.h>
                    
                
recfmt.c git://git.savannah.gnu.org/recutils.git | C | 304 lines
                    
25
                    
26#include <config.h>
                    
27
                    
27
                    
28#include <string.h>
                    
29#include <getopt.h>
                    
29#include <getopt.h>
                    
30#include <stdlib.h>
                    
31#include <xalloc.h>
                    
31#include <xalloc.h>
                    
32#include <regex.h>
                    
33#include <gettext.h>
                    
35
                    
36#include <rec.h>
                    
37#include <recutl.h>
                    
                
find.c http://minishell-uvt.googlecode.com/svn/trunk/ | C | 213 lines
                    
5
                    
6#include <sys/types.h>
                    
7#include <sys/stat.h>
                    
7#include <sys/stat.h>
                    
8#include <unistd.h>
                    
9#include <dirent.h>
                    
9#include <dirent.h>
                    
10#include <regex.h>
                    
11#include <stdio.h>
                    
11#include <stdio.h>
                    
12#include <ftw.h>
                    
13#include <getopt.h>
                    
                
ratelimit.c git://pkgs.fedoraproject.org/opensips | C | 568 lines
                    
32#include <stdio.h>
                    
33#include <stdlib.h>
                    
34#include <sys/types.h>
                    
34#include <sys/types.h>
                    
35#include <regex.h>
                    
36#include <math.h>
                    
37
                    
38#include "../../sr_module.h"
                    
39#include "../../mem/mem.h"
                    
40#include "../../mem/shm_mem.h"
                    
41#include "../../dprint.h"
                    
42#include "../../timer.h"
                    
42#include "../../timer.h"
                    
43#include "../../ut.h"
                    
44#include "../../locking.h"
                    
                
transbug.c git://pkgs.fedoraproject.org/arm-gp2x-linux-glibc | C | 143 lines
                    
1#include <stdio.h>
                    
2#include <ctype.h>
                    
2#include <ctype.h>
                    
3#include <errno.h>
                    
4#include <locale.h>
                    
4#include <locale.h>
                    
5#include <regex.h>
                    
6#include <stdlib.h>
                    
6#include <stdlib.h>
                    
7#include <unistd.h>
                    
8#include <string.h>
                    
141#define TEST_FUNCTION do_test ()
                    
142#include "../test-skeleton.c"
                    
143
                    
                
resyntax.c git://git.savannah.gnu.org/m4.git | C | 127 lines
                    
19
                    
20#include <config.h>
                    
21
                    
21
                    
22#include <regex.h>
                    
23#include <string.h>
                    
24
                    
25#include "m4private.h"
                    
26
                    
                
annotate.c git://github.com/torvalds/linux.git | C | 3175 lines
                    
11#include <libgen.h>
                    
12#include <stdlib.h>
                    
13#include <bpf/bpf.h>
                    
13#include <bpf/bpf.h>
                    
14#include <bpf/btf.h>
                    
15#include <bpf/libbpf.h>
                    
32#include "evsel.h"
                    
33#include "evlist.h"
                    
34#include "bpf-event.h"
                    
38#include "arch/common.h"
                    
39#include <regex.h>
                    
40#include <pthread.h>
                    
153#include "arch/arm/annotate/instructions.c"
                    
154#include "arch/arm64/annotate/instructions.c"
                    
155#include "arch/csky/annotate/instructions.c"
                    
                
sort.c git://github.com/torvalds/linux.git | C | 3193 lines
                    
3#include <inttypes.h>
                    
4#include <regex.h>
                    
5#include <stdlib.h>
                    
5#include <stdlib.h>
                    
6#include <linux/mman.h>
                    
7#include <linux/time64.h>
                    
7#include <linux/time64.h>
                    
8#include "debug.h"
                    
9#include "dso.h"
                    
15#include "maps.h"
                    
16#include "symbol.h"
                    
17#include "map_symbol.h"
                    
17#include "map_symbol.h"
                    
18#include "branch.h"
                    
19#include "thread.h"
                    
                
builtin-kmem.c git://github.com/torvalds/linux.git | C | 2026 lines
                    
5#include "util/dso.h"
                    
6#include "util/evlist.h"
                    
7#include "util/evsel.h"
                    
7#include "util/evsel.h"
                    
8#include "util/config.h"
                    
9#include "util/map.h"
                    
16#include "util/time-utils.h"
                    
17#include <linux/err.h>
                    
18
                    
19#include <subcmd/pager.h>
                    
20#include <subcmd/parse-options.h>
                    
21#include "util/trace-event.h"
                    
34#include <locale.h>
                    
35#include <regex.h>
                    
36
                    
                
builtin-report.c git://github.com/torvalds/linux.git | C | 1585 lines
                    
8 */
                    
9#include "builtin.h"
                    
10
                    
10
                    
11#include "util/config.h"
                    
12
                    
12
                    
13#include "util/annotate.h"
                    
14#include "util/color.h"
                    
14#include "util/color.h"
                    
15#include "util/dso.h"
                    
16#include <linux/list.h>
                    
58#include <inttypes.h>
                    
59#include <regex.h>
                    
60#include <linux/ctype.h>
                    
                
aicasm_gram.y git://github.com/torvalds/linux.git | Happy | 2000 lines
                    
45
                    
46#include <sys/types.h>
                    
47
                    
48#include <inttypes.h>
                    
49#include <regex.h>
                    
50#include <stdio.h>
                    
50#include <stdio.h>
                    
51#include <stdlib.h>
                    
52#include <string.h>
                    
52#include <string.h>
                    
53#include <sysexits.h>
                    
54
                    
54
                    
55#include "../queue.h"
                    
56
                    
                
symbol.c git://github.com/torvalds/linux.git | C | 1308 lines
                    
5
                    
6#include <ctype.h>
                    
7#include <stdlib.h>
                    
8#include <string.h>
                    
9#include <regex.h>
                    
10#include <sys/utsname.h>
                    
11
                    
12#include "lkc.h"
                    
13
                    
                
pipe.c git://git.savannah.gnu.org/mailutils.git | C | 272 lines
                    
33
                    
34#include <stdio.h>
                    
35#include <unistd.h>
                    
35#include <unistd.h>
                    
36#include <stdlib.h>
                    
37#include <sys/types.h>
                    
37#include <sys/types.h>
                    
38#include <sys/wait.h>
                    
39#include <string.h>
                    
40#include <signal.h>
                    
41#include <regex.h>
                    
42#include <mailutils/sieve.h>
                    
42#include <mailutils/sieve.h>
                    
43#include <mailutils/prog.h>
                    
44
                    
                
active.c git://pkgs.fedoraproject.org/suck | C | 544 lines
                    
1#include <config.h>
                    
2
                    
2
                    
3#include <stdio.h>
                    
4#include <stdlib.h>
                    
4#include <stdlib.h>
                    
5#include <string.h>
                    
6#include <ctype.h>
                    
8#ifdef HAVE_UNISTD_H
                    
9#include <unistd.h>
                    
10#endif
                    
12#ifdef HAVE_REGEX_H
                    
13#include <regex.h>
                    
14#endif
                    
19
                    
20#include "suck_config.h"
                    
21#include "both.h"
                    
                
myconf.h git://github.com/isaact/TSDocDB.git | C Header | 549 lines
                    
215#include <errno.h>
                    
216#include <float.h>
                    
217#include <limits.h>
                    
217#include <limits.h>
                    
218#include <locale.h>
                    
219#include <math.h>
                    
220#include <setjmp.h>
                    
221#include <stdarg.h>
                    
222#include <stddef.h>
                    
229#include <inttypes.h>
                    
230#include <stdbool.h>
                    
231#include <stdint.h>
                    
243#include <dirent.h>
                    
244#include <regex.h>
                    
245#include <glob.h>
                    
                
grawk.c git://github.com/rustyrussell/ccan.git | C | 600 lines
                    
49
                    
50#include <stdio.h>
                    
51#include <stdlib.h>
                    
51#include <stdlib.h>
                    
52#include <string.h>
                    
53#include <getopt.h>
                    
53#include <getopt.h>
                    
54#include <sys/types.h>
                    
55#include <sys/stat.h>
                    
55#include <sys/stat.h>
                    
56#include <regex.h>
                    
57
                    
                
target_replace.c git://github.com/octo/collectd.git | C | 565 lines
                    
26
                    
27#include "collectd.h"
                    
28
                    
28
                    
29#include "filter_chain.h"
                    
30#include "utils/common/common.h"
                    
30#include "utils/common/common.h"
                    
31#include "utils_subst.h"
                    
32
                    
32
                    
33#include <regex.h>
                    
34
                    
                
onewire.c git://github.com/octo/collectd.git | C | 529 lines
                    
21
                    
22#include "collectd.h"
                    
23
                    
23
                    
24#include "plugin.h"
                    
25#include "utils/common/common.h"
                    
25#include "utils/common/common.h"
                    
26#include "utils/ignorelist/ignorelist.h"
                    
27
                    
28#include <owcapi.h>
                    
29#include <regex.h>
                    
30#include <sys/time.h>
                    
30#include <sys/time.h>
                    
31#include <sys/types.h>
                    
32
                    
                
processes.c git://github.com/octo/collectd.git | C | 2644 lines
                    
40
                    
41#include "plugin.h"
                    
42#include "utils/common/common.h"
                    
44#if HAVE_LIBTASKSTATS
                    
45#include "utils/taskstats/taskstats.h"
                    
46#include "utils_complain.h"
                    
51#if HAVE_MACH_MACH_INIT_H
                    
52#include <mach/mach_init.h>
                    
53#endif
                    
84#if HAVE_MACH_VM_MAP_H
                    
85#include <mach/vm_map.h>
                    
86#endif
                    
153#if HAVE_REGEX_H
                    
154#include <regex.h>
                    
155#endif
                    
                
exec.c git://pkgs.fedoraproject.org/multitail | C | 414 lines
                    
2#include <sys/types.h>
                    
3#include <regex.h>
                    
4#include <sys/stat.h>
                    
5#include <unistd.h>
                    
6#include <sys/wait.h>
                    
7#include <errno.h>
                    
7#include <errno.h>
                    
8#include <stdlib.h>
                    
9#include <stdio.h>
                    
11#include <signal.h>
                    
12#include <sys/socket.h>
                    
13#include <netinet/in.h>
                    
21#include "globals.h"
                    
22#include "ui.h"
                    
23
                    
                
filelist.c http://terraform.googlecode.com/svn/trunk/ | C | 475 lines
                    
21
                    
22#include <sys/types.h>	/* OS/X requires this */
                    
23#include <dirent.h>
                    
23#include <dirent.h>
                    
24#include <regex.h>
                    
25#include <sys/stat.h>
                    
25#include <sys/stat.h>
                    
26#include <unistd.h>
                    
27#include <stdlib.h>
                    
27#include <stdlib.h>
                    
28#include <string.h>
                    
29#include "filelist.h"
                    
29#include "filelist.h"
                    
30#include "filenameops.h"
                    
31
                    
                
airolib-ng.c git://pkgs.fedoraproject.org/aircrack-ng | C | 1031 lines
                    
34
                    
35#include <stdio.h>
                    
36#include <stdlib.h>
                    
37#include <unistd.h>
                    
38#include <stdint.h>
                    
39#include <string.h>
                    
40#include <sqlite3.h>
                    
41#include <sys/time.h>
                    
42#include <sys/types.h>
                    
42#include <sys/types.h>
                    
43#include <sys/stat.h>
                    
44#include <unistd.h>
                    
50#ifdef HAVE_REGEXP
                    
51#include <regex.h>
                    
52#endif
                    
                
reg_parse.c git://pkgs.fedoraproject.org/samba | C | 961 lines
                    
27
                    
28#include "includes.h"
                    
29#include "system/filesys.h"
                    
30#include "cbuf.h"
                    
31#include "srprs.h"
                    
32#include "reg_parse_internal.h"
                    
33#include "reg_parse.h"
                    
34#include "reg_format.h"
                    
35
                    
36#include <stdio.h>
                    
37#include <unistd.h>
                    
38#include <wchar.h>
                    
42#include <sys/types.h>
                    
43#include <regex.h>
                    
44#include <assert.h>
                    
                
config.c git://pkgs.fedoraproject.org/remctl | C | 1035 lines
                    
15
                    
16#include <config.h>
                    
17#include <portable/system.h>
                    
18
                    
19#include <ctype.h>
                    
20#include <dirent.h>
                    
20#include <dirent.h>
                    
21#include <errno.h>
                    
22#ifdef HAVE_PCRE
                    
24#endif
                    
25#include <pwd.h>
                    
26#ifdef HAVE_REGCOMP
                    
26#ifdef HAVE_REGCOMP
                    
27# include <regex.h>
                    
28#endif
                    
                
lcr_mod.c git://pkgs.fedoraproject.org/openser | C | 2179 lines
                    
38#include <stdio.h>
                    
39#include <stdlib.h>
                    
40#include <string.h>
                    
41#include <arpa/inet.h>
                    
42#include <regex.h>
                    
43#include "../../sr_module.h"
                    
43#include "../../sr_module.h"
                    
44#include "../../dprint.h"
                    
45#include "../../ut.h"
                    
49#include "../../db/db.h"
                    
50#include "../../usr_avp.h"
                    
51#include "../../parser/parse_uri.h"
                    
60#include "../../socket_info.h"
                    
61#include "mi.h"
                    
62
                    
                
route.c git://pkgs.fedoraproject.org/openser | C | 1658 lines
                    
46#include <sys/types.h>
                    
47#include <regex.h>
                    
48#include <netdb.h>
                    
48#include <netdb.h>
                    
49#include <string.h>
                    
50#include <sys/socket.h>
                    
50#include <sys/socket.h>
                    
51#include <netinet/in.h>
                    
52#include <arpa/inet.h>
                    
55#include "route.h"
                    
56#include "forward.h"
                    
57#include "dprint.h"
                    
57#include "dprint.h"
                    
58#include "proxy.h"
                    
59#include "action.h"
                    
                
dict_regexp.c git://pkgs.fedoraproject.org/postfix | C | 831 lines
                    
37
                    
38#include "sys_defs.h"
                    
39
                    
43#include <stdlib.h>
                    
44#include <unistd.h>
                    
45#include <string.h>
                    
46#include <ctype.h>
                    
47#include <regex.h>
                    
48#ifdef STRCASECMP_IN_STRINGS_H
                    
54#include "mymalloc.h"
                    
55#include "msg.h"
                    
56#include "safe.h"
                    
63#include "mac_parse.h"
                    
64#include "warn_stat.h"
                    
65
                    
                
globus_gram_job_manager_seg.c git://pkgs.fedoraproject.org/globus-gram-job-manager | C | 1776 lines
                    
16
                    
17#include "globus_common.h"
                    
18#include "globus_gram_job_manager.h"
                    
18#include "globus_gram_job_manager.h"
                    
19#include "globus_scheduler_event_generator.h"
                    
20#include "globus_scheduler_event_generator_app.h"
                    
21
                    
22#include <sys/types.h>
                    
23#include <utime.h>
                    
23#include <utime.h>
                    
24#include <regex.h>
                    
25
                    
                
xen_hypervisor.c git://pkgs.fedoraproject.org/mingw-libvirt | C | 3721 lines
                    
15/* required for uint8_t, uint32_t, etc ... */
                    
16#include <stdint.h>
                    
17#include <sys/types.h>
                    
20#include <fcntl.h>
                    
21#include <sys/mman.h>
                    
22#include <sys/ioctl.h>
                    
24#include <stdint.h>
                    
25#include <regex.h>
                    
26#include <errno.h>
                    
41#include <xen/dom0_ops.h>
                    
42#include <xen/version.h>
                    
43#ifdef HAVE_XEN_LINUX_PRIVCMD_H
                    
51/* required for shutdown flags */
                    
52#include <xen/sched.h>
                    
53
                    
                
storage_backend_logical.c git://pkgs.fedoraproject.org/mingw-libvirt | C | 830 lines
                    
23
                    
24#include <config.h>
                    
25
                    
25
                    
26#include <sys/wait.h>
                    
27#include <sys/stat.h>
                    
28#include <stdio.h>
                    
29#include <regex.h>
                    
30#include <string.h>
                    
30#include <string.h>
                    
31#include <unistd.h>
                    
32#include <fcntl.h>
                    
33
                    
34#include "virterror_internal.h"
                    
35#include "storage_backend_logical.h"
                    
                
storage_backend.c git://pkgs.fedoraproject.org/mingw-libvirt | C | 1667 lines
                    
23
                    
24#include <config.h>
                    
25
                    
25
                    
26#include <string.h>
                    
27#include <stdio.h>
                    
28#if HAVE_REGEX_H
                    
29# include <regex.h>
                    
30#endif
                    
30#endif
                    
31#include <sys/types.h>
                    
32#include <sys/wait.h>
                    
32#include <sys/wait.h>
                    
33#include <unistd.h>
                    
34#include <fcntl.h>
                    
                
storage_backend_iscsi.c git://pkgs.fedoraproject.org/mingw-libvirt | C | 746 lines
                    
25
                    
26#include <sys/socket.h>
                    
27#include <netdb.h>
                    
28#include <sys/types.h>
                    
29#include <sys/wait.h>
                    
30#include <string.h>
                    
31#include <stdio.h>
                    
32#include <regex.h>
                    
33#include <fcntl.h>
                    
34#include <unistd.h>
                    
35#include <sys/stat.h>
                    
36
                    
44#include "command.h"
                    
45#include "virrandom.h"
                    
46
                    
                
testutils.c git://pkgs.fedoraproject.org/mingw-libvirt | C | 762 lines
                    
10
                    
11#include <config.h>
                    
12
                    
12
                    
13#include <stdio.h>
                    
14#include <stdlib.h>
                    
14#include <stdlib.h>
                    
15#include <sys/time.h>
                    
16#include <sys/types.h>
                    
16#include <sys/types.h>
                    
17#include <sys/stat.h>
                    
18#ifndef WIN32
                    
21#ifdef HAVE_REGEX_H
                    
22# include <regex.h>
                    
23#endif
                    
                
sword_main.cc git://pkgs.fedoraproject.org/xiphos | C++ | 1134 lines
                    
27#include <swmgr.h>
                    
28#include <swmodule.h>
                    
29#include <localemgr.h>
                    
29#include <localemgr.h>
                    
30#include <swversion.h>
                    
31#include <filemgr.h>
                    
32
                    
33#include <markupfiltmgr.h>
                    
34#include <swlocale.h>
                    
37#include <versekey.h>
                    
38#include <regex.h>
                    
39#include <string.h>
                    
39#include <string.h>
                    
40#include <utf8html.h>
                    
41#include <url.h>
                    
                
search_dialog.c git://pkgs.fedoraproject.org/xiphos | C | 1751 lines
                    
28#include <gtkhtml/gtkhtml.h>
                    
29#include "gui/html.h"
                    
30#endif
                    
31#ifndef USE_GTKBUILDER
                    
32  #include <glade/glade-xml.h>
                    
33#endif
                    
36
                    
37#include <regex.h>
                    
38#include <string.h>
                    
52#include "main/previewer.h"
                    
53#include "main/settings.h"
                    
54#include "main/sword.h"
                    
476 * Synopsis
                    
477 *   #include "gui/search_dialog.h"
                    
478 *
                    
                
display.cc git://pkgs.fedoraproject.org/xiphos | C++ | 2242 lines
                    
28#include <osishtmlhref.h>
                    
29#include <thmlhtmlhref.h>
                    
30#include <gbfhtmlhref.h>
                    
30#include <gbfhtmlhref.h>
                    
31#include <teihtmlhref.h>
                    
32#ifndef NO_SWORD_SET_RENDER_NOTE_NUMBERS
                    
34#include <osisxhtml.h>
                    
35#include <thmlxhtml.h>
                    
36#include <gbfxhtml.h>
                    
44
                    
45#include <regex.h>
                    
46#include <string.h>
                    
84#include "gui/widgets.h"
                    
85#include "gui/dialog.h"
                    
86
                    
                
search_dialog.cc git://pkgs.fedoraproject.org/xiphos | C++ | 1650 lines
                    
25#include <gtk/gtk.h>
                    
26#include <regex.h>
                    
27#include <swbuf.h>
                    
29#define XIPHOS_HTML_EXTERN_C
                    
30#include "../xiphos_html/xiphos_html.h"   
                    
31      #ifdef __cplusplus
                    
33#ifdef GTKHTML
                    
34#include <gtkhtml/gtkhtml.h>
                    
35#endif
                    
38#include "main/previewer.h"
                    
39#include "main/search_dialog.h"
                    
40#include "main/settings.h"
                    
47#include "gui/bookmarks_treeview.h"
                    
48#include "gui/sidebar.h"
                    
49#include "gui/widgets.h"
                    
                
rtd_rules.c git://pkgs.fedoraproject.org/freeDiameter | C | 609 lines
                    
35
                    
36#include "rt_default.h"
                    
37
                    
38/* The regular expressions header */
                    
39#include <regex.h>
                    
40
                    
                
JackFreebobDriver.cpp git://pkgs.fedoraproject.org/jack-audio-connection-kit | C++ | 1109 lines
                    
25#include <stdio.h>
                    
26#include <memory.h>
                    
27#include <unistd.h>
                    
27#include <unistd.h>
                    
28#include <stdlib.h>
                    
29#include <errno.h>
                    
31#include <signal.h>
                    
32#include <sys/types.h>
                    
33#include <sys/time.h>
                    
33#include <sys/time.h>
                    
34#include <regex.h>
                    
35#include <string.h>
                    
41#include "JackGraphManager.h"
                    
42#include "JackLockedEngine.h"
                    
43
                    
                
JackFFADODriver.cpp git://pkgs.fedoraproject.org/jack-audio-connection-kit | C++ | 975 lines
                    
24#include <iostream>
                    
25#include <unistd.h>
                    
26#include <math.h>
                    
26#include <math.h>
                    
27#include <stdio.h>
                    
28#include <memory.h>
                    
28#include <memory.h>
                    
29#include <unistd.h>
                    
30#include <stdlib.h>
                    
33#include <signal.h>
                    
34#include <sys/types.h>
                    
35#include <sys/time.h>
                    
35#include <sys/time.h>
                    
36#include <regex.h>
                    
37#include <string.h>
                    
                
alsa_driver.c git://pkgs.fedoraproject.org/jack-audio-connection-kit | C | 2300 lines
                    
24
                    
25#include <math.h>
                    
26#include <stdio.h>
                    
27#include <memory.h>
                    
28#include <unistd.h>
                    
29#include <stdlib.h>
                    
29#include <stdlib.h>
                    
30#include <errno.h>
                    
31#include <stdarg.h>
                    
34#include <sys/time.h>
                    
35#include <regex.h>
                    
36#include <string.h>
                    
43#include "generic.h"
                    
44#include "memops.h"
                    
45#include "JackError.h"
                    
                
JackAlsaDriver.cpp git://pkgs.fedoraproject.org/jack-audio-connection-kit | C++ | 987 lines
                    
23#include <iostream>
                    
24#include <math.h>
                    
25#include <stdio.h>
                    
27#include <unistd.h>
                    
28#include <stdlib.h>
                    
29#include <errno.h>
                    
29#include <errno.h>
                    
30#include <stdarg.h>
                    
31#include <signal.h>
                    
33#include <sys/time.h>
                    
34#include <regex.h>
                    
35#include <string.h>
                    
36
                    
37#include "JackAlsaDriver.h"
                    
38#include "JackEngineControl.h"
                    
                
JackGraphManager.cpp git://pkgs.fedoraproject.org/jack-audio-connection-kit | C++ | 903 lines
                    
20
                    
21#include "JackGraphManager.h"
                    
22#include "JackConstants.h"
                    
22#include "JackConstants.h"
                    
23#include "JackError.h"
                    
24#include <assert.h>
                    
24#include <assert.h>
                    
25#include <stdlib.h>
                    
26#include <algorithm>
                    
26#include <algorithm>
                    
27#include <regex.h>
                    
28
                    
                
htmltext.c git://pkgs.fedoraproject.org/gtkhtml3 | C | 4309 lines
                    
24#include <config.h>
                    
25#include <stdio.h>
                    
26#include <string.h>
                    
27#include <sys/types.h>
                    
28#include <regex.h>
                    
29#include <math.h>
                    
32
                    
33#include <pango/pango.h>
                    
34
                    
39#include "htmlclueflow.h"
                    
40#include "htmlcursor.h"
                    
41#include "htmlgdkpainter.h"
                    
50#include "htmltextslave.h"
                    
51#include "htmlundo.h"
                    
52
                    
                
lregex.c git://pkgs.fedoraproject.org/monkeystudio | C | 705 lines
                    
18*/
                    
19#include "general.h"  /* must always come first */
                    
20
                    
20
                    
21#include <string.h>
                    
22
                    
28# endif
                    
29# include <regex.h>
                    
30#endif
                    
31
                    
32#include "debug.h"
                    
33#include "entry.h"
                    
33#include "entry.h"
                    
34#include "parse.h"
                    
35#include "read.h"
                    
                
parse.c git://pkgs.fedoraproject.org/anyremote | C | 1571 lines
                    
21
                    
22#include <stdio.h>
                    
23#include <stdlib.h>
                    
23#include <stdlib.h>
                    
24#include <string.h>
                    
25#include <ctype.h>
                    
25#include <ctype.h>
                    
26#include <sys/stat.h>
                    
27
                    
27
                    
28#include "parse.h"
                    
29#include "utils.h"
                    
30
                    
31#include <regex.h>
                    
32
                    
                
rlwrap.h git://pkgs.fedoraproject.org/rlwrap | C Header | 542 lines
                    
20
                    
21#include "../config.h"
                    
22#include <sys/types.h>
                    
32
                    
33#include <sys/stat.h>
                    
34#include <sys/ioctl.h>
                    
34#include <sys/ioctl.h>
                    
35#include <sys/resource.h>
                    
36#include <fcntl.h>
                    
36#include <fcntl.h>
                    
37#include <unistd.h>
                    
38#include <signal.h>
                    
38#include <signal.h>
                    
39#include <stdio.h>
                    
40#include <ctype.h>
                    
                
fastback.cpp git://pkgs.fedoraproject.org/fastback | C++ | 943 lines
                    
70
                    
71#include <string>
                    
72#include <fstream>
                    
72#include <fstream>
                    
73#include <sstream>
                    
74#include <ext/stdio_filebuf.h>
                    
75
                    
76#include <iostream>
                    
77
                    
78#include <sys/types.h>
                    
79#include <regex.h>
                    
80#include <stdlib.h>
                    
80#include <stdlib.h>
                    
81#include <string.h>
                    
82#include <argp.h>
                    
                
utils.c git://pkgs.fedoraproject.org/claws-mail | C | 5298 lines
                    
30#ifdef USE_PTHREAD
                    
31#include <pthread.h>
                    
32#endif
                    
33
                    
34#include <stdio.h>
                    
35#include <string.h>
                    
44#include <stdlib.h>
                    
45#include <sys/stat.h>
                    
46#include <unistd.h>
                    
46#include <unistd.h>
                    
47#include <stdarg.h>
                    
48#include <sys/types.h>
                    
53#include <time.h>
                    
54#include <regex.h>
                    
55
                    
                
mimeview.c git://pkgs.fedoraproject.org/claws-mail | C | 2853 lines
                    
23
                    
24#include "defs.h"
                    
25
                    
25
                    
26#include <glib.h>
                    
27#include <glib/gi18n.h>
                    
27#include <glib/gi18n.h>
                    
28#include <gdk/gdkkeysyms.h>
                    
29#include <gtk/gtk.h>
                    
29#include <gtk/gtk.h>
                    
30#include <stdio.h>
                    
31#include <sys/types.h>
                    
31#include <sys/types.h>
                    
32#include <sys/stat.h>
                    
33
                    
                
aimage_os.cpp git://pkgs.fedoraproject.org/aimage | C++ | 563 lines
                    
1#include "config.h"
                    
2#include "aimage.h"
                    
2#include "aimage.h"
                    
3#include "imager.h"
                    
4
                    
57#ifdef __FreeBSD__
                    
58#include <sys/param.h>
                    
59#include <sys/mount.h>
                    
77 */
                    
78#include <regex.h>
                    
79static void fix_freebsd_sn(AFFILE *af,char *serial_number,int sn_len,char *device_model)
                    
291#ifdef linux
                    
292#include <dirent.h>
                    
293static void getfile(const char *dirname,const char *filename,char *copy,
                    
                
gsearchtool-support.c git://pkgs.fedoraproject.org/gnome-search-tool | C | 1829 lines
                    
31
                    
32#include <string.h>
                    
33#include <glib/gi18n.h>
                    
34#include <glib.h>
                    
35#include <regex.h>
                    
36#include <stdlib.h>
                    
36#include <stdlib.h>
                    
37#include <gdk/gdkx.h>
                    
38#include <gio/gio.h>
                    
38#include <gio/gio.h>
                    
39#include <gio/gdesktopappinfo.h>
                    
40
                    
40
                    
41#include "gsearchtool.h"
                    
42#include "gsearchtool-callbacks.h"
                    
                
jte.c git://pkgs.fedoraproject.org/cdrkit | C | 1045 lines
                    
12#include <mconfig.h>
                    
13#include "genisoimage.h"
                    
14#include <timedefs.h>
                    
15#include <fctldefs.h>
                    
16#include <zlib.h>
                    
17#include <bzlib.h>
                    
17#include <bzlib.h>
                    
18#include <regex.h>
                    
19#ifdef SORTING
                    
21#endif /* SORTING */
                    
22#include <errno.h>
                    
23#include <schily.h>
                    
24#ifdef DVD_VIDEO
                    
25#include "dvd_reader.h"
                    
26#include "dvd_file.h"
                    
                
wmtop.c git://pkgs.fedoraproject.org/wmtop | C | 997 lines
                    
36#include <time.h>
                    
37#include <dirent.h>
                    
38#include <string.h>
                    
38#include <string.h>
                    
39#include <fcntl.h>
                    
40#include <unistd.h>
                    
51#include <sys/wait.h>
                    
52#include <sys/stat.h>
                    
53#include <sys/param.h>
                    
53#include <sys/param.h>
                    
54#include <sys/types.h>
                    
55#include <sys/ioctl.h>
                    
62
                    
63#include <regex.h>
                    
64
                    
                
fe-gtk.h https://code.google.com/p/xchat-wdk/ | C Header | 198 lines
                    
1#include "../../config.h"
                    
2
                    
13#include <sys/types.h>
                    
14#include <regex.h>
                    
15#endif
                    
31
                    
32#include <gtk/gtkwidget.h>
                    
33#include <gtk/gtkcontainer.h>
                    
33#include <gtk/gtkcontainer.h>
                    
34#include <gtk/gtksignal.h>
                    
35
                    
                
guw.cc git://pkgs.fedoraproject.org/libreoffice | C++ | 679 lines
                    
32
                    
33#include <string>
                    
34#include <list>
                    
34#include <list>
                    
35#include <vector>
                    
36
                    
36
                    
37#include <iostream>
                    
38#include <sstream>
                    
38#include <sstream>
                    
39#include <fstream>
                    
40
                    
45#include <windows.h>
                    
46#include <regex.h>
                    
47
                    
                
nasl_regex.h git://pkgs.fedoraproject.org/openvas-libraries | C Header | 506 lines
                    
19#ifdef HAVE_REGEX_SUPPORT
                    
20#include <regex.h>
                    
21#else
                    
25/* POSIX says that <sys/types.h> must be included (by the caller) before
                    
26   <regex.h>.  */
                    
27
                    
27
                    
28#include <sys/types.h> /* for size_t */
                    
29#ifdef VMS
                    
31   should be there.  */
                    
32#include <stddef.h>
                    
33#endif
                    
                
cvsps.c git://pkgs.fedoraproject.org/cvsps | C | 2701 lines
                    
10#include <unistd.h>
                    
11#include <search.h>
                    
12#include <time.h>
                    
12#include <time.h>
                    
13#include <ctype.h>
                    
14#include <sys/stat.h>
                    
16#include <fcntl.h>
                    
17#include <regex.h>
                    
18#include <sys/wait.h> /* for WEXITSTATUS - see system(3) */
                    
19
                    
20#include <cbtcommon/hash.h>
                    
21#include <cbtcommon/list.h>
                    
21#include <cbtcommon/list.h>
                    
22#include <cbtcommon/text_util.h>
                    
23#include <cbtcommon/debug.h>
                    
                
gnome-cmd-advrename-dialog.cc git://pkgs.fedoraproject.org/gnome-commander | C++ | 734 lines
                    
22#include <sys/types.h>
                    
23#include <regex.h>
                    
24#include <unistd.h>
                    
25#include <errno.h>
                    
26#include <gtk/gtkdialog.h>
                    
27
                    
27
                    
28#include "gnome-cmd-includes.h"
                    
29#include "gnome-cmd-convert.h"
                    
29#include "gnome-cmd-convert.h"
                    
30#include "gnome-cmd-advrename-dialog.h"
                    
31#include "gnome-cmd-profile-component.h"
                    
31#include "gnome-cmd-profile-component.h"
                    
32#include "dialogs/gnome-cmd-advrename-regex-dialog.h"
                    
33#include "dialogs/gnome-cmd-manage-profiles-dialog.h"
                    
                
gnome-cmd-search-dialog.cc git://pkgs.fedoraproject.org/gnome-commander | C++ | 994 lines
                    
20
                    
21#include <config.h>
                    
22#include <sys/types.h>
                    
22#include <sys/types.h>
                    
23#include <regex.h>
                    
24
                    
24
                    
25#include "gnome-cmd-includes.h"
                    
26#include "gnome-cmd-data.h"
                    
26#include "gnome-cmd-data.h"
                    
27#include "gnome-cmd-search-dialog.h"
                    
28#include "gnome-cmd-dir.h"
                    
28#include "gnome-cmd-dir.h"
                    
29#include "gnome-cmd-file-list.h"
                    
30#include "gnome-cmd-file-selector.h"
                    
                
gnome-cmd-file-list.cc git://pkgs.fedoraproject.org/gnome-commander | C++ | 2287 lines
                    
21#include <config.h>
                    
22#include <regex.h>
                    
23
                    
26#include "gnome-cmd-file-list.h"
                    
27#include "gnome-cmd-file.h"
                    
28#include "gnome-cmd-main-win.h"
                    
28#include "gnome-cmd-main-win.h"
                    
29#include "utils.h"
                    
30#include "gnome-cmd-data.h"
                    
31#include "gnome-cmd-patternsel-dialog.h"
                    
32#include "imageloader.h"
                    
33#include "cap.h"
                    
34#include "gnome-cmd-style.h"
                    
35#include "gnome-cmd-file-popmenu.h"
                    
36#include "gnome-cmd-rename-dialog.h"
                    
                
 

Source

Language