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 = "#ifdef __cplusplus";
568 select = "#else /\\* __cplusplus \\*/";
583 select = "#ifdef __cplusplus";
597 select = "^struct fc_softc \\{";
612 select = "#define[ \t]+NULL[ \t]+\\(*0L*\\)*";
639 select = "#define[ \t]PTHREAD_ONCE_INIT \\\\\n"
652 select = "[ \t]0 \\\\\n"
665 select = "#define[ \t]PTHREAD_MUTEX_INITIALIZER \\\\\n"
678 select = "#define[ \t]PTHREAD_COND_INITIALIZER \\\\\n"
691 select = "#define[ \t]PTHREAD_RWLOCK_INITIALIZER \\\\\n"
707 select = "(#define[\t ][A-Za-z_0-9]+)(\\\\\n[^A-Za-z_0-9 \t\n(])";
721 select = "#define[ \t]UINT8_MAX[ \t]\\(255U\\)\n"
737 select = "#define[ \t]INTPTR_MIN[ \t]INT64_MIN\n"
768 select = "#define[ \t]PTRDIFF_MIN[ \t]INT64_MIN\n"
793 select = "#define[ \t]SIZE_MAX[ \t]UINT64_MAX\n"
812 select = "#define[ \t]UINT8_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)\n"
829 select = "#ifdef __cplusplus\\\n"
848 select = "#define[ \t]+malloc[ \t]+__linux_malloc";
858 select = "#define[ \t]+realloc[ \t]+__linux_realloc";
868 select = "#define[ \t]+calloc[ \t]+__linux_calloc";
878 select = "#define[ \t]+valloc[ \t]+__linux_valloc";
888 select = "#define[ \t]+malloc[ \t]+vec_malloc";
898 select = "#define[ \t]+calloc[ \t]+vec_calloc";
911 select = "((extern[ \t]+)?float[ \t]+strtof)\\(char \\*, char \\*\\*\\);";
925 select = "\\\\ +\n";
940 select = '\? (\(\(\(\(unsigned[^)]*\)[^)]*\) >> [^)]*\) \& 0xff\) : -1)';
957 select = "typedef volatile int sig_atomic_t";
971 select = "[ \t]+static[ \t]+int[ \t]+getdtablesize\\(\\)";
983 select = '__assert\(char \*, char \*, int\)';
996 select = "(#[ \t]*" 'define assert\(EX\).*)\(\(int\) \(EX\)\)';
1010 select = 'getopt\(int, char \*\[\], *char \*\)';
1022 select = "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\\*";
1034 select = '#ifndef\(__mips64\)';
1047 select = "char[ \t]*\\*[\t ]*sbrk[ \t]*\\(";
1065 select = "#[ \t]*define[ \t]+bool[ \t]";
1085 select = "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
1106 select = "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
1123 select = "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
1137 select = "doesn't";
1150 select = stderr;
1163 select = 'exit *\(|abort *\(';
1180 select = "^extern[ \t]+double[ \t]+cabs";
1206 select = '#if defined\(__APPLE_CC__\) && \(__APPLE_CC__ >= 1345\)';
1223 select = "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
1236 select = "__deprecated_msg([^\n]*)$";
1257 * The select expressions match too much, but the c_fix code is cautious.
1263 select = "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
1280 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
1299 select = '[^#]+malloc.*;'; /* Catch any form of declaration
1321 select = "#define[ \t]+(__API_[ADU]\\([^)]*\\)).*";
1347 select = '#include[ \t]+\"';
1389 select = "\\(__GNUC__ >= 3\\) && \\(__GNUC_MINOR__ >= 1\\)";
1405 select = "#if[^_]*__STDC_VERSION__[^_]*__STDC_VERSION__[^1]*199901L[^_]*"
1420 select = "(.*longjmp\\(.*jmp_buf.*[^)]+\\));";
1434 select = "^(_os_trace_verify_printf.*) (__attribute__.*)";
1448 select = "typedef.*\\^os_trace_payload_t.*";
1462 select = <<- _EOSelect_
1497 select = <<- _EOSelect_
1525 select = <<- OS_BASE_1_SEL
1551 select = "typedef void.*\\^dispatch_block_t.*";
1569 select = "__private_extern__ [a-z_]+ _dyld_";
1588 select = "#define UINT8_C\\(v\\)[ \t]+\\(v ## U\\)\n"
1610 select = "#if __WORDSIZE == 64\n"
1639 select = "#if __WORDSIZE == 64\n"
1664 select = "#if __WORDSIZE == 64\n"
1694 select = "#define INTMAX_MIN[ \t]+INT64_MIN\n"
1720 select = "#if __WORDSIZE == 64\n"
1752 select = "#define INTMAX_C\\(v\\)[ \t]+\\(v ## LL\\)\n"
1766 select = "_Atomic";
1800 select = "__DJ_wint_t";
1816 select = 'ecd\.cursor';
1831 select = "^([\t ]*)__asm__ __volatile__ \\(\"divss %1, %0 *\" : "
1858 select = "^([\t ]*)__asm__ __volatile__ \\(\"divss %0, %0 *\" : "
1886 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$';
1902 select = '^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$';
1914 select = "^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$";
1931 select = "(\\) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__)\n"
1950 select = "extern __inline__ int";
1983 select = "extern __inline";
2005 select = "(^| )extern __inline";
2021 select = '\{ *\{ *0, *\} *\}';
2093 select = "GNU C Library";
2130 select = '\(\(\(type\) 0.25\) && \(\(type\) 0.25 - 1\)\)';
2156 select = "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
2175 select = "[ \t]*#[ \t]*include[ \t]+" '"\.\./machine/';
2192 select = "HPUX_SOURCE";
2209 select = "#[ \t]*define[ \t]*FP_NORMAL.*\n"
2241 select = <<- END_POW_INLINE
2269 select = " +inline double pow\\(double d,int expon\\) \\{\n"
2287 select = "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
2308 select = "^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
2348 select = "^#[ \t]*define _iob[ \t]*__iob";
2371 select = "#ifndef _STDDEF_INCLUDED";
2388 select = "ifndef _MATH_INCLUDED";
2401 select = "#define __LWP_RWLOCK_VALID[ \t]*0x8c91";
2414 select = "^[ \t]*extern sbsize_t sendfile.*\n.*, int\\)\\);\n";
2428 select = "^[ \t]*extern sbsize_t sendpath.*\n.*, int\\)\\);\n";
2443 select = "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
2465 select = "(void[ \t]*\\*)(m|c|rw)(_ptr)";
2479 select = "^(#define[ \t]+__POINTER_SET[ \t0,]*)(.*\\))";
2493 select = "__size_t";
2511 select = '(extern int snprintf *\(char *\*, *(|__|_hpux_)size_t,)'
2527 select = '(extern int vsnprintf\(char \*, _[hpux]*_size_t, '
2543 select = '(extern int vsscanf\()char';
2556 select = inline;
2644 select = "#define[ \t]INTPTR_MAX[ \t]*\n"
2684 select = '((: |\()__SB_masks \? )'
2701 select = "^[ \t]*extern int errno;$";
2719 select = "#ifndef _XOPEN_SOURCE_EXTENDED[ \t]*\n"
2747 select = "^[ \t]*#[ \t]*define[ \t]*_Complex_I.*";
2760 select = "^[ \t]*typedef[ \t]*char[ \t]*int(_least){0,1}8_t.*";
2775 select = "extern[ \t]long_double[ \t]strtold";
2797 select = "#[ \t]*if[ \t]*!defined\\(__ia64\\) \\|\\| "
2865 select = "^.*extern.*spu_info.*";
2880 select =
2895select = "^[ \t]*extern[ \t]+void[ \t]+.*longjmp[ \t]*\(__\\(\\(.*int\\)\\)|\\(.*int\\)|\\(\\)\)…
2909 select = "^extern struct sigevent;";
2923 select = "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
2938 select = "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
2953 select = "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
2968 select = "int[ \t]+(abort|free|exit)[ \t]*\\(";
2992 * The select expressions match too much, but the c_fix code is cautious.
2998 select = "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
3014 select = "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*"
3029 select = "}$";
3045 select = "^extern const ";
3059 select = '/\* va_list \*/ char \*';
3084 select = '/\*\*/';
3099 select = '\(\(\(char \*\) &\(\(struct sigcontext \*\) 0\)'
3115 select = "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
3129 select = "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
3145 select = "define[ \t]+_BSD_VA_LIST_[ \t]";
3178 select = "struct exception";
3217 select = "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
3246 select = '(/\*.*rpc/auth_des\.h>.*)/\*';
3259 select = "extern __inline int";
3278 select = "#define _SIGINLINE extern __inline";
3299 select = "#define[ \t]*__END_DECLS[ \t]*};";
3315 select = "@todo - Add support for wint_t types";
3359 select = "@todo - Add support for wint_t types";
3381 select = "^extern[ \t]+double[ \t]+__const__[ \t]";
3398 select = "[ \t]template\\)";
3413 select = "^extern[ \t]+volatile[ \t]+void[ \t]";
3432 select = 'wait\(union wait';
3444 select = "char[ \t]*\\*na_addr[ \t]*$";
3458 select = "__GNUG__";
3507 select = '\*\(\(([^()]*)\*\)(.*)\)\+\+ = \(([^()]*)\)';
3520 select = '__builtin_stdarg_start';
3560 select = "#include <reg_types\.h>.*";
3577 select = "struct __jmp_buf_tag";
3592 select = "extern int\t.*, fread\\(\\), fwrite\\(\\)";
3606 select = "#define[ \t]*IXDR_GET_LONG.*\\\\\n.*__extension__.*";
3619 select = "#define[ \t]*IXDR_PUT_LONG.*\\\\\n.*__extension__.*";
3632 select = '[^a-zA-Z_]class\(';
3647 select = 'fchmod\(char \*';
3661 select = 'rename\(const char \*old, const char \*new\)';
3676 select = "#define[ \t]*_RESTRICT_KYWD[ \t]*restrict";
3693 select = "#define[ \t]_Complex_I[ \t]_Complex_I";
3730 select = "(#if __cplusplus >= 199711L)\n"
3750 select = "(.*&& )!defined\\(_STRICT_STDC\\)(.*)";
3765 select = "(extern char[ \t]*\\*gets\\(char \\*\\));";
3782 select = <<- _EOSelect_
3807 select = "^#define[ \t]+UINT8_C\\(c\\)[ \t]+__CONCAT__.*\n"
3827 select = "^#define[ \t]+UINT8_MAX[ \t]+\\(255U\\)\n"
3844 select = "^#define[ \t]+(INT|UINT)_FAST16_(MAX|MIN)[ \t](INT|UINT)16.*";
3861 select = "^#define[ \t]+SIZE_MAX[ \t]+4294967295UL";
3873 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
3895 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
3920 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
3937 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
3954 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
3973 select = '@\(#\)math_c99\.h' "[ \t]+1\\.[0-9]+[ \t]+[0-9/]+ SMI";
3995 select = '@\(#\)math_c99.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4024 select = '@\(#\)math_c99\.h' "[ \t]+1\\.[0-9]+[ \t]+[0-9/]+ ";
4077 select = '#undef.*_GLIBCXX_USE_C99_MATH';
4094 select = '@\(#\)pthread.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4115 select = "(.*[ \t]+)([a-z]+)\\[_RESTRICT_KYWD\\](.*)";
4128 select = "^[ \t]*inline [a-z ]* pow\\([^()]*, int [^()]*\\)"
4147 select = '@\(#\)pthread.h' "[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
4173 select = "(using std::perror;\n)(#endif)";
4191 select = "using std::gets;";
4208 select = '__cplusplus < 54321L';
4224 select = "(extern) _Noreturn (void quick_exit\\(int\\));";
4238 select = "boottime$";
4369 select = "^([ \t]*#[ \t]*if.*)"
4409 select = "^([ \t]*" '(\(|&&|\|\|)'
4431 select = "^([ \t]*#[ \t]*if.*)"
4451 select = '^.*xdrstdio_create.*struct __file_s';
4467 select = "^.*authdes_create.*struct sockaddr[^_]";
4489 select = '\(\*[a-z][a-z_]*\)\(\)';
4509 select = '#ifdef(.*\|\|.*)';
4522 select = "^#define[ \t]+CAT\\(a,b\\).*";
4563 select = "_cnt$";
4576 select = "^void\t" '\(\*signal\(\)\)\(\);.*';
4593 select = "int[ \t]*strlen\\(\\);(.*)";
4606 select = "^[ \t]*unsigned int new;";
4621 select = '#define.*__std_hdr_';
4634 select = 'getcwd\(char \*, int\)';
4650 select =
4667 select = 'void *\(\*\)\(\)';
4690 select = "getrnge";
4757 select = "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
4775 select = "([* ])__thread([,)])";
4792 select = "[ \t]_cplusplus";
4805 select = 'perror\( char \*';
4827 select = '\*fopen\( char \*';
4847 select = "__(vsiz|vali|vpad|alignof__)";
4864 select = "(_SIG_[A-Z]+_SET[ \t]+= \\{)(0x[0F]+, 0x[0F]+)";
4881 select = "(__MEMSET|__MEMMOVE|__MEMCPY|__STRLEN|__STRCPY)";
4900 select = "#[ \t]*else\n"
4922 select = "#if !defined\\(__VAX\\)\n";
4937 select = "(void[ \t]+fp_nquery \\(const u_char \\*, int, FILE \\*\\);)\n"
4955 select = "(/\\* forward decls for C\\+\\+ \\*/\n)"
4975 select = "^[ \t]*(extern[ \t]*)?(int[ \t]*(getopt|optind|opterr|optopt)"
4996 select = "(#[ \t]*if[ \t]*defined\\(__FAST_SETJMP\\)[ \t]*\\|\\|)";
5011 select = "#if defined\\(__DECC\\) \\|\\| defined\\(__DECCXX\\)\n"
5033 select = "(#[ \t]*include[ \t]+)<(resource|builtins)\\.h>";
5054 select = "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
5078 select = "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
5153 select = "uint_t([ \t]+_clocks_per_sec)";
5168 select = "#[ \t]define[ \t]+__INCstath";
5185 select = "#[\t ]*include[\t ]+[<\"]regs.h[>\"]";
5200 select = "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
5244 select = "#include \"unistd.h\"";
5261 select = "^([ \t]*char \\*)class;(.*)";
5279 select = " class\\)";
5316 select = "^extern char \\*\tsprintf\\(\\);$";