PageRenderTime 152ms queryTime 17ms sortTime 0ms getByIdsTime 31ms findMatchingLines 54ms

42+ results for '#include <regex.h>' (152 ms)

Not the results you expected?
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>
                    
                
configfile.c https://noffle.svn.sourceforge.net/svnroot/noffle | C | 933 lines
                    
12#if HAVE_CONFIG_H
                    
13#include <config.h>
                    
14#endif
                    
15
                    
16#include <ctype.h>
                    
17#include <limits.h>
                    
17#include <limits.h>
                    
18#include <regex.h>
                    
19#include "configfile.h"
                    
19#include "configfile.h"
                    
20#include "filter.h"
                    
21#include "itemlist.h"
                    
21#include "itemlist.h"
                    
22#include "log.h"
                    
23#include "util.h"
                    
                
configfile.c https://noffle.svn.sourceforge.net/svnroot/noffle | C | 1021 lines
                    
12#if HAVE_CONFIG_H
                    
13#include <config.h>
                    
14#endif
                    
15
                    
16#include <ctype.h>
                    
17#include <limits.h>
                    
18#include <sys/types.h>
                    
19#include <regex.h>
                    
20#include "configfile.h"
                    
20#include "configfile.h"
                    
21#include "filter.h"
                    
22#include "itemlist.h"
                    
22#include "itemlist.h"
                    
23#include "log.h"
                    
24#include "util.h"
                    
                
regex.h https://quake.svn.sourceforge.net/svnroot/quake | C Header | 491 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
                    
                
regexp.cc https://octave.svn.sourceforge.net/svnroot/octave | C++ | 140 lines
                    
10
                    
11#include <octave/oct.h>
                    
12#ifndef OCTAVE_LOCAL_BUFFER
                    
12#ifndef OCTAVE_LOCAL_BUFFER
                    
13#include <vector>
                    
14#define OCTAVE_LOCAL_BUFFER(T, buf, size) \
                    
21#endif
                    
22#include <regex.h>
                    
23
                    
                
sial_util.c https://lkcd.svn.sourceforge.net/svnroot/lkcd | C | 812 lines
                    
3 */
                    
4#include "sial.h"
                    
5#include <string.h>
                    
6#include <unistd.h>
                    
7#include <curses.h>
                    
8#include <term.h>
                    
9#include <termio.h>
                    
10#include <ctype.h>
                    
11#include <stdarg.h>
                    
11#include <stdarg.h>
                    
12#include <malloc.h>
                    
13#include <limits.h>
                    
16#include <stdlib.h>
                    
17#include <regex.h>
                    
18#include <ctype.h>
                    
                
qlcrashdoc.cpp https://lkcd.svn.sourceforge.net/svnroot/lkcd | C++ | 2027 lines
                    
22#include "cconfigmanager.h"
                    
23#include "structviewitem.h"
                    
24#include "crashtypes.h"
                    
24#include "crashtypes.h"
                    
25#include "clistview.h"
                    
26#include "cparseview.h"
                    
31#include <qtimer.h>
                    
32#include <qcache.h>
                    
33#include <qstring.h>
                    
47#ifdef USE_REGEX
                    
48#include <regex.h>
                    
49#endif
                    
57#include <iostream>
                    
58#include "avl.h"
                    
59
                    
                
util.h https://amanda.svn.sourceforge.net/svnroot/amanda | C++ Header | 397 lines
                    
31
                    
32#include "amanda.h"
                    
33#include "am_sl.h"
                    
34
                    
35#include <glib.h>
                    
36#include <glib-object.h>
                    
36#include <glib-object.h>
                    
37#include <regex.h>
                    
38
                    
38
                    
39#include "glib-util.h"
                    
40
                    
                
s3-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 2605 lines
                    
26
                    
27#include "amanda.h"
                    
28#include <string.h>
                    
29#include <sys/types.h>
                    
30#include <sys/stat.h>
                    
31#include <unistd.h>
                    
32#include <dirent.h>
                    
33#include <regex.h>
                    
34#include <time.h>
                    
34#include <time.h>
                    
35#include "util.h"
                    
36#include "conffile.h"
                    
36#include "conffile.h"
                    
37#include "device.h"
                    
38#include "s3.h"
                    
                
s3.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 2488 lines
                    
29#endif
                    
30#include <string.h>
                    
31#include "s3.h"
                    
31#include "s3.h"
                    
32#include "s3-util.h"
                    
33#ifdef HAVE_REGEX_H
                    
33#ifdef HAVE_REGEX_H
                    
34#include <regex.h>
                    
35#endif
                    
45#ifdef HAVE_DIRENT_H
                    
46#include <dirent.h>
                    
47#endif
                    
48#ifdef HAVE_TIME_H
                    
49#include <time.h>
                    
50#endif
                    
                
vfs-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1513 lines
                    
20
                    
21#include "amanda.h"
                    
22#include <string.h> /* memset() */
                    
22#include <string.h> /* memset() */
                    
23#include "fsusage.h"
                    
24#include "util.h"
                    
24#include "util.h"
                    
25#include <regex.h>
                    
26
                    
26
                    
27#include "vfs-device.h"
                    
28
                    
                
cswordmoduleinfo.cpp https://bibletime.svn.sourceforge.net/svnroot/bibletime | C++ | 954 lines
                    
14
                    
15#include "backend/managers/cswordbackend.h"
                    
16#include "backend/cswordmodulesearch.h"
                    
20
                    
21#include "util/directoryutil.h"
                    
22#include "util/cpointers.h"
                    
28#include <dirent.h>
                    
29#include <regex.h>
                    
30
                    
30
                    
31#include <boost/scoped_ptr.hpp>
                    
32
                    
33//Qt includes
                    
34#include <QRegExp>
                    
35#include <QDir>
                    
                
cconfigmanager.cpp https://lkcd.svn.sourceforge.net/svnroot/lkcd | C++ | 385 lines
                    
18 */
                    
19#include "cconfigmanager.h"
                    
20
                    
20
                    
21#include <stdio.h>
                    
22#include <stdlib.h>
                    
23#ifndef WIN32
                    
24#include <regex.h>
                    
25#include <unistd.h>
                    
25#include <unistd.h>
                    
26#include <pwd.h>
                    
27#else
                    
27#else
                    
28#include <qdir.h>
                    
29#endif
                    
                
util.h https://amanda.svn.sourceforge.net/svnroot/amanda | C++ Header | 331 lines
                    
31
                    
32#include "amanda.h"
                    
33#include "sl.h"
                    
34
                    
35#include <glib.h>
                    
36#include <glib-object.h>
                    
36#include <glib-object.h>
                    
37#include <regex.h>
                    
38
                    
38
                    
39#include "glib-util.h"
                    
40
                    
                
device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1622 lines
                    
24
                    
25#include "amanda.h"
                    
26#include "conffile.h"
                    
27
                    
28#include <regex.h>
                    
29
                    
29
                    
30#include "device.h"
                    
31#include "property.h"
                    
32
                    
33#include "timestamp.h"
                    
34#include "util.h"
                    
                
find.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1281 lines
                    
31 */
                    
32#include "amanda.h"
                    
33#include "match.h"
                    
33#include "match.h"
                    
34#include "conffile.h"
                    
35#include "tapefile.h"
                    
35#include "tapefile.h"
                    
36#include "logfile.h"
                    
37#include "holding.h"
                    
38#include "find.h"
                    
39#include <regex.h>
                    
40#include "cmdline.h"
                    
                
match.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 823 lines
                    
31
                    
32#include "amanda.h"
                    
33#include "match.h"
                    
33#include "match.h"
                    
34#include <regex.h>
                    
35
                    
                
util.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1420 lines
                    
30#include "amanda.h"
                    
31#include "util.h"
                    
32#include "match.h"
                    
32#include "match.h"
                    
33#include <regex.h>
                    
34#include "arglist.h"
                    
35#include "clock.h"
                    
36#include "sockaddr-util.h"
                    
37#include "conffile.h"
                    
37#include "conffile.h"
                    
38#include "base64.h"
                    
39#include "stream.h"
                    
39#include "stream.h"
                    
40#include "pipespawn.h"
                    
41#include <glib.h>
                    
                
util.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 951 lines
                    
29
                    
30#include "amanda.h"
                    
31#include "util.h"
                    
31#include "util.h"
                    
32#include <regex.h>
                    
33#include "arglist.h"
                    
33#include "arglist.h"
                    
34#include "clock.h"
                    
35#include "sockaddr-util.h"
                    
35#include "sockaddr-util.h"
                    
36#include "conffile.h"
                    
37
                    
38#ifdef HAVE_LIBCURL
                    
39#include <curl/curl.h>
                    
40#endif
                    
                
vfs-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1270 lines
                    
20
                    
21#include <string.h> /* memset() */
                    
22
                    
22
                    
23#include "amanda.h"
                    
24#include "vfs-device.h"
                    
24#include "vfs-device.h"
                    
25#include "fsusage.h"
                    
26#include "util.h"
                    
26#include "util.h"
                    
27#include <regex.h>
                    
28
                    
                
device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1122 lines
                    
25#include "amanda.h"
                    
26#include "conffile.h"
                    
27
                    
27
                    
28#include <regex.h>
                    
29
                    
29
                    
30#include "device.h"
                    
31#include "queueing.h"
                    
31#include "queueing.h"
                    
32#include "property.h"
                    
33
                    
33
                    
34#include "null-device.h"
                    
35#include "timestamp.h"
                    
                
s3-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1185 lines
                    
26
                    
27#include <string.h>
                    
28#include <sys/types.h>
                    
28#include <sys/types.h>
                    
29#include <sys/stat.h>
                    
30#include <unistd.h>
                    
31#include <dirent.h>
                    
32#include <regex.h>
                    
33#include <time.h>
                    
33#include <time.h>
                    
34#include "util.h"
                    
35#include "amanda.h"
                    
35#include "amanda.h"
                    
36#include "conffile.h"
                    
37#include "device.h"
                    
                
s3.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1398 lines
                    
27
                    
28#include <string.h>
                    
29#include <sys/types.h>
                    
29#include <sys/types.h>
                    
30#include <sys/stat.h>
                    
31#include <unistd.h>
                    
32#include <dirent.h>
                    
33#include <regex.h>
                    
34#include <time.h>
                    
34#include <time.h>
                    
35#include "util.h"
                    
36#include "amanda.h"
                    
36#include "amanda.h"
                    
37#include "s3.h"
                    
38#include "base64.h"
                    
                
device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1668 lines
                    
24
                    
25#include "amanda.h"
                    
26#include "conffile.h"
                    
27
                    
28#include <regex.h>
                    
29
                    
29
                    
30#include "device.h"
                    
31#include "queueing.h"
                    
31#include "queueing.h"
                    
32#include "device-queueing.h"
                    
33#include "property.h"
                    
34
                    
35#include "timestamp.h"
                    
36#include "util.h"
                    
                
util.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1113 lines
                    
29
                    
30#include "amanda.h"
                    
31#include "util.h"
                    
31#include "util.h"
                    
32#include <regex.h>
                    
33#include "arglist.h"
                    
33#include "arglist.h"
                    
34#include "clock.h"
                    
35#include "sockaddr-util.h"
                    
35#include "sockaddr-util.h"
                    
36#include "conffile.h"
                    
37#include "base64.h"
                    
                
vfs-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1350 lines
                    
20
                    
21#include "amanda.h"
                    
22#include <string.h> /* memset() */
                    
22#include <string.h> /* memset() */
                    
23#include "fsusage.h"
                    
24#include "util.h"
                    
25#include "device.h"
                    
26#include <regex.h>
                    
27
                    
                
find.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1090 lines
                    
31 */
                    
32#include "amanda.h"
                    
33#include "conffile.h"
                    
33#include "conffile.h"
                    
34#include "tapefile.h"
                    
35#include "logfile.h"
                    
35#include "logfile.h"
                    
36#include "holding.h"
                    
37#include "find.h"
                    
37#include "find.h"
                    
38#include <regex.h>
                    
39#include "cmdline.h"
                    
                
vfs-device.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 1264 lines
                    
20
                    
21#include <string.h> /* memset() */
                    
22
                    
22
                    
23#include "vfs-device.h"
                    
24#include "fsusage.h"
                    
24#include "fsusage.h"
                    
25#include "amanda.h"
                    
26#include "util.h"
                    
26#include "util.h"
                    
27#include <regex.h>
                    
28
                    
                
regexp.cc https://octave.svn.sourceforge.net/svnroot/octave | C++ | 120 lines
                    
11#include <octave/oct.h>
                    
12#include <regex.h>
                    
13
                    
                
match.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 655 lines
                    
32#include "amanda.h"
                    
33#include <regex.h>
                    
34
                    
                
regexp.cc https://octave.svn.sourceforge.net/svnroot/octave | C++ | 139 lines
                    
10
                    
11#include <octave/oct.h>
                    
12#ifndef OCTAVE_LOCAL_BUFFER
                    
12#ifndef OCTAVE_LOCAL_BUFFER
                    
13#include <vector>
                    
14#define OCTAVE_LOCAL_BUFFER(T, buf, size) \
                    
20
                    
21#include <regex.h>
                    
22
                    
                
SdlConsole.cc https://nil.svn.sourceforge.net/svnroot/nil | C++ | 284 lines
                    
20 *****************************************************************************/
                    
21#include <client/SdlConsole.h>
                    
22#include <VFS.h>
                    
22#include <VFS.h>
                    
23#include <string>
                    
24#include <sstream>
                    
24#include <sstream>
                    
25#include <cmath>
                    
26#include <sys/types.h>
                    
26#include <sys/types.h>
                    
27#include <regex.h>
                    
28#include <malloc.h>
                    
                
regexp.cc https://octave.svn.sourceforge.net/svnroot/octave | C++ | 129 lines
                    
10
                    
11#include <octave/oct.h>
                    
12#include <memory>
                    
20
                    
21#include <regex.h>
                    
22
                    
                
s3-util.c https://amanda.svn.sourceforge.net/svnroot/amanda | C | 172 lines
                    
23/* use a relative path here to avoid conflicting with Perl's config.h. */
                    
24#include "../config/config.h"
                    
25#endif
                    
27#include <sys/types.h>
                    
28#include <regex.h>
                    
29#endif
                    
30#ifdef HAVE_AMANDA_H
                    
31#include "amanda.h"
                    
32#endif
                    
33
                    
34#include <glib.h>
                    
35#include <openssl/md5.h>
                    
35#include <openssl/md5.h>
                    
36#include <openssl/bio.h>
                    
37#include <openssl/evp.h>
                    
                
s3-util.h https://amanda.svn.sourceforge.net/svnroot/amanda | C++ Header | 125 lines
                    
27#  endif
                    
28#include <regex.h>
                    
29#endif
                    
29#endif
                    
30#include <glib.h>
                    
31
                    
                
hbregex.h https://harbour-project.svn.sourceforge.net/svnroot/harbour-project | C++ Header | 146 lines
                    
55
                    
56#include "hbapi.h"
                    
57
                    
64#  include <sys/types.h>
                    
65#  include <regex.h>
                    
66#  define HB_POSIX_REGEX
                    
                
filter.h https://noffle.svn.sourceforge.net/svnroot/noffle | C Header | 99 lines
                    
12#include <sys/types.h>
                    
13#include <regex.h>
                    
14#include "fetchlist.h"
                    
14#include "fetchlist.h"
                    
15#include "over.h"
                    
16
                    
                
hbregex.h https://harbour-project.svn.sourceforge.net/svnroot/harbour-project | C Header | 154 lines
                    
55
                    
56#include "hbapi.h"
                    
57
                    
70#  include <sys/types.h>
                    
71#  include <regex.h>
                    
72#else
                    
                
regex.c https://crystal.svn.sourceforge.net/svnroot/crystal | C | 64 lines
                    
45/* POSIX says that <sys/types.h> must be included (by the caller) before
                    
46   <regex.h>.  */
                    
47#include <stdlib.h>
                    
47#include <stdlib.h>
                    
48#include <sys/types.h>
                    
49#include "../regex_wrapper.h"
                    
49#include "../regex_wrapper.h"
                    
50#include "regex_internal.h"
                    
51
                    
51
                    
52#include "regex_internal.c"
                    
53#include "regcomp.c"
                    
53#include "regcomp.c"
                    
54#include "regexec.c"
                    
55
                    
                
regex_wrapper.h https://crystal.svn.sourceforge.net/svnroot/crystal | C Header | 38 lines
                    
21
                    
22#include "csplatform.h"
                    
23
                    
24#ifdef CS_HAS_REGEX
                    
25  #include <regex.h>
                    
26#else
                    
30  #endif
                    
31  #include "generic/regex.h"
                    
32  #ifdef __STDC__DEFINED
                    
                
regex_wrapper.h https://crystal.svn.sourceforge.net/svnroot/crystal | C++ Header | 38 lines
                    
21
                    
22#include "platform.h"
                    
23
                    
24#ifdef CS_HAS_REGEX
                    
25  #include <regex.h>
                    
26#else
                    
30  #endif
                    
31  #include "generic/regex.h"
                    
32  #ifdef __STDC__DEFINED
                    
                
regex_wrapper.h https://crystal.svn.sourceforge.net/svnroot/crystal | C++ Header | 39 lines
                    
21
                    
22#include "csplatform.h"
                    
23
                    
24#ifdef CS_HAVE_REGEX
                    
25  #include <regex.h>
                    
26#else
                    
31  #endif
                    
32  #include "generic/regex.h"
                    
33  #ifdef __STDC__DEFINED
                    
                
 

Source

Language