Home | History | Annotate | Download | only in fixincludes

Lines Matching refs:select

33     select    = "define fopen fopen64";
75 select = "define open[ \t]open64";
206 select =
371 select = "/\\*\t@\\(#\\)"
506 select = "#define[ \t]static_assert[ \t]_Static_assert";
520 select = "#define[ \t]_Complex_I[ \t]__I";
556 select = "#ifndef _KERNEL\n"
573 select = "#endif /\\* COMPAT_43 \\*/\n"
590 select = "#if !defined\\(__cplusplus\\) \\|\\| defined\\(__STDC_FORMAT_MACROS\\)";
603 select = "#ifdef __cplusplus\n"
623 select = "^struct fc_softc \\{";
638 select = "#define[ \t]+NULL[ \t]+\\(*0L*\\)*";
665 select = "#define[ \t]PTHREAD_ONCE_INIT \\\\\n"
678 select = "[ \t]0 \\\\\n"
691 select = "#define[ \t]PTHREAD_MUTEX_INITIALIZER \\\\\n"
704 select = "#define[ \t]PTHREAD_COND_INITIALIZER \\\\\n"
717 select = "#define[ \t]PTHREAD_RWLOCK_INITIALIZER \\\\\n"
734 select = "typedef[ \t]*struct[ \t]*([{][^}]*[}][ \t]*\\*[ \t]*physadr_t;)";
747 select = "(#define[\t ][A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
761 select = "#define[ \t]UINT8_MAX[ \t]\\(255U\\)\n"
777 select = "#define[ \t]INTPTR_MIN[ \t]INT64_MIN\n"
808 select = "#define[ \t]PTRDIFF_MIN[ \t]INT64_MIN\n"
833 select = "#define[ \t]SIZE_MAX[ \t]UINT64_MAX\n"
852 select = "#define[ \t]UINT8_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)\n"
869 select = "#ifdef __cplusplus\\\n"
888 select = "#define[ \t]+malloc[ \t]+__linux_malloc";
898 select = "#define[ \t]+realloc[ \t]+__linux_realloc";
908 select = "#define[ \t]+calloc[ \t]+__linux_calloc";
918 select = "#define[ \t]+valloc[ \t]+__linux_valloc";
928 select = "#define[ \t]+malloc[ \t]+vec_malloc";
938 select = "#define[ \t]+calloc[ \t]+vec_calloc";
951 select = "((extern[ \t]+)?float[ \t]+strtof)\\(char \\*, char \\*\\*\\);";
965 select = "\\\\ +\n";
980 select = '\? (\(\(\(\(unsigned[^)]*\)[^)]*\) >> [^)]*\) \& 0xff\) : -1)';
997 select = "typedef volatile int sig_atomic_t";
1011 select = "[ \t]+static[ \t]+int[ \t]+getdtablesize\\(\\)";
1023 select = '__assert\(char \*, char \*, int\)';
1036 select = "(#[ \t]*" 'define assert\(EX\).*)\(\(int\) \(EX\)\)';
1050 select = 'getopt\(int, char \*\[\], *char \*\)';
1062 select = "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\\*";
1074 select = '#ifndef\(__mips64\)';
1087 select
1105 select = "#[ \t]*define[ \t]+bool[ \t]";
1125 select = "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
1146 select = "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
1163 select = "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
1177 select = "doesn't";
1190 select = stderr;
1203 select = 'exit *\(|abort *\(';
1220 select = "^extern[ \t]+double[ \t]+cabs";
1246 select = '#if defined\(__APPLE_CC__\) && \(__APPLE_CC__ >= 1345\)';
1263 select = "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
1277 select = "__deprecated_msg([^\n]*)$";
1298 * The select expressions match too much, but the c_fix code is cautious.
1304 select = "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
1321 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
1340 select = '[^#]+malloc.*;'; /* Catch any form of declaration
1362 select = "#define[ \t]+(__API_[ADU]\\([^)]*\\)).*";
1388 select = '#include[ \t]+\"';
1430 select = "\\(__GNUC__ >= 3\\) && \\(__GNUC_MINOR__ >= 1\\)";
1446 select = "#if[^_]*__STDC_VERSION__[^_]*__STDC_VERSION__[^1]*199901L[^_]*"
1461 select = "(.*longjmp\\(.*jmp_buf.*[^)]+\\));";
1475 select = "^(_os_trace_verify_printf.*) (__attribute__.*)";
1489 select = "typedef.*\\^os_trace_payload_t.*";
1503 select = <<- _EOSelect_
1538 select = <<- _EOSelect_
1566 select = <<- OS_BASE_1_SEL
1592 select = "typedef void.*\\^dispatch_block_t.*";
1610 select = "__private_extern__ [a-z_]+ _dyld_";
1629 select = "#define UINT8_C\\(v\\)[ \t]+\\(v ## U\\)\n"
1651 select = "#if __WORDSIZE == 64\n"
1680 select = "#if __WORDSIZE == 64\n"
1705 select = "#if __WORDSIZE == 64\n"
1735 select = "#define INTMAX_MIN[ \t]+INT64_MIN\n"
1761 select = "#if __WORDSIZE == 64\n"
1793 select = "#define INTMAX_C\\(v\\)[ \t]+\\(v ## LL\\)\n"
1807 select = "_Atomic";
1823 select = "^#if __FLT_EVAL_METHOD__ == 0( \\|\\| __FLT_EVAL_METHOD__ == -1)?$";
1853 select = "__DJ_wint_t";
1869 select = 'ecd\.cursor';
1884 select = "^([\t ]*)__asm__ __volatile__ \\(\"divss %1, %0 *\" : "
1911 select = "^([\t ]*)__asm__ __volatile__ \\(\"divss %0, %0 *\" : "
1939 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$';
1955 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$';
1967 select = "^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$";
1984 select = "(\\) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__)\n"
2003 select = "extern __inline__ int";
2036 select = "extern __inline";
2058 select = "(^| )extern __inline";
2074 select = "^([ \t]*#[ \t]*if !__GNUC_PREREQ \\(7, 0\\) \\|\\| )defined __cplusplus\n"
2112 select = "^([ \t]*#[ \t]*(el)?if !__GNUC_PREREQ \\(7, 0\\) \\|\\| )defined __cplusplus\n"
2134 select = "^([ \t]*#[ \t]*if !__GNUC_PREREQ \\(7, 0\\) \\|\\| )defined __cplusplus\n"
2170 select = "^([ \t]*#[ \t]*if __LDBL_MANT_DIG__ == 113 && )defined __cplusplus\n"
2186 select = "^([ \t]*#[ \t]*if !__GNUC_PREREQ \\(7, 0\\) \\|\\| )defined __cplusplus\n"
2207 select = '\{ *\{ *0, *\} *\}';
2279 select = "GNU C Library";
2316 select = '\(\(\(type\) 0.25\) && \(\(type\) 0.25 - 1\)\)';
2342 select = "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
2361 select = "[ \t]*#[ \t]*include[ \t]+" '"\.\./machine/';
2378 select = "HPUX_SOURCE";
2395 select = "#[ \t]*define[ \t]*FP_NORMAL.*\n"
2427 select = <<- END_POW_INLINE
2455 select = " +inline double pow\\(double d,int expon\\) \\{\n"
2491 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
2512 select = "^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
2552 select = "^#[ \t]*define _iob[ \t]*__iob";
2575 select = "#ifndef _STDDEF_INCLUDED";
2592 select = "ifndef _MATH_INCLUDED";
2605 select = "#define __LWP_RWLOCK_VALID[ \t]*0x8c91";
2618 select = "^[ \t]*extern sbsize_t sendfile.*\n.*, int\\)\\);\n";
2632 select = "^[ \t]*extern sbsize_t sendpath.*\n.*, int\\)\\);\n";
2647 select = "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
2669 select = "(void[ \t]*\\*)(m|c|rw)(_ptr)";
2683 select = "^(#define[ \t]+__POINTER_SET[ \t0,]*)(.*\\))";
2697 select = "__size_t";
2715 select = '(extern int snprintf *\(char *\*, *(|__|_hpux_)size_t,)'
2731 select = '(extern int vsnprintf\(char \*, _[hpux]*_size_t, '
2747 select = '(extern int vsscanf\()char';
2760 select = inline;
2848 select = "#define[ \t]INTPTR_MAX[ \t]*\n"
2889 select = "#ifndef[ \t]_KERNEL[ \t]*\n";
2916 select = '((: |\()__SB_masks \? )'
2933 select = "^[ \t]*extern int errno;$";
2951 select = "#ifndef _XOPEN_SOURCE_EXTENDED[ \t]*\n"
2979 select = "^[ \t]*#[ \t]*define[ \t]*_Complex_I.*";
2992 select = "^[ \t]*typedef[ \t]*char[ \t]*int(_least){0,1}8_t.*";
3007 select = "extern[ \t]long_double[ \t]strtold";
3029 select = "#[ \t]*if[ \t]*!defined\\(__ia64\\) \\|\\| "
3097 select = "^.*extern.*spu_info.*";
3112 select =
3127 select = "^[ \t]*extern[ \t]+void[ \t]+.*longjmp[ \t]*\(__\\(\\(.*int\\)\\)|\\(.*int\\)|\\(\\)\)";
3141 select = "^extern struct sigevent;";
3155 select = "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
3170 select = "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
3185 select = "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
3200 select = "int[ \t]+(abort|free|exit)[ \t]*\\(";
3224 * The select expressions match too much, but the c_fix code is cautious.
3230 select = "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
3246 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*"
3261 select = "}$";
3277 select = "^extern const ";
3291 select = '/\* va_list \*/ char \*';
3316 select = '/\*\*/';
3331 select = '\(\(\(char \*\) &\(\(struct sigcontext \*\) 0\)'
3347 select = "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
3361 select = "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
3377 select = "define[ \t]+_BSD_VA_LIST_[ \t]";
3411 select = "struct exception";
3450 select = "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
3479 select = '(/\*.*rpc/auth_des\.h>.*)/\*';
3492 select = "extern __inline int";
3511 select = "#define _SIGINLINE extern __inline";
3532 select = "#define[ \t]*__END_DECLS[ \t]*};";
3548 select = "@todo - Add support for wint_t types";
3592 select = "@todo - Add support for wint_t types";
3614 select = "^extern[ \t]+double[ \t]+__const__[ \t]";
3631 select = "[ \t]template\\)";
3646 select = "^extern[ \t]+volatile[ \t]+void[ \t]";
3665 select = 'wait\(union wait';
3677 select = "char[ \t]*\\*na_addr[ \t]*$";
3691 select = "__GNUG__";
3740 select = '\*\(\(([^()]*)\*\)(.*)\)\+\+ = \(([^()]*)\)';
3753 select = '__builtin_stdarg_start';
3793 select = "#include <reg_types\.h>.*";
3810 select = "struct __jmp_buf_tag";
3825 select = "extern int\t.*, fread\\(\\), fwrite\\(\\)";
3839 select = "#define[ \t]*IXDR_GET_LONG.*\\\\\n.*__extension__.*";
3852 select = "#define[ \t]*IXDR_PUT_LONG.*\\\\\n.*__extension__.*";
3865 select = '[^a-zA-Z_]class\(';
3880 select = 'fchmod\(char \*';
3894 select = 'rename\(const char \*old, const char \*new\)';
3909 select = "#define[ \t]*_RESTRICT_KYWD[ \t]*restrict";
3926 select = "#define[ \t]_Complex_I[ \t]_Complex_I";
3963 select = "(#if __cplusplus >= 199711L)\n"
3983 select = "(.*&& )!defined\\(_STRICT_STDC\\)(.*)";
3998 select = "(extern char[ \t]*\\*gets\\(char \\*\\));";
4015 select = <<- _EOSelect_
4040 select = "^#define[ \t]+UINT8_C\\(c\\)[ \t]+__CONCAT__.*\n"
4060 select = "^#define[ \t]+UINT8_MAX[ \t]+\\(255U\\)\n"
4077 select = "^#define[ \t]+(INT|UINT)_FAST16_(MAX|MIN)[ \t](INT|UINT)16.*";
4094 select = "^#define[ \t]+SIZE_MAX[ \t]+4294967295UL";
4106 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4128 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4153 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4170 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4187 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4206 select = '@\(#\)math_c99\.h' "[ \t]+1\\.[0-9]+[ \t]+[0-9/]+ SMI";
4228 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4257 select
4310 select = '#undef.*_GLIBCXX_USE_C99_MATH';
4328 select = '@\(#\)pthread.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4349 select = "(.*[ \t]+)([a-z]+)\\[_RESTRICT_KYWD\\](.*)";
4362 select = "^[ \t]*inline [a-z ]* pow\\([^()]*, int [^()]*\\)"
4381 select = '@\(#\)pthread.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4407 select = "(using std::perror;\n)(#endif)";
4425 select = "using std::gets;";
4442 select = '__cplusplus < 54321L';
4458 select = "(extern) _Noreturn (void quick_exit\\(int\\));";
4472 select = "boottime$";
4603 select = "^([ \t]*#[ \t]*if.*)"
4643 select = "^([ \t]*" '(\(|&&|\|\|)'
4665 select = "^([ \t]*#[ \t]*if.*)"
4685 select = '^.*xdrstdio_create.*struct __file_s';
4701 select = "^.*authdes_create.*struct sockaddr[^_]";
4721 * Select those files containing '(*name)()'.
4723 select = '\(\*[a-z][a-z_]*\)\(\)';
4743 select = '#ifdef(.*\|\|.*)';
4756 select = "^#define[ \t]+CAT\\(a,b\\).*";
4797 select = "_cnt$";
4810 select = "^void\t" '\(\*signal\(\)\)\(\);.*';
4827 select = "int[ \t]*strlen\\(\\);(.*)";
4840 select = "^[ \t]*unsigned int new;";
4855 select = '#define.*__std_hdr_';
4868 select = 'getcwd\(char \*, int\)';
4884 select =
4901 select = 'void *\(\*\)\(\)';
4924 select = "getrnge";
4991 select = "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
5009 select = "([* ])__thread([,)])";
5026 select = "[ \t]_cplusplus";
5039 select = 'perror\( char \*';
5061 select = '\*fopen\( char \*';
5081 select = "__(vsiz|vali|vpad|alignof__)";
5098 select = "(_SIG_[A-Z]+_SET[ \t]+= \\{)(0x[0F]+, 0x[0F]+)";
5115 select = "(__MEMSET|__MEMMOVE|__MEMCPY|__STRLEN|__STRCPY)";
5134 select = "#[ \t]*else\n"
5156 select = "#if !defined\\(__VAX\\)\n";
5171 select = "(void[ \t]+fp_nquery \\(const u_char \\*, int, FILE \\*\\);)\n"
5189 select = "(/\\* forward decls for C\\+\\+ \\*/\n)"
5209 select = "^[ \t]*(extern[ \t]*)?(int[ \t]*(getopt|optind|opterr|optopt)"
5230 select = "(#[ \t]*if[ \t]*defined\\(__FAST_SETJMP\\)[ \t]*\\|\\|)";
5245 select = "#if defined\\(__DECC\\) \\|\\| defined\\(__DECCXX\\)\n"
5267 select = "(#[ \t]*include[ \t]+)<(resource|builtins)\\.h>";
5288 select = "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
5312 select = "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
5374 select = "#define HUGE_VAL[ \t]*_ARCH.*";
5439 select = "uint_t([ \t]+_clocks_per_sec)";
5454 select = "#[ \t]define[ \t]+__INCstath";
5473 select = "#include_next <yvals.h>";
5493 select = "#[\t ]*include[\t ]+[<\"]regs.h[>\"]";
5517 select = "extern int.*open \\(const char \\*[ a-z]*, int[ a-z]*, int[ a-z]*\\);";
5549 select = "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
5593 select = "#include \"unistd.h\"";
5615 select = "[ \t]*#define[ \t]+CLOCKS_PER_SEC[ \t]+sysClkRateGet.*";
5642 select = "^([ \t]*char \\*)class;(.*)";
5660 select = " class\\)";
5697 select = "^extern char \\*\tsprintf\\(\\);$";