1 /* -*- buffer-read-only: t -*- vi: set ro:
3 * DO NOT EDIT THIS FILE (fixincl.x)
5 * It has been AutoGen-ed August 12, 2014 at 02:09:58 PM by AutoGen 5.12
6 * From the definitions inclhack.def
7 * and the template file fixincl
9 /* DO NOT SVN-MERGE THIS FILE, EITHER Tue Aug 12 14:09:58 MSK 2014
11 * You must regenerate it. Use the ./genfixes script.
14 * This is part of the fixincl program used to install modified versions of
15 * certain ANSI-incompatible system header files which are fixed to work
16 * correctly with ANSI C and placed in a directory that GNU C will search.
18 * This file contains 223 fixup descriptions.
20 * See README for more information.
22 * inclhack copyright (c) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
24 * The Free Software Foundation, Inc.
26 * inclhack is free software: you can redistribute it and/or modify it
27 * under the terms of the GNU General Public License as published by the
28 * Free Software Foundation, either version 3 of the License, or
29 * (at your option) any later version.
31 * inclhack is distributed in the hope that it will be useful, but
32 * WITHOUT ANY WARRANTY; without even the implied warranty of
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
34 * See the GNU General Public License for more details.
36 * You should have received a copy of the GNU General Public License along
37 * with this program. If not, see <http://www.gnu.org/licenses/>.
40 #define SED_PROGRAM "/usr/bin/sed"
42 static char const sed_cmd_z[] = SED_PROGRAM;
44 /* * * * * * * * * * * * * * * * * * * * * * * * * *
46 * Description of Aab_Aix_Stdio fix
48 tSCC zAab_Aix_StdioName[] =
52 * File name selection pattern
54 tSCC zAab_Aix_StdioList[] =
57 * Machine/OS name selection pattern
59 tSCC* apzAab_Aix_StdioMachs[] = {
64 * content selection pattern - do fix if pattern found
66 tSCC zAab_Aix_StdioSelect0[] =
67 "define fopen fopen64";
69 #define AAB_AIX_STDIO_TEST_CT 1
70 static tTestDesc aAab_Aix_StdioTests[] = {
71 { TT_EGREP, zAab_Aix_StdioSelect0, (regex_t*)NULL }, };
74 * Fix Command Arguments for Aab_Aix_Stdio
76 static const char* apzAab_Aix_StdioPatch[] = {
80 #if defined __GNUG__ && defined _LARGE_FILES && defined __cplusplus\n\
81 #define __need__aix_stdio_h_fix\n\
82 #ifdef __need__aix_stdio_h_fix\n\
89 /* Alias the symbols using asm */\n\
91 extern int fgetpos(FILE *, fpos64_t *) __asm__(\"fgetpos64\");\n\
92 extern FILE *fopen(const char *, const char *) __asm__(\"fopen64\");\n\
93 extern FILE *freopen(const char *, const char *, FILE *) __asm__(\"freopen64\");\n\
94 extern int fseeko(FILE *, off64_t, int) __asm__(\"fseeko64\");\n\
95 extern int fsetpos(FILE *, const fpos64_t *) __asm__(\"fsetpos64\");\n\
96 extern off64_t ftello(FILE *) __asm__(\"ftello64\");\n\
102 /* * * * * * * * * * * * * * * * * * * * * * * * * *
104 * Description of Aab_Aix_Fcntl fix
106 tSCC zAab_Aix_FcntlName[] =
110 * File name selection pattern
112 tSCC zAab_Aix_FcntlList[] =
115 * Machine/OS name selection pattern
117 tSCC* apzAab_Aix_FcntlMachs[] = {
122 * content selection pattern - do fix if pattern found
124 tSCC zAab_Aix_FcntlSelect0[] =
125 "define open[ \t]open64";
127 #define AAB_AIX_FCNTL_TEST_CT 1
128 static tTestDesc aAab_Aix_FcntlTests[] = {
129 { TT_EGREP, zAab_Aix_FcntlSelect0, (regex_t*)NULL }, };
132 * Fix Command Arguments for Aab_Aix_Fcntl
134 static const char* apzAab_Aix_FcntlPatch[] = {
138 #if defined __GNUG__ && defined _LARGE_FILES && defined __cplusplus\n\
139 #define __need__aix_fcntl_h_fix\n\
140 #ifdef __need__aix_fcntl_h_fix\n\
144 /* Alias the symbols using asm */\n\
146 extern int open(const char *, int, ...) __asm__(\"open64\");\n\
147 extern int creat(const char *, mode_t) __asm__(\"creat64\");\n\
148 #if (_XOPEN_SOURCE >= 700)\n\
149 extern int openat(int, const char *, int, ...) __asm__(\"open64at\");\n\
156 /* * * * * * * * * * * * * * * * * * * * * * * * * *
158 * Description of Aab_Darwin7_9_Long_Double_Funcs fix
160 tSCC zAab_Darwin7_9_Long_Double_FuncsName[] =
161 "AAB_darwin7_9_long_double_funcs";
164 * File name selection pattern
166 tSCC zAab_Darwin7_9_Long_Double_FuncsList[] =
167 "architecture/ppc/math.h\0";
169 * Machine/OS name selection pattern
171 tSCC* apzAab_Darwin7_9_Long_Double_FuncsMachs[] = {
176 * content bypass pattern - skip fix if pattern found
178 tSCC zAab_Darwin7_9_Long_Double_FuncsBypass0[] =
181 #define AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT 1
182 static tTestDesc aAab_Darwin7_9_Long_Double_FuncsTests[] = {
183 { TT_NEGREP, zAab_Darwin7_9_Long_Double_FuncsBypass0, (regex_t*)NULL }, };
186 * Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs
188 static const char* apzAab_Darwin7_9_Long_Double_FuncsPatch[] = {
189 "/* This file prototypes the long double functions available on Mac OS\n\
192 # undef __APPLE_CC__\n\
193 # define __APPLE_CC__ 1345\n\
194 # include_next <architecture/ppc/math.h>\n\
195 # undef __APPLE_CC__\n\
196 # define __APPLE_CC__ 1\n\
197 # ifndef __LIBMLDBL_COMPAT\n\
198 # ifdef __LONG_DOUBLE_128__\n\
199 # define __LIBMLDBL_COMPAT(sym) __asm(\"_\" #sym \"$LDBL128\")\n\
201 # define __LIBMLDBL_COMPAT(sym)\n\
202 # endif /* __LONG_DOUBLE_128__ */\n\
203 # endif /* __LIBMLDBL_COMPAT */\n\
204 # ifdef __cplusplus\n\
207 extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);\n\
208 extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);\n\
209 extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl);\n\
210 extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l);\n\
211 extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl);\n\
212 extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl);\n\
213 extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl);\n\
214 extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);\n\
215 extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);\n\
216 extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);\n\
217 extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl);\n\
218 extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl);\n\
219 extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl);\n\
220 extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);\n\
221 extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l);\n\
222 extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l);\n\
223 extern long double logl( long double ) __LIBMLDBL_COMPAT(logl);\n\
224 extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l);\n\
225 extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l);\n\
226 extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);\n\
227 extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl);\n\
228 extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl);\n\
229 extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl);\n\
230 extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl);\n\
231 extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl);\n\
232 extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);\n\
233 extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl);\n\
234 extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl);\n\
235 extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl);\n\
236 extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl);\n\
237 extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl);\n\
238 extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl);\n\
239 extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl);\n\
240 extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);\n\
241 extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);\n\
242 extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);\n\
243 extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill);\n\
244 extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl);\n\
245 extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl);\n\
246 extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);\n\
247 extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl);\n\
248 extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl);\n\
249 extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl);\n\
250 extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);\n\
251 extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);\n\
252 extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl);\n\
253 extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl);\n\
254 extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl);\n\
255 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);\n\
256 extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl);\n\
257 extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl);\n\
258 extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);\n\
259 extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl);\n\
260 extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml);\n\
261 extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl);\n\
262 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);\n\
263 extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal);\n\
264 # ifdef __cplusplus\n\
267 #endif /* __MATH__ */",
270 /* * * * * * * * * * * * * * * * * * * * * * * * * *
272 * Description of Aab_Fd_Zero_Asm_Posix_Types_H fix
274 tSCC zAab_Fd_Zero_Asm_Posix_Types_HName[] =
275 "AAB_fd_zero_asm_posix_types_h";
278 * File name selection pattern
280 tSCC zAab_Fd_Zero_Asm_Posix_Types_HList[] =
281 "asm/posix_types.h\0";
283 * Machine/OS name selection pattern
285 tSCC* apzAab_Fd_Zero_Asm_Posix_Types_HMachs[] = {
286 "i[34567]86-*-linux*",
290 * content bypass pattern - skip fix if pattern found
292 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass0[] =
294 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass1[] =
296 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass2[] =
299 #define AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT 3
300 static tTestDesc aAab_Fd_Zero_Asm_Posix_Types_HTests[] = {
301 { TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass0, (regex_t*)NULL },
302 { TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass1, (regex_t*)NULL },
303 { TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass2, (regex_t*)NULL }, };
306 * Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
308 static const char* apzAab_Fd_Zero_Asm_Posix_Types_HPatch[] = {
309 "/* This file fixes a bug in the __FD_ZERO macro\n\
310 for older versions of the Linux kernel. */\n\
311 #ifndef _POSIX_TYPES_H_WRAPPER\n\
312 #include <features.h>\n\
313 #include_next <asm/posix_types.h>\n\n\
314 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
316 #define __FD_ZERO(fdsetp) \\\n\
318 int __d0, __d1; \\\n\
319 __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
320 : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
321 : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
322 \"1\" ((__kernel_fd_set *) (fdsetp)) :\"memory\"); \\\n\
325 #define _POSIX_TYPES_H_WRAPPER\n\
326 #endif /* _POSIX_TYPES_H_WRAPPER */",
329 /* * * * * * * * * * * * * * * * * * * * * * * * * *
331 * Description of Aab_Fd_Zero_Gnu_Types_H fix
333 tSCC zAab_Fd_Zero_Gnu_Types_HName[] =
334 "AAB_fd_zero_gnu_types_h";
337 * File name selection pattern
339 tSCC zAab_Fd_Zero_Gnu_Types_HList[] =
342 * Machine/OS name selection pattern
344 tSCC* apzAab_Fd_Zero_Gnu_Types_HMachs[] = {
345 "i[34567]86-*-linux*",
347 #define AAB_FD_ZERO_GNU_TYPES_H_TEST_CT 0
348 #define aAab_Fd_Zero_Gnu_Types_HTests (tTestDesc*)NULL
351 * Fix Command Arguments for Aab_Fd_Zero_Gnu_Types_H
353 static const char* apzAab_Fd_Zero_Gnu_Types_HPatch[] = {
354 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 1.x. */\n\
355 #ifndef _TYPES_H_WRAPPER\n\
356 #include <features.h>\n\
357 #include_next <gnu/types.h>\n\n\
358 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
360 # define __FD_ZERO(fdsetp) \\\n\
362 int __d0, __d1; \\\n\
363 __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
364 : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
365 : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
366 \"1\" ((__fd_set *) (fdsetp)) :\"memory\"); \\\n\
369 #define _TYPES_H_WRAPPER\n\
370 #endif /* _TYPES_H_WRAPPER */",
373 /* * * * * * * * * * * * * * * * * * * * * * * * * *
375 * Description of Aab_Fd_Zero_Selectbits_H fix
377 tSCC zAab_Fd_Zero_Selectbits_HName[] =
378 "AAB_fd_zero_selectbits_h";
381 * File name selection pattern
383 tSCC zAab_Fd_Zero_Selectbits_HList[] =
386 * Machine/OS name selection pattern
388 tSCC* apzAab_Fd_Zero_Selectbits_HMachs[] = {
389 "i[34567]86-*-linux*",
391 #define AAB_FD_ZERO_SELECTBITS_H_TEST_CT 0
392 #define aAab_Fd_Zero_Selectbits_HTests (tTestDesc*)NULL
395 * Fix Command Arguments for Aab_Fd_Zero_Selectbits_H
397 static const char* apzAab_Fd_Zero_Selectbits_HPatch[] = {
398 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 2.0.x. */\n\
399 #ifndef _SELECTBITS_H_WRAPPER\n\
400 #include <features.h>\n\
401 #include_next <selectbits.h>\n\n\
402 #if defined(__FD_ZERO) && defined(__GLIBC__) \\\\\n\
403 && defined(__GLIBC_MINOR__) && __GLIBC__ == 2 \\\\\n\
404 && __GLIBC_MINOR__ == 0\n\
406 #define __FD_ZERO(fdsetp) \\\\\n\
408 int __d0, __d1; \\\\\n\
409 __asm__ __volatile__ (\"cld; rep; stosl\" \\\\\n\
410 : \"=&c\" (__d0), \"=&D\" (__d1) \\\\\n\
411 : \"a\" (0), \"0\" (sizeof (__fd_set) \\\\\n\
412 / sizeof (__fd_mask)), \\\\\n\
413 \"1\" ((__fd_mask *) (fdsetp)) \\\\\n\
414 : \"memory\"); \\\\\n\
417 #define _SELECTBITS_H_WRAPPER\n\
418 #endif /* _SELECTBITS_H_WRAPPER */",
421 /* * * * * * * * * * * * * * * * * * * * * * * * * *
423 * Description of Aab_Solaris_Sys_Varargs_H fix
425 tSCC zAab_Solaris_Sys_Varargs_HName[] =
426 "AAB_solaris_sys_varargs_h";
429 * File name selection pattern
431 tSCC zAab_Solaris_Sys_Varargs_HList[] =
434 * Machine/OS name selection pattern
436 tSCC* apzAab_Solaris_Sys_Varargs_HMachs[] = {
439 #define AAB_SOLARIS_SYS_VARARGS_H_TEST_CT 0
440 #define aAab_Solaris_Sys_Varargs_HTests (tTestDesc*)NULL
443 * Fix Command Arguments for Aab_Solaris_Sys_Varargs_H
445 static const char* apzAab_Solaris_Sys_Varargs_HPatch[] = {
447 #include <stdarg.h>\n\
449 #include <varargs.h>\n\
453 /* * * * * * * * * * * * * * * * * * * * * * * * * *
455 * Description of Aab_Sun_Memcpy fix
457 tSCC zAab_Sun_MemcpyName[] =
461 * File name selection pattern
463 tSCC zAab_Sun_MemcpyList[] =
466 * Machine/OS name selection pattern
468 #define apzAab_Sun_MemcpyMachs (const char**)NULL
471 * content selection pattern - do fix if pattern found
473 tSCC zAab_Sun_MemcpySelect0[] =
474 "/\\*\t@\\(#\\)(head/memory.h\t50.1\t |memory\\.h 1\\.[2-4] 8./../.. SMI; from S5R2 1\\.2\t)\\*/";
476 #define AAB_SUN_MEMCPY_TEST_CT 1
477 static tTestDesc aAab_Sun_MemcpyTests[] = {
478 { TT_EGREP, zAab_Sun_MemcpySelect0, (regex_t*)NULL }, };
481 * Fix Command Arguments for Aab_Sun_Memcpy
483 static const char* apzAab_Sun_MemcpyPatch[] = {
484 "/* This file was generated by fixincludes */\n\
485 #ifndef __memory_h__\n\
486 #define __memory_h__\n\n\
488 extern void *memccpy();\n\
489 extern void *memchr();\n\
490 extern void *memcpy();\n\
491 extern void *memset();\n\
493 extern char *memccpy();\n\
494 extern char *memchr();\n\
495 extern char *memcpy();\n\
496 extern char *memset();\n\
497 #endif /* __STDC__ */\n\n\
498 extern int memcmp();\n\n\
499 #endif /* __memory_h__ */",
502 /* * * * * * * * * * * * * * * * * * * * * * * * * *
504 * Description of Aab_Vxworks_Assert fix
506 tSCC zAab_Vxworks_AssertName[] =
507 "AAB_vxworks_assert";
510 * File name selection pattern
512 tSCC zAab_Vxworks_AssertList[] =
515 * Machine/OS name selection pattern
517 tSCC* apzAab_Vxworks_AssertMachs[] = {
520 #define AAB_VXWORKS_ASSERT_TEST_CT 0
521 #define aAab_Vxworks_AssertTests (tTestDesc*)NULL
524 * Fix Command Arguments for Aab_Vxworks_Assert
526 static const char* apzAab_Vxworks_AssertPatch[] = {
527 "#ifndef _ASSERT_H\n\
528 #define _ASSERT_H\n\n\
532 #if defined(__STDC__) || defined(__cplusplus)\n\
533 extern void __assert (const char*);\n\
535 extern void __assert ();\n\
538 #define assert(ign) ((void)0)\n\
540 #define ASSERT_STRINGIFY(str) ASSERT_STRINGIFY_HELPER(str)\n\
541 #define ASSERT_STRINGIFY_HELPER(str) #str\n\n\
542 #define assert(test) ((void) \\\n\
543 ((test) ? ((void)0) : \\\n\
544 __assert(\"Assertion failed: \" ASSERT_STRINGIFY(test) \", file \" \\\n\
545 __FILE__ \", line \" ASSERT_STRINGIFY(__LINE__) \"\\n\")))\n\n\
550 /* * * * * * * * * * * * * * * * * * * * * * * * * *
552 * Description of Aab_Vxworks_Regs_Vxtypes fix
554 tSCC zAab_Vxworks_Regs_VxtypesName[] =
555 "AAB_vxworks_regs_vxtypes";
558 * File name selection pattern
560 tSCC zAab_Vxworks_Regs_VxtypesList[] =
563 * Machine/OS name selection pattern
565 tSCC* apzAab_Vxworks_Regs_VxtypesMachs[] = {
568 #define AAB_VXWORKS_REGS_VXTYPES_TEST_CT 0
569 #define aAab_Vxworks_Regs_VxtypesTests (tTestDesc*)NULL
572 * Fix Command Arguments for Aab_Vxworks_Regs_Vxtypes
574 static const char* apzAab_Vxworks_Regs_VxtypesPatch[] = {
577 #include <types/vxTypesOld.h>\n\
578 #include_next <arch/../regs.h>\n\
582 /* * * * * * * * * * * * * * * * * * * * * * * * * *
584 * Description of Aab_Vxworks_Stdint fix
586 tSCC zAab_Vxworks_StdintName[] =
587 "AAB_vxworks_stdint";
590 * File name selection pattern
592 tSCC zAab_Vxworks_StdintList[] =
595 * Machine/OS name selection pattern
597 tSCC* apzAab_Vxworks_StdintMachs[] = {
600 #define AAB_VXWORKS_STDINT_TEST_CT 0
601 #define aAab_Vxworks_StdintTests (tTestDesc*)NULL
604 * Fix Command Arguments for Aab_Vxworks_Stdint
606 static const char* apzAab_Vxworks_StdintPatch[] = {
607 "#ifndef _STDINT_H\n\
609 /* get int*_t, uint*_t */\n\
610 #include <types/vxTypes.h>\n\n\
611 /* get legacy vxworks types for compatibility */\n\
612 #include <types/vxTypesOld.h>\n\n\
613 typedef long intptr_t;\n\
614 typedef unsigned long uintptr_t;\n\n\
615 typedef int64_t intmax_t;\n\
616 typedef uint64_t uintmax_t;\n\n\
617 typedef int8_t int_least8_t;\n\
618 typedef int16_t int_least16_t;\n\
619 typedef int32_t int_least32_t;\n\
620 typedef int64_t int_least64_t;\n\n\
621 typedef uint8_t uint_least8_t;\n\
622 typedef uint16_t uint_least16_t;\n\
623 typedef uint32_t uint_least32_t;\n\
624 typedef uint64_t uint_least64_t;\n\n\
625 typedef int8_t int_fast8_t;\n\
626 typedef int int_fast16_t;\n\
627 typedef int32_t int_fast32_t;\n\
628 typedef int64_t int_fast64_t;\n\n\
629 typedef uint8_t uint_fast8_t;\n\
630 typedef unsigned int uint_fast16_t;\n\
631 typedef uint32_t uint_fast32_t;\n\
632 typedef uint64_t uint_fast64_t;\n\n\
634 #define UINT8_MAX (~(uint8_t)0)\n\
635 #define UINT8_MIN 0\n\
636 #define UINT16_MAX (~(uint16_t)0)\n\
637 #define UINT16_MIN 0\n\
638 #define UINT32_MAX (~(uint32_t)0)\n\
639 #define UINT32_MIN 0\n\
640 #define UINT64_MAX (~(uint64_t)0)\n\
641 #define UINT64_MIN 0\n\n\
642 #define UINTPTR_MAX (~(uintptr_t)0)\n\
643 #define UINTPTR_MIN 0\n\n\
644 /* Need to do int_fast16_t as well, as type\n\
645 size may be architecture dependent */\n\
646 #define UINT_FAST16_MAX (~(uint_fast16_t)0)\n\
647 #define UINT_FAST16_MAX 0\n\n\
648 #define INT8_MAX (UINT8_MAX>>1)\n\
649 #define INT8_MIN (INT8_MAX+1)\n\
650 #define INT16_MAX (UINT16_MAX>>1)\n\
651 #define INT16_MIN (INT16_MAX+1)\n\
652 #define INT32_MAX (UINT32_MAX>>1)\n\
653 #define INT32_MIN (INT32_MAX+1)\n\
654 #define INT64_MAX (UINT64_MAX>>1)\n\
655 #define INT64_MIN (INT64_MAX+1)\n\n\
656 #define INTPTR_MAX (UINTPTR_MAX>>1)\n\
657 #define INTPTR_MIN (INTPTR_MAX+1)\t\n\n\
658 #define INT_FAST16_MAX (UINT_FAST16_MAX>>1)\n\
659 #define INT_FAST16_MIN (INT_FAST16_MAX+1)\n\n\
660 /* now define equiv. constants */\n\
661 #define UINT_FAST8_MAX UINT8_MAX\n\
662 #define UINT_FAST8_MIN UINT_FAST8_MIN\n\
663 #define INT_FAST8_MAX INT8_MAX\n\
664 #define INT_FAST8_MIN INT8_MIN\n\
665 #define UINT_FAST32_MAX UINT32_MAX\n\
666 #define UINT_FAST32_MIN UINT32_MIN\n\
667 #define INT_FAST32_MAX INT32_MAX\n\
668 #define INT_FAST32_MIN INT32_MIN\n\
669 #define UINT_FAST64_MAX UINT64_MAX\n\
670 #define UINT_FAST64_MIN UINT64_MIN\n\
671 #define INT_FAST64_MAX INT64_MAX\n\
672 #define INT_FAST64_MIN INT64_MIN\n\n\
673 #define UINT_LEAST8_MAX UINT8_MAX\n\
674 #define UINT_LEAST8_MIN UINT8_MIN\n\
675 #define INT_LEAST8_MAX INT8_MAX\n\
676 #define INT_LEAST8_MIN INT8_MIN\n\
677 #define UINT_LEAST16_MAX UINT16_MAX\n\
678 #define UINT_LEAST16_MIN UINT16_MIN\n\
679 #define INT_LEAST16_MAX INT16_MAX\n\
680 #define INT_LEAST16_MIN INT16_MIN\n\
681 #define UINT_LEAST32_MAX UINT32_MAX\n\
682 #define UINT_LEAST32_MIN UINT32_MIN\n\
683 #define INT_LEAST32_MAX INT32_MAX\n\
684 #define INT_LEAST32_MIN INT32_MIN\n\
685 #define UINT_LEAST64_MAX UINT64_MAX\n\
686 #define UINT_LEAST64_MIN UINT64_MIN\n\
687 #define INT_LEAST64_MAX INT64_MAX\n\
688 #define INT_LEAST64_MIN INT64_MIN\n\n\
689 #define UINTMAX_MAX UINT64_MAX\n\
690 #define UINTMAX_MIN UINT64_MIN\n\
691 #define INTMAX_MAX INT64_MAX\n\
692 #define INTMAX_MIN INT64_MIN\n\n\
696 /* * * * * * * * * * * * * * * * * * * * * * * * * *
698 * Description of Aab_Vxworks_Unistd fix
700 tSCC zAab_Vxworks_UnistdName[] =
701 "AAB_vxworks_unistd";
704 * File name selection pattern
706 tSCC zAab_Vxworks_UnistdList[] =
709 * Machine/OS name selection pattern
711 tSCC* apzAab_Vxworks_UnistdMachs[] = {
714 #define AAB_VXWORKS_UNISTD_TEST_CT 0
715 #define aAab_Vxworks_UnistdTests (tTestDesc*)NULL
718 * Fix Command Arguments for Aab_Vxworks_Unistd
720 static const char* apzAab_Vxworks_UnistdPatch[] = {
721 "#ifndef _UNISTD_H\n\
723 #include_next <unistd.h>\n\
724 #include <ioLib.h>\n\
725 #ifndef STDIN_FILENO\n\
726 #define STDIN_FILENO 0\n\
728 #ifndef STDOUT_FILENO\n\
729 #define STDOUT_FILENO 1\n\
731 #ifndef STDERR_FILENO\n\
732 #define STDERR_FILENO 2\n\
734 #endif /* _UNISTD_H */",
737 /* * * * * * * * * * * * * * * * * * * * * * * * * *
739 * Description of Aix_Assert fix
741 tSCC zAix_AssertName[] =
745 * File name selection pattern
747 tSCC zAix_AssertList[] =
750 * Machine/OS name selection pattern
752 tSCC* apzAix_AssertMachs[] = {
757 * content selection pattern - do fix if pattern found
759 tSCC zAix_AssertSelect0[] =
760 "#define[ \t]static_assert[ \t]_Static_assert";
762 #define AIX_ASSERT_TEST_CT 1
763 static tTestDesc aAix_AssertTests[] = {
764 { TT_EGREP, zAix_AssertSelect0, (regex_t*)NULL }, };
767 * Fix Command Arguments for Aix_Assert
769 static const char* apzAix_AssertPatch[] = {
771 "#ifndef __cplusplus\n\
776 /* * * * * * * * * * * * * * * * * * * * * * * * * *
778 * Description of Aix_Complex fix
780 tSCC zAix_ComplexName[] =
784 * File name selection pattern
786 tSCC zAix_ComplexList[] =
789 * Machine/OS name selection pattern
791 tSCC* apzAix_ComplexMachs[] = {
796 * content selection pattern - do fix if pattern found
798 tSCC zAix_ComplexSelect0[] =
799 "#define[ \t]_Complex_I[ \t]__I";
801 #define AIX_COMPLEX_TEST_CT 1
802 static tTestDesc aAix_ComplexTests[] = {
803 { TT_EGREP, zAix_ComplexSelect0, (regex_t*)NULL }, };
806 * Fix Command Arguments for Aix_Complex
808 static const char* apzAix_ComplexPatch[] = {
810 "#define _Complex_I (__extension__ 1.0iF)",
813 /* * * * * * * * * * * * * * * * * * * * * * * * * *
815 * Description of Aix_Malloc fix
817 tSCC zAix_MallocName[] =
821 * File name selection pattern
823 tSCC zAix_MallocList[] =
826 * Machine/OS name selection pattern
828 tSCC* apzAix_MallocMachs[] = {
833 * content selection pattern - do fix if pattern found
835 tSCC zAix_MallocSelect0[] =
836 "#ifdef __cplusplus";
838 #define AIX_MALLOC_TEST_CT 1
839 static tTestDesc aAix_MallocTests[] = {
840 { TT_EGREP, zAix_MallocSelect0, (regex_t*)NULL }, };
843 * Fix Command Arguments for Aix_Malloc
845 static const char* apzAix_MallocPatch[] = {
847 "#if (defined(__cplusplus) && defined(__IBMCPP__))",
850 /* * * * * * * * * * * * * * * * * * * * * * * * * *
852 * Description of Aix_Net_If_Arp fix
854 tSCC zAix_Net_If_ArpName[] =
858 * File name selection pattern
860 tSCC zAix_Net_If_ArpList[] =
863 * Machine/OS name selection pattern
865 tSCC* apzAix_Net_If_ArpMachs[] = {
870 * content selection pattern - do fix if pattern found
872 tSCC zAix_Net_If_ArpSelect0[] =
873 "^struct fc_softc \\{";
875 #define AIX_NET_IF_ARP_TEST_CT 1
876 static tTestDesc aAix_Net_If_ArpTests[] = {
877 { TT_EGREP, zAix_Net_If_ArpSelect0, (regex_t*)NULL }, };
880 * Fix Command Arguments for Aix_Net_If_Arp
882 static const char* apzAix_Net_If_ArpPatch[] = {
884 "typedef struct _fc_softc {",
887 /* * * * * * * * * * * * * * * * * * * * * * * * * *
889 * Description of Aix_Null fix
891 tSCC zAix_NullName[] =
895 * File name selection pattern
897 tSCC zAix_NullList[] =
898 "curses.h\0dbm.h\0locale.h\0stdio.h\0stdlib.h\0string.h\0time.h\0unistd.h\0wchar.h\0sys/dir.h\0sys/param.h\0sys/types.h\0";
900 * Machine/OS name selection pattern
902 tSCC* apzAix_NullMachs[] = {
907 * content selection pattern - do fix if pattern found
909 tSCC zAix_NullSelect0[] =
910 "#define[ \t]+NULL[ \t]+\\(*0L*\\)*";
913 * content bypass pattern - skip fix if pattern found
915 tSCC zAix_NullBypass0[] =
918 #define AIX_NULL_TEST_CT 2
919 static tTestDesc aAix_NullTests[] = {
920 { TT_NEGREP, zAix_NullBypass0, (regex_t*)NULL },
921 { TT_EGREP, zAix_NullSelect0, (regex_t*)NULL }, };
924 * Fix Command Arguments for Aix_Null
926 static const char* apzAix_NullPatch[] = {
929 #ifdef __cplusplus\n\
931 #define NULL __null\n\
932 #else /* ! __GNUG__ */\n\
934 #endif /* __GNUG__ */\n\
935 #else /* ! __cplusplus */\n\
936 #define NULL ((void *)0)\n\
937 #endif /* __cplusplus */\n\
941 /* * * * * * * * * * * * * * * * * * * * * * * * * *
943 * Description of Aix_Once_Init_1 fix
945 tSCC zAix_Once_Init_1Name[] =
949 * File name selection pattern
951 tSCC zAix_Once_Init_1List[] =
954 * Machine/OS name selection pattern
956 tSCC* apzAix_Once_Init_1Machs[] = {
961 * content selection pattern - do fix if pattern found
963 tSCC zAix_Once_Init_1Select0[] =
964 "#define[ \t]PTHREAD_ONCE_INIT \\\\\n\
967 #define AIX_ONCE_INIT_1_TEST_CT 1
968 static tTestDesc aAix_Once_Init_1Tests[] = {
969 { TT_EGREP, zAix_Once_Init_1Select0, (regex_t*)NULL }, };
972 * Fix Command Arguments for Aix_Once_Init_1
974 static const char* apzAix_Once_Init_1Patch[] = {
976 "#define PTHREAD_ONCE_INIT \\\n\
980 /* * * * * * * * * * * * * * * * * * * * * * * * * *
982 * Description of Aix_Once_Init_2 fix
984 tSCC zAix_Once_Init_2Name[] =
988 * File name selection pattern
990 tSCC zAix_Once_Init_2List[] =
993 * Machine/OS name selection pattern
995 tSCC* apzAix_Once_Init_2Machs[] = {
1000 * content selection pattern - do fix if pattern found
1002 tSCC zAix_Once_Init_2Select0[] =
1006 #define AIX_ONCE_INIT_2_TEST_CT 1
1007 static tTestDesc aAix_Once_Init_2Tests[] = {
1008 { TT_EGREP, zAix_Once_Init_2Select0, (regex_t*)NULL }, };
1011 * Fix Command Arguments for Aix_Once_Init_2
1013 static const char* apzAix_Once_Init_2Patch[] = {
1019 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1021 * Description of Aix_Mutex_Initializer_1 fix
1023 tSCC zAix_Mutex_Initializer_1Name[] =
1024 "aix_mutex_initializer_1";
1027 * File name selection pattern
1029 tSCC zAix_Mutex_Initializer_1List[] =
1032 * Machine/OS name selection pattern
1034 tSCC* apzAix_Mutex_Initializer_1Machs[] = {
1036 (const char*)NULL };
1039 * content selection pattern - do fix if pattern found
1041 tSCC zAix_Mutex_Initializer_1Select0[] =
1042 "#define[ \t]PTHREAD_MUTEX_INITIALIZER \\\\\n\
1045 #define AIX_MUTEX_INITIALIZER_1_TEST_CT 1
1046 static tTestDesc aAix_Mutex_Initializer_1Tests[] = {
1047 { TT_EGREP, zAix_Mutex_Initializer_1Select0, (regex_t*)NULL }, };
1050 * Fix Command Arguments for Aix_Mutex_Initializer_1
1052 static const char* apzAix_Mutex_Initializer_1Patch[] = {
1054 "#define PTHREAD_MUTEX_INITIALIZER \\\n\
1058 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1060 * Description of Aix_Cond_Initializer_1 fix
1062 tSCC zAix_Cond_Initializer_1Name[] =
1063 "aix_cond_initializer_1";
1066 * File name selection pattern
1068 tSCC zAix_Cond_Initializer_1List[] =
1071 * Machine/OS name selection pattern
1073 tSCC* apzAix_Cond_Initializer_1Machs[] = {
1075 (const char*)NULL };
1078 * content selection pattern - do fix if pattern found
1080 tSCC zAix_Cond_Initializer_1Select0[] =
1081 "#define[ \t]PTHREAD_COND_INITIALIZER \\\\\n\
1084 #define AIX_COND_INITIALIZER_1_TEST_CT 1
1085 static tTestDesc aAix_Cond_Initializer_1Tests[] = {
1086 { TT_EGREP, zAix_Cond_Initializer_1Select0, (regex_t*)NULL }, };
1089 * Fix Command Arguments for Aix_Cond_Initializer_1
1091 static const char* apzAix_Cond_Initializer_1Patch[] = {
1093 "#define PTHREAD_COND_INITIALIZER \\\n\
1097 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1099 * Description of Aix_Rwlock_Initializer_1 fix
1101 tSCC zAix_Rwlock_Initializer_1Name[] =
1102 "aix_rwlock_initializer_1";
1105 * File name selection pattern
1107 tSCC zAix_Rwlock_Initializer_1List[] =
1110 * Machine/OS name selection pattern
1112 tSCC* apzAix_Rwlock_Initializer_1Machs[] = {
1114 (const char*)NULL };
1117 * content selection pattern - do fix if pattern found
1119 tSCC zAix_Rwlock_Initializer_1Select0[] =
1120 "#define[ \t]PTHREAD_RWLOCK_INITIALIZER \\\\\n\
1123 #define AIX_RWLOCK_INITIALIZER_1_TEST_CT 1
1124 static tTestDesc aAix_Rwlock_Initializer_1Tests[] = {
1125 { TT_EGREP, zAix_Rwlock_Initializer_1Select0, (regex_t*)NULL }, };
1128 * Fix Command Arguments for Aix_Rwlock_Initializer_1
1130 static const char* apzAix_Rwlock_Initializer_1Patch[] = {
1132 "#define PTHREAD_RWLOCK_INITIALIZER \\\n\
1136 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1138 * Description of Aix_Pthread fix
1140 tSCC zAix_PthreadName[] =
1144 * File name selection pattern
1146 tSCC zAix_PthreadList[] =
1149 * Machine/OS name selection pattern
1151 #define apzAix_PthreadMachs (const char**)NULL
1154 * content selection pattern - do fix if pattern found
1156 tSCC zAix_PthreadSelect0[] =
1157 "(#define [A-Za-z_0-9]+)(\\\\\n\
1161 #define AIX_PTHREAD_TEST_CT 1
1162 static tTestDesc aAix_PthreadTests[] = {
1163 { TT_EGREP, zAix_PthreadSelect0, (regex_t*)NULL }, };
1166 * Fix Command Arguments for Aix_Pthread
1168 static const char* apzAix_PthreadPatch[] = {
1173 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1175 * Description of Aix_Stdint_1 fix
1177 tSCC zAix_Stdint_1Name[] =
1181 * File name selection pattern
1183 tSCC zAix_Stdint_1List[] =
1184 "stdint-aix.h\0stdint.h\0";
1186 * Machine/OS name selection pattern
1188 tSCC* apzAix_Stdint_1Machs[] = {
1190 (const char*)NULL };
1193 * content selection pattern - do fix if pattern found
1195 tSCC zAix_Stdint_1Select0[] =
1196 "#define[ \t]UINT8_MAX[ \t]\\(255U\\)\n\
1197 #define[ \t]UINT16_MAX[ \t]\\(65535U\\)";
1199 #define AIX_STDINT_1_TEST_CT 1
1200 static tTestDesc aAix_Stdint_1Tests[] = {
1201 { TT_EGREP, zAix_Stdint_1Select0, (regex_t*)NULL }, };
1204 * Fix Command Arguments for Aix_Stdint_1
1206 static const char* apzAix_Stdint_1Patch[] = {
1208 "#define UINT8_MAX\t(255)\n\
1209 #define UINT16_MAX\t(65535)",
1212 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1214 * Description of Aix_Stdint_2 fix
1216 tSCC zAix_Stdint_2Name[] =
1220 * File name selection pattern
1222 tSCC zAix_Stdint_2List[] =
1223 "stdint-aix.h\0stdint.h\0";
1225 * Machine/OS name selection pattern
1227 tSCC* apzAix_Stdint_2Machs[] = {
1229 (const char*)NULL };
1232 * content selection pattern - do fix if pattern found
1234 tSCC zAix_Stdint_2Select0[] =
1235 "#define[ \t]INTPTR_MIN[ \t]INT64_MIN\n\
1236 #define[ \t]INTPTR_MAX[ \t]INT64_MAX\n\
1237 #define[ \t]UINTPTR_MAX[ \t]UINT64_MAX\n\
1239 #define[ \t]INTPTR_MIN[ \t]INT32_MIN\n\
1240 #define[ \t]INTPTR_MAX[ \t]INT32_MAX\n\
1241 #define[ \t]UINTPTR_MAX[ \t]UINT32_MAX";
1243 #define AIX_STDINT_2_TEST_CT 1
1244 static tTestDesc aAix_Stdint_2Tests[] = {
1245 { TT_EGREP, zAix_Stdint_2Select0, (regex_t*)NULL }, };
1248 * Fix Command Arguments for Aix_Stdint_2
1250 static const char* apzAix_Stdint_2Patch[] = {
1252 "#define INTPTR_MIN\t(-INTPTR_MAX-1)\n\
1253 #define INTPTR_MAX\t9223372036854775807L\n\
1254 #define UINTPTR_MAX\t18446744073709551615UL\n\
1256 #define INTPTR_MIN\t(-INTPTR_MAX-1)\n\
1257 #define INTPTR_MAX\t2147483647L\n\
1258 #define UINTPTR_MAX\t4294967295UL",
1261 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1263 * Description of Aix_Stdint_3 fix
1265 tSCC zAix_Stdint_3Name[] =
1269 * File name selection pattern
1271 tSCC zAix_Stdint_3List[] =
1272 "stdint-aix.h\0stdint.h\0";
1274 * Machine/OS name selection pattern
1276 tSCC* apzAix_Stdint_3Machs[] = {
1278 (const char*)NULL };
1281 * content selection pattern - do fix if pattern found
1283 tSCC zAix_Stdint_3Select0[] =
1284 "#define[ \t]PTRDIFF_MIN[ \t]INT64_MIN\n\
1285 #define[ \t]PTRDIFF_MAX[ \t]INT64_MAX\n\
1287 #define[ \t]PTRDIFF_MIN[ \t]*INT32_MIN\n\
1288 #define[ \t]PTRDIFF_MAX[ \t]*INT32_MAX";
1290 #define AIX_STDINT_3_TEST_CT 1
1291 static tTestDesc aAix_Stdint_3Tests[] = {
1292 { TT_EGREP, zAix_Stdint_3Select0, (regex_t*)NULL }, };
1295 * Fix Command Arguments for Aix_Stdint_3
1297 static const char* apzAix_Stdint_3Patch[] = {
1299 "#define PTRDIFF_MIN\t(-9223372036854775807L - 1)\n\
1300 #define PTRDIFF_MAX\t9223372036854775807L\n\
1302 #define PTRDIFF_MIN\t(-2147483647L - 1)\n\
1303 #define PTRDIFF_MAX\t2147483647L",
1306 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1308 * Description of Aix_Stdint_4 fix
1310 tSCC zAix_Stdint_4Name[] =
1314 * File name selection pattern
1316 tSCC zAix_Stdint_4List[] =
1317 "stdint-aix.h\0stdint.h\0";
1319 * Machine/OS name selection pattern
1321 tSCC* apzAix_Stdint_4Machs[] = {
1323 (const char*)NULL };
1326 * content selection pattern - do fix if pattern found
1328 tSCC zAix_Stdint_4Select0[] =
1329 "#define[ \t]SIZE_MAX[ \t]UINT64_MAX\n\
1331 #define[ \t]SIZE_MAX[ \t]*UINT32_MAX";
1333 #define AIX_STDINT_4_TEST_CT 1
1334 static tTestDesc aAix_Stdint_4Tests[] = {
1335 { TT_EGREP, zAix_Stdint_4Select0, (regex_t*)NULL }, };
1338 * Fix Command Arguments for Aix_Stdint_4
1340 static const char* apzAix_Stdint_4Patch[] = {
1342 "#define SIZE_MAX\t18446744073709551615UL\n\
1344 #define SIZE_MAX\t4294967295UL",
1347 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1349 * Description of Aix_Stdint_5 fix
1351 tSCC zAix_Stdint_5Name[] =
1355 * File name selection pattern
1357 tSCC zAix_Stdint_5List[] =
1358 "stdint-aix.h\0stdint.h\0";
1360 * Machine/OS name selection pattern
1362 tSCC* apzAix_Stdint_5Machs[] = {
1364 (const char*)NULL };
1367 * content selection pattern - do fix if pattern found
1369 tSCC zAix_Stdint_5Select0[] =
1370 "#define[ \t]UINT8_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)\n\
1371 #define[ \t]UINT16_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)";
1373 #define AIX_STDINT_5_TEST_CT 1
1374 static tTestDesc aAix_Stdint_5Tests[] = {
1375 { TT_EGREP, zAix_Stdint_5Select0, (regex_t*)NULL }, };
1378 * Fix Command Arguments for Aix_Stdint_5
1380 static const char* apzAix_Stdint_5Patch[] = {
1382 "#define UINT8_C(c)\tc\n\
1383 #define UINT16_C(c)\tc",
1386 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1388 * Description of Aix_Sysmachine fix
1390 tSCC zAix_SysmachineName[] =
1394 * File name selection pattern
1396 tSCC zAix_SysmachineList[] =
1399 * Machine/OS name selection pattern
1401 #define apzAix_SysmachineMachs (const char**)NULL
1404 * content selection pattern - do fix if pattern found
1406 tSCC zAix_SysmachineSelect0[] =
1409 #define AIX_SYSMACHINE_TEST_CT 1
1410 static tTestDesc aAix_SysmachineTests[] = {
1411 { TT_EGREP, zAix_SysmachineSelect0, (regex_t*)NULL }, };
1414 * Fix Command Arguments for Aix_Sysmachine
1416 static const char* apzAix_SysmachinePatch[] = {
1421 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1423 * Description of Aix_Syswait_2 fix
1425 tSCC zAix_Syswait_2Name[] =
1429 * File name selection pattern
1431 tSCC zAix_Syswait_2List[] =
1434 * Machine/OS name selection pattern
1436 #define apzAix_Syswait_2Machs (const char**)NULL
1439 * content selection pattern - do fix if pattern found
1441 tSCC zAix_Syswait_2Select0[] =
1442 "\\? (\\(\\(\\(\\(unsigned[^)]*\\)[^)]*\\) >> [^)]*\\) \\& 0xff\\) : -1)";
1444 #define AIX_SYSWAIT_2_TEST_CT 1
1445 static tTestDesc aAix_Syswait_2Tests[] = {
1446 { TT_EGREP, zAix_Syswait_2Select0, (regex_t*)NULL }, };
1449 * Fix Command Arguments for Aix_Syswait_2
1451 static const char* apzAix_Syswait_2Patch[] = {
1456 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1458 * Description of Aix_Volatile fix
1460 tSCC zAix_VolatileName[] =
1464 * File name selection pattern
1466 tSCC zAix_VolatileList[] =
1469 * Machine/OS name selection pattern
1471 #define apzAix_VolatileMachs (const char**)NULL
1474 * content selection pattern - do fix if pattern found
1476 tSCC zAix_VolatileSelect0[] =
1477 "typedef volatile int sig_atomic_t";
1479 #define AIX_VOLATILE_TEST_CT 1
1480 static tTestDesc aAix_VolatileTests[] = {
1481 { TT_EGREP, zAix_VolatileSelect0, (regex_t*)NULL }, };
1484 * Fix Command Arguments for Aix_Volatile
1486 static const char* apzAix_VolatilePatch[] = {
1488 "typedef int sig_atomic_t",
1491 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1493 * Description of Alpha___Assert fix
1495 tSCC zAlpha___AssertName[] =
1499 * File name selection pattern
1501 tSCC zAlpha___AssertList[] =
1504 * Machine/OS name selection pattern
1506 #define apzAlpha___AssertMachs (const char**)NULL
1509 * content selection pattern - do fix if pattern found
1511 tSCC zAlpha___AssertSelect0[] =
1512 "__assert\\(char \\*, char \\*, int\\)";
1514 #define ALPHA___ASSERT_TEST_CT 1
1515 static tTestDesc aAlpha___AssertTests[] = {
1516 { TT_EGREP, zAlpha___AssertSelect0, (regex_t*)NULL }, };
1519 * Fix Command Arguments for Alpha___Assert
1521 static const char* apzAlpha___AssertPatch[] = {
1523 "__assert(const char *, const char *, int)",
1526 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1528 * Description of Alpha_Assert fix
1530 tSCC zAlpha_AssertName[] =
1534 * File name selection pattern
1536 tSCC zAlpha_AssertList[] =
1539 * Machine/OS name selection pattern
1541 #define apzAlpha_AssertMachs (const char**)NULL
1544 * content selection pattern - do fix if pattern found
1546 tSCC zAlpha_AssertSelect0[] =
1547 "(#[ \t]*define assert\\(EX\\).*)\\(\\(int\\) \\(EX\\)\\)";
1549 #define ALPHA_ASSERT_TEST_CT 1
1550 static tTestDesc aAlpha_AssertTests[] = {
1551 { TT_EGREP, zAlpha_AssertSelect0, (regex_t*)NULL }, };
1554 * Fix Command Arguments for Alpha_Assert
1556 static const char* apzAlpha_AssertPatch[] = {
1561 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1563 * Description of Alpha_Getopt fix
1565 tSCC zAlpha_GetoptName[] =
1569 * File name selection pattern
1571 tSCC zAlpha_GetoptList[] =
1572 "stdio.h\0stdlib.h\0";
1574 * Machine/OS name selection pattern
1576 #define apzAlpha_GetoptMachs (const char**)NULL
1579 * content selection pattern - do fix if pattern found
1581 tSCC zAlpha_GetoptSelect0[] =
1582 "getopt\\(int, char \\*\\[\\], *char \\*\\)";
1584 #define ALPHA_GETOPT_TEST_CT 1
1585 static tTestDesc aAlpha_GetoptTests[] = {
1586 { TT_EGREP, zAlpha_GetoptSelect0, (regex_t*)NULL }, };
1589 * Fix Command Arguments for Alpha_Getopt
1591 static const char* apzAlpha_GetoptPatch[] = {
1593 "getopt(int, char *const[], const char *)",
1596 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1598 * Description of Alpha_If_Semicolon fix
1600 tSCC zAlpha_If_SemicolonName[] =
1601 "alpha_if_semicolon";
1604 * File name selection pattern
1606 tSCC zAlpha_If_SemicolonList[] =
1609 * Machine/OS name selection pattern
1611 #define apzAlpha_If_SemicolonMachs (const char**)NULL
1614 * content selection pattern - do fix if pattern found
1616 tSCC zAlpha_If_SemicolonSelect0[] =
1617 "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\\*";
1619 #define ALPHA_IF_SEMICOLON_TEST_CT 1
1620 static tTestDesc aAlpha_If_SemicolonTests[] = {
1621 { TT_EGREP, zAlpha_If_SemicolonSelect0, (regex_t*)NULL }, };
1624 * Fix Command Arguments for Alpha_If_Semicolon
1626 static const char* apzAlpha_If_SemicolonPatch[] = {
1628 "struct sockaddr vmif_paddr;\t/*",
1631 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1633 * Description of Alpha_Parens fix
1635 tSCC zAlpha_ParensName[] =
1639 * File name selection pattern
1641 tSCC zAlpha_ParensList[] =
1644 * Machine/OS name selection pattern
1646 #define apzAlpha_ParensMachs (const char**)NULL
1649 * content selection pattern - do fix if pattern found
1651 tSCC zAlpha_ParensSelect0[] =
1652 "#ifndef\\(__mips64\\)";
1654 #define ALPHA_PARENS_TEST_CT 1
1655 static tTestDesc aAlpha_ParensTests[] = {
1656 { TT_EGREP, zAlpha_ParensSelect0, (regex_t*)NULL }, };
1659 * Fix Command Arguments for Alpha_Parens
1661 static const char* apzAlpha_ParensPatch[] = {
1666 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1668 * Description of Alpha_Sbrk fix
1670 tSCC zAlpha_SbrkName[] =
1674 * File name selection pattern
1676 tSCC zAlpha_SbrkList[] =
1679 * Machine/OS name selection pattern
1681 #define apzAlpha_SbrkMachs (const char**)NULL
1684 * content selection pattern - do fix if pattern found
1686 tSCC zAlpha_SbrkSelect0[] =
1687 "char[ \t]*\\*[\t ]*sbrk[ \t]*\\(";
1689 #define ALPHA_SBRK_TEST_CT 1
1690 static tTestDesc aAlpha_SbrkTests[] = {
1691 { TT_EGREP, zAlpha_SbrkSelect0, (regex_t*)NULL }, };
1694 * Fix Command Arguments for Alpha_Sbrk
1696 static const char* apzAlpha_SbrkPatch[] = {
1701 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1703 * Description of Avoid_Bool_Define fix
1705 tSCC zAvoid_Bool_DefineName[] =
1706 "avoid_bool_define";
1709 * File name selection pattern
1711 tSCC zAvoid_Bool_DefineList[] =
1712 "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1714 * Machine/OS name selection pattern
1716 #define apzAvoid_Bool_DefineMachs (const char**)NULL
1719 * content selection pattern - do fix if pattern found
1721 tSCC zAvoid_Bool_DefineSelect0[] =
1722 "#[ \t]*define[ \t]+bool[ \t]";
1725 * content bypass pattern - skip fix if pattern found
1727 tSCC zAvoid_Bool_DefineBypass0[] =
1730 #define AVOID_BOOL_DEFINE_TEST_CT 2
1731 static tTestDesc aAvoid_Bool_DefineTests[] = {
1732 { TT_NEGREP, zAvoid_Bool_DefineBypass0, (regex_t*)NULL },
1733 { TT_EGREP, zAvoid_Bool_DefineSelect0, (regex_t*)NULL }, };
1736 * Fix Command Arguments for Avoid_Bool_Define
1738 static const char* apzAvoid_Bool_DefinePatch[] = {
1740 "#ifndef __cplusplus\n\
1743 "^[ \t]*#[ \t]*define[ \t]+bool[ \t].*",
1746 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1748 * Description of Avoid_Bool_Type fix
1750 tSCC zAvoid_Bool_TypeName[] =
1754 * File name selection pattern
1756 tSCC zAvoid_Bool_TypeList[] =
1757 "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1759 * Machine/OS name selection pattern
1761 #define apzAvoid_Bool_TypeMachs (const char**)NULL
1764 * content selection pattern - do fix if pattern found
1766 tSCC zAvoid_Bool_TypeSelect0[] =
1767 "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
1770 * content bypass pattern - skip fix if pattern found
1772 tSCC zAvoid_Bool_TypeBypass0[] =
1775 #define AVOID_BOOL_TYPE_TEST_CT 2
1776 static tTestDesc aAvoid_Bool_TypeTests[] = {
1777 { TT_NEGREP, zAvoid_Bool_TypeBypass0, (regex_t*)NULL },
1778 { TT_EGREP, zAvoid_Bool_TypeSelect0, (regex_t*)NULL }, };
1781 * Fix Command Arguments for Avoid_Bool_Type
1783 static const char* apzAvoid_Bool_TypePatch[] = {
1785 "#ifndef __cplusplus\n\
1790 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1792 * Description of Avoid_Wchar_T_Type fix
1794 tSCC zAvoid_Wchar_T_TypeName[] =
1795 "avoid_wchar_t_type";
1798 * File name selection pattern
1800 #define zAvoid_Wchar_T_TypeList (char*)NULL
1802 * Machine/OS name selection pattern
1804 #define apzAvoid_Wchar_T_TypeMachs (const char**)NULL
1807 * content selection pattern - do fix if pattern found
1809 tSCC zAvoid_Wchar_T_TypeSelect0[] =
1810 "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
1813 * content bypass pattern - skip fix if pattern found
1815 tSCC zAvoid_Wchar_T_TypeBypass0[] =
1817 tSCC zAvoid_Wchar_T_TypeBypass1[] =
1819 tSCC zAvoid_Wchar_T_TypeBypass2[] =
1820 "XFree86: xc/lib/X11/Xlib\\.h";
1822 #define AVOID_WCHAR_T_TYPE_TEST_CT 4
1823 static tTestDesc aAvoid_Wchar_T_TypeTests[] = {
1824 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass0, (regex_t*)NULL },
1825 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass1, (regex_t*)NULL },
1826 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass2, (regex_t*)NULL },
1827 { TT_EGREP, zAvoid_Wchar_T_TypeSelect0, (regex_t*)NULL }, };
1830 * Fix Command Arguments for Avoid_Wchar_T_Type
1832 static const char* apzAvoid_Wchar_T_TypePatch[] = {
1834 "#ifndef __cplusplus\n\
1839 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1841 * Description of Bad_Struct_Term fix
1843 tSCC zBad_Struct_TermName[] =
1847 * File name selection pattern
1849 tSCC zBad_Struct_TermList[] =
1852 * Machine/OS name selection pattern
1854 #define apzBad_Struct_TermMachs (const char**)NULL
1857 * content selection pattern - do fix if pattern found
1859 tSCC zBad_Struct_TermSelect0[] =
1860 "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
1862 #define BAD_STRUCT_TERM_TEST_CT 1
1863 static tTestDesc aBad_Struct_TermTests[] = {
1864 { TT_EGREP, zBad_Struct_TermSelect0, (regex_t*)NULL }, };
1867 * Fix Command Arguments for Bad_Struct_Term
1869 static const char* apzBad_Struct_TermPatch[] = {
1874 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1876 * Description of Badquote fix
1878 tSCC zBadquoteName[] =
1882 * File name selection pattern
1884 tSCC zBadquoteList[] =
1885 "sundev/vuid_event.h\0";
1887 * Machine/OS name selection pattern
1889 #define apzBadquoteMachs (const char**)NULL
1892 * content selection pattern - do fix if pattern found
1894 tSCC zBadquoteSelect0[] =
1897 #define BADQUOTE_TEST_CT 1
1898 static tTestDesc aBadquoteTests[] = {
1899 { TT_EGREP, zBadquoteSelect0, (regex_t*)NULL }, };
1902 * Fix Command Arguments for Badquote
1904 static const char* apzBadquotePatch[] = {
1909 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1911 * Description of Broken_Assert_Stdio fix
1913 tSCC zBroken_Assert_StdioName[] =
1914 "broken_assert_stdio";
1917 * File name selection pattern
1919 tSCC zBroken_Assert_StdioList[] =
1922 * Machine/OS name selection pattern
1924 #define apzBroken_Assert_StdioMachs (const char**)NULL
1927 * content selection pattern - do fix if pattern found
1929 tSCC zBroken_Assert_StdioSelect0[] =
1933 * content bypass pattern - skip fix if pattern found
1935 tSCC zBroken_Assert_StdioBypass0[] =
1936 "include.*stdio\\.h";
1938 #define BROKEN_ASSERT_STDIO_TEST_CT 2
1939 static tTestDesc aBroken_Assert_StdioTests[] = {
1940 { TT_NEGREP, zBroken_Assert_StdioBypass0, (regex_t*)NULL },
1941 { TT_EGREP, zBroken_Assert_StdioSelect0, (regex_t*)NULL }, };
1944 * Fix Command Arguments for Broken_Assert_Stdio
1946 static const char* apzBroken_Assert_StdioPatch[] = {
1948 "#include <stdio.h>\n",
1951 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1953 * Description of Broken_Assert_Stdlib fix
1955 tSCC zBroken_Assert_StdlibName[] =
1956 "broken_assert_stdlib";
1959 * File name selection pattern
1961 tSCC zBroken_Assert_StdlibList[] =
1964 * Machine/OS name selection pattern
1966 #define apzBroken_Assert_StdlibMachs (const char**)NULL
1969 * content selection pattern - do fix if pattern found
1971 tSCC zBroken_Assert_StdlibSelect0[] =
1972 "exit *\\(|abort *\\(";
1975 * content bypass pattern - skip fix if pattern found
1977 tSCC zBroken_Assert_StdlibBypass0[] =
1978 "include.*stdlib\\.h";
1980 #define BROKEN_ASSERT_STDLIB_TEST_CT 2
1981 static tTestDesc aBroken_Assert_StdlibTests[] = {
1982 { TT_NEGREP, zBroken_Assert_StdlibBypass0, (regex_t*)NULL },
1983 { TT_EGREP, zBroken_Assert_StdlibSelect0, (regex_t*)NULL }, };
1986 * Fix Command Arguments for Broken_Assert_Stdlib
1988 static const char* apzBroken_Assert_StdlibPatch[] = {
1990 "#ifdef __cplusplus\n\
1991 #include <stdlib.h>\n\
1995 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1997 * Description of Broken_Cabs fix
1999 tSCC zBroken_CabsName[] =
2003 * File name selection pattern
2005 tSCC zBroken_CabsList[] =
2006 "math.h\0architecture/*/math.h\0";
2008 * Machine/OS name selection pattern
2010 #define apzBroken_CabsMachs (const char**)NULL
2013 * content selection pattern - do fix if pattern found
2015 tSCC zBroken_CabsSelect0[] =
2016 "^extern[ \t]+double[ \t]+cabs";
2018 #define BROKEN_CABS_TEST_CT 1
2019 static tTestDesc aBroken_CabsTests[] = {
2020 { TT_EGREP, zBroken_CabsSelect0, (regex_t*)NULL }, };
2023 * Fix Command Arguments for Broken_Cabs
2025 static const char* apzBroken_CabsPatch[] = { sed_cmd_z,
2026 "-e", "s/^extern[ \t]*double[ \t]*cabs[ \t]*([^\\)]*);//",
2027 "-e", "s/^extern[ \t]*long[ \t]*double[ \t]*cabsl[ \t]*([^\\)]*);//",
2030 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2032 * Description of Broken_Nan fix
2034 tSCC zBroken_NanName[] =
2038 * File name selection pattern
2040 tSCC zBroken_NanList[] =
2041 "architecture/ppc/math.h\0architecture/*/math.h\0";
2043 * Machine/OS name selection pattern
2045 #define apzBroken_NanMachs (const char**)NULL
2048 * content selection pattern - do fix if pattern found
2050 tSCC zBroken_NanSelect0[] =
2051 "#if defined\\(__APPLE_CC__\\) && \\(__APPLE_CC__ >= 1345\\)";
2054 * content bypass pattern - skip fix if pattern found
2056 tSCC zBroken_NanBypass0[] =
2059 #define BROKEN_NAN_TEST_CT 2
2060 static tTestDesc aBroken_NanTests[] = {
2061 { TT_NEGREP, zBroken_NanBypass0, (regex_t*)NULL },
2062 { TT_EGREP, zBroken_NanSelect0, (regex_t*)NULL }, };
2065 * Fix Command Arguments for Broken_Nan
2067 static const char* apzBroken_NanPatch[] = {
2072 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2074 * Description of Bsd_Stdio_Attrs_Conflict fix
2076 tSCC zBsd_Stdio_Attrs_ConflictName[] =
2077 "bsd_stdio_attrs_conflict";
2080 * File name selection pattern
2082 tSCC zBsd_Stdio_Attrs_ConflictList[] =
2085 * Machine/OS name selection pattern
2087 tSCC* apzBsd_Stdio_Attrs_ConflictMachs[] = {
2090 (const char*)NULL };
2093 * content selection pattern - do fix if pattern found
2095 tSCC zBsd_Stdio_Attrs_ConflictSelect0[] =
2096 "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
2098 #define BSD_STDIO_ATTRS_CONFLICT_TEST_CT 1
2099 static tTestDesc aBsd_Stdio_Attrs_ConflictTests[] = {
2100 { TT_EGREP, zBsd_Stdio_Attrs_ConflictSelect0, (regex_t*)NULL }, };
2103 * Fix Command Arguments for Bsd_Stdio_Attrs_Conflict
2105 static const char* apzBsd_Stdio_Attrs_ConflictPatch[] = {
2107 "#define _BSD_STRING(_BSD_X) _BSD_STRINGX(_BSD_X)\n\
2108 #define _BSD_STRINGX(_BSD_X) #_BSD_X\n\
2109 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) \"__svfscanf\");",
2112 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2114 * Description of Ctrl_Quotes_Def fix
2116 tSCC zCtrl_Quotes_DefName[] =
2120 * File name selection pattern
2122 #define zCtrl_Quotes_DefList (char*)NULL
2124 * Machine/OS name selection pattern
2126 #define apzCtrl_Quotes_DefMachs (const char**)NULL
2129 * content selection pattern - do fix if pattern found
2131 tSCC zCtrl_Quotes_DefSelect0[] =
2132 "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
2134 #define CTRL_QUOTES_DEF_TEST_CT 1
2135 static tTestDesc aCtrl_Quotes_DefTests[] = {
2136 { TT_EGREP, zCtrl_Quotes_DefSelect0, (regex_t*)NULL }, };
2139 * Fix Command Arguments for Ctrl_Quotes_Def
2141 static const char* apzCtrl_Quotes_DefPatch[] = {
2146 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2148 * Description of Ctrl_Quotes_Use fix
2150 tSCC zCtrl_Quotes_UseName[] =
2154 * File name selection pattern
2156 #define zCtrl_Quotes_UseList (char*)NULL
2158 * Machine/OS name selection pattern
2160 #define apzCtrl_Quotes_UseMachs (const char**)NULL
2163 * content selection pattern - do fix if pattern found
2165 tSCC zCtrl_Quotes_UseSelect0[] =
2166 "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
2168 #define CTRL_QUOTES_USE_TEST_CT 1
2169 static tTestDesc aCtrl_Quotes_UseTests[] = {
2170 { TT_EGREP, zCtrl_Quotes_UseSelect0, (regex_t*)NULL }, };
2173 * Fix Command Arguments for Ctrl_Quotes_Use
2175 static const char* apzCtrl_Quotes_UsePatch[] = {
2180 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2182 * Description of Cxx_Unready fix
2184 tSCC zCxx_UnreadyName[] =
2188 * File name selection pattern
2190 tSCC zCxx_UnreadyList[] =
2191 "sys/mman.h\0rpc/types.h\0";
2193 * Machine/OS name selection pattern
2195 #define apzCxx_UnreadyMachs (const char**)NULL
2198 * content selection pattern - do fix if pattern found
2200 tSCC zCxx_UnreadySelect0[] =
2204 * content bypass pattern - skip fix if pattern found
2206 tSCC zCxx_UnreadyBypass0[] =
2207 "\"C\"|__BEGIN_DECLS";
2209 #define CXX_UNREADY_TEST_CT 2
2210 static tTestDesc aCxx_UnreadyTests[] = {
2211 { TT_NEGREP, zCxx_UnreadyBypass0, (regex_t*)NULL },
2212 { TT_EGREP, zCxx_UnreadySelect0, (regex_t*)NULL }, };
2215 * Fix Command Arguments for Cxx_Unready
2217 static const char* apzCxx_UnreadyPatch[] = {
2219 "#ifdef __cplusplus\n\
2222 "#ifdef __cplusplus\n\
2227 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2229 * Description of Darwin_9_Long_Double_Funcs_2 fix
2231 tSCC zDarwin_9_Long_Double_Funcs_2Name[] =
2232 "darwin_9_long_double_funcs_2";
2235 * File name selection pattern
2237 tSCC zDarwin_9_Long_Double_Funcs_2List[] =
2240 * Machine/OS name selection pattern
2242 tSCC* apzDarwin_9_Long_Double_Funcs_2Machs[] = {
2244 (const char*)NULL };
2247 * content selection pattern - do fix if pattern found
2249 tSCC zDarwin_9_Long_Double_Funcs_2Select0[] =
2250 "#include[ \\t]+\\\"";
2252 #define DARWIN_9_LONG_DOUBLE_FUNCS_2_TEST_CT 1
2253 static tTestDesc aDarwin_9_Long_Double_Funcs_2Tests[] = {
2254 { TT_EGREP, zDarwin_9_Long_Double_Funcs_2Select0, (regex_t*)NULL }, };
2257 * Fix Command Arguments for Darwin_9_Long_Double_Funcs_2
2259 static const char* apzDarwin_9_Long_Double_Funcs_2Patch[] = {
2262 "([ \\t]*#[ \\t]*include[ \\t]+)\"([a-z0-9/]+)\\.h\"",
2265 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2267 * Description of Darwin_Externc fix
2269 tSCC zDarwin_ExterncName[] =
2273 * File name selection pattern
2275 tSCC zDarwin_ExterncList[] =
2276 "mach-o/swap.h\0mach/mach_time.h\0mach/mach_traps.h\0mach/message.h\0mach/mig.h\0mach/semaphore.h\0";
2278 * Machine/OS name selection pattern
2280 tSCC* apzDarwin_ExterncMachs[] = {
2282 (const char*)NULL };
2285 * content bypass pattern - skip fix if pattern found
2287 tSCC zDarwin_ExterncBypass0[] =
2289 tSCC zDarwin_ExterncBypass1[] =
2292 #define DARWIN_EXTERNC_TEST_CT 2
2293 static tTestDesc aDarwin_ExterncTests[] = {
2294 { TT_NEGREP, zDarwin_ExterncBypass0, (regex_t*)NULL },
2295 { TT_NEGREP, zDarwin_ExterncBypass1, (regex_t*)NULL }, };
2298 * Fix Command Arguments for Darwin_Externc
2300 static const char* apzDarwin_ExterncPatch[] = {
2302 "#ifdef __cplusplus\n\
2305 "#ifdef __cplusplus\n\
2310 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2312 * Description of Darwin_Gcc4_Breakage fix
2314 tSCC zDarwin_Gcc4_BreakageName[] =
2315 "darwin_gcc4_breakage";
2318 * File name selection pattern
2320 tSCC zDarwin_Gcc4_BreakageList[] =
2321 "AvailabilityMacros.h\0";
2323 * Machine/OS name selection pattern
2325 tSCC* apzDarwin_Gcc4_BreakageMachs[] = {
2327 (const char*)NULL };
2330 * content selection pattern - do fix if pattern found
2332 tSCC zDarwin_Gcc4_BreakageSelect0[] =
2333 "\\(__GNUC__ >= 3\\) && \\(__GNUC_MINOR__ >= 1\\)";
2335 #define DARWIN_GCC4_BREAKAGE_TEST_CT 1
2336 static tTestDesc aDarwin_Gcc4_BreakageTests[] = {
2337 { TT_EGREP, zDarwin_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
2340 * Fix Command Arguments for Darwin_Gcc4_Breakage
2342 static const char* apzDarwin_Gcc4_BreakagePatch[] = {
2344 "((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))",
2347 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2349 * Description of Darwin_Private_Extern fix
2351 tSCC zDarwin_Private_ExternName[] =
2352 "darwin_private_extern";
2355 * File name selection pattern
2357 tSCC zDarwin_Private_ExternList[] =
2360 * Machine/OS name selection pattern
2362 tSCC* apzDarwin_Private_ExternMachs[] = {
2364 (const char*)NULL };
2367 * content selection pattern - do fix if pattern found
2369 tSCC zDarwin_Private_ExternSelect0[] =
2370 "__private_extern__ [a-z_]+ _dyld_";
2372 #define DARWIN_PRIVATE_EXTERN_TEST_CT 1
2373 static tTestDesc aDarwin_Private_ExternTests[] = {
2374 { TT_EGREP, zDarwin_Private_ExternSelect0, (regex_t*)NULL }, };
2377 * Fix Command Arguments for Darwin_Private_Extern
2379 static const char* apzDarwin_Private_ExternPatch[] = {
2382 "__private_extern__",
2385 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2387 * Description of Darwin_Stdint_1 fix
2389 tSCC zDarwin_Stdint_1Name[] =
2393 * File name selection pattern
2395 tSCC zDarwin_Stdint_1List[] =
2396 "stdint-darwin.h\0stdint.h\0";
2398 * Machine/OS name selection pattern
2400 tSCC* apzDarwin_Stdint_1Machs[] = {
2402 (const char*)NULL };
2405 * content selection pattern - do fix if pattern found
2407 tSCC zDarwin_Stdint_1Select0[] =
2408 "#define UINT8_C\\(v\\)[ \t]+\\(v ## U\\)\n\
2409 #define UINT16_C\\(v\\)[ \t]+\\(v ## U\\)";
2411 #define DARWIN_STDINT_1_TEST_CT 1
2412 static tTestDesc aDarwin_Stdint_1Tests[] = {
2413 { TT_EGREP, zDarwin_Stdint_1Select0, (regex_t*)NULL }, };
2416 * Fix Command Arguments for Darwin_Stdint_1
2418 static const char* apzDarwin_Stdint_1Patch[] = {
2420 "#define UINT8_C(v)\tv\n\
2421 #define UINT16_C(v)\tv",
2424 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2426 * Description of Darwin_Stdint_2 fix
2428 tSCC zDarwin_Stdint_2Name[] =
2432 * File name selection pattern
2434 tSCC zDarwin_Stdint_2List[] =
2435 "stdint-darwin.h\0stdint.h\0";
2437 * Machine/OS name selection pattern
2439 tSCC* apzDarwin_Stdint_2Machs[] = {
2441 (const char*)NULL };
2444 * content selection pattern - do fix if pattern found
2446 tSCC zDarwin_Stdint_2Select0[] =
2447 "#if __WORDSIZE == 64\n\
2448 #define INTPTR_MIN[ \t]+INT64_MIN\n\
2449 #define INTPTR_MAX[ \t]+INT64_MAX\n\
2451 #define INTPTR_MIN[ \t]+INT32_MIN\n\
2452 #define INTPTR_MAX[ \t]+INT32_MAX\n\
2455 #define DARWIN_STDINT_2_TEST_CT 1
2456 static tTestDesc aDarwin_Stdint_2Tests[] = {
2457 { TT_EGREP, zDarwin_Stdint_2Select0, (regex_t*)NULL }, };
2460 * Fix Command Arguments for Darwin_Stdint_2
2462 static const char* apzDarwin_Stdint_2Patch[] = {
2464 "#if __WORDSIZE == 64\n\
2465 #define INTPTR_MAX 9223372036854775807L\n\
2466 #define INTPTR_MIN (-INTPTR_MAX-1)\n\
2468 #define INTPTR_MAX 2147483647L\n\
2469 #define INTPTR_MIN (-INTPTR_MAX-1)\n\
2473 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2475 * Description of Darwin_Stdint_3 fix
2477 tSCC zDarwin_Stdint_3Name[] =
2481 * File name selection pattern
2483 tSCC zDarwin_Stdint_3List[] =
2484 "stdint-darwin.h\0stdint.h\0";
2486 * Machine/OS name selection pattern
2488 tSCC* apzDarwin_Stdint_3Machs[] = {
2490 (const char*)NULL };
2493 * content selection pattern - do fix if pattern found
2495 tSCC zDarwin_Stdint_3Select0[] =
2496 "#if __WORDSIZE == 64\n\
2497 #define UINTPTR_MAX[ \t]+UINT64_MAX\n\
2499 #define UINTPTR_MAX[ \t]+UINT32_MAX\n\
2502 #define DARWIN_STDINT_3_TEST_CT 1
2503 static tTestDesc aDarwin_Stdint_3Tests[] = {
2504 { TT_EGREP, zDarwin_Stdint_3Select0, (regex_t*)NULL }, };
2507 * Fix Command Arguments for Darwin_Stdint_3
2509 static const char* apzDarwin_Stdint_3Patch[] = {
2511 "#if __WORDSIZE == 64\n\
2512 #define UINTPTR_MAX 18446744073709551615UL\n\
2514 #define UINTPTR_MAX 4294967295UL\n\
2518 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2520 * Description of Darwin_Stdint_4 fix
2522 tSCC zDarwin_Stdint_4Name[] =
2526 * File name selection pattern
2528 tSCC zDarwin_Stdint_4List[] =
2529 "stdint-darwin.h\0stdint.h\0";
2531 * Machine/OS name selection pattern
2533 tSCC* apzDarwin_Stdint_4Machs[] = {
2535 (const char*)NULL };
2538 * content selection pattern - do fix if pattern found
2540 tSCC zDarwin_Stdint_4Select0[] =
2541 "#if __WORDSIZE == 64\n\
2542 #define SIZE_MAX[ \t]+UINT64_MAX\n\
2544 #define SIZE_MAX[ \t]+UINT32_MAX\n\
2547 #define DARWIN_STDINT_4_TEST_CT 1
2548 static tTestDesc aDarwin_Stdint_4Tests[] = {
2549 { TT_EGREP, zDarwin_Stdint_4Select0, (regex_t*)NULL }, };
2552 * Fix Command Arguments for Darwin_Stdint_4
2554 static const char* apzDarwin_Stdint_4Patch[] = {
2556 "#if __WORDSIZE == 64\n\
2557 #define SIZE_MAX 18446744073709551615UL\n\
2559 #define SIZE_MAX 4294967295UL\n\
2563 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2565 * Description of Darwin_Stdint_5 fix
2567 tSCC zDarwin_Stdint_5Name[] =
2571 * File name selection pattern
2573 tSCC zDarwin_Stdint_5List[] =
2574 "stdint-darwin.h\0stdint.h\0";
2576 * Machine/OS name selection pattern
2578 tSCC* apzDarwin_Stdint_5Machs[] = {
2580 (const char*)NULL };
2583 * content selection pattern - do fix if pattern found
2585 tSCC zDarwin_Stdint_5Select0[] =
2586 "#define INTMAX_MIN[ \t]+INT64_MIN\n\
2587 #define INTMAX_MAX[ \t]+INT64_MAX\n\n\
2588 #define UINTMAX_MAX[ \t]+UINT64_MAX";
2590 #define DARWIN_STDINT_5_TEST_CT 1
2591 static tTestDesc aDarwin_Stdint_5Tests[] = {
2592 { TT_EGREP, zDarwin_Stdint_5Select0, (regex_t*)NULL }, };
2595 * Fix Command Arguments for Darwin_Stdint_5
2597 static const char* apzDarwin_Stdint_5Patch[] = {
2599 "#if __WORDSIZE == 64\n\
2600 #define INTMAX_MIN (-9223372036854775807L - 1)\n\
2601 #define INTMAX_MAX 9223372036854775807L\n\
2602 #define UINTMAX_MAX 18446744073709551615UL\n\
2604 #define INTMAX_MIN (-9223372036854775807LL - 1)\n\
2605 #define INTMAX_MAX 9223372036854775807LL\n\
2606 #define UINTMAX_MAX 18446744073709551615ULL\n\
2610 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2612 * Description of Darwin_Stdint_6 fix
2614 tSCC zDarwin_Stdint_6Name[] =
2618 * File name selection pattern
2620 tSCC zDarwin_Stdint_6List[] =
2621 "stdint-darwin.h\0stdint.h\0";
2623 * Machine/OS name selection pattern
2625 tSCC* apzDarwin_Stdint_6Machs[] = {
2627 (const char*)NULL };
2630 * content selection pattern - do fix if pattern found
2632 tSCC zDarwin_Stdint_6Select0[] =
2633 "#if __WORDSIZE == 64\n\
2634 #define PTRDIFF_MIN[ \t]+INT64_MIN\n\
2635 #define PTRDIFF_MAX[ \t]+INT64_MAX\n\
2637 #define PTRDIFF_MIN[ \t]+INT32_MIN\n\
2638 #define PTRDIFF_MAX[ \t]+INT32_MAX\n\
2641 #define DARWIN_STDINT_6_TEST_CT 1
2642 static tTestDesc aDarwin_Stdint_6Tests[] = {
2643 { TT_EGREP, zDarwin_Stdint_6Select0, (regex_t*)NULL }, };
2646 * Fix Command Arguments for Darwin_Stdint_6
2648 static const char* apzDarwin_Stdint_6Patch[] = {
2650 "#if __WORDSIZE == 64\n\
2651 #define PTRDIFF_MIN (-9223372036854775807L - 1)\n\
2652 #define PTRDIFF_MAX 9223372036854775807L\n\
2654 #define PTRDIFF_MIN (-2147483647 - 1)\n\
2655 #define PTRDIFF_MAX 2147483647\n\
2659 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2661 * Description of Darwin_Stdint_7 fix
2663 tSCC zDarwin_Stdint_7Name[] =
2667 * File name selection pattern
2669 tSCC zDarwin_Stdint_7List[] =
2670 "stdint-darwin.h\0stdint.h\0";
2672 * Machine/OS name selection pattern
2674 tSCC* apzDarwin_Stdint_7Machs[] = {
2676 (const char*)NULL };
2679 * content selection pattern - do fix if pattern found
2681 tSCC zDarwin_Stdint_7Select0[] =
2682 "#define INTMAX_C\\(v\\)[ \t]+\\(v ## LL\\)\n\
2683 #define UINTMAX_C\\(v\\)[ \t]+\\(v ## ULL\\)";
2685 #define DARWIN_STDINT_7_TEST_CT 1
2686 static tTestDesc aDarwin_Stdint_7Tests[] = {
2687 { TT_EGREP, zDarwin_Stdint_7Select0, (regex_t*)NULL }, };
2690 * Fix Command Arguments for Darwin_Stdint_7
2692 static const char* apzDarwin_Stdint_7Patch[] = {
2694 "#if __WORDSIZE == 64\n\
2695 #define INTMAX_C(v) (v ## L)\n\
2696 #define UINTMAX_C(v) (v ## UL)\n\
2698 #define INTMAX_C(v) (v ## LL)\n\
2699 #define UINTMAX_C(v) (v ## ULL)\n\
2703 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2705 * Description of Dec_Intern_Asm fix
2707 tSCC zDec_Intern_AsmName[] =
2711 * File name selection pattern
2713 tSCC zDec_Intern_AsmList[] =
2716 * Machine/OS name selection pattern
2718 #define apzDec_Intern_AsmMachs (const char**)NULL
2719 #define DEC_INTERN_ASM_TEST_CT 0
2720 #define aDec_Intern_AsmTests (tTestDesc*)NULL
2723 * Fix Command Arguments for Dec_Intern_Asm
2725 static const char* apzDec_Intern_AsmPatch[] = { sed_cmd_z,
2726 "-e", "/^[ \t]*float[ \t]*fasm/i\\\n\
2728 "-e", "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n\
2732 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2734 * Description of Djgpp_Wchar_H fix
2736 tSCC zDjgpp_Wchar_HName[] =
2740 * File name selection pattern
2742 #define zDjgpp_Wchar_HList (char*)NULL
2744 * Machine/OS name selection pattern
2746 #define apzDjgpp_Wchar_HMachs (const char**)NULL
2749 * content selection pattern - do fix if pattern found
2751 tSCC zDjgpp_Wchar_HSelect0[] =
2755 * content bypass pattern - skip fix if pattern found
2757 tSCC zDjgpp_Wchar_HBypass0[] =
2760 #define DJGPP_WCHAR_H_TEST_CT 2
2761 static tTestDesc aDjgpp_Wchar_HTests[] = {
2762 { TT_NEGREP, zDjgpp_Wchar_HBypass0, (regex_t*)NULL },
2763 { TT_EGREP, zDjgpp_Wchar_HSelect0, (regex_t*)NULL }, };
2766 * Fix Command Arguments for Djgpp_Wchar_H
2768 static const char* apzDjgpp_Wchar_HPatch[] = {
2771 #include <sys/djtypes.h>",
2772 "#include <stddef.h>",
2775 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2777 * Description of Ecd_Cursor fix
2779 tSCC zEcd_CursorName[] =
2783 * File name selection pattern
2785 tSCC zEcd_CursorList[] =
2786 "sunwindow/win_lock.h\0sunwindow/win_cursor.h\0";
2788 * Machine/OS name selection pattern
2790 #define apzEcd_CursorMachs (const char**)NULL
2793 * content selection pattern - do fix if pattern found
2795 tSCC zEcd_CursorSelect0[] =
2798 #define ECD_CURSOR_TEST_CT 1
2799 static tTestDesc aEcd_CursorTests[] = {
2800 { TT_EGREP, zEcd_CursorSelect0, (regex_t*)NULL }, };
2803 * Fix Command Arguments for Ecd_Cursor
2805 static const char* apzEcd_CursorPatch[] = {
2810 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2812 * Description of Feraiseexcept_Nosse_Divbyzero fix
2814 tSCC zFeraiseexcept_Nosse_DivbyzeroName[] =
2815 "feraiseexcept_nosse_divbyzero";
2818 * File name selection pattern
2820 tSCC zFeraiseexcept_Nosse_DivbyzeroList[] =
2821 "bits/fenv.h\0*/bits/fenv.h\0";
2823 * Machine/OS name selection pattern
2825 tSCC* apzFeraiseexcept_Nosse_DivbyzeroMachs[] = {
2826 "i[34567]86-*-linux*",
2829 (const char*)NULL };
2832 * content selection pattern - do fix if pattern found
2834 tSCC zFeraiseexcept_Nosse_DivbyzeroSelect0[] =
2835 "^([\t ]*)__asm__ __volatile__ \\(\"divss %1, %0 *\" : : \"x\" \\(__f\\), \"x\" \\(__g\\)\\);$";
2838 * content bypass pattern - skip fix if pattern found
2840 tSCC zFeraiseexcept_Nosse_DivbyzeroBypass0[] =
2841 "\"fdivp .*; fwait\"";
2843 #define FERAISEEXCEPT_NOSSE_DIVBYZERO_TEST_CT 2
2844 static tTestDesc aFeraiseexcept_Nosse_DivbyzeroTests[] = {
2845 { TT_NEGREP, zFeraiseexcept_Nosse_DivbyzeroBypass0, (regex_t*)NULL },
2846 { TT_EGREP, zFeraiseexcept_Nosse_DivbyzeroSelect0, (regex_t*)NULL }, };
2849 * Fix Command Arguments for Feraiseexcept_Nosse_Divbyzero
2851 static const char* apzFeraiseexcept_Nosse_DivbyzeroPatch[] = {
2853 "# ifdef __SSE_MATH__\n\
2856 %1__asm__ __volatile__ (\"fdivp %%%%st, %%%%st(1); fwait\"\n\
2857 %1\t\t\t: \"=t\" (__f) : \"0\" (__f), \"u\" (__g) : \"st(1)\");\n\
2861 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2863 * Description of Feraiseexcept_Nosse_Invalid fix
2865 tSCC zFeraiseexcept_Nosse_InvalidName[] =
2866 "feraiseexcept_nosse_invalid";
2869 * File name selection pattern
2871 tSCC zFeraiseexcept_Nosse_InvalidList[] =
2872 "bits/fenv.h\0*/bits/fenv.h\0";
2874 * Machine/OS name selection pattern
2876 tSCC* apzFeraiseexcept_Nosse_InvalidMachs[] = {
2877 "i[34567]86-*-linux*",
2880 (const char*)NULL };
2883 * content selection pattern - do fix if pattern found
2885 tSCC zFeraiseexcept_Nosse_InvalidSelect0[] =
2886 "^([\t ]*)__asm__ __volatile__ \\(\"divss %0, %0 *\" : : \"x\" \\(__f\\)\\);$";
2889 * content bypass pattern - skip fix if pattern found
2891 tSCC zFeraiseexcept_Nosse_InvalidBypass0[] =
2892 "\"fdiv .*; fwait\"";
2894 #define FERAISEEXCEPT_NOSSE_INVALID_TEST_CT 2
2895 static tTestDesc aFeraiseexcept_Nosse_InvalidTests[] = {
2896 { TT_NEGREP, zFeraiseexcept_Nosse_InvalidBypass0, (regex_t*)NULL },
2897 { TT_EGREP, zFeraiseexcept_Nosse_InvalidSelect0, (regex_t*)NULL }, };
2900 * Fix Command Arguments for Feraiseexcept_Nosse_Invalid
2902 static const char* apzFeraiseexcept_Nosse_InvalidPatch[] = {
2904 "# ifdef __SSE_MATH__\n\
2907 %1__asm__ __volatile__ (\"fdiv %%%%st, %%%%st(0); fwait\"\n\
2908 %1\t\t\t: \"=t\" (__f) : \"0\" (__f));\n\
2912 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2914 * Description of Freebsd_Gcc3_Breakage fix
2916 tSCC zFreebsd_Gcc3_BreakageName[] =
2917 "freebsd_gcc3_breakage";
2920 * File name selection pattern
2922 tSCC zFreebsd_Gcc3_BreakageList[] =
2925 * Machine/OS name selection pattern
2927 tSCC* apzFreebsd_Gcc3_BreakageMachs[] = {
2929 (const char*)NULL };
2932 * content selection pattern - do fix if pattern found
2934 tSCC zFreebsd_Gcc3_BreakageSelect0[] =
2935 "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$";
2938 * content bypass pattern - skip fix if pattern found
2940 tSCC zFreebsd_Gcc3_BreakageBypass0[] =
2941 "__GNUC__[ \\t]*([>=]=[ \\t]*[3-9]|>[ \\t]*2)";
2943 #define FREEBSD_GCC3_BREAKAGE_TEST_CT 2
2944 static tTestDesc aFreebsd_Gcc3_BreakageTests[] = {
2945 { TT_NEGREP, zFreebsd_Gcc3_BreakageBypass0, (regex_t*)NULL },
2946 { TT_EGREP, zFreebsd_Gcc3_BreakageSelect0, (regex_t*)NULL }, };
2949 * Fix Command Arguments for Freebsd_Gcc3_Breakage
2951 static const char* apzFreebsd_Gcc3_BreakagePatch[] = {
2953 "%0 || __GNUC__ >= 3",
2956 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2958 * Description of Freebsd_Gcc4_Breakage fix
2960 tSCC zFreebsd_Gcc4_BreakageName[] =
2961 "freebsd_gcc4_breakage";
2964 * File name selection pattern
2966 tSCC zFreebsd_Gcc4_BreakageList[] =
2969 * Machine/OS name selection pattern
2971 tSCC* apzFreebsd_Gcc4_BreakageMachs[] = {
2973 (const char*)NULL };
2976 * content selection pattern - do fix if pattern found
2978 tSCC zFreebsd_Gcc4_BreakageSelect0[] =
2979 "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \\|\\| __GNUC__ == 3$";
2981 #define FREEBSD_GCC4_BREAKAGE_TEST_CT 1
2982 static tTestDesc aFreebsd_Gcc4_BreakageTests[] = {
2983 { TT_EGREP, zFreebsd_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
2986 * Fix Command Arguments for Freebsd_Gcc4_Breakage
2988 static const char* apzFreebsd_Gcc4_BreakagePatch[] = {
2990 "#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3",
2993 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2995 * Description of Glibc_C99_Inline_1 fix
2997 tSCC zGlibc_C99_Inline_1Name[] =
2998 "glibc_c99_inline_1";
3001 * File name selection pattern
3003 tSCC zGlibc_C99_Inline_1List[] =
3004 "features.h\0*/features.h\0";
3006 * Machine/OS name selection pattern
3008 #define apzGlibc_C99_Inline_1Machs (const char**)NULL
3011 * content selection pattern - do fix if pattern found
3013 tSCC zGlibc_C99_Inline_1Select0[] =
3014 "^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$";
3016 #define GLIBC_C99_INLINE_1_TEST_CT 1
3017 static tTestDesc aGlibc_C99_Inline_1Tests[] = {
3018 { TT_EGREP, zGlibc_C99_Inline_1Select0, (regex_t*)NULL }, };
3021 * Fix Command Arguments for Glibc_C99_Inline_1
3023 static const char* apzGlibc_C99_Inline_1Patch[] = {
3025 "%0 && (defined __extern_inline || defined __GNUC_GNU_INLINE__)",
3028 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3030 * Description of Glibc_C99_Inline_1a fix
3032 tSCC zGlibc_C99_Inline_1aName[] =
3033 "glibc_c99_inline_1a";
3036 * File name selection pattern
3038 tSCC zGlibc_C99_Inline_1aList[] =
3039 "features.h\0*/features.h\0";
3041 * Machine/OS name selection pattern
3043 #define apzGlibc_C99_Inline_1aMachs (const char**)NULL
3046 * content selection pattern - do fix if pattern found
3048 tSCC zGlibc_C99_Inline_1aSelect0[] =
3049 "(\\) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__)\n\
3050 (#[ \t]*define[ \t]*__USE_EXTERN_INLINES[ \t]*1)";
3052 #define GLIBC_C99_INLINE_1A_TEST_CT 1
3053 static tTestDesc aGlibc_C99_Inline_1aTests[] = {
3054 { TT_EGREP, zGlibc_C99_Inline_1aSelect0, (regex_t*)NULL }, };
3057 * Fix Command Arguments for Glibc_C99_Inline_1a
3059 static const char* apzGlibc_C99_Inline_1aPatch[] = {
3061 "%1 && (defined __extern_inline || defined __GNUC_GNU_INLINE__)\n\
3065 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3067 * Description of Glibc_C99_Inline_2 fix
3069 tSCC zGlibc_C99_Inline_2Name[] =
3070 "glibc_c99_inline_2";
3073 * File name selection pattern
3075 tSCC zGlibc_C99_Inline_2List[] =
3076 "sys/stat.h\0*/sys/stat.h\0";
3078 * Machine/OS name selection pattern
3080 #define apzGlibc_C99_Inline_2Machs (const char**)NULL
3083 * content selection pattern - do fix if pattern found
3085 tSCC zGlibc_C99_Inline_2Select0[] =
3086 "extern __inline__ int";
3088 #define GLIBC_C99_INLINE_2_TEST_CT 1
3089 static tTestDesc aGlibc_C99_Inline_2Tests[] = {
3090 { TT_EGREP, zGlibc_C99_Inline_2Select0, (regex_t*)NULL }, };
3093 * Fix Command Arguments for Glibc_C99_Inline_2
3095 static const char* apzGlibc_C99_Inline_2Patch[] = { sed_cmd_z,
3096 "-e", "s/extern int \\(stat\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
3099 __inline__ int \\1/",
3100 "-e", "s/extern int \\([lf]stat\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
3103 __inline__ int \\1/",
3104 "-e", "s/extern int \\(mknod\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
3107 __inline__ int \\1/",
3108 "-e", "s/extern int __REDIRECT\\(_NTH\\)\\{0,1\\} (\\(stat\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
3111 __inline__ int __REDIRECT\\1 (\\2/",
3112 "-e", "s/extern int __REDIRECT\\(_NTH\\)\\{0,1\\} (\\([lf]stat\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
3115 __inline__ int __REDIRECT\\1 (\\2/",
3116 "-e", "s/^extern __inline__ int/#ifdef __GNUC_GNU_INLINE__\\\n\
3122 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3124 * Description of Glibc_C99_Inline_3 fix
3126 tSCC zGlibc_C99_Inline_3Name[] =
3127 "glibc_c99_inline_3";
3130 * File name selection pattern
3132 tSCC zGlibc_C99_Inline_3List[] =
3133 "bits/string2.h\0*/bits/string2.h\0";
3135 * Machine/OS name selection pattern
3137 #define apzGlibc_C99_Inline_3Machs (const char**)NULL
3140 * content selection pattern - do fix if pattern found
3142 tSCC zGlibc_C99_Inline_3Select0[] =
3146 * content bypass pattern - skip fix if pattern found
3148 tSCC zGlibc_C99_Inline_3Bypass0[] =
3149 "__extern_inline|__GNU_STDC_INLINE__";
3151 #define GLIBC_C99_INLINE_3_TEST_CT 2
3152 static tTestDesc aGlibc_C99_Inline_3Tests[] = {
3153 { TT_NEGREP, zGlibc_C99_Inline_3Bypass0, (regex_t*)NULL },
3154 { TT_EGREP, zGlibc_C99_Inline_3Select0, (regex_t*)NULL }, };
3157 * Fix Command Arguments for Glibc_C99_Inline_3
3159 static const char* apzGlibc_C99_Inline_3Patch[] = {
3161 "# if defined(__cplusplus) || defined(__GNUC_STDC_INLINE__)",
3162 "^# ifdef __cplusplus$",
3165 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3167 * Description of Glibc_C99_Inline_4 fix
3169 tSCC zGlibc_C99_Inline_4Name[] =
3170 "glibc_c99_inline_4";
3173 * File name selection pattern
3175 tSCC zGlibc_C99_Inline_4List[] =
3176 "sys/sysmacros.h\0*/sys/sysmacros.h\0wchar.h\0*/wchar.h\0";
3178 * Machine/OS name selection pattern
3180 #define apzGlibc_C99_Inline_4Machs (const char**)NULL
3183 * content selection pattern - do fix if pattern found
3185 tSCC zGlibc_C99_Inline_4Select0[] =
3186 "(^| )extern __inline";
3189 * content bypass pattern - skip fix if pattern found
3191 tSCC zGlibc_C99_Inline_4Bypass0[] =
3192 "__extern_inline|__gnu_inline__";
3194 #define GLIBC_C99_INLINE_4_TEST_CT 2
3195 static tTestDesc aGlibc_C99_Inline_4Tests[] = {
3196 { TT_NEGREP, zGlibc_C99_Inline_4Bypass0, (regex_t*)NULL },
3197 { TT_EGREP, zGlibc_C99_Inline_4Select0, (regex_t*)NULL }, };
3200 * Fix Command Arguments for Glibc_C99_Inline_4
3202 static const char* apzGlibc_C99_Inline_4Patch[] = {
3204 "%0 __attribute__ ((__gnu_inline__))",
3207 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3209 * Description of Glibc_Mutex_Init fix
3211 tSCC zGlibc_Mutex_InitName[] =
3215 * File name selection pattern
3217 tSCC zGlibc_Mutex_InitList[] =
3220 * Machine/OS name selection pattern
3222 #define apzGlibc_Mutex_InitMachs (const char**)NULL
3225 * content selection pattern - do fix if pattern found
3227 tSCC zGlibc_Mutex_InitSelect0[] =
3228 "\\{ *\\{ *0, *\\} *\\}";
3230 #define GLIBC_MUTEX_INIT_TEST_CT 1
3231 static tTestDesc aGlibc_Mutex_InitTests[] = {
3232 { TT_EGREP, zGlibc_Mutex_InitSelect0, (regex_t*)NULL }, };
3235 * Fix Command Arguments for Glibc_Mutex_Init
3237 static const char* apzGlibc_Mutex_InitPatch[] = { sed_cmd_z,
3238 "-e", "/define[ \t]\\{1,\\}PTHREAD_MUTEX_INITIALIZER[ \t]*\\\\/{\n\
3240 s/{ { 0, } }/{ { 0, 0, 0, 0, 0, 0 } }/\n\
3242 "-e", "s/{ \\(0, 0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\)_NP\\) }/{ \\1, 0 }/",
3243 "-e", "s/{ \\(0, 0, 0, 0, PTHREAD_MUTEX_\\(ERRORCHECK\\)_NP\\) }/{ \\1, 0 }/",
3244 "-e", "s/{ \\(0, 0, 0, 0, PTHREAD_MUTEX_\\(ADAPTIVE\\)_NP\\) }/{ \\1, 0 }/",
3245 "-e", "s/{ \\(0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\)_NP\\) }/{ \\1, 0, 0 }/",
3246 "-e", "s/{ \\(0, 0, 0, PTHREAD_MUTEX_\\(ERRORCHECK\\)_NP\\) }/{ \\1, 0, 0 }/",
3247 "-e", "s/{ \\(0, 0, 0, PTHREAD_MUTEX_\\(ADAPTIVE\\)_NP\\) }/{ \\1, 0, 0 }/",
3248 "-e", "/define[ \t]\\{1,\\}PTHREAD_RWLOCK_INITIALIZER[ \t]*\\\\/N;s/^[ \t]*#[ \t]*\\(define[ \t]\\{1,\\}PTHREAD_RWLOCK_INITIALIZER[ \t]*\\\\\\)\\n[ \t]*{ { 0, } }/# if __WORDSIZE == 64\\\n\
3250 { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }\\\n\
3253 { { 0, 0, 0, 0, 0, 0, 0, 0 } }\\\n\
3255 "-e", "s/{ \\(0, 0, 0, 0, 0, 0, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP\\) }/{ \\1, 0 }/",
3256 "-e", "/define[ \t]\\{1,\\}PTHREAD_COND_INITIALIZER/s/{ { 0, } }/{ { 0, 0, 0, 0, 0, (void *) 0, 0, 0 } }/",
3259 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3261 * Description of Glibc_Stdint fix
3263 tSCC zGlibc_StdintName[] =
3267 * File name selection pattern
3269 tSCC zGlibc_StdintList[] =
3272 * Machine/OS name selection pattern
3274 #define apzGlibc_StdintMachs (const char**)NULL
3277 * content selection pattern - do fix if pattern found
3279 tSCC zGlibc_StdintSelect0[] =
3282 #define GLIBC_STDINT_TEST_CT 1
3283 static tTestDesc aGlibc_StdintTests[] = {
3284 { TT_EGREP, zGlibc_StdintSelect0, (regex_t*)NULL }, };
3287 * Fix Command Arguments for Glibc_Stdint
3289 static const char* apzGlibc_StdintPatch[] = {
3291 "# define UINT8_C(c)\tc\n\
3292 # define UINT16_C(c)\tc",
3293 "# define UINT8_C\\(c\\)\tc ## U\n\
3294 # define UINT16_C\\(c\\)\tc ## U",
3297 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3299 * Description of Glibc_Strncpy fix
3301 tSCC zGlibc_StrncpyName[] =
3305 * File name selection pattern
3307 tSCC zGlibc_StrncpyList[] =
3308 "bits/string2.h\0*/bits/string2.h\0";
3310 * Machine/OS name selection pattern
3312 #define apzGlibc_StrncpyMachs (const char**)NULL
3315 * content bypass pattern - skip fix if pattern found
3317 tSCC zGlibc_StrncpyBypass0[] =
3318 "__builtin_strncpy";
3320 #define GLIBC_STRNCPY_TEST_CT 1
3321 static tTestDesc aGlibc_StrncpyTests[] = {
3322 { TT_NEGREP, zGlibc_StrncpyBypass0, (regex_t*)NULL }, };
3325 * Fix Command Arguments for Glibc_Strncpy
3327 static const char* apzGlibc_StrncpyPatch[] = {
3329 "# define strncpy(dest, src, n) __builtin_strncpy (dest, src, n)",
3330 "# define strncpy([^\n\
3336 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3338 * Description of Glibc_Tgmath fix
3340 tSCC zGlibc_TgmathName[] =
3344 * File name selection pattern
3346 tSCC zGlibc_TgmathList[] =
3349 * Machine/OS name selection pattern
3351 #define apzGlibc_TgmathMachs (const char**)NULL
3354 * content selection pattern - do fix if pattern found
3356 tSCC zGlibc_TgmathSelect0[] =
3357 "\\(\\(\\(type\\) 0.25\\) && \\(\\(type\\) 0.25 - 1\\)\\)";
3360 * content bypass pattern - skip fix if pattern found
3362 tSCC zGlibc_TgmathBypass0[] =
3363 "__floating_type\\(type\\) \\\\\n\
3364 .*__builtin_classify_type";
3366 #define GLIBC_TGMATH_TEST_CT 2
3367 static tTestDesc aGlibc_TgmathTests[] = {
3368 { TT_NEGREP, zGlibc_TgmathBypass0, (regex_t*)NULL },
3369 { TT_EGREP, zGlibc_TgmathSelect0, (regex_t*)NULL }, };
3372 * Fix Command Arguments for Glibc_Tgmath
3374 static const char* apzGlibc_TgmathPatch[] = {
3376 "(__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))",
3379 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3381 * Description of Gnu_Types fix
3383 tSCC zGnu_TypesName[] =
3387 * File name selection pattern
3389 tSCC zGnu_TypesList[] =
3390 "sys/types.h\0stdlib.h\0sys/stdtypes.h\0stddef.h\0memory.h\0unistd.h\0";
3392 * Machine/OS name selection pattern
3394 tSCC* apzGnu_TypesMachs[] = {
3395 "*-*-solaris2.1[0-9]*",
3396 (const char*)NULL };
3399 * content selection pattern - do fix if pattern found
3401 tSCC zGnu_TypesSelect0[] =
3402 "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
3405 * content bypass pattern - skip fix if pattern found
3407 tSCC zGnu_TypesBypass0[] =
3408 "_GCC_(PTRDIFF|SIZE|WCHAR)_T";
3410 #define GNU_TYPES_TEST_CT 2
3411 static tTestDesc aGnu_TypesTests[] = {
3412 { TT_NEGREP, zGnu_TypesBypass0, (regex_t*)NULL },
3413 { TT_EGREP, zGnu_TypesSelect0, (regex_t*)NULL }, };
3416 * Fix Command Arguments for Gnu_Types
3418 static const char* apzGnu_TypesPatch[] = {
3422 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3424 * Description of Hp_Inline fix
3426 tSCC zHp_InlineName[] =
3430 * File name selection pattern
3432 tSCC zHp_InlineList[] =
3433 "sys/spinlock.h\0machine/machparam.h\0";
3435 * Machine/OS name selection pattern
3437 #define apzHp_InlineMachs (const char**)NULL
3440 * content selection pattern - do fix if pattern found
3442 tSCC zHp_InlineSelect0[] =
3443 "[ \t]*#[ \t]*include[ \t]+\"\\.\\./machine/";
3445 #define HP_INLINE_TEST_CT 1
3446 static tTestDesc aHp_InlineTests[] = {
3447 { TT_EGREP, zHp_InlineSelect0, (regex_t*)NULL }, };
3450 * Fix Command Arguments for Hp_Inline
3452 static const char* apzHp_InlinePatch[] = {
3455 "([ \t]*#[ \t]*include[ \t]+)\"\\.\\./machine/([a-z]+)\\.h\"",
3458 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3460 * Description of Hp_Sysfile fix
3462 tSCC zHp_SysfileName[] =
3466 * File name selection pattern
3468 tSCC zHp_SysfileList[] =
3471 * Machine/OS name selection pattern
3473 #define apzHp_SysfileMachs (const char**)NULL
3476 * content selection pattern - do fix if pattern found
3478 tSCC zHp_SysfileSelect0[] =
3481 #define HP_SYSFILE_TEST_CT 1
3482 static tTestDesc aHp_SysfileTests[] = {
3483 { TT_EGREP, zHp_SysfileSelect0, (regex_t*)NULL }, };
3486 * Fix Command Arguments for Hp_Sysfile
3488 static const char* apzHp_SysfilePatch[] = {
3490 "(struct file *, ...)",
3494 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3496 * Description of Hppa_Hpux_Fp_Macros fix
3498 tSCC zHppa_Hpux_Fp_MacrosName[] =
3499 "hppa_hpux_fp_macros";
3502 * File name selection pattern
3504 tSCC zHppa_Hpux_Fp_MacrosList[] =
3507 * Machine/OS name selection pattern
3509 tSCC* apzHppa_Hpux_Fp_MacrosMachs[] = {
3511 (const char*)NULL };
3514 * content selection pattern - do fix if pattern found
3516 tSCC zHppa_Hpux_Fp_MacrosSelect0[] =
3517 "#[ \t]*define[ \t]*FP_NORMAL.*\n\
3518 #[ \t]*define[ \t]*FP_ZERO.*\n\
3519 #[ \t]*define[ \t]*FP_INFINITE.*\n\
3520 #[ \t]*define[ \t]*FP_SUBNORMAL.*\n\
3521 #[ \t]*define[ \t]*FP_NAN.*\n";
3523 #define HPPA_HPUX_FP_MACROS_TEST_CT 1
3524 static tTestDesc aHppa_Hpux_Fp_MacrosTests[] = {
3525 { TT_EGREP, zHppa_Hpux_Fp_MacrosSelect0, (regex_t*)NULL }, };
3528 * Fix Command Arguments for Hppa_Hpux_Fp_Macros
3530 static const char* apzHppa_Hpux_Fp_MacrosPatch[] = {
3532 "#endif /* _INCLUDE_HPUX_SOURCE */\n\n\
3533 #if defined(_INCLUDE_HPUX_SOURCE) || \\\n\
3534 (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))\n\
3536 #ifdef _INCLUDE_HPUX_SOURCE\n",
3539 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3541 * Description of Hpux10_Cpp_Pow_Inline fix
3543 tSCC zHpux10_Cpp_Pow_InlineName[] =
3544 "hpux10_cpp_pow_inline";
3547 * File name selection pattern
3549 tSCC zHpux10_Cpp_Pow_InlineList[] =
3550 "fixinc-test-limits.h\0math.h\0";
3552 * Machine/OS name selection pattern
3554 #define apzHpux10_Cpp_Pow_InlineMachs (const char**)NULL
3557 * content selection pattern - do fix if pattern found
3559 tSCC zHpux10_Cpp_Pow_InlineSelect0[] =
3560 "^# +ifdef +__cplusplus\n\
3562 +inline +double +pow\\(double +__d,int +__expon\\) +\\{\n\
3563 [ \t]+return +pow\\(__d,\\(double\\)__expon\\);\n\
3565 +extern +\"C\" +\\{\n\
3569 #define HPUX10_CPP_POW_INLINE_TEST_CT 1
3570 static tTestDesc aHpux10_Cpp_Pow_InlineTests[] = {
3571 { TT_EGREP, zHpux10_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
3574 * Fix Command Arguments for Hpux10_Cpp_Pow_Inline
3576 static const char* apzHpux10_Cpp_Pow_InlinePatch[] = {
3581 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3583 * Description of Hpux11_Cpp_Pow_Inline fix
3585 tSCC zHpux11_Cpp_Pow_InlineName[] =
3586 "hpux11_cpp_pow_inline";
3589 * File name selection pattern
3591 tSCC zHpux11_Cpp_Pow_InlineList[] =
3594 * Machine/OS name selection pattern
3596 #define apzHpux11_Cpp_Pow_InlineMachs (const char**)NULL
3599 * content selection pattern - do fix if pattern found
3601 tSCC zHpux11_Cpp_Pow_InlineSelect0[] =
3602 " +inline double pow\\(double d,int expon\\) \\{\n\
3603 +return pow\\(d, \\(double\\)expon\\);\n\
3606 #define HPUX11_CPP_POW_INLINE_TEST_CT 1
3607 static tTestDesc aHpux11_Cpp_Pow_InlineTests[] = {
3608 { TT_EGREP, zHpux11_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
3611 * Fix Command Arguments for Hpux11_Cpp_Pow_Inline
3613 static const char* apzHpux11_Cpp_Pow_InlinePatch[] = {
3618 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3620 * Description of Hpux10_Ctype_Declarations1 fix
3622 tSCC zHpux10_Ctype_Declarations1Name[] =
3623 "hpux10_ctype_declarations1";
3626 * File name selection pattern
3628 tSCC zHpux10_Ctype_Declarations1List[] =
3631 * Machine/OS name selection pattern
3633 #define apzHpux10_Ctype_Declarations1Machs (const char**)NULL
3636 * content selection pattern - do fix if pattern found
3638 tSCC zHpux10_Ctype_Declarations1Select0[] =
3639 "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
3642 * content bypass pattern - skip fix if pattern found
3644 tSCC zHpux10_Ctype_Declarations1Bypass0[] =
3645 "^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
3647 #define HPUX10_CTYPE_DECLARATIONS1_TEST_CT 2
3648 static tTestDesc aHpux10_Ctype_Declarations1Tests[] = {
3649 { TT_NEGREP, zHpux10_Ctype_Declarations1Bypass0, (regex_t*)NULL },
3650 { TT_EGREP, zHpux10_Ctype_Declarations1Select0, (regex_t*)NULL }, };
3653 * Fix Command Arguments for Hpux10_Ctype_Declarations1
3655 static const char* apzHpux10_Ctype_Declarations1Patch[] = {
3657 "#ifdef _PROTOTYPES\n\
3658 extern int __tolower(int);\n\
3659 extern int __toupper(int);\n\
3660 #else /* NOT _PROTOTYPES */\n\
3661 extern int __tolower();\n\
3662 extern int __toupper();\n\
3663 #endif /* _PROTOTYPES */\n\n\
3667 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3669 * Description of Hpux10_Ctype_Declarations2 fix
3671 tSCC zHpux10_Ctype_Declarations2Name[] =
3672 "hpux10_ctype_declarations2";
3675 * File name selection pattern
3677 tSCC zHpux10_Ctype_Declarations2List[] =
3680 * Machine/OS name selection pattern
3682 #define apzHpux10_Ctype_Declarations2Machs (const char**)NULL
3685 * content selection pattern - do fix if pattern found
3687 tSCC zHpux10_Ctype_Declarations2Select0[] =
3688 "^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
3691 * content bypass pattern - skip fix if pattern found
3693 tSCC zHpux10_Ctype_Declarations2Bypass0[] =
3694 "^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(";
3696 #define HPUX10_CTYPE_DECLARATIONS2_TEST_CT 2
3697 static tTestDesc aHpux10_Ctype_Declarations2Tests[] = {
3698 { TT_NEGREP, zHpux10_Ctype_Declarations2Bypass0, (regex_t*)NULL },
3699 { TT_EGREP, zHpux10_Ctype_Declarations2Select0, (regex_t*)NULL }, };
3702 * Fix Command Arguments for Hpux10_Ctype_Declarations2
3704 static const char* apzHpux10_Ctype_Declarations2Patch[] = {
3707 #ifdef _PROTOTYPES\n\
3708 extern int _isalnum(int);\n\
3709 extern int _isalpha(int);\n\
3710 extern int _iscntrl(int);\n\
3711 extern int _isdigit(int);\n\
3712 extern int _isgraph(int);\n\
3713 extern int _islower(int);\n\
3714 extern int _isprint(int);\n\
3715 extern int _ispunct(int);\n\
3716 extern int _isspace(int);\n\
3717 extern int _isupper(int);\n\
3718 extern int _isxdigit(int);\n\
3719 # else /* not _PROTOTYPES */\n\
3720 extern int _isalnum();\n\
3721 extern int _isalpha();\n\
3722 extern int _iscntrl();\n\
3723 extern int _isdigit();\n\
3724 extern int _isgraph();\n\
3725 extern int _islower();\n\
3726 extern int _isprint();\n\
3727 extern int _ispunct();\n\
3728 extern int _isspace();\n\
3729 extern int _isupper();\n\
3730 extern int _isxdigit();\n\
3731 #endif /* _PROTOTYPES */\n",
3734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3736 * Description of Hpux10_Stdio_Declarations fix
3738 tSCC zHpux10_Stdio_DeclarationsName[] =
3739 "hpux10_stdio_declarations";
3742 * File name selection pattern
3744 tSCC zHpux10_Stdio_DeclarationsList[] =
3747 * Machine/OS name selection pattern
3749 #define apzHpux10_Stdio_DeclarationsMachs (const char**)NULL
3752 * content selection pattern - do fix if pattern found
3754 tSCC zHpux10_Stdio_DeclarationsSelect0[] =
3755 "^#[ \t]*define _iob[ \t]*__iob";
3758 * content bypass pattern - skip fix if pattern found
3760 tSCC zHpux10_Stdio_DeclarationsBypass0[] =
3761 "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
3763 #define HPUX10_STDIO_DECLARATIONS_TEST_CT 2
3764 static tTestDesc aHpux10_Stdio_DeclarationsTests[] = {
3765 { TT_NEGREP, zHpux10_Stdio_DeclarationsBypass0, (regex_t*)NULL },
3766 { TT_EGREP, zHpux10_Stdio_DeclarationsSelect0, (regex_t*)NULL }, };
3769 * Fix Command Arguments for Hpux10_Stdio_Declarations
3771 static const char* apzHpux10_Stdio_DeclarationsPatch[] = {
3774 # if defined(__STDC__) || defined(__cplusplus)\n\
3775 extern int snprintf(char *, size_t, const char *, ...);\n\
3776 extern int vsnprintf(char *, size_t, const char *, __va_list);\n\
3777 # else /* not __STDC__) || __cplusplus */\n\
3778 extern int snprintf();\n\
3779 extern int vsnprintf();\n\
3780 # endif /* __STDC__) || __cplusplus */\n",
3783 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3785 * Description of Hpux11_Abs fix
3787 tSCC zHpux11_AbsName[] =
3791 * File name selection pattern
3793 tSCC zHpux11_AbsList[] =
3796 * Machine/OS name selection pattern
3798 tSCC* apzHpux11_AbsMachs[] = {
3800 (const char*)NULL };
3803 * content selection pattern - do fix if pattern found
3805 tSCC zHpux11_AbsSelect0[] =
3806 "ifndef _MATH_INCLUDED";
3808 #define HPUX11_ABS_TEST_CT 1
3809 static tTestDesc aHpux11_AbsTests[] = {
3810 { TT_EGREP, zHpux11_AbsSelect0, (regex_t*)NULL }, };
3813 * Fix Command Arguments for Hpux11_Abs
3815 static const char* apzHpux11_AbsPatch[] = {
3817 "if !defined(_MATH_INCLUDED) || defined(__GNUG__)",
3820 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3822 * Description of Hpux11_Extern_Sendfile fix
3824 tSCC zHpux11_Extern_SendfileName[] =
3825 "hpux11_extern_sendfile";
3828 * File name selection pattern
3830 tSCC zHpux11_Extern_SendfileList[] =
3833 * Machine/OS name selection pattern
3835 tSCC* apzHpux11_Extern_SendfileMachs[] = {
3836 "*-hp-hpux11.[12]*",
3837 (const char*)NULL };
3840 * content selection pattern - do fix if pattern found
3842 tSCC zHpux11_Extern_SendfileSelect0[] =
3843 "^[ \t]*extern sbsize_t sendfile.*\n\
3846 #define HPUX11_EXTERN_SENDFILE_TEST_CT 1
3847 static tTestDesc aHpux11_Extern_SendfileTests[] = {
3848 { TT_EGREP, zHpux11_Extern_SendfileSelect0, (regex_t*)NULL }, };
3851 * Fix Command Arguments for Hpux11_Extern_Sendfile
3853 static const char* apzHpux11_Extern_SendfilePatch[] = {
3855 "#ifndef _APP32_64BIT_OFF_T\n\
3859 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3861 * Description of Hpux11_Extern_Sendpath fix
3863 tSCC zHpux11_Extern_SendpathName[] =
3864 "hpux11_extern_sendpath";
3867 * File name selection pattern
3869 tSCC zHpux11_Extern_SendpathList[] =
3872 * Machine/OS name selection pattern
3874 tSCC* apzHpux11_Extern_SendpathMachs[] = {
3875 "*-hp-hpux11.[12]*",
3876 (const char*)NULL };
3879 * content selection pattern - do fix if pattern found
3881 tSCC zHpux11_Extern_SendpathSelect0[] =
3882 "^[ \t]*extern sbsize_t sendpath.*\n\
3885 #define HPUX11_EXTERN_SENDPATH_TEST_CT 1
3886 static tTestDesc aHpux11_Extern_SendpathTests[] = {
3887 { TT_EGREP, zHpux11_Extern_SendpathSelect0, (regex_t*)NULL }, };
3890 * Fix Command Arguments for Hpux11_Extern_Sendpath
3892 static const char* apzHpux11_Extern_SendpathPatch[] = {
3894 "#ifndef _APP32_64BIT_OFF_T\n\
3898 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3900 * Description of Hpux11_Fabsf fix
3902 tSCC zHpux11_FabsfName[] =
3906 * File name selection pattern
3908 tSCC zHpux11_FabsfList[] =
3911 * Machine/OS name selection pattern
3913 #define apzHpux11_FabsfMachs (const char**)NULL
3916 * content selection pattern - do fix if pattern found
3918 tSCC zHpux11_FabsfSelect0[] =
3919 "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
3922 * content bypass pattern - skip fix if pattern found
3924 tSCC zHpux11_FabsfBypass0[] =
3927 #define HPUX11_FABSF_TEST_CT 2
3928 static tTestDesc aHpux11_FabsfTests[] = {
3929 { TT_NEGREP, zHpux11_FabsfBypass0, (regex_t*)NULL },
3930 { TT_EGREP, zHpux11_FabsfSelect0, (regex_t*)NULL }, };
3933 * Fix Command Arguments for Hpux11_Fabsf
3935 static const char* apzHpux11_FabsfPatch[] = {
3937 "#ifndef __cplusplus\n\
3942 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3944 * Description of Hpux11_Pthread_Const fix
3946 tSCC zHpux11_Pthread_ConstName[] =
3947 "hpux11_pthread_const";
3950 * File name selection pattern
3952 tSCC zHpux11_Pthread_ConstList[] =
3955 * Machine/OS name selection pattern
3957 tSCC* apzHpux11_Pthread_ConstMachs[] = {
3958 "*-hp-hpux11.[0-3]*",
3959 (const char*)NULL };
3962 * content selection pattern - do fix if pattern found
3964 tSCC zHpux11_Pthread_ConstSelect0[] =
3965 "^#define[ \t]*__POINTER_SET[ \t]*\\(\\(void \\*\\) 1LL\\)";
3967 #define HPUX11_PTHREAD_CONST_TEST_CT 1
3968 static tTestDesc aHpux11_Pthread_ConstTests[] = {
3969 { TT_EGREP, zHpux11_Pthread_ConstSelect0, (regex_t*)NULL }, };
3972 * Fix Command Arguments for Hpux11_Pthread_Const
3974 static const char* apzHpux11_Pthread_ConstPatch[] = {
3976 "#define __POINTER_SET\t\t((void *) 1L)",
3979 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3981 * Description of Hpux11_Size_T fix
3983 tSCC zHpux11_Size_TName[] =
3987 * File name selection pattern
3989 #define zHpux11_Size_TList (char*)NULL
3991 * Machine/OS name selection pattern
3993 tSCC* apzHpux11_Size_TMachs[] = {
3995 (const char*)NULL };
3998 * content selection pattern - do fix if pattern found
4000 tSCC zHpux11_Size_TSelect0[] =
4003 #define HPUX11_SIZE_T_TEST_CT 1
4004 static tTestDesc aHpux11_Size_TTests[] = {
4005 { TT_EGREP, zHpux11_Size_TSelect0, (regex_t*)NULL }, };
4008 * Fix Command Arguments for Hpux11_Size_T
4010 static const char* apzHpux11_Size_TPatch[] = {
4015 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4017 * Description of Hpux11_Snprintf fix
4019 tSCC zHpux11_SnprintfName[] =
4023 * File name selection pattern
4025 tSCC zHpux11_SnprintfList[] =
4028 * Machine/OS name selection pattern
4030 #define apzHpux11_SnprintfMachs (const char**)NULL
4033 * content selection pattern - do fix if pattern found
4035 tSCC zHpux11_SnprintfSelect0[] =
4036 "(extern int snprintf *\\(char *\\*, *(|__|_hpux_)size_t,) *(char *\\*, *\\.\\.\\.\\);)";
4038 #define HPUX11_SNPRINTF_TEST_CT 1
4039 static tTestDesc aHpux11_SnprintfTests[] = {
4040 { TT_EGREP, zHpux11_SnprintfSelect0, (regex_t*)NULL }, };
4043 * Fix Command Arguments for Hpux11_Snprintf
4045 static const char* apzHpux11_SnprintfPatch[] = {
4050 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4052 * Description of Hpux11_Vsnprintf fix
4054 tSCC zHpux11_VsnprintfName[] =
4058 * File name selection pattern
4060 tSCC zHpux11_VsnprintfList[] =
4063 * Machine/OS name selection pattern
4065 #define apzHpux11_VsnprintfMachs (const char**)NULL
4068 * content selection pattern - do fix if pattern found
4070 tSCC zHpux11_VsnprintfSelect0[] =
4071 "(extern int vsnprintf\\(char \\*, _[hpux]*_size_t, const char \\*,) __va__list\\);";
4073 #define HPUX11_VSNPRINTF_TEST_CT 1
4074 static tTestDesc aHpux11_VsnprintfTests[] = {
4075 { TT_EGREP, zHpux11_VsnprintfSelect0, (regex_t*)NULL }, };
4078 * Fix Command Arguments for Hpux11_Vsnprintf
4080 static const char* apzHpux11_VsnprintfPatch[] = {
4085 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4087 * Description of Hpux8_Bogus_Inlines fix
4089 tSCC zHpux8_Bogus_InlinesName[] =
4090 "hpux8_bogus_inlines";
4093 * File name selection pattern
4095 tSCC zHpux8_Bogus_InlinesList[] =
4098 * Machine/OS name selection pattern
4100 #define apzHpux8_Bogus_InlinesMachs (const char**)NULL
4103 * content selection pattern - do fix if pattern found
4105 tSCC zHpux8_Bogus_InlinesSelect0[] =
4109 * content bypass pattern - skip fix if pattern found
4111 tSCC zHpux8_Bogus_InlinesBypass0[] =
4114 #define HPUX8_BOGUS_INLINES_TEST_CT 2
4115 static tTestDesc aHpux8_Bogus_InlinesTests[] = {
4116 { TT_NEGREP, zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL },
4117 { TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
4120 * Fix Command Arguments for Hpux8_Bogus_Inlines
4122 static const char* apzHpux8_Bogus_InlinesPatch[] = { sed_cmd_z,
4123 "-e", "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@",
4124 "-e", "s@inline double abs(double [a-z][a-z]*) {.*}@@",
4125 "-e", "s@inline int sqr(int [a-z][a-z]*) {.*}@@",
4126 "-e", "s@inline double sqr(double [a-z][a-z]*) {.*}@@",
4129 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4131 * Description of Hpux_C99_Intptr fix
4133 tSCC zHpux_C99_IntptrName[] =
4137 * File name selection pattern
4139 tSCC zHpux_C99_IntptrList[] =
4140 "stdint-hpux11.h\0stdint.h\0";
4142 * Machine/OS name selection pattern
4144 tSCC* apzHpux_C99_IntptrMachs[] = {
4146 (const char*)NULL };
4147 #define HPUX_C99_INTPTR_TEST_CT 0
4148 #define aHpux_C99_IntptrTests (tTestDesc*)NULL
4151 * Fix Command Arguments for Hpux_C99_Intptr
4153 static const char* apzHpux_C99_IntptrPatch[] = { sed_cmd_z,
4154 "-e", "s@^[ \t]*#[ \t]*define[ \t]*PTRDIFF_MAX[ \t]*INT32_MAX[ \t]*$@#define PTRDIFF_MAX (2147483647l)@",
4155 "-e", "s@^[ \t]*#[ \t]*define[ \t]*PTRDIFF_MIN[ \t]*INT32_MIN[ \t]*$@#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)@",
4156 "-e", "s@^[ \t]*#[ \t]*define[ \t]*INTPTR_MAX[ \t]*INT32_MAX[ \t]*$@#define INTPTR_MAX (2147483647l)@",
4157 "-e", "s@^[ \t]*#[ \t]*define[ \t]*INTPTR_MIN[ \t]*INT32_MIN[ \t]*$@#define INTPTR_MIN (-INTPTR_MAX - 1)@",
4158 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINTPTR_MAX[ \t]*UINT32_MAX[ \t]*$@#define UINTPTR_MAX (4294967295ul)@",
4159 "-e", "s@^[ \t]*#[ \t]*define[ \t]*SIZE_MAX[ \t]*UINT32_MAX[ \t]*$@#define SIZE_MAX (4294967295ul)@",
4162 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4164 * Description of Hpux_C99_Inttypes fix
4166 tSCC zHpux_C99_InttypesName[] =
4167 "hpux_c99_inttypes";
4170 * File name selection pattern
4172 tSCC zHpux_C99_InttypesList[] =
4173 "inttypes.h\0stdint-hpux11.h\0stdint.h\0";
4175 * Machine/OS name selection pattern
4177 tSCC* apzHpux_C99_InttypesMachs[] = {
4178 "*-hp-hpux11.[23]*",
4179 (const char*)NULL };
4180 #define HPUX_C99_INTTYPES_TEST_CT 0
4181 #define aHpux_C99_InttypesTests (tTestDesc*)NULL
4184 * Fix Command Arguments for Hpux_C99_Inttypes
4186 static const char* apzHpux_C99_InttypesPatch[] = { sed_cmd_z,
4187 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT8_C(__c)[ \t]*__CONCAT_U__(__c)[ \t]*$@#define UINT8_C(__c) (__c)@",
4188 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT16_C(__c)[ \t]*__CONCAT_U__(__c)[ \t]*$@#define UINT16_C(__c) (__c)@",
4189 "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT32_C(__c)[ \t]*__CONCAT__(__c,l)[ \t]*$@#define INT32_C(__c) (__c)@",
4190 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT32_C(__c)[ \t].*$@#define UINT32_C(__c) __CONCAT__(__c,u)@",
4193 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4195 * Description of Hpux_C99_Inttypes2 fix
4197 tSCC zHpux_C99_Inttypes2Name[] =
4198 "hpux_c99_inttypes2";
4201 * File name selection pattern
4203 tSCC zHpux_C99_Inttypes2List[] =
4204 "stdint-hpux11.h\0stdint.h\0";
4206 * Machine/OS name selection pattern
4208 tSCC* apzHpux_C99_Inttypes2Machs[] = {
4210 (const char*)NULL };
4211 #define HPUX_C99_INTTYPES2_TEST_CT 0
4212 #define aHpux_C99_Inttypes2Tests (tTestDesc*)NULL
4215 * Fix Command Arguments for Hpux_C99_Inttypes2
4217 static const char* apzHpux_C99_Inttypes2Patch[] = { sed_cmd_z,
4218 "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT8_C(__c)[ \t]*((signed char)(__c))[ \t]*$@#define INT8_C(__c) (__c)@",
4219 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT8_C(__c)[ \t]*((unsigned char)(__c))[ \t]*$@#define UINT8_C(__c) (__c)@",
4220 "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT16_C(__c)[ \t]*((short)(__c))[ \t]*$@#define INT16_C(__c) (__c)@",
4221 "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT16_C(__c)[ \t]*((unsigned short)(__c))[ \t]*$@#define UINT16_C(__c) (__c)@",
4224 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4226 * Description of Hpux_Ctype_Macros fix
4228 tSCC zHpux_Ctype_MacrosName[] =
4229 "hpux_ctype_macros";
4232 * File name selection pattern
4234 tSCC zHpux_Ctype_MacrosList[] =
4237 * Machine/OS name selection pattern
4239 #define apzHpux_Ctype_MacrosMachs (const char**)NULL
4242 * content selection pattern - do fix if pattern found
4244 tSCC zHpux_Ctype_MacrosSelect0[] =
4245 "((: |\\()__SB_masks \\? )(__SB_masks\\[__(alnum|c)\\] & _IS)";
4247 #define HPUX_CTYPE_MACROS_TEST_CT 1
4248 static tTestDesc aHpux_Ctype_MacrosTests[] = {
4249 { TT_EGREP, zHpux_Ctype_MacrosSelect0, (regex_t*)NULL }, };
4252 * Fix Command Arguments for Hpux_Ctype_Macros
4254 static const char* apzHpux_Ctype_MacrosPatch[] = {
4259 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4261 * Description of Hpux_Extern_Errno fix
4263 tSCC zHpux_Extern_ErrnoName[] =
4264 "hpux_extern_errno";
4267 * File name selection pattern
4269 tSCC zHpux_Extern_ErrnoList[] =
4272 * Machine/OS name selection pattern
4274 tSCC* apzHpux_Extern_ErrnoMachs[] = {
4276 "*-hp-hpux11.[0-2]*",
4277 (const char*)NULL };
4280 * content selection pattern - do fix if pattern found
4282 tSCC zHpux_Extern_ErrnoSelect0[] =
4283 "^[ \t]*extern int errno;$";
4285 #define HPUX_EXTERN_ERRNO_TEST_CT 1
4286 static tTestDesc aHpux_Extern_ErrnoTests[] = {
4287 { TT_EGREP, zHpux_Extern_ErrnoSelect0, (regex_t*)NULL }, };
4290 * Fix Command Arguments for Hpux_Extern_Errno
4292 static const char* apzHpux_Extern_ErrnoPatch[] = {
4294 "#ifdef __cplusplus\n\
4298 #ifdef __cplusplus\n\
4303 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4305 * Description of Hpux_Htonl fix
4307 tSCC zHpux_HtonlName[] =
4311 * File name selection pattern
4313 tSCC zHpux_HtonlList[] =
4316 * Machine/OS name selection pattern
4318 #define apzHpux_HtonlMachs (const char**)NULL
4321 * content selection pattern - do fix if pattern found
4323 tSCC zHpux_HtonlSelect0[] =
4324 "#ifndef _XOPEN_SOURCE_EXTENDED[ \t]*\n\
4326 \\* Macros for number representation conversion\\.\n\
4330 #define HPUX_HTONL_TEST_CT 1
4331 static tTestDesc aHpux_HtonlTests[] = {
4332 { TT_EGREP, zHpux_HtonlSelect0, (regex_t*)NULL }, };
4335 * Fix Command Arguments for Hpux_Htonl
4337 static const char* apzHpux_HtonlPatch[] = {
4343 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4345 * Description of Hpux_Imaginary_I fix
4347 tSCC zHpux_Imaginary_IName[] =
4351 * File name selection pattern
4353 tSCC zHpux_Imaginary_IList[] =
4356 * Machine/OS name selection pattern
4358 tSCC* apzHpux_Imaginary_IMachs[] = {
4360 (const char*)NULL };
4363 * content selection pattern - do fix if pattern found
4365 tSCC zHpux_Imaginary_ISelect0[] =
4366 "^[ \t]*#[ \t]*define[ \t]*_Complex_I.*";
4368 #define HPUX_IMAGINARY_I_TEST_CT 1
4369 static tTestDesc aHpux_Imaginary_ITests[] = {
4370 { TT_EGREP, zHpux_Imaginary_ISelect0, (regex_t*)NULL }, };
4373 * Fix Command Arguments for Hpux_Imaginary_I
4375 static const char* apzHpux_Imaginary_IPatch[] = {
4377 "#define _Complex_I (__extension__ 1.0iF)",
4380 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4382 * Description of Hpux_Inttype_Int8_T fix
4384 tSCC zHpux_Inttype_Int8_TName[] =
4385 "hpux_inttype_int8_t";
4388 * File name selection pattern
4390 tSCC zHpux_Inttype_Int8_TList[] =
4391 "sys/_inttypes.h\0";
4393 * Machine/OS name selection pattern
4395 tSCC* apzHpux_Inttype_Int8_TMachs[] = {
4397 (const char*)NULL };
4400 * content selection pattern - do fix if pattern found
4402 tSCC zHpux_Inttype_Int8_TSelect0[] =
4403 "^[ \t]*typedef[ \t]*char[ \t]*int(_least){0,1}8_t.*";
4405 #define HPUX_INTTYPE_INT8_T_TEST_CT 1
4406 static tTestDesc aHpux_Inttype_Int8_TTests[] = {
4407 { TT_EGREP, zHpux_Inttype_Int8_TSelect0, (regex_t*)NULL }, };
4410 * Fix Command Arguments for Hpux_Inttype_Int8_T
4412 static const char* apzHpux_Inttype_Int8_TPatch[] = {
4414 "typedef signed char int%18_t;",
4417 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4419 * Description of Hpux_Long_Double fix
4421 tSCC zHpux_Long_DoubleName[] =
4425 * File name selection pattern
4427 tSCC zHpux_Long_DoubleList[] =
4430 * Machine/OS name selection pattern
4432 tSCC* apzHpux_Long_DoubleMachs[] = {
4434 "*-*-hpux11.[012]*",
4435 (const char*)NULL };
4438 * content selection pattern - do fix if pattern found
4440 tSCC zHpux_Long_DoubleSelect0[] =
4441 "extern[ \t]long_double[ \t]strtold";
4444 * content bypass pattern - skip fix if pattern found
4446 tSCC zHpux_Long_DoubleBypass0[] =
4449 #define HPUX_LONG_DOUBLE_TEST_CT 2
4450 static tTestDesc aHpux_Long_DoubleTests[] = {
4451 { TT_NEGREP, zHpux_Long_DoubleBypass0, (regex_t*)NULL },
4452 { TT_EGREP, zHpux_Long_DoubleSelect0, (regex_t*)NULL }, };
4455 * Fix Command Arguments for Hpux_Long_Double
4457 static const char* apzHpux_Long_DoublePatch[] = { sed_cmd_z,
4458 "-e", "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D",
4459 "-e", "s/long_double/long double/g",
4462 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4464 * Description of Hpux_Long_Double_2 fix
4466 tSCC zHpux_Long_Double_2Name[] =
4467 "hpux_long_double_2";
4470 * File name selection pattern
4472 tSCC zHpux_Long_Double_2List[] =
4475 * Machine/OS name selection pattern
4477 tSCC* apzHpux_Long_Double_2Machs[] = {
4478 "hppa*-*-hpux11.3*",
4479 (const char*)NULL };
4482 * content selection pattern - do fix if pattern found
4484 tSCC zHpux_Long_Double_2Select0[] =
4485 "#[ \t]*if[ \t]*!defined\\(__ia64\\) \\|\\| defined\\(_PROTOTYPES\\) \\|\\| defined\\(_LONG_DOUBLE_STRUCT\\)";
4487 #define HPUX_LONG_DOUBLE_2_TEST_CT 1
4488 static tTestDesc aHpux_Long_Double_2Tests[] = {
4489 { TT_EGREP, zHpux_Long_Double_2Select0, (regex_t*)NULL }, };
4492 * Fix Command Arguments for Hpux_Long_Double_2
4494 static const char* apzHpux_Long_Double_2Patch[] = {
4496 "# if !defined(_PROTOTYPES) || defined(_LONG_DOUBLE_STRUCT)",
4499 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4501 * Description of Hpux_Pthread_Initializers fix
4503 tSCC zHpux_Pthread_InitializersName[] =
4504 "hpux_pthread_initializers";
4507 * File name selection pattern
4509 tSCC zHpux_Pthread_InitializersList[] =
4512 * Machine/OS name selection pattern
4514 tSCC* apzHpux_Pthread_InitializersMachs[] = {
4515 "*-hp-hpux11.[0-3]*",
4516 (const char*)NULL };
4517 #define HPUX_PTHREAD_INITIALIZERS_TEST_CT 0
4518 #define aHpux_Pthread_InitializersTests (tTestDesc*)NULL
4521 * Fix Command Arguments for Hpux_Pthread_Initializers
4523 static const char* apzHpux_Pthread_InitializersPatch[] = { sed_cmd_z,
4524 "-e", "s@^[ \t]*1, 1, 1, 1,[ \t]*\\\\@\t{ 1, 1, 1, 1 },\t\t\t\t\t\t\t\\\\@",
4525 "-e", "s@^[ \t]*1,[ \t]*\\\\@\t{ 1, 0 }@",
4526 "-e", "/^[ \t]*0$/d",
4527 "-e", "s@__PTHREAD_MUTEX_VALID, 0@{ __PTHREAD_MUTEX_VALID, 0 }@",
4528 "-e", "s@^[ \t]*0, 0, -1, 0,[ \t]*\\\\@\t{ 0, 0, -1, 0 },\t\t\t\t\t\t\\\\@",
4529 "-e", "s@0, __LWP_MTX_VALID, 0, 1, 1, 1, 1,[ \t]*\\\\@{ 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 },\t\t\t\\\\@",
4530 "-e", "s@^[ \t]*__LWP_MTX_VALID, 0, 1, 1, 1, 1,[ \t]*\\\\@\t{ 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 },\t\t\t\\\\@",
4531 "-e", "s@^[ \t]*0, 0[ \t]*\\\\@\t{ 0, 0 }\t\t\t\t\t\t\t\\\\@",
4532 "-e", "s@__PTHREAD_COND_VALID, 0@{ __PTHREAD_COND_VALID, 0 }@",
4533 "-e", "s@__LWP_COND_VALID, 0,[ \t]*\\\\@{ __LWP_COND_VALID, 0 },\t\t\t\t\t\\\\@",
4534 "-e", "s@__PTHREAD_RWLOCK_VALID, 0@{ __PTHREAD_RWLOCK_VALID, 0 }@",
4535 "-e", "s@__LWP_RWLOCK_VALID, 0,[ \t]*\\\\@{ __LWP_RWLOCK_VALID, 0 },\t\t\t\t\t\\\\@",
4536 "-e", "s@^[ \t]*0, 0, 0, 0, 0, 0, 0[ \t]*\\\\@\t{ 0, 0, 0, 0, 0 }, { 0, 0}\t\t\t\t\t\\\\@",
4539 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4541 * Description of Hpux_Spu_Info fix
4543 tSCC zHpux_Spu_InfoName[] =
4547 * File name selection pattern
4549 tSCC zHpux_Spu_InfoList[] =
4550 "ia64/sys/getppdp.h\0*/sys/getppdp.h\0";
4552 * Machine/OS name selection pattern
4554 tSCC* apzHpux_Spu_InfoMachs[] = {
4556 (const char*)NULL };
4559 * content selection pattern - do fix if pattern found
4561 tSCC zHpux_Spu_InfoSelect0[] =
4562 "^.*extern.*spu_info.*";
4564 #define HPUX_SPU_INFO_TEST_CT 1
4565 static tTestDesc aHpux_Spu_InfoTests[] = {
4566 { TT_EGREP, zHpux_Spu_InfoSelect0, (regex_t*)NULL }, };
4569 * Fix Command Arguments for Hpux_Spu_Info
4571 static const char* apzHpux_Spu_InfoPatch[] = {
4578 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4580 * Description of Hpux_Stdint_Least_Fast fix
4582 tSCC zHpux_Stdint_Least_FastName[] =
4583 "hpux_stdint_least_fast";
4586 * File name selection pattern
4588 tSCC zHpux_Stdint_Least_FastList[] =
4589 "stdint-hpux11.h\0stdint.h\0";
4591 * Machine/OS name selection pattern
4593 tSCC* apzHpux_Stdint_Least_FastMachs[] = {
4595 (const char*)NULL };
4598 * content selection pattern - do fix if pattern found
4600 tSCC zHpux_Stdint_Least_FastSelect0[] =
4601 "^[ \t]*#[ \t]*define[ \t]+UINT_(LEAST|FAST)64_MAX[ \t]+ULLONG_MAX";
4603 #define HPUX_STDINT_LEAST_FAST_TEST_CT 1
4604 static tTestDesc aHpux_Stdint_Least_FastTests[] = {
4605 { TT_EGREP, zHpux_Stdint_Least_FastSelect0, (regex_t*)NULL }, };
4608 * Fix Command Arguments for Hpux_Stdint_Least_Fast
4610 static const char* apzHpux_Stdint_Least_FastPatch[] = {
4612 "# define\tUINT_%164_MAX\t__UINT64_MAX__",
4615 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4617 * Description of Hpux_Systime fix
4619 tSCC zHpux_SystimeName[] =
4623 * File name selection pattern
4625 tSCC zHpux_SystimeList[] =
4628 * Machine/OS name selection pattern
4630 #define apzHpux_SystimeMachs (const char**)NULL
4633 * content selection pattern - do fix if pattern found
4635 tSCC zHpux_SystimeSelect0[] =
4636 "^extern struct sigevent;";
4638 #define HPUX_SYSTIME_TEST_CT 1
4639 static tTestDesc aHpux_SystimeTests[] = {
4640 { TT_EGREP, zHpux_SystimeSelect0, (regex_t*)NULL }, };
4643 * Fix Command Arguments for Hpux_Systime
4645 static const char* apzHpux_SystimePatch[] = {
4650 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4652 * Description of Huge_Val_Hex fix
4654 tSCC zHuge_Val_HexName[] =
4658 * File name selection pattern
4660 tSCC zHuge_Val_HexList[] =
4661 "bits/huge_val.h\0*/bits/huge_val.h\0";
4663 * Machine/OS name selection pattern
4665 #define apzHuge_Val_HexMachs (const char**)NULL
4668 * content selection pattern - do fix if pattern found
4670 tSCC zHuge_Val_HexSelect0[] =
4671 "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
4674 * content bypass pattern - skip fix if pattern found
4676 tSCC zHuge_Val_HexBypass0[] =
4677 "__builtin_huge_val";
4679 #define HUGE_VAL_HEX_TEST_CT 2
4680 static tTestDesc aHuge_Val_HexTests[] = {
4681 { TT_NEGREP, zHuge_Val_HexBypass0, (regex_t*)NULL },
4682 { TT_EGREP, zHuge_Val_HexSelect0, (regex_t*)NULL }, };
4685 * Fix Command Arguments for Huge_Val_Hex
4687 static const char* apzHuge_Val_HexPatch[] = {
4689 "#define HUGE_VAL (__builtin_huge_val())\n",
4692 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4694 * Description of Huge_Valf_Hex fix
4696 tSCC zHuge_Valf_HexName[] =
4700 * File name selection pattern
4702 tSCC zHuge_Valf_HexList[] =
4703 "bits/huge_val.h\0*/bits/huge_val.h\0";
4705 * Machine/OS name selection pattern
4707 #define apzHuge_Valf_HexMachs (const char**)NULL
4710 * content selection pattern - do fix if pattern found
4712 tSCC zHuge_Valf_HexSelect0[] =
4713 "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
4716 * content bypass pattern - skip fix if pattern found
4718 tSCC zHuge_Valf_HexBypass0[] =
4719 "__builtin_huge_valf";
4721 #define HUGE_VALF_HEX_TEST_CT 2
4722 static tTestDesc aHuge_Valf_HexTests[] = {
4723 { TT_NEGREP, zHuge_Valf_HexBypass0, (regex_t*)NULL },
4724 { TT_EGREP, zHuge_Valf_HexSelect0, (regex_t*)NULL }, };
4727 * Fix Command Arguments for Huge_Valf_Hex
4729 static const char* apzHuge_Valf_HexPatch[] = {
4731 "#define HUGE_VALF (__builtin_huge_valf())\n",
4734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4736 * Description of Huge_Vall_Hex fix
4738 tSCC zHuge_Vall_HexName[] =
4742 * File name selection pattern
4744 tSCC zHuge_Vall_HexList[] =
4745 "bits/huge_val.h\0*/bits/huge_val.h\0";
4747 * Machine/OS name selection pattern
4749 #define apzHuge_Vall_HexMachs (const char**)NULL
4752 * content selection pattern - do fix if pattern found
4754 tSCC zHuge_Vall_HexSelect0[] =
4755 "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
4758 * content bypass pattern - skip fix if pattern found
4760 tSCC zHuge_Vall_HexBypass0[] =
4761 "__builtin_huge_vall";
4763 #define HUGE_VALL_HEX_TEST_CT 2
4764 static tTestDesc aHuge_Vall_HexTests[] = {
4765 { TT_NEGREP, zHuge_Vall_HexBypass0, (regex_t*)NULL },
4766 { TT_EGREP, zHuge_Vall_HexSelect0, (regex_t*)NULL }, };
4769 * Fix Command Arguments for Huge_Vall_Hex
4771 static const char* apzHuge_Vall_HexPatch[] = {
4773 "#define HUGE_VALL (__builtin_huge_vall())\n",
4776 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4778 * Description of Int_Abort_Free_And_Exit fix
4780 tSCC zInt_Abort_Free_And_ExitName[] =
4781 "int_abort_free_and_exit";
4784 * File name selection pattern
4786 tSCC zInt_Abort_Free_And_ExitList[] =
4789 * Machine/OS name selection pattern
4791 #define apzInt_Abort_Free_And_ExitMachs (const char**)NULL
4794 * content selection pattern - do fix if pattern found
4796 tSCC zInt_Abort_Free_And_ExitSelect0[] =
4797 "int[ \t]+(abort|free|exit)[ \t]*\\(";
4800 * content bypass pattern - skip fix if pattern found
4802 tSCC zInt_Abort_Free_And_ExitBypass0[] =
4803 "_CLASSIC_ANSI_TYPES";
4805 #define INT_ABORT_FREE_AND_EXIT_TEST_CT 2
4806 static tTestDesc aInt_Abort_Free_And_ExitTests[] = {
4807 { TT_NEGREP, zInt_Abort_Free_And_ExitBypass0, (regex_t*)NULL },
4808 { TT_EGREP, zInt_Abort_Free_And_ExitSelect0, (regex_t*)NULL }, };
4811 * Fix Command Arguments for Int_Abort_Free_And_Exit
4813 static const char* apzInt_Abort_Free_And_ExitPatch[] = {
4818 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4820 * Description of Io_Quotes_Def fix
4822 tSCC zIo_Quotes_DefName[] =
4826 * File name selection pattern
4828 #define zIo_Quotes_DefList (char*)NULL
4830 * Machine/OS name selection pattern
4832 #define apzIo_Quotes_DefMachs (const char**)NULL
4835 * content selection pattern - do fix if pattern found
4837 tSCC zIo_Quotes_DefSelect0[] =
4838 "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
4840 #define IO_QUOTES_DEF_TEST_CT 1
4841 static tTestDesc aIo_Quotes_DefTests[] = {
4842 { TT_EGREP, zIo_Quotes_DefSelect0, (regex_t*)NULL }, };
4845 * Fix Command Arguments for Io_Quotes_Def
4847 static const char* apzIo_Quotes_DefPatch[] = {
4852 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4854 * Description of Io_Quotes_Use fix
4856 tSCC zIo_Quotes_UseName[] =
4860 * File name selection pattern
4862 #define zIo_Quotes_UseList (char*)NULL
4864 * Machine/OS name selection pattern
4866 #define apzIo_Quotes_UseMachs (const char**)NULL
4869 * content selection pattern - do fix if pattern found
4871 tSCC zIo_Quotes_UseSelect0[] =
4872 "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*\\( *[^,']";
4874 #define IO_QUOTES_USE_TEST_CT 1
4875 static tTestDesc aIo_Quotes_UseTests[] = {
4876 { TT_EGREP, zIo_Quotes_UseSelect0, (regex_t*)NULL }, };
4879 * Fix Command Arguments for Io_Quotes_Use
4881 static const char* apzIo_Quotes_UsePatch[] = {
4886 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4888 * Description of Ip_Missing_Semi fix
4890 tSCC zIp_Missing_SemiName[] =
4894 * File name selection pattern
4896 tSCC zIp_Missing_SemiList[] =
4899 * Machine/OS name selection pattern
4901 #define apzIp_Missing_SemiMachs (const char**)NULL
4904 * content selection pattern - do fix if pattern found
4906 tSCC zIp_Missing_SemiSelect0[] =
4909 #define IP_MISSING_SEMI_TEST_CT 1
4910 static tTestDesc aIp_Missing_SemiTests[] = {
4911 { TT_EGREP, zIp_Missing_SemiSelect0, (regex_t*)NULL }, };
4914 * Fix Command Arguments for Ip_Missing_Semi
4916 static const char* apzIp_Missing_SemiPatch[] = { sed_cmd_z,
4917 "-e", "/^struct/,/^};/s/}$/};/",
4920 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4922 * Description of Irix_Limits_Const fix
4924 tSCC zIrix_Limits_ConstName[] =
4925 "irix_limits_const";
4928 * File name selection pattern
4930 tSCC zIrix_Limits_ConstList[] =
4931 "fixinc-test-limits.h\0limits.h\0";
4933 * Machine/OS name selection pattern
4935 #define apzIrix_Limits_ConstMachs (const char**)NULL
4938 * content selection pattern - do fix if pattern found
4940 tSCC zIrix_Limits_ConstSelect0[] =
4943 #define IRIX_LIMITS_CONST_TEST_CT 1
4944 static tTestDesc aIrix_Limits_ConstTests[] = {
4945 { TT_EGREP, zIrix_Limits_ConstSelect0, (regex_t*)NULL }, };
4948 * Fix Command Arguments for Irix_Limits_Const
4950 static const char* apzIrix_Limits_ConstPatch[] = {
4955 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4957 * Description of Irix_Stdio_Va_List fix
4959 tSCC zIrix_Stdio_Va_ListName[] =
4960 "irix_stdio_va_list";
4963 * File name selection pattern
4965 tSCC zIrix_Stdio_Va_ListList[] =
4968 * Machine/OS name selection pattern
4970 #define apzIrix_Stdio_Va_ListMachs (const char**)NULL
4973 * content selection pattern - do fix if pattern found
4975 tSCC zIrix_Stdio_Va_ListSelect0[] =
4976 "/\\* va_list \\*/ char \\*";
4978 #define IRIX_STDIO_VA_LIST_TEST_CT 1
4979 static tTestDesc aIrix_Stdio_Va_ListTests[] = {
4980 { TT_EGREP, zIrix_Stdio_Va_ListSelect0, (regex_t*)NULL }, };
4983 * Fix Command Arguments for Irix_Stdio_Va_List
4985 static const char* apzIrix_Stdio_Va_ListPatch[] = {
4990 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4992 * Description of Kandr_Concat fix
4994 tSCC zKandr_ConcatName[] =
4998 * File name selection pattern
5000 tSCC zKandr_ConcatList[] =
5001 "sparc/asm_linkage.h\0sun*/asm_linkage.h\0arm/as_support.h\0arm/mc_type.h\0arm/xcb.h\0dev/chardefmac.h\0dev/ps_irq.h\0dev/screen.h\0dev/scsi.h\0sys/tty.h\0Xm.acorn/XmP.h\0bsd43/bsd43_.h\0";
5003 * Machine/OS name selection pattern
5005 #define apzKandr_ConcatMachs (const char**)NULL
5008 * content selection pattern - do fix if pattern found
5010 tSCC zKandr_ConcatSelect0[] =
5013 #define KANDR_CONCAT_TEST_CT 1
5014 static tTestDesc aKandr_ConcatTests[] = {
5015 { TT_EGREP, zKandr_ConcatSelect0, (regex_t*)NULL }, };
5018 * Fix Command Arguments for Kandr_Concat
5020 static const char* apzKandr_ConcatPatch[] = {
5025 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5027 * Description of Linux_Ia64_Ucontext fix
5029 tSCC zLinux_Ia64_UcontextName[] =
5030 "linux_ia64_ucontext";
5033 * File name selection pattern
5035 tSCC zLinux_Ia64_UcontextList[] =
5038 * Machine/OS name selection pattern
5040 tSCC* apzLinux_Ia64_UcontextMachs[] = {
5042 (const char*)NULL };
5045 * content selection pattern - do fix if pattern found
5047 tSCC zLinux_Ia64_UcontextSelect0[] =
5048 "\\(\\(\\(char \\*\\) &\\(\\(struct sigcontext \\*\\) 0\\)->sc_gr\\[0\\]\\) - \\(char \\*\\) 0\\)";
5050 #define LINUX_IA64_UCONTEXT_TEST_CT 1
5051 static tTestDesc aLinux_Ia64_UcontextTests[] = {
5052 { TT_EGREP, zLinux_Ia64_UcontextSelect0, (regex_t*)NULL }, };
5055 * Fix Command Arguments for Linux_Ia64_Ucontext
5057 static const char* apzLinux_Ia64_UcontextPatch[] = {
5059 "__builtin_offsetof (struct sigcontext, sc_gr[0])",
5062 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5064 * Description of Lynxos_No_Warning_In_Sys_Time_H fix
5066 tSCC zLynxos_No_Warning_In_Sys_Time_HName[] =
5067 "lynxos_no_warning_in_sys_time_h";
5070 * File name selection pattern
5072 tSCC zLynxos_No_Warning_In_Sys_Time_HList[] =
5075 * Machine/OS name selection pattern
5077 #define apzLynxos_No_Warning_In_Sys_Time_HMachs (const char**)NULL
5080 * content selection pattern - do fix if pattern found
5082 tSCC zLynxos_No_Warning_In_Sys_Time_HSelect0[] =
5083 "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
5085 #define LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT 1
5086 static tTestDesc aLynxos_No_Warning_In_Sys_Time_HTests[] = {
5087 { TT_EGREP, zLynxos_No_Warning_In_Sys_Time_HSelect0, (regex_t*)NULL }, };
5090 * Fix Command Arguments for Lynxos_No_Warning_In_Sys_Time_H
5092 static const char* apzLynxos_No_Warning_In_Sys_Time_HPatch[] = {
5097 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5099 * Description of Lynxos_Missing_Putenv fix
5101 tSCC zLynxos_Missing_PutenvName[] =
5102 "lynxos_missing_putenv";
5105 * File name selection pattern
5107 tSCC zLynxos_Missing_PutenvList[] =
5110 * Machine/OS name selection pattern
5112 tSCC* apzLynxos_Missing_PutenvMachs[] = {
5114 (const char*)NULL };
5117 * content selection pattern - do fix if pattern found
5119 tSCC zLynxos_Missing_PutenvSelect0[] =
5120 "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
5123 * content bypass pattern - skip fix if pattern found
5125 tSCC zLynxos_Missing_PutenvBypass0[] =
5128 #define LYNXOS_MISSING_PUTENV_TEST_CT 2
5129 static tTestDesc aLynxos_Missing_PutenvTests[] = {
5130 { TT_NEGREP, zLynxos_Missing_PutenvBypass0, (regex_t*)NULL },
5131 { TT_EGREP, zLynxos_Missing_PutenvSelect0, (regex_t*)NULL }, };
5134 * Fix Command Arguments for Lynxos_Missing_Putenv
5136 static const char* apzLynxos_Missing_PutenvPatch[] = {
5139 extern int putenv\t\t\t\t_AP((char *));",
5140 "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);",
5143 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5145 * Description of Machine_Ansi_H_Va_List fix
5147 tSCC zMachine_Ansi_H_Va_ListName[] =
5148 "machine_ansi_h_va_list";
5151 * File name selection pattern
5153 #define zMachine_Ansi_H_Va_ListList (char*)NULL
5155 * Machine/OS name selection pattern
5157 #define apzMachine_Ansi_H_Va_ListMachs (const char**)NULL
5160 * content selection pattern - do fix if pattern found
5162 tSCC zMachine_Ansi_H_Va_ListSelect0[] =
5163 "define[ \t]+_BSD_VA_LIST_[ \t]";
5166 * content bypass pattern - skip fix if pattern found
5168 tSCC zMachine_Ansi_H_Va_ListBypass0[] =
5169 "__builtin_va_list";
5171 #define MACHINE_ANSI_H_VA_LIST_TEST_CT 2
5172 static tTestDesc aMachine_Ansi_H_Va_ListTests[] = {
5173 { TT_NEGREP, zMachine_Ansi_H_Va_ListBypass0, (regex_t*)NULL },
5174 { TT_EGREP, zMachine_Ansi_H_Va_ListSelect0, (regex_t*)NULL }, };
5177 * Fix Command Arguments for Machine_Ansi_H_Va_List
5179 static const char* apzMachine_Ansi_H_Va_ListPatch[] = {
5181 "%1__builtin_va_list",
5182 "(define[ \t]+_BSD_VA_LIST_[ \t]+).*",
5185 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5187 * Description of Machine_Name fix
5189 tSCC zMachine_NameName[] =
5193 * File name selection pattern
5195 #define zMachine_NameList (char*)NULL
5197 * Machine/OS name selection pattern
5199 #define apzMachine_NameMachs (const char**)NULL
5202 * perform the C function call test
5204 tSCC zMachine_NameFTst0[] = "machine_name";
5206 #define MACHINE_NAME_TEST_CT 1
5207 static tTestDesc aMachine_NameTests[] = {
5208 { TT_FUNCTION, zMachine_NameFTst0, 0 /* unused */ }, };
5211 * Fix Command Arguments for Machine_Name
5213 static const char* apzMachine_NamePatch[] = {
5217 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5219 * Description of Math_Exception fix
5221 tSCC zMath_ExceptionName[] =
5225 * File name selection pattern
5227 tSCC zMath_ExceptionList[] =
5230 * Machine/OS name selection pattern
5232 tSCC* apzMath_ExceptionMachs[] = {
5233 "*-*-solaris2.1[0-9]*",
5234 (const char*)NULL };
5237 * content selection pattern - do fix if pattern found
5239 tSCC zMath_ExceptionSelect0[] =
5243 * content bypass pattern - skip fix if pattern found
5245 tSCC zMath_ExceptionBypass0[] =
5246 "We have a problem when using C\\+\\+|for C\\+\\+, _[a-z0-9A-Z_]+_exception; for C, exception";
5248 #define MATH_EXCEPTION_TEST_CT 2
5249 static tTestDesc aMath_ExceptionTests[] = {
5250 { TT_NEGREP, zMath_ExceptionBypass0, (regex_t*)NULL },
5251 { TT_EGREP, zMath_ExceptionSelect0, (regex_t*)NULL }, };
5254 * Fix Command Arguments for Math_Exception
5256 static const char* apzMath_ExceptionPatch[] = {
5258 "#ifdef __cplusplus\n\
5259 #define exception __math_exception\n\
5261 "#ifdef __cplusplus\n\
5266 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5268 * Description of Math_Huge_Val_From_Dbl_Max fix
5270 tSCC zMath_Huge_Val_From_Dbl_MaxName[] =
5271 "math_huge_val_from_dbl_max";
5274 * File name selection pattern
5276 tSCC zMath_Huge_Val_From_Dbl_MaxList[] =
5279 * Machine/OS name selection pattern
5281 #define apzMath_Huge_Val_From_Dbl_MaxMachs (const char**)NULL
5284 * content selection pattern - do fix if pattern found
5286 tSCC zMath_Huge_Val_From_Dbl_MaxSelect0[] =
5287 "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
5290 * content bypass pattern - skip fix if pattern found
5292 tSCC zMath_Huge_Val_From_Dbl_MaxBypass0[] =
5293 "define[ \t]+DBL_MAX";
5295 #define MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT 2
5296 static tTestDesc aMath_Huge_Val_From_Dbl_MaxTests[] = {
5297 { TT_NEGREP, zMath_Huge_Val_From_Dbl_MaxBypass0, (regex_t*)NULL },
5298 { TT_EGREP, zMath_Huge_Val_From_Dbl_MaxSelect0, (regex_t*)NULL }, };
5301 * Fix Command Arguments for Math_Huge_Val_From_Dbl_Max
5303 static const char* apzMath_Huge_Val_From_Dbl_MaxPatch[] = { "sh", "-c",
5304 "\tdbl_max_def=`egrep 'define[ \t]+DBL_MAX[ \t]+.*' float.h | sed 's/.*DBL_MAX[ \t]*//' 2>/dev/null`\n\n\
5305 \tif ( test -n \"${dbl_max_def}\" ) > /dev/null 2>&1\n\
5306 \tthen sed -e '/define[ \t]*HUGE_VAL[ \t]*DBL_MAX/s@DBL_MAX@'\"$dbl_max_def@\"\n\
5311 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5313 * Description of Nested_Auth_Des fix
5315 tSCC zNested_Auth_DesName[] =
5319 * File name selection pattern
5321 tSCC zNested_Auth_DesList[] =
5324 * Machine/OS name selection pattern
5326 #define apzNested_Auth_DesMachs (const char**)NULL
5329 * content selection pattern - do fix if pattern found
5331 tSCC zNested_Auth_DesSelect0[] =
5332 "(/\\*.*rpc/auth_des\\.h>.*)/\\*";
5334 #define NESTED_AUTH_DES_TEST_CT 1
5335 static tTestDesc aNested_Auth_DesTests[] = {
5336 { TT_EGREP, zNested_Auth_DesSelect0, (regex_t*)NULL }, };
5339 * Fix Command Arguments for Nested_Auth_Des
5341 static const char* apzNested_Auth_DesPatch[] = {
5346 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5348 * Description of Netbsd_C99_Inline_1 fix
5350 tSCC zNetbsd_C99_Inline_1Name[] =
5351 "netbsd_c99_inline_1";
5354 * File name selection pattern
5356 tSCC zNetbsd_C99_Inline_1List[] =
5359 * Machine/OS name selection pattern
5361 tSCC* apzNetbsd_C99_Inline_1Machs[] = {
5363 (const char*)NULL };
5366 * content selection pattern - do fix if pattern found
5368 tSCC zNetbsd_C99_Inline_1Select0[] =
5369 "extern __inline int";
5371 #define NETBSD_C99_INLINE_1_TEST_CT 1
5372 static tTestDesc aNetbsd_C99_Inline_1Tests[] = {
5373 { TT_EGREP, zNetbsd_C99_Inline_1Select0, (regex_t*)NULL }, };
5376 * Fix Command Arguments for Netbsd_C99_Inline_1
5378 static const char* apzNetbsd_C99_Inline_1Patch[] = {
5381 #ifdef __GNUC_STDC_INLINE__\n\
5382 __attribute__((__gnu_inline__))\n\
5387 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5389 * Description of Netbsd_C99_Inline_2 fix
5391 tSCC zNetbsd_C99_Inline_2Name[] =
5392 "netbsd_c99_inline_2";
5395 * File name selection pattern
5397 tSCC zNetbsd_C99_Inline_2List[] =
5400 * Machine/OS name selection pattern
5402 tSCC* apzNetbsd_C99_Inline_2Machs[] = {
5404 (const char*)NULL };
5407 * content selection pattern - do fix if pattern found
5409 tSCC zNetbsd_C99_Inline_2Select0[] =
5410 "#define _SIGINLINE extern __inline";
5412 #define NETBSD_C99_INLINE_2_TEST_CT 1
5413 static tTestDesc aNetbsd_C99_Inline_2Tests[] = {
5414 { TT_EGREP, zNetbsd_C99_Inline_2Select0, (regex_t*)NULL }, };
5417 * Fix Command Arguments for Netbsd_C99_Inline_2
5419 static const char* apzNetbsd_C99_Inline_2Patch[] = {
5421 "#ifdef __GNUC_STDC_INLINE__\n\
5422 #define _SIGINLINE extern __attribute__((__gnu_inline__)) __inline\n\
5428 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5430 * Description of Netbsd_Extra_Semicolon fix
5432 tSCC zNetbsd_Extra_SemicolonName[] =
5433 "netbsd_extra_semicolon";
5436 * File name selection pattern
5438 tSCC zNetbsd_Extra_SemicolonList[] =
5441 * Machine/OS name selection pattern
5443 tSCC* apzNetbsd_Extra_SemicolonMachs[] = {
5445 (const char*)NULL };
5448 * content selection pattern - do fix if pattern found
5450 tSCC zNetbsd_Extra_SemicolonSelect0[] =
5451 "#define[ \t]*__END_DECLS[ \t]*};";
5453 #define NETBSD_EXTRA_SEMICOLON_TEST_CT 1
5454 static tTestDesc aNetbsd_Extra_SemicolonTests[] = {
5455 { TT_EGREP, zNetbsd_Extra_SemicolonSelect0, (regex_t*)NULL }, };
5458 * Fix Command Arguments for Netbsd_Extra_Semicolon
5460 static const char* apzNetbsd_Extra_SemicolonPatch[] = {
5462 "#define __END_DECLS }",
5465 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5467 * Description of Newlib_Stdint_1 fix
5469 tSCC zNewlib_Stdint_1Name[] =
5473 * File name selection pattern
5475 tSCC zNewlib_Stdint_1List[] =
5476 "stdint-newlib.h\0stdint.h\0";
5478 * Machine/OS name selection pattern
5480 #define apzNewlib_Stdint_1Machs (const char**)NULL
5483 * content selection pattern - do fix if pattern found
5485 tSCC zNewlib_Stdint_1Select0[] =
5486 "@todo - Add support for wint_t types";
5488 #define NEWLIB_STDINT_1_TEST_CT 1
5489 static tTestDesc aNewlib_Stdint_1Tests[] = {
5490 { TT_EGREP, zNewlib_Stdint_1Select0, (regex_t*)NULL }, };
5493 * Fix Command Arguments for Newlib_Stdint_1
5495 static const char* apzNewlib_Stdint_1Patch[] = { sed_cmd_z,
5496 "-e", "s@#define INT32_MIN.*@#define INT32_MIN (-INT32_MAX - 1)@",
5497 "-e", "s@#define INT32_MAX.*@#define INT32_MAX __INT32_MAX__@",
5498 "-e", "s@#define UINT32_MAX.*@#define UINT32_MAX __UINT32_MAX__@",
5499 "-e", "s@#define INT_LEAST32_MIN.*@#define INT_LEAST32_MIN (-INT_LEAST32_MAX - 1)@",
5500 "-e", "s@#define INT_LEAST32_MAX.*@#define INT_LEAST32_MAX __INT_LEAST32_MAX__@",
5501 "-e", "s@#define UINT_LEAST32_MAX.*@#define UINT_LEAST32_MAX __UINT_LEAST32_MAX__@",
5502 "-e", "s@#define INT_FAST\\([0-9]*\\)_MIN.*@#define INT_FAST\\1_MIN (-INT_FAST\\1_MAX - 1)@",
5503 "-e", "s@#define INT_FAST\\([0-9]*\\)_MAX.*@#define INT_FAST\\1_MAX __INT_FAST\\1_MAX__@",
5504 "-e", "s@#define UINT_FAST\\([0-9]*\\)_MAX.*@#define UINT_FAST\\1_MAX __UINT_FAST\\1_MAX__@",
5505 "-e", "s@#define SIZE_MAX.*@#define SIZE_MAX __SIZE_MAX__@",
5506 "-e", "s@#define PTRDIFF_MIN.*@#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)@",
5507 "-e", "s@#define PTRDIFF_MAX.*@#define PTRDIFF_MAX __PTRDIFF_MAX__@",
5508 "-e", "s@#define UINT8_C.*@#define UINT8_C(c) __UINT8_C(c)@",
5509 "-e", "s@#define UINT16_C.*@#define UINT16_C(c) __UINT16_C(c)@",
5512 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5514 * Description of Newlib_Stdint_2 fix
5516 tSCC zNewlib_Stdint_2Name[] =
5520 * File name selection pattern
5522 tSCC zNewlib_Stdint_2List[] =
5523 "stdint-newlib.h\0stdint.h\0";
5525 * Machine/OS name selection pattern
5527 #define apzNewlib_Stdint_2Machs (const char**)NULL
5530 * content selection pattern - do fix if pattern found
5532 tSCC zNewlib_Stdint_2Select0[] =
5533 "@todo - Add support for wint_t types";
5535 #define NEWLIB_STDINT_2_TEST_CT 1
5536 static tTestDesc aNewlib_Stdint_2Tests[] = {
5537 { TT_EGREP, zNewlib_Stdint_2Select0, (regex_t*)NULL }, };
5540 * Fix Command Arguments for Newlib_Stdint_2
5542 static const char* apzNewlib_Stdint_2Patch[] = {
5544 "#define INTMAX_MAX __INTMAX_MAX__\n\
5545 #define INTMAX_MIN (-INTMAX_MAX - 1)\n\
5546 #define UINTMAX_MAX __UINTMAX_MAX__\n\
5547 #define WCHAR_MAX __WCHAR_MAX__\n\
5548 #define WCHAR_MIN __WCHAR_MIN__\n\
5549 #define WINT_MAX __WINT_MAX__\n\
5550 #define WINT_MIN __WINT_MIN__\n\n\
5552 "/\\*\\* Macros for minimum-width integer constant expressions \\*/",
5555 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5557 * Description of Next_Math_Prefix fix
5559 tSCC zNext_Math_PrefixName[] =
5563 * File name selection pattern
5565 tSCC zNext_Math_PrefixList[] =
5568 * Machine/OS name selection pattern
5570 #define apzNext_Math_PrefixMachs (const char**)NULL
5573 * content selection pattern - do fix if pattern found
5575 tSCC zNext_Math_PrefixSelect0[] =
5576 "^extern[ \t]+double[ \t]+__const__[ \t]";
5578 #define NEXT_MATH_PREFIX_TEST_CT 1
5579 static tTestDesc aNext_Math_PrefixTests[] = {
5580 { TT_EGREP, zNext_Math_PrefixSelect0, (regex_t*)NULL }, };
5583 * Fix Command Arguments for Next_Math_Prefix
5585 static const char* apzNext_Math_PrefixPatch[] = {
5587 "extern double %1(",
5588 "^extern[ \t]+double[ \t]+__const__[ \t]+([a-z]+)\\(",
5591 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5593 * Description of Next_Template fix
5595 tSCC zNext_TemplateName[] =
5599 * File name selection pattern
5601 tSCC zNext_TemplateList[] =
5604 * Machine/OS name selection pattern
5606 #define apzNext_TemplateMachs (const char**)NULL
5609 * content selection pattern - do fix if pattern found
5611 tSCC zNext_TemplateSelect0[] =
5614 #define NEXT_TEMPLATE_TEST_CT 1
5615 static tTestDesc aNext_TemplateTests[] = {
5616 { TT_EGREP, zNext_TemplateSelect0, (regex_t*)NULL }, };
5619 * Fix Command Arguments for Next_Template
5621 static const char* apzNext_TemplatePatch[] = {
5624 "\\(([^)]*)[ \t]template\\)",
5627 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5629 * Description of Next_Volitile fix
5631 tSCC zNext_VolitileName[] =
5635 * File name selection pattern
5637 tSCC zNext_VolitileList[] =
5640 * Machine/OS name selection pattern
5642 #define apzNext_VolitileMachs (const char**)NULL
5645 * content selection pattern - do fix if pattern found
5647 tSCC zNext_VolitileSelect0[] =
5648 "^extern[ \t]+volatile[ \t]+void[ \t]";
5650 #define NEXT_VOLITILE_TEST_CT 1
5651 static tTestDesc aNext_VolitileTests[] = {
5652 { TT_EGREP, zNext_VolitileSelect0, (regex_t*)NULL }, };
5655 * Fix Command Arguments for Next_Volitile
5657 static const char* apzNext_VolitilePatch[] = {
5660 "^extern[ \t]+volatile[ \t]+void[ \t]+(exit|abort)\\(",
5663 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5665 * Description of Next_Wait_Union fix
5667 tSCC zNext_Wait_UnionName[] =
5671 * File name selection pattern
5673 tSCC zNext_Wait_UnionList[] =
5676 * Machine/OS name selection pattern
5678 #define apzNext_Wait_UnionMachs (const char**)NULL
5681 * content selection pattern - do fix if pattern found
5683 tSCC zNext_Wait_UnionSelect0[] =
5684 "wait\\(union wait";
5686 #define NEXT_WAIT_UNION_TEST_CT 1
5687 static tTestDesc aNext_Wait_UnionTests[] = {
5688 { TT_EGREP, zNext_Wait_UnionSelect0, (regex_t*)NULL }, };
5691 * Fix Command Arguments for Next_Wait_Union
5693 static const char* apzNext_Wait_UnionPatch[] = {
5698 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5700 * Description of Nodeent_Syntax fix
5702 tSCC zNodeent_SyntaxName[] =
5706 * File name selection pattern
5708 tSCC zNodeent_SyntaxList[] =
5709 "netdnet/dnetdb.h\0";
5711 * Machine/OS name selection pattern
5713 #define apzNodeent_SyntaxMachs (const char**)NULL
5716 * content selection pattern - do fix if pattern found
5718 tSCC zNodeent_SyntaxSelect0[] =
5719 "char[ \t]*\\*na_addr[ \t]*$";
5721 #define NODEENT_SYNTAX_TEST_CT 1
5722 static tTestDesc aNodeent_SyntaxTests[] = {
5723 { TT_EGREP, zNodeent_SyntaxSelect0, (regex_t*)NULL }, };
5726 * Fix Command Arguments for Nodeent_Syntax
5728 static const char* apzNodeent_SyntaxPatch[] = {
5733 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5735 * Description of Openbsd_Null_Definition fix
5737 tSCC zOpenbsd_Null_DefinitionName[] =
5738 "openbsd_null_definition";
5741 * File name selection pattern
5743 tSCC zOpenbsd_Null_DefinitionList[] =
5744 "locale.h\0stddef.h\0stdio.h\0string.h\0time.h\0unistd.h\0wchar.h\0sys/param.h\0";
5746 * Machine/OS name selection pattern
5748 tSCC* apzOpenbsd_Null_DefinitionMachs[] = {
5750 (const char*)NULL };
5753 * content selection pattern - do fix if pattern found
5755 tSCC zOpenbsd_Null_DefinitionSelect0[] =
5758 #define OPENBSD_NULL_DEFINITION_TEST_CT 1
5759 static tTestDesc aOpenbsd_Null_DefinitionTests[] = {
5760 { TT_EGREP, zOpenbsd_Null_DefinitionSelect0, (regex_t*)NULL }, };
5763 * Fix Command Arguments for Openbsd_Null_Definition
5765 static const char* apzOpenbsd_Null_DefinitionPatch[] = {
5768 #ifdef __cplusplus\n\
5770 #define NULL\t__null\n\
5771 #else\t /* ! __GNUG__ */\n\
5773 #endif\t /* __GNUG__ */\n\
5774 #else\t /* ! __cplusplus */\n\
5775 #define NULL\t((void *)0)\n\
5776 #endif\t /* __cplusplus */\n\
5777 #endif\t /* !NULL */",
5778 "^#ifndef[ \t]*NULL\n\
5779 ^#ifdef[ \t]*__GNUG__\n\
5780 ^#define[ \t]*NULL[ \t]*__null\n\
5782 ^#define[ \t]*NULL[ \t]*0L\n\
5787 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5789 * Description of Obstack_Lvalue_Cast fix
5791 tSCC zObstack_Lvalue_CastName[] =
5792 "obstack_lvalue_cast";
5795 * File name selection pattern
5797 tSCC zObstack_Lvalue_CastList[] =
5800 * Machine/OS name selection pattern
5802 #define apzObstack_Lvalue_CastMachs (const char**)NULL
5805 * content selection pattern - do fix if pattern found
5807 tSCC zObstack_Lvalue_CastSelect0[] =
5808 "\\*\\(\\(([^()]*)\\*\\)(.*)\\)\\+\\+ = \\(([^()]*)\\)";
5810 #define OBSTACK_LVALUE_CAST_TEST_CT 1
5811 static tTestDesc aObstack_Lvalue_CastTests[] = {
5812 { TT_EGREP, zObstack_Lvalue_CastSelect0, (regex_t*)NULL }, };
5815 * Fix Command Arguments for Obstack_Lvalue_Cast
5817 static const char* apzObstack_Lvalue_CastPatch[] = {
5819 "((*((%1*)%2) = (%3)), (%2 += sizeof (%1)))",
5822 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5824 * Description of Openbsd_Va_Start fix
5826 tSCC zOpenbsd_Va_StartName[] =
5830 * File name selection pattern
5832 tSCC zOpenbsd_Va_StartList[] =
5835 * Machine/OS name selection pattern
5837 tSCC* apzOpenbsd_Va_StartMachs[] = {
5839 (const char*)NULL };
5842 * content selection pattern - do fix if pattern found
5844 tSCC zOpenbsd_Va_StartSelect0[] =
5845 "__builtin_stdarg_start";
5847 #define OPENBSD_VA_START_TEST_CT 1
5848 static tTestDesc aOpenbsd_Va_StartTests[] = {
5849 { TT_EGREP, zOpenbsd_Va_StartSelect0, (regex_t*)NULL }, };
5852 * Fix Command Arguments for Openbsd_Va_Start
5854 static const char* apzOpenbsd_Va_StartPatch[] = {
5856 "__builtin_va_start",
5859 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5861 * Description of Osf_Namespace_A fix
5863 tSCC zOsf_Namespace_AName[] =
5867 * File name selection pattern
5869 tSCC zOsf_Namespace_AList[] =
5870 "reg_types.h\0sys/lc_core.h\0";
5872 * Machine/OS name selection pattern
5874 #define apzOsf_Namespace_AMachs (const char**)NULL
5877 * perform the 'test' shell command - do fix on success
5879 tSCC zOsf_Namespace_ATest0[] =
5881 tSCC zOsf_Namespace_ATest1[] =
5882 " -r sys/lc_core.h";
5883 tSCC zOsf_Namespace_ATest2[] =
5884 " -n \"`grep '} regex_t;' reg_types.h`\"";
5885 tSCC zOsf_Namespace_ATest3[] =
5886 " -z \"`grep __regex_t regex.h`\"";
5888 #define OSF_NAMESPACE_A_TEST_CT 4
5889 static tTestDesc aOsf_Namespace_ATests[] = {
5890 { TT_TEST, zOsf_Namespace_ATest0, 0 /* unused */ },
5891 { TT_TEST, zOsf_Namespace_ATest1, 0 /* unused */ },
5892 { TT_TEST, zOsf_Namespace_ATest2, 0 /* unused */ },
5893 { TT_TEST, zOsf_Namespace_ATest3, 0 /* unused */ }, };
5896 * Fix Command Arguments for Osf_Namespace_A
5898 static const char* apzOsf_Namespace_APatch[] = {
5901 "reg(ex|off|match)_t",
5904 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5906 * Description of Osf_Namespace_C fix
5908 tSCC zOsf_Namespace_CName[] =
5912 * File name selection pattern
5914 tSCC zOsf_Namespace_CList[] =
5917 * Machine/OS name selection pattern
5919 #define apzOsf_Namespace_CMachs (const char**)NULL
5922 * content selection pattern - do fix if pattern found
5924 tSCC zOsf_Namespace_CSelect0[] =
5925 "#include <reg_types.h>.*";
5928 * perform the 'test' shell command - do fix on success
5930 tSCC zOsf_Namespace_CTest0[] =
5932 tSCC zOsf_Namespace_CTest1[] =
5933 " -r sys/lc_core.h";
5934 tSCC zOsf_Namespace_CTest2[] =
5935 " -n \"`grep '} regex_t;' reg_types.h`\"";
5936 tSCC zOsf_Namespace_CTest3[] =
5937 " -z \"`grep __regex_t regex.h`\"";
5939 #define OSF_NAMESPACE_C_TEST_CT 5
5940 static tTestDesc aOsf_Namespace_CTests[] = {
5941 { TT_TEST, zOsf_Namespace_CTest0, 0 /* unused */ },
5942 { TT_TEST, zOsf_Namespace_CTest1, 0 /* unused */ },
5943 { TT_TEST, zOsf_Namespace_CTest2, 0 /* unused */ },
5944 { TT_TEST, zOsf_Namespace_CTest3, 0 /* unused */ },
5945 { TT_EGREP, zOsf_Namespace_CSelect0, (regex_t*)NULL }, };
5948 * Fix Command Arguments for Osf_Namespace_C
5950 static const char* apzOsf_Namespace_CPatch[] = {
5953 typedef __regex_t\tregex_t;\n\
5954 typedef __regoff_t\tregoff_t;\n\
5955 typedef __regmatch_t\tregmatch_t;",
5958 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5960 * Description of Pthread_Incomplete_Struct_Argument fix
5962 tSCC zPthread_Incomplete_Struct_ArgumentName[] =
5963 "pthread_incomplete_struct_argument";
5966 * File name selection pattern
5968 tSCC zPthread_Incomplete_Struct_ArgumentList[] =
5971 * Machine/OS name selection pattern
5973 #define apzPthread_Incomplete_Struct_ArgumentMachs (const char**)NULL
5976 * content selection pattern - do fix if pattern found
5978 tSCC zPthread_Incomplete_Struct_ArgumentSelect0[] =
5979 "struct __jmp_buf_tag";
5981 #define PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT 1
5982 static tTestDesc aPthread_Incomplete_Struct_ArgumentTests[] = {
5983 { TT_EGREP, zPthread_Incomplete_Struct_ArgumentSelect0, (regex_t*)NULL }, };
5986 * Fix Command Arguments for Pthread_Incomplete_Struct_Argument
5988 static const char* apzPthread_Incomplete_Struct_ArgumentPatch[] = {
5991 "^(extern int __sigsetjmp \\(struct __jmp_buf_tag) (__env)\\[1\\](.*)$",
5994 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5996 * Description of Read_Ret_Type fix
5998 tSCC zRead_Ret_TypeName[] =
6002 * File name selection pattern
6004 tSCC zRead_Ret_TypeList[] =
6007 * Machine/OS name selection pattern
6009 #define apzRead_Ret_TypeMachs (const char**)NULL
6012 * content selection pattern - do fix if pattern found
6014 tSCC zRead_Ret_TypeSelect0[] =
6015 "extern int\t.*, fread\\(\\), fwrite\\(\\)";
6017 #define READ_RET_TYPE_TEST_CT 1
6018 static tTestDesc aRead_Ret_TypeTests[] = {
6019 { TT_EGREP, zRead_Ret_TypeSelect0, (regex_t*)NULL }, };
6022 * Fix Command Arguments for Read_Ret_Type
6024 static const char* apzRead_Ret_TypePatch[] = {
6026 "extern unsigned int fread(), fwrite();\n\
6028 "(extern int\t.*), fread\\(\\), fwrite\\(\\)(.*)",
6031 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6033 * Description of Rpc_Xdr_Lvalue_Cast_A fix
6035 tSCC zRpc_Xdr_Lvalue_Cast_AName[] =
6036 "rpc_xdr_lvalue_cast_a";
6039 * File name selection pattern
6041 tSCC zRpc_Xdr_Lvalue_Cast_AList[] =
6044 * Machine/OS name selection pattern
6046 #define apzRpc_Xdr_Lvalue_Cast_AMachs (const char**)NULL
6049 * content selection pattern - do fix if pattern found
6051 tSCC zRpc_Xdr_Lvalue_Cast_ASelect0[] =
6052 "#define[ \t]*IXDR_GET_LONG.*\\\\\n\
6055 #define RPC_XDR_LVALUE_CAST_A_TEST_CT 1
6056 static tTestDesc aRpc_Xdr_Lvalue_Cast_ATests[] = {
6057 { TT_EGREP, zRpc_Xdr_Lvalue_Cast_ASelect0, (regex_t*)NULL }, };
6060 * Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_A
6062 static const char* apzRpc_Xdr_Lvalue_Cast_APatch[] = {
6064 "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))",
6067 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6069 * Description of Rpc_Xdr_Lvalue_Cast_B fix
6071 tSCC zRpc_Xdr_Lvalue_Cast_BName[] =
6072 "rpc_xdr_lvalue_cast_b";
6075 * File name selection pattern
6077 tSCC zRpc_Xdr_Lvalue_Cast_BList[] =
6080 * Machine/OS name selection pattern
6082 #define apzRpc_Xdr_Lvalue_Cast_BMachs (const char**)NULL
6085 * content selection pattern - do fix if pattern found
6087 tSCC zRpc_Xdr_Lvalue_Cast_BSelect0[] =
6088 "#define[ \t]*IXDR_PUT_LONG.*\\\\\n\
6091 #define RPC_XDR_LVALUE_CAST_B_TEST_CT 1
6092 static tTestDesc aRpc_Xdr_Lvalue_Cast_BTests[] = {
6093 { TT_EGREP, zRpc_Xdr_Lvalue_Cast_BSelect0, (regex_t*)NULL }, };
6096 * Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_B
6098 static const char* apzRpc_Xdr_Lvalue_Cast_BPatch[] = {
6100 "#define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))",
6103 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6105 * Description of Rs6000_Double fix
6107 tSCC zRs6000_DoubleName[] =
6111 * File name selection pattern
6113 tSCC zRs6000_DoubleList[] =
6116 * Machine/OS name selection pattern
6118 #define apzRs6000_DoubleMachs (const char**)NULL
6121 * content selection pattern - do fix if pattern found
6123 tSCC zRs6000_DoubleSelect0[] =
6124 "[^a-zA-Z_]class\\(";
6126 #define RS6000_DOUBLE_TEST_CT 1
6127 static tTestDesc aRs6000_DoubleTests[] = {
6128 { TT_EGREP, zRs6000_DoubleSelect0, (regex_t*)NULL }, };
6131 * Fix Command Arguments for Rs6000_Double
6133 static const char* apzRs6000_DoublePatch[] = {
6135 "#ifndef __cplusplus\n\
6138 "^.*[^a-zA-Z_]class\\(.*",
6141 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6143 * Description of Rs6000_Fchmod fix
6145 tSCC zRs6000_FchmodName[] =
6149 * File name selection pattern
6151 tSCC zRs6000_FchmodList[] =
6154 * Machine/OS name selection pattern
6156 #define apzRs6000_FchmodMachs (const char**)NULL
6159 * content selection pattern - do fix if pattern found
6161 tSCC zRs6000_FchmodSelect0[] =
6162 "fchmod\\(char \\*";
6164 #define RS6000_FCHMOD_TEST_CT 1
6165 static tTestDesc aRs6000_FchmodTests[] = {
6166 { TT_EGREP, zRs6000_FchmodSelect0, (regex_t*)NULL }, };
6169 * Fix Command Arguments for Rs6000_Fchmod
6171 static const char* apzRs6000_FchmodPatch[] = {
6176 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6178 * Description of Rs6000_Param fix
6180 tSCC zRs6000_ParamName[] =
6184 * File name selection pattern
6186 tSCC zRs6000_ParamList[] =
6187 "stdio.h\0unistd.h\0";
6189 * Machine/OS name selection pattern
6191 #define apzRs6000_ParamMachs (const char**)NULL
6194 * content selection pattern - do fix if pattern found
6196 tSCC zRs6000_ParamSelect0[] =
6197 "rename\\(const char \\*old, const char \\*new\\)";
6199 #define RS6000_PARAM_TEST_CT 1
6200 static tTestDesc aRs6000_ParamTests[] = {
6201 { TT_EGREP, zRs6000_ParamSelect0, (regex_t*)NULL }, };
6204 * Fix Command Arguments for Rs6000_Param
6206 static const char* apzRs6000_ParamPatch[] = {
6208 "rename(const char *_old, const char *_new)",
6211 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6213 * Description of Solaris___Restrict fix
6215 tSCC zSolaris___RestrictName[] =
6216 "solaris___restrict";
6219 * File name selection pattern
6221 tSCC zSolaris___RestrictList[] =
6222 "sys/feature_tests.h\0";
6224 * Machine/OS name selection pattern
6226 tSCC* apzSolaris___RestrictMachs[] = {
6228 (const char*)NULL };
6231 * content selection pattern - do fix if pattern found
6233 tSCC zSolaris___RestrictSelect0[] =
6234 "#define[ \t]*_RESTRICT_KYWD[ \t]*restrict";
6236 #define SOLARIS___RESTRICT_TEST_CT 1
6237 static tTestDesc aSolaris___RestrictTests[] = {
6238 { TT_EGREP, zSolaris___RestrictSelect0, (regex_t*)NULL }, };
6241 * Fix Command Arguments for Solaris___Restrict
6243 static const char* apzSolaris___RestrictPatch[] = {
6245 "#ifdef __cplusplus\n\
6246 #define\t_RESTRICT_KYWD\t__restrict\n\
6252 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6254 * Description of Solaris_Complex fix
6256 tSCC zSolaris_ComplexName[] =
6260 * File name selection pattern
6262 tSCC zSolaris_ComplexList[] =
6265 * Machine/OS name selection pattern
6267 tSCC* apzSolaris_ComplexMachs[] = {
6269 (const char*)NULL };
6272 * content selection pattern - do fix if pattern found
6274 tSCC zSolaris_ComplexSelect0[] =
6275 "#define[ \t]_Complex_I[ \t]_Complex_I";
6277 #define SOLARIS_COMPLEX_TEST_CT 1
6278 static tTestDesc aSolaris_ComplexTests[] = {
6279 { TT_EGREP, zSolaris_ComplexSelect0, (regex_t*)NULL }, };
6282 * Fix Command Arguments for Solaris_Complex
6284 static const char* apzSolaris_ComplexPatch[] = { sed_cmd_z,
6285 "-e", "s/#define[ \t]_Complex_I[ \t]_Complex_I/#define\t_Complex_I\t(__extension__ 1.0iF)/",
6286 "-e", "/#define[ \t]_Imaginary_I[ \t]_Imaginary_I/d",
6287 "-e", "/#define[ \t]imaginary[ \t]_Imaginary/d",
6288 "-e", "s/#define[ \t]I[ \t]\\{1,\\}_Imaginary_I/#define\tI\t\t_Complex_I/",
6291 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6293 * Description of Solaris_Complex_Cxx fix
6295 tSCC zSolaris_Complex_CxxName[] =
6296 "solaris_complex_cxx";
6299 * File name selection pattern
6301 tSCC zSolaris_Complex_CxxList[] =
6304 * Machine/OS name selection pattern
6306 tSCC* apzSolaris_Complex_CxxMachs[] = {
6308 (const char*)NULL };
6309 #define SOLARIS_COMPLEX_CXX_TEST_CT 0
6310 #define aSolaris_Complex_CxxTests (tTestDesc*)NULL
6313 * Fix Command Arguments for Solaris_Complex_Cxx
6315 static const char* apzSolaris_Complex_CxxPatch[] = { sed_cmd_z,
6316 "-e", "/#if[ \t]*!defined(__cplusplus)/c\\\n\
6317 #ifdef\t__cplusplus\\\n\
6320 "-e", "/#endif[ \t]*\\/\\* !defined(__cplusplus) \\*\\//c\\\n\
6321 #ifdef\t__cplusplus\\\n\
6326 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6328 * Description of Solaris_Cxx_Linkage fix
6330 tSCC zSolaris_Cxx_LinkageName[] =
6331 "solaris_cxx_linkage";
6334 * File name selection pattern
6336 tSCC zSolaris_Cxx_LinkageList[] =
6337 "iso/stdlib_iso.h\0";
6339 * Machine/OS name selection pattern
6341 tSCC* apzSolaris_Cxx_LinkageMachs[] = {
6343 (const char*)NULL };
6346 * content selection pattern - do fix if pattern found
6348 tSCC zSolaris_Cxx_LinkageSelect0[] =
6349 "(#if __cplusplus >= 199711L)\n\
6350 (extern \"C\\+\\+\" \\{\n\
6351 )(.*(bsearch|qsort).*)";
6353 #define SOLARIS_CXX_LINKAGE_TEST_CT 1
6354 static tTestDesc aSolaris_Cxx_LinkageTests[] = {
6355 { TT_EGREP, zSolaris_Cxx_LinkageSelect0, (regex_t*)NULL }, };
6358 * Fix Command Arguments for Solaris_Cxx_Linkage
6360 static const char* apzSolaris_Cxx_LinkagePatch[] = {
6366 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6368 * Description of Solaris_Getc_Strict_Stdc fix
6370 tSCC zSolaris_Getc_Strict_StdcName[] =
6371 "solaris_getc_strict_stdc";
6374 * File name selection pattern
6376 tSCC zSolaris_Getc_Strict_StdcList[] =
6377 "iso/stdio_iso.h\0";
6379 * Machine/OS name selection pattern
6381 tSCC* apzSolaris_Getc_Strict_StdcMachs[] = {
6383 (const char*)NULL };
6386 * content selection pattern - do fix if pattern found
6388 tSCC zSolaris_Getc_Strict_StdcSelect0[] =
6389 "(.*&& )!defined\\(_STRICT_STDC\\)(.*)";
6391 #define SOLARIS_GETC_STRICT_STDC_TEST_CT 1
6392 static tTestDesc aSolaris_Getc_Strict_StdcTests[] = {
6393 { TT_EGREP, zSolaris_Getc_Strict_StdcSelect0, (regex_t*)NULL }, };
6396 * Fix Command Arguments for Solaris_Getc_Strict_Stdc
6398 static const char* apzSolaris_Getc_Strict_StdcPatch[] = {
6400 "%1(!defined(_STRICT_STDC) || (__cplusplus >= 199711L))%2",
6403 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6405 * Description of Solaris_Int_Const fix
6407 tSCC zSolaris_Int_ConstName[] =
6408 "solaris_int_const";
6411 * File name selection pattern
6413 tSCC zSolaris_Int_ConstList[] =
6414 "sys/int_const.h\0";
6416 * Machine/OS name selection pattern
6418 tSCC* apzSolaris_Int_ConstMachs[] = {
6420 (const char*)NULL };
6423 * content selection pattern - do fix if pattern found
6425 tSCC zSolaris_Int_ConstSelect0[] =
6426 "^#define[ \t]+UINT8_C\\(c\\)[ \t]+__CONCAT__.*\n\
6428 #define[ \t]+UINT16_C\\(c\\)[ \t]+__CONCAT__.*";
6430 #define SOLARIS_INT_CONST_TEST_CT 1
6431 static tTestDesc aSolaris_Int_ConstTests[] = {
6432 { TT_EGREP, zSolaris_Int_ConstSelect0, (regex_t*)NULL }, };
6435 * Fix Command Arguments for Solaris_Int_Const
6437 static const char* apzSolaris_Int_ConstPatch[] = {
6439 "#define\tUINT8_C(c)\t(c)\n\
6441 #define\tUINT16_C(c)\t(c)",
6444 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6446 * Description of Solaris_Int_Limits_1 fix
6448 tSCC zSolaris_Int_Limits_1Name[] =
6449 "solaris_int_limits_1";
6452 * File name selection pattern
6454 tSCC zSolaris_Int_Limits_1List[] =
6455 "sys/int_limits.h\0";
6457 * Machine/OS name selection pattern
6459 tSCC* apzSolaris_Int_Limits_1Machs[] = {
6461 (const char*)NULL };
6464 * content selection pattern - do fix if pattern found
6466 tSCC zSolaris_Int_Limits_1Select0[] =
6467 "^#define[ \t]+UINT8_MAX[ \t]+\\(255U\\)\n\
6468 #define[ \t]+UINT16_MAX[ \t]+\\(65535U\\)";
6470 #define SOLARIS_INT_LIMITS_1_TEST_CT 1
6471 static tTestDesc aSolaris_Int_Limits_1Tests[] = {
6472 { TT_EGREP, zSolaris_Int_Limits_1Select0, (regex_t*)NULL }, };
6475 * Fix Command Arguments for Solaris_Int_Limits_1
6477 static const char* apzSolaris_Int_Limits_1Patch[] = {
6479 "#define\tUINT8_MAX\t(255)\n\
6480 #define\tUINT16_MAX\t(65535)",
6483 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6485 * Description of Solaris_Int_Limits_2 fix
6487 tSCC zSolaris_Int_Limits_2Name[] =
6488 "solaris_int_limits_2";
6491 * File name selection pattern
6493 tSCC zSolaris_Int_Limits_2List[] =
6494 "sys/int_limits.h\0";
6496 * Machine/OS name selection pattern
6498 tSCC* apzSolaris_Int_Limits_2Machs[] = {
6500 (const char*)NULL };
6503 * content selection pattern - do fix if pattern found
6505 tSCC zSolaris_Int_Limits_2Select0[] =
6506 "^#define[ \t]+(INT|UINT)_FAST16_(MAX|MIN)[ \t](INT|UINT)16.*";
6508 #define SOLARIS_INT_LIMITS_2_TEST_CT 1
6509 static tTestDesc aSolaris_Int_Limits_2Tests[] = {
6510 { TT_EGREP, zSolaris_Int_Limits_2Select0, (regex_t*)NULL }, };
6513 * Fix Command Arguments for Solaris_Int_Limits_2
6515 static const char* apzSolaris_Int_Limits_2Patch[] = {
6517 "#define\t%1_FAST16_%2 %132_%2",
6520 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6522 * Description of Solaris_Int_Limits_3 fix
6524 tSCC zSolaris_Int_Limits_3Name[] =
6525 "solaris_int_limits_3";
6528 * File name selection pattern
6530 tSCC zSolaris_Int_Limits_3List[] =
6531 "sys/int_limits.h\0";
6533 * Machine/OS name selection pattern
6535 tSCC* apzSolaris_Int_Limits_3Machs[] = {
6537 (const char*)NULL };
6540 * content selection pattern - do fix if pattern found
6542 tSCC zSolaris_Int_Limits_3Select0[] =
6543 "^#define[ \t]+SIZE_MAX[ \t]+4294967295UL";
6545 #define SOLARIS_INT_LIMITS_3_TEST_CT 1
6546 static tTestDesc aSolaris_Int_Limits_3Tests[] = {
6547 { TT_EGREP, zSolaris_Int_Limits_3Select0, (regex_t*)NULL }, };
6550 * Fix Command Arguments for Solaris_Int_Limits_3
6552 static const char* apzSolaris_Int_Limits_3Patch[] = {
6554 "#define\tSIZE_MAX\t4294967295U",
6557 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6559 * Description of Solaris_Math_1 fix
6561 tSCC zSolaris_Math_1Name[] =
6565 * File name selection pattern
6567 tSCC zSolaris_Math_1List[] =
6570 * Machine/OS name selection pattern
6572 #define apzSolaris_Math_1Machs (const char**)NULL
6575 * content selection pattern - do fix if pattern found
6577 tSCC zSolaris_Math_1Select0[] =
6578 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6581 * content bypass pattern - skip fix if pattern found
6583 tSCC zSolaris_Math_1Bypass0[] =
6586 #define SOLARIS_MATH_1_TEST_CT 2
6587 static tTestDesc aSolaris_Math_1Tests[] = {
6588 { TT_NEGREP, zSolaris_Math_1Bypass0, (regex_t*)NULL },
6589 { TT_EGREP, zSolaris_Math_1Select0, (regex_t*)NULL }, };
6592 * Fix Command Arguments for Solaris_Math_1
6594 static const char* apzSolaris_Math_1Patch[] = {
6596 "#define\tHUGE_VA%1\t(__builtin_huge_va%2())",
6597 "^#define[ \t]+HUGE_VA([LF]+)[ \t]+__builtin_huge_va([lf]+)",
6600 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6602 * Description of Solaris_Math_10 fix
6604 tSCC zSolaris_Math_10Name[] =
6608 * File name selection pattern
6610 tSCC zSolaris_Math_10List[] =
6613 * Machine/OS name selection pattern
6615 #define apzSolaris_Math_10Machs (const char**)NULL
6618 * content selection pattern - do fix if pattern found
6620 tSCC zSolaris_Math_10Select0[] =
6621 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6623 #define SOLARIS_MATH_10_TEST_CT 1
6624 static tTestDesc aSolaris_Math_10Tests[] = {
6625 { TT_EGREP, zSolaris_Math_10Select0, (regex_t*)NULL }, };
6628 * Fix Command Arguments for Solaris_Math_10
6630 static const char* apzSolaris_Math_10Patch[] = {
6632 "#define\tisinf(x) __builtin_isinf(x)",
6633 "^#define[ \t]+isinf\\(x\\)[ \t]+__extension__\\([ \t]*\\\\\n\
6634 [ \t]*\\{[ \t]*__typeof\\(x\\)[ \t]*__x_i[ \t]*=[ \t]*\\(x\\);[ \t]*\\\\\n\
6635 [ \t]*__x_i[ \t]*==[ \t]*\\(__typeof\\(__x_i\\)\\)[ \t]*INFINITY[ \t]*\\|\\|[ \t]*\\\\\n\
6636 [ \t]*__x_i[ \t]*==[ \t]*\\(__typeof\\(__x_i\\)\\)[ \t]*\\(-INFINITY\\);[ \t]*\\}\\)",
6639 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6641 * Description of Solaris_Math_2 fix
6643 tSCC zSolaris_Math_2Name[] =
6647 * File name selection pattern
6649 tSCC zSolaris_Math_2List[] =
6652 * Machine/OS name selection pattern
6654 #define apzSolaris_Math_2Machs (const char**)NULL
6657 * content selection pattern - do fix if pattern found
6659 tSCC zSolaris_Math_2Select0[] =
6660 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6663 * content bypass pattern - skip fix if pattern found
6665 tSCC zSolaris_Math_2Bypass0[] =
6668 #define SOLARIS_MATH_2_TEST_CT 2
6669 static tTestDesc aSolaris_Math_2Tests[] = {
6670 { TT_NEGREP, zSolaris_Math_2Bypass0, (regex_t*)NULL },
6671 { TT_EGREP, zSolaris_Math_2Select0, (regex_t*)NULL }, };
6674 * Fix Command Arguments for Solaris_Math_2
6676 static const char* apzSolaris_Math_2Patch[] = {
6678 "#define\tINFINITY\t(__builtin_inff())",
6679 "^#define[ \t]+INFINITY[ \t]+__builtin_infinity",
6682 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6684 * Description of Solaris_Math_3 fix
6686 tSCC zSolaris_Math_3Name[] =
6690 * File name selection pattern
6692 tSCC zSolaris_Math_3List[] =
6695 * Machine/OS name selection pattern
6697 #define apzSolaris_Math_3Machs (const char**)NULL
6700 * content selection pattern - do fix if pattern found
6702 tSCC zSolaris_Math_3Select0[] =
6703 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6706 * content bypass pattern - skip fix if pattern found
6708 tSCC zSolaris_Math_3Bypass0[] =
6711 #define SOLARIS_MATH_3_TEST_CT 2
6712 static tTestDesc aSolaris_Math_3Tests[] = {
6713 { TT_NEGREP, zSolaris_Math_3Bypass0, (regex_t*)NULL },
6714 { TT_EGREP, zSolaris_Math_3Select0, (regex_t*)NULL }, };
6717 * Fix Command Arguments for Solaris_Math_3
6719 static const char* apzSolaris_Math_3Patch[] = {
6721 "#define\tNAN\t\t(__builtin_nanf(\"\"))",
6722 "^#define[ \t]+NAN[ \t]+__builtin_nan",
6725 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6727 * Description of Solaris_Math_4 fix
6729 tSCC zSolaris_Math_4Name[] =
6733 * File name selection pattern
6735 tSCC zSolaris_Math_4List[] =
6738 * Machine/OS name selection pattern
6740 #define apzSolaris_Math_4Machs (const char**)NULL
6743 * content selection pattern - do fix if pattern found
6745 tSCC zSolaris_Math_4Select0[] =
6746 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6749 * content bypass pattern - skip fix if pattern found
6751 tSCC zSolaris_Math_4Bypass0[] =
6754 #define SOLARIS_MATH_4_TEST_CT 2
6755 static tTestDesc aSolaris_Math_4Tests[] = {
6756 { TT_NEGREP, zSolaris_Math_4Bypass0, (regex_t*)NULL },
6757 { TT_EGREP, zSolaris_Math_4Select0, (regex_t*)NULL }, };
6760 * Fix Command Arguments for Solaris_Math_4
6762 static const char* apzSolaris_Math_4Patch[] = {
6764 "#define\tfpclassify(x) \\\n\
6765 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))",
6766 "^#define[ \t]+fpclassify\\(x\\)[ \t]+__builtin_fpclassify\\(x\\)",
6769 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6771 * Description of Solaris_Math_8 fix
6773 tSCC zSolaris_Math_8Name[] =
6777 * File name selection pattern
6779 tSCC zSolaris_Math_8List[] =
6782 * Machine/OS name selection pattern
6784 #define apzSolaris_Math_8Machs (const char**)NULL
6787 * content selection pattern - do fix if pattern found
6789 tSCC zSolaris_Math_8Select0[] =
6790 "@\\(#\\)math_c99\\.h[ \t]+1\\.[0-9]+[ \t]+[0-9/]+ SMI";
6793 * content bypass pattern - skip fix if pattern found
6795 tSCC zSolaris_Math_8Bypass0[] =
6798 #define SOLARIS_MATH_8_TEST_CT 2
6799 static tTestDesc aSolaris_Math_8Tests[] = {
6800 { TT_NEGREP, zSolaris_Math_8Bypass0, (regex_t*)NULL },
6801 { TT_EGREP, zSolaris_Math_8Select0, (regex_t*)NULL }, };
6804 * Fix Command Arguments for Solaris_Math_8
6806 static const char* apzSolaris_Math_8Patch[] = {
6808 "#define\tsignbit(x)\t(sizeof(x) == sizeof(float) \\\n\
6809 \t\t\t ? __builtin_signbitf(x) \\\n\
6810 \t\t\t : sizeof(x) == sizeof(long double) \\\n\
6811 \t\t\t ? __builtin_signbitl(x) \\\n\
6812 \t\t\t : __builtin_signbit(x))",
6813 "^#define[ \t]+signbit\\(x\\)[ \t]+__builtin_signbit\\(x\\)",
6816 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6818 * Description of Solaris_Math_9 fix
6820 tSCC zSolaris_Math_9Name[] =
6824 * File name selection pattern
6826 tSCC zSolaris_Math_9List[] =
6829 * Machine/OS name selection pattern
6831 #define apzSolaris_Math_9Machs (const char**)NULL
6834 * content selection pattern - do fix if pattern found
6836 tSCC zSolaris_Math_9Select0[] =
6837 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6840 * content bypass pattern - skip fix if pattern found
6842 tSCC zSolaris_Math_9Bypass0[] =
6845 #define SOLARIS_MATH_9_TEST_CT 2
6846 static tTestDesc aSolaris_Math_9Tests[] = {
6847 { TT_NEGREP, zSolaris_Math_9Bypass0, (regex_t*)NULL },
6848 { TT_EGREP, zSolaris_Math_9Select0, (regex_t*)NULL }, };
6851 * Fix Command Arguments for Solaris_Math_9
6853 static const char* apzSolaris_Math_9Patch[] = {
6855 "#define\t%1(x, y)%2__builtin_%1(x, y)",
6856 "^#define[ \t]+([a-z]+)\\(x, y\\)([ \t]+)\\(\\(x\\) __builtin_[a-z]+\\(y\\)\\)",
6859 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6861 * Description of Solaris_Once_Init_1 fix
6863 tSCC zSolaris_Once_Init_1Name[] =
6864 "solaris_once_init_1";
6867 * File name selection pattern
6869 tSCC zSolaris_Once_Init_1List[] =
6872 * Machine/OS name selection pattern
6874 tSCC* apzSolaris_Once_Init_1Machs[] = {
6876 (const char*)NULL };
6879 * content selection pattern - do fix if pattern found
6881 tSCC zSolaris_Once_Init_1Select0[] =
6882 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6884 #define SOLARIS_ONCE_INIT_1_TEST_CT 1
6885 static tTestDesc aSolaris_Once_Init_1Tests[] = {
6886 { TT_EGREP, zSolaris_Once_Init_1Select0, (regex_t*)NULL }, };
6889 * Fix Command Arguments for Solaris_Once_Init_1
6891 static const char* apzSolaris_Once_Init_1Patch[] = {
6894 "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{)([^}]+)(\\})[ \t]*$",
6897 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6899 * Description of Solaris_Posix_Spawn_Restrict fix
6901 tSCC zSolaris_Posix_Spawn_RestrictName[] =
6902 "solaris_posix_spawn_restrict";
6905 * File name selection pattern
6907 tSCC zSolaris_Posix_Spawn_RestrictList[] =
6910 * Machine/OS name selection pattern
6912 tSCC* apzSolaris_Posix_Spawn_RestrictMachs[] = {
6914 (const char*)NULL };
6917 * content selection pattern - do fix if pattern found
6919 tSCC zSolaris_Posix_Spawn_RestrictSelect0[] =
6920 "(.*[ \t]+)([a-z]+)\\[_RESTRICT_KYWD\\](.*)";
6922 #define SOLARIS_POSIX_SPAWN_RESTRICT_TEST_CT 1
6923 static tTestDesc aSolaris_Posix_Spawn_RestrictTests[] = {
6924 { TT_EGREP, zSolaris_Posix_Spawn_RestrictSelect0, (regex_t*)NULL }, };
6927 * Fix Command Arguments for Solaris_Posix_Spawn_Restrict
6929 static const char* apzSolaris_Posix_Spawn_RestrictPatch[] = {
6931 "%1*_RESTRICT_KYWD %2%3",
6934 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6936 * Description of Solaris_Pow_Int_Overload fix
6938 tSCC zSolaris_Pow_Int_OverloadName[] =
6939 "solaris_pow_int_overload";
6942 * File name selection pattern
6944 tSCC zSolaris_Pow_Int_OverloadList[] =
6947 * Machine/OS name selection pattern
6949 tSCC* apzSolaris_Pow_Int_OverloadMachs[] = {
6951 (const char*)NULL };
6954 * content selection pattern - do fix if pattern found
6956 tSCC zSolaris_Pow_Int_OverloadSelect0[] =
6957 "^[ \t]*inline [a-z ]* pow\\([^()]*, int [^()]*\\) *\\{[^{}]*\n\
6960 #define SOLARIS_POW_INT_OVERLOAD_TEST_CT 1
6961 static tTestDesc aSolaris_Pow_Int_OverloadTests[] = {
6962 { TT_EGREP, zSolaris_Pow_Int_OverloadSelect0, (regex_t*)NULL }, };
6965 * Fix Command Arguments for Solaris_Pow_Int_Overload
6967 static const char* apzSolaris_Pow_Int_OverloadPatch[] = {
6969 "#if __cplusplus < 201103L\n\
6974 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6976 * Description of Solaris_Rwlock_Init_1 fix
6978 tSCC zSolaris_Rwlock_Init_1Name[] =
6979 "solaris_rwlock_init_1";
6982 * File name selection pattern
6984 tSCC zSolaris_Rwlock_Init_1List[] =
6987 * Machine/OS name selection pattern
6989 tSCC* apzSolaris_Rwlock_Init_1Machs[] = {
6991 (const char*)NULL };
6994 * content selection pattern - do fix if pattern found
6996 tSCC zSolaris_Rwlock_Init_1Select0[] =
6997 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6999 #define SOLARIS_RWLOCK_INIT_1_TEST_CT 1
7000 static tTestDesc aSolaris_Rwlock_Init_1Tests[] = {
7001 { TT_EGREP, zSolaris_Rwlock_Init_1Select0, (regex_t*)NULL }, };
7004 * Fix Command Arguments for Solaris_Rwlock_Init_1
7006 static const char* apzSolaris_Rwlock_Init_1Patch[] = {
7008 "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
7011 %1{0, 0, 0, {{0}, {0}, {0}}, {{0}, {0}}, {{0}, {0}}}\n\
7013 "(^#define[ \t]+PTHREAD_RWLOCK_INITIALIZER[ \t]+)\\{0, 0, 0, \\{0, 0, 0\\}, \\{0, 0\\}, \\{0, 0\\}\\}[ \t]*$",
7016 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7018 * Description of Solaris_Std___Filbuf fix
7020 tSCC zSolaris_Std___FilbufName[] =
7021 "solaris_std___filbuf";
7024 * File name selection pattern
7026 tSCC zSolaris_Std___FilbufList[] =
7029 * Machine/OS name selection pattern
7031 tSCC* apzSolaris_Std___FilbufMachs[] = {
7033 (const char*)NULL };
7036 * content selection pattern - do fix if pattern found
7038 tSCC zSolaris_Std___FilbufSelect0[] =
7039 "(using std::perror;\n\
7043 * content bypass pattern - skip fix if pattern found
7045 tSCC zSolaris_Std___FilbufBypass0[] =
7046 "using std::__filbuf";
7048 #define SOLARIS_STD___FILBUF_TEST_CT 2
7049 static tTestDesc aSolaris_Std___FilbufTests[] = {
7050 { TT_NEGREP, zSolaris_Std___FilbufBypass0, (regex_t*)NULL },
7051 { TT_EGREP, zSolaris_Std___FilbufSelect0, (regex_t*)NULL }, };
7054 * Fix Command Arguments for Solaris_Std___Filbuf
7056 static const char* apzSolaris_Std___FilbufPatch[] = {
7059 using std::__filbuf;\n\
7060 using std::__flsbuf;\n\
7065 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7067 * Description of Solaris_Stdio_Tag fix
7069 tSCC zSolaris_Stdio_TagName[] =
7070 "solaris_stdio_tag";
7073 * File name selection pattern
7075 tSCC zSolaris_Stdio_TagList[] =
7078 * Machine/OS name selection pattern
7080 #define apzSolaris_Stdio_TagMachs (const char**)NULL
7083 * content selection pattern - do fix if pattern found
7085 tSCC zSolaris_Stdio_TagSelect0[] =
7086 "__cplusplus < 54321L";
7089 * content bypass pattern - skip fix if pattern found
7091 tSCC zSolaris_Stdio_TagBypass0[] =
7094 #define SOLARIS_STDIO_TAG_TEST_CT 2
7095 static tTestDesc aSolaris_Stdio_TagTests[] = {
7096 { TT_NEGREP, zSolaris_Stdio_TagBypass0, (regex_t*)NULL },
7097 { TT_EGREP, zSolaris_Stdio_TagSelect0, (regex_t*)NULL }, };
7100 * Fix Command Arguments for Solaris_Stdio_Tag
7102 static const char* apzSolaris_Stdio_TagPatch[] = { sed_cmd_z,
7103 "-e", "s/defined(__cplusplus) && (__cplusplus < 54321L)/0/",
7106 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7108 * Description of Statsswtch fix
7110 tSCC zStatsswtchName[] =
7114 * File name selection pattern
7116 tSCC zStatsswtchList[] =
7119 * Machine/OS name selection pattern
7121 #define apzStatsswtchMachs (const char**)NULL
7124 * content selection pattern - do fix if pattern found
7126 tSCC zStatsswtchSelect0[] =
7129 #define STATSSWTCH_TEST_CT 1
7130 static tTestDesc aStatsswtchTests[] = {
7131 { TT_EGREP, zStatsswtchSelect0, (regex_t*)NULL }, };
7134 * Fix Command Arguments for Statsswtch
7136 static const char* apzStatsswtchPatch[] = {
7141 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7143 * Description of Stdio_Stdarg_H fix
7145 tSCC zStdio_Stdarg_HName[] =
7149 * File name selection pattern
7151 tSCC zStdio_Stdarg_HList[] =
7154 * Machine/OS name selection pattern
7156 tSCC* apzStdio_Stdarg_HMachs[] = {
7157 "*-*-solaris2.1[0-9]*",
7158 (const char*)NULL };
7161 * content bypass pattern - skip fix if pattern found
7163 tSCC zStdio_Stdarg_HBypass0[] =
7164 "include.*(stdarg.h|machine/ansi.h)";
7166 #define STDIO_STDARG_H_TEST_CT 1
7167 static tTestDesc aStdio_Stdarg_HTests[] = {
7168 { TT_NEGREP, zStdio_Stdarg_HBypass0, (regex_t*)NULL }, };
7171 * Fix Command Arguments for Stdio_Stdarg_H
7173 static const char* apzStdio_Stdarg_HPatch[] = {
7175 "#define __need___va_list\n\
7176 #include <stdarg.h>\n",
7179 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7181 * Description of Stdio_Va_List fix
7183 tSCC zStdio_Va_ListName[] =
7187 * File name selection pattern
7189 tSCC zStdio_Va_ListList[] =
7192 * Machine/OS name selection pattern
7194 tSCC* apzStdio_Va_ListMachs[] = {
7195 "*-*-solaris2.1[0-9]*",
7196 (const char*)NULL };
7199 * content bypass pattern - skip fix if pattern found
7201 tSCC zStdio_Va_ListBypass0[] =
7202 "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
7204 #define STDIO_VA_LIST_TEST_CT 1
7205 static tTestDesc aStdio_Va_ListTests[] = {
7206 { TT_NEGREP, zStdio_Va_ListBypass0, (regex_t*)NULL }, };
7209 * Fix Command Arguments for Stdio_Va_List
7211 static const char* apzStdio_Va_ListPatch[] = { sed_cmd_z,
7212 "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
7213 s@(va_list)&@(__gnuc_va_list)\\&@\n\
7214 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
7215 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
7216 s@ va_list@ __not_va_list__@\n\
7217 s@\\*va_list@*__not_va_list__@\n\
7218 s@ __va_list)@ __gnuc_va_list)@\n\
7219 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
7220 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
7221 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
7222 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
7223 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
7224 s@VA_LIST@DUMMY_VA_LIST@\n\
7225 s@_Va_LIST@_VA_LIST@",
7228 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7230 * Description of Stdio_Va_List_Clients fix
7232 tSCC zStdio_Va_List_ClientsName[] =
7233 "stdio_va_list_clients";
7236 * File name selection pattern
7238 tSCC zStdio_Va_List_ClientsList[] =
7239 "com_err.h\0cps.h\0curses.h\0krb5.h\0lc_core.h\0pfmt.h\0wchar.h\0curses_colr/curses.h\0";
7241 * Machine/OS name selection pattern
7243 #define apzStdio_Va_List_ClientsMachs (const char**)NULL
7246 * content bypass pattern - skip fix if pattern found
7248 tSCC zStdio_Va_List_ClientsBypass0[] =
7249 "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
7250 tSCC zStdio_Va_List_ClientsBypass1[] =
7251 "include <stdarg\\.h>|#ifdef va_start";
7253 #define STDIO_VA_LIST_CLIENTS_TEST_CT 2
7254 static tTestDesc aStdio_Va_List_ClientsTests[] = {
7255 { TT_NEGREP, zStdio_Va_List_ClientsBypass0, (regex_t*)NULL },
7256 { TT_NEGREP, zStdio_Va_List_ClientsBypass1, (regex_t*)NULL }, };
7259 * Fix Command Arguments for Stdio_Va_List_Clients
7261 static const char* apzStdio_Va_List_ClientsPatch[] = { sed_cmd_z,
7262 "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
7263 s@(va_list)&@(__gnuc_va_list)\\&@\n\
7264 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
7265 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
7266 s@ va_list@ __not_va_list__@\n\
7267 s@\\*va_list@*__not_va_list__@\n\
7268 s@ __va_list)@ __gnuc_va_list)@\n\
7269 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
7270 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
7271 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
7272 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
7273 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
7274 s@VA_LIST@DUMMY_VA_LIST@\n\
7275 s@_Va_LIST@_VA_LIST@",
7278 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7280 * Description of Strict_Ansi_Not fix
7282 tSCC zStrict_Ansi_NotName[] =
7286 * File name selection pattern
7288 #define zStrict_Ansi_NotList (char*)NULL
7290 * Machine/OS name selection pattern
7292 #define apzStrict_Ansi_NotMachs (const char**)NULL
7295 * content selection pattern - do fix if pattern found
7297 tSCC zStrict_Ansi_NotSelect0[] =
7298 "^([ \t]*#[ \t]*if.*)(!__STDC__|__STDC__[ \t]*==[ \t]*0|__STDC__[ \t]*!=[ \t]*1|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*0)";
7301 * content bypass pattern - skip fix if pattern found
7303 tSCC zStrict_Ansi_NotBypass0[] =
7304 "GNU and MIPS C compilers define __STDC__ differently";
7305 tSCC zStrict_Ansi_NotBypass1[] =
7306 "__SCO_VERSION__.*__STDC__ != 1";
7309 * perform the C function call test
7311 tSCC zStrict_Ansi_NotFTst0[] = "stdc_0_in_system_headers";
7313 #define STRICT_ANSI_NOT_TEST_CT 4
7314 static tTestDesc aStrict_Ansi_NotTests[] = {
7315 { TT_FUNCTION, zStrict_Ansi_NotFTst0, 0 /* unused */ },
7316 { TT_NEGREP, zStrict_Ansi_NotBypass0, (regex_t*)NULL },
7317 { TT_NEGREP, zStrict_Ansi_NotBypass1, (regex_t*)NULL },
7318 { TT_EGREP, zStrict_Ansi_NotSelect0, (regex_t*)NULL }, };
7321 * Fix Command Arguments for Strict_Ansi_Not
7323 static const char* apzStrict_Ansi_NotPatch[] = {
7325 "%1 !defined(__STRICT_ANSI__)",
7328 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7330 * Description of Strict_Ansi_Not_Ctd fix
7332 tSCC zStrict_Ansi_Not_CtdName[] =
7333 "strict_ansi_not_ctd";
7336 * File name selection pattern
7338 tSCC zStrict_Ansi_Not_CtdList[] =
7339 "math.h\0limits.h\0stdio.h\0signal.h\0stdlib.h\0sys/signal.h\0time.h\0";
7341 * Machine/OS name selection pattern
7343 #define apzStrict_Ansi_Not_CtdMachs (const char**)NULL
7346 * content selection pattern - do fix if pattern found
7348 tSCC zStrict_Ansi_Not_CtdSelect0[] =
7349 "^([ \t]*(\\(|&&|\\|\\|)([ \t(]*!*[ \t]*defined\\([a-zA-Z_0-9]+\\)[ \t]*[|&][|&])*[ \t(]*)(__STDC__[ \t]*(|-[ \t]*0[ \t]*)==[ \t]*0)";
7352 * perform the C function call test
7354 tSCC zStrict_Ansi_Not_CtdFTst0[] = "stdc_0_in_system_headers";
7356 #define STRICT_ANSI_NOT_CTD_TEST_CT 2
7357 static tTestDesc aStrict_Ansi_Not_CtdTests[] = {
7358 { TT_FUNCTION, zStrict_Ansi_Not_CtdFTst0, 0 /* unused */ },
7359 { TT_EGREP, zStrict_Ansi_Not_CtdSelect0, (regex_t*)NULL }, };
7362 * Fix Command Arguments for Strict_Ansi_Not_Ctd
7364 static const char* apzStrict_Ansi_Not_CtdPatch[] = {
7366 "%1 !defined(__STRICT_ANSI__)",
7369 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7371 * Description of Strict_Ansi_Only fix
7373 tSCC zStrict_Ansi_OnlyName[] =
7377 * File name selection pattern
7379 #define zStrict_Ansi_OnlyList (char*)NULL
7381 * Machine/OS name selection pattern
7383 #define apzStrict_Ansi_OnlyMachs (const char**)NULL
7386 * content selection pattern - do fix if pattern found
7388 tSCC zStrict_Ansi_OnlySelect0[] =
7389 "^([ \t]*#[ \t]*if.*)(__STDC__[ \t]*!=[ \t]*0|__STDC__[ \t]*==[ \t]*1|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*1|__STDC__[ \t]*-[ \t]*0[ \t]*!=[ \t]*0)";
7392 * perform the C function call test
7394 tSCC zStrict_Ansi_OnlyFTst0[] = "stdc_0_in_system_headers";
7396 #define STRICT_ANSI_ONLY_TEST_CT 2
7397 static tTestDesc aStrict_Ansi_OnlyTests[] = {
7398 { TT_FUNCTION, zStrict_Ansi_OnlyFTst0, 0 /* unused */ },
7399 { TT_EGREP, zStrict_Ansi_OnlySelect0, (regex_t*)NULL }, };
7402 * Fix Command Arguments for Strict_Ansi_Only
7404 static const char* apzStrict_Ansi_OnlyPatch[] = {
7406 "%1 defined(__STRICT_ANSI__)",
7409 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7411 * Description of Struct_File fix
7413 tSCC zStruct_FileName[] =
7417 * File name selection pattern
7419 tSCC zStruct_FileList[] =
7422 * Machine/OS name selection pattern
7424 #define apzStruct_FileMachs (const char**)NULL
7427 * content selection pattern - do fix if pattern found
7429 tSCC zStruct_FileSelect0[] =
7430 "^.*xdrstdio_create.*struct __file_s";
7432 #define STRUCT_FILE_TEST_CT 1
7433 static tTestDesc aStruct_FileTests[] = {
7434 { TT_EGREP, zStruct_FileSelect0, (regex_t*)NULL }, };
7437 * Fix Command Arguments for Struct_File
7439 static const char* apzStruct_FilePatch[] = {
7441 "struct __file_s;\n\
7445 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7447 * Description of Struct_Sockaddr fix
7449 tSCC zStruct_SockaddrName[] =
7453 * File name selection pattern
7455 tSCC zStruct_SockaddrList[] =
7458 * Machine/OS name selection pattern
7460 #define apzStruct_SockaddrMachs (const char**)NULL
7463 * content selection pattern - do fix if pattern found
7465 tSCC zStruct_SockaddrSelect0[] =
7466 "^.*authdes_create.*struct sockaddr[^_]";
7469 * content bypass pattern - skip fix if pattern found
7471 tSCC zStruct_SockaddrBypass0[] =
7473 tSCC zStruct_SockaddrBypass1[] =
7474 "struct sockaddr;\n";
7476 #define STRUCT_SOCKADDR_TEST_CT 3
7477 static tTestDesc aStruct_SockaddrTests[] = {
7478 { TT_NEGREP, zStruct_SockaddrBypass0, (regex_t*)NULL },
7479 { TT_NEGREP, zStruct_SockaddrBypass1, (regex_t*)NULL },
7480 { TT_EGREP, zStruct_SockaddrSelect0, (regex_t*)NULL }, };
7483 * Fix Command Arguments for Struct_Sockaddr
7485 static const char* apzStruct_SockaddrPatch[] = {
7487 "struct sockaddr;\n\
7491 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7493 * Description of Sun_Auth_Proto fix
7495 tSCC zSun_Auth_ProtoName[] =
7499 * File name selection pattern
7501 tSCC zSun_Auth_ProtoList[] =
7502 "rpc/auth.h\0rpc/clnt.h\0rpc/svc.h\0rpc/xdr.h\0";
7504 * Machine/OS name selection pattern
7506 #define apzSun_Auth_ProtoMachs (const char**)NULL
7509 * content selection pattern - do fix if pattern found
7511 tSCC zSun_Auth_ProtoSelect0[] =
7512 "\\(\\*[a-z][a-z_]*\\)\\(\\)";
7515 * content bypass pattern - skip fix if pattern found
7517 tSCC zSun_Auth_ProtoBypass0[] =
7520 #define SUN_AUTH_PROTO_TEST_CT 2
7521 static tTestDesc aSun_Auth_ProtoTests[] = {
7522 { TT_NEGREP, zSun_Auth_ProtoBypass0, (regex_t*)NULL },
7523 { TT_EGREP, zSun_Auth_ProtoSelect0, (regex_t*)NULL }, };
7526 * Fix Command Arguments for Sun_Auth_Proto
7528 static const char* apzSun_Auth_ProtoPatch[] = {
7530 "#ifdef __cplusplus\n\
7535 "(.*\\(\\*[a-z][a-z_]*\\))\\(\\);(.*)",
7538 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7540 * Description of Sun_Bogus_Ifdef fix
7542 tSCC zSun_Bogus_IfdefName[] =
7546 * File name selection pattern
7548 tSCC zSun_Bogus_IfdefList[] =
7549 "hsfs/hsfs_spec.h\0hsfs/iso_spec.h\0";
7551 * Machine/OS name selection pattern
7553 #define apzSun_Bogus_IfdefMachs (const char**)NULL
7556 * content selection pattern - do fix if pattern found
7558 tSCC zSun_Bogus_IfdefSelect0[] =
7559 "#ifdef(.*\\|\\|.*)";
7561 #define SUN_BOGUS_IFDEF_TEST_CT 1
7562 static tTestDesc aSun_Bogus_IfdefTests[] = {
7563 { TT_EGREP, zSun_Bogus_IfdefSelect0, (regex_t*)NULL }, };
7566 * Fix Command Arguments for Sun_Bogus_Ifdef
7568 static const char* apzSun_Bogus_IfdefPatch[] = {
7573 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7575 * Description of Sun_Catmacro fix
7577 tSCC zSun_CatmacroName[] =
7581 * File name selection pattern
7583 tSCC zSun_CatmacroList[] =
7584 "pixrect/memvar.h\0";
7586 * Machine/OS name selection pattern
7588 #define apzSun_CatmacroMachs (const char**)NULL
7591 * content selection pattern - do fix if pattern found
7593 tSCC zSun_CatmacroSelect0[] =
7594 "^#define[ \t]+CAT\\(a,b\\).*";
7596 #define SUN_CATMACRO_TEST_CT 1
7597 static tTestDesc aSun_CatmacroTests[] = {
7598 { TT_EGREP, zSun_CatmacroSelect0, (regex_t*)NULL }, };
7601 * Fix Command Arguments for Sun_Catmacro
7603 static const char* apzSun_CatmacroPatch[] = {
7606 # define CAT(a,b) a##b\n\
7612 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7614 * Description of Sun_Malloc fix
7616 tSCC zSun_MallocName[] =
7620 * File name selection pattern
7622 tSCC zSun_MallocList[] =
7625 * Machine/OS name selection pattern
7627 #define apzSun_MallocMachs (const char**)NULL
7630 * content bypass pattern - skip fix if pattern found
7632 tSCC zSun_MallocBypass0[] =
7633 "_CLASSIC_ANSI_TYPES";
7635 #define SUN_MALLOC_TEST_CT 1
7636 static tTestDesc aSun_MallocTests[] = {
7637 { TT_NEGREP, zSun_MallocBypass0, (regex_t*)NULL }, };
7640 * Fix Command Arguments for Sun_Malloc
7642 static const char* apzSun_MallocPatch[] = { sed_cmd_z,
7643 "-e", "s/typedef[ \t]char \\*\tmalloc_t/typedef void \\*\tmalloc_t/g",
7644 "-e", "s/int[ \t][ \t]*free/void\tfree/g",
7645 "-e", "s/char\\([ \t]*\\*[ \t]*malloc\\)/void\\1/g",
7646 "-e", "s/char\\([ \t]*\\*[ \t]*realloc\\)/void\\1/g",
7647 "-e", "s/char\\([ \t]*\\*[ \t]*calloc\\)/void\\1/g",
7650 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7652 * Description of Sun_Rusers_Semi fix
7654 tSCC zSun_Rusers_SemiName[] =
7658 * File name selection pattern
7660 tSCC zSun_Rusers_SemiList[] =
7661 "rpcsvc/rusers.h\0";
7663 * Machine/OS name selection pattern
7665 #define apzSun_Rusers_SemiMachs (const char**)NULL
7668 * content selection pattern - do fix if pattern found
7670 tSCC zSun_Rusers_SemiSelect0[] =
7673 #define SUN_RUSERS_SEMI_TEST_CT 1
7674 static tTestDesc aSun_Rusers_SemiTests[] = {
7675 { TT_EGREP, zSun_Rusers_SemiSelect0, (regex_t*)NULL }, };
7678 * Fix Command Arguments for Sun_Rusers_Semi
7680 static const char* apzSun_Rusers_SemiPatch[] = { sed_cmd_z,
7681 "-e", "/^struct/,/^};/s/_cnt$/_cnt;/",
7684 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7686 * Description of Sun_Signal fix
7688 tSCC zSun_SignalName[] =
7692 * File name selection pattern
7694 tSCC zSun_SignalList[] =
7695 "sys/signal.h\0signal.h\0";
7697 * Machine/OS name selection pattern
7699 #define apzSun_SignalMachs (const char**)NULL
7702 * content selection pattern - do fix if pattern found
7704 tSCC zSun_SignalSelect0[] =
7705 "^void\t\\(\\*signal\\(\\)\\)\\(\\);.*";
7707 #define SUN_SIGNAL_TEST_CT 1
7708 static tTestDesc aSun_SignalTests[] = {
7709 { TT_EGREP, zSun_SignalSelect0, (regex_t*)NULL }, };
7712 * Fix Command Arguments for Sun_Signal
7714 static const char* apzSun_SignalPatch[] = {
7716 "#ifdef __cplusplus\n\
7717 void\t(*signal(...))(...);\n\
7723 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7725 * Description of Sunos_Strlen fix
7727 tSCC zSunos_StrlenName[] =
7731 * File name selection pattern
7733 tSCC zSunos_StrlenList[] =
7736 * Machine/OS name selection pattern
7738 #define apzSunos_StrlenMachs (const char**)NULL
7741 * content selection pattern - do fix if pattern found
7743 tSCC zSunos_StrlenSelect0[] =
7744 "int[ \t]*strlen\\(\\);(.*)";
7746 #define SUNOS_STRLEN_TEST_CT 1
7747 static tTestDesc aSunos_StrlenTests[] = {
7748 { TT_EGREP, zSunos_StrlenSelect0, (regex_t*)NULL }, };
7751 * Fix Command Arguments for Sunos_Strlen
7753 static const char* apzSunos_StrlenPatch[] = {
7755 "__SIZE_TYPE__ strlen();%1",
7758 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7760 * Description of Suse_Linux_Vt_Cxx fix
7762 tSCC zSuse_Linux_Vt_CxxName[] =
7763 "suse_linux_vt_cxx";
7766 * File name selection pattern
7768 tSCC zSuse_Linux_Vt_CxxList[] =
7771 * Machine/OS name selection pattern
7773 #define apzSuse_Linux_Vt_CxxMachs (const char**)NULL
7776 * content selection pattern - do fix if pattern found
7778 tSCC zSuse_Linux_Vt_CxxSelect0[] =
7779 "^[ \t]*unsigned int new;";
7781 #define SUSE_LINUX_VT_CXX_TEST_CT 1
7782 static tTestDesc aSuse_Linux_Vt_CxxTests[] = {
7783 { TT_EGREP, zSuse_Linux_Vt_CxxSelect0, (regex_t*)NULL }, };
7786 * Fix Command Arguments for Suse_Linux_Vt_Cxx
7788 static const char* apzSuse_Linux_Vt_CxxPatch[] = {
7790 "unsigned int newev;",
7793 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7795 * Description of Svr4_Disable_Opt fix
7797 tSCC zSvr4_Disable_OptName[] =
7801 * File name selection pattern
7803 tSCC zSvr4_Disable_OptList[] =
7806 * Machine/OS name selection pattern
7808 #define apzSvr4_Disable_OptMachs (const char**)NULL
7811 * content selection pattern - do fix if pattern found
7813 tSCC zSvr4_Disable_OptSelect0[] =
7814 "#define.*__std_hdr_";
7816 #define SVR4_DISABLE_OPT_TEST_CT 1
7817 static tTestDesc aSvr4_Disable_OptTests[] = {
7818 { TT_EGREP, zSvr4_Disable_OptSelect0, (regex_t*)NULL }, };
7821 * Fix Command Arguments for Svr4_Disable_Opt
7823 static const char* apzSvr4_Disable_OptPatch[] = { sed_cmd_z,
7824 "-e", "/#define.*__std_hdr_/d",
7827 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7829 * Description of Svr4_Getcwd fix
7831 tSCC zSvr4_GetcwdName[] =
7835 * File name selection pattern
7837 tSCC zSvr4_GetcwdList[] =
7838 "stdlib.h\0unistd.h\0prototypes.h\0";
7840 * Machine/OS name selection pattern
7842 #define apzSvr4_GetcwdMachs (const char**)NULL
7845 * content selection pattern - do fix if pattern found
7847 tSCC zSvr4_GetcwdSelect0[] =
7848 "getcwd\\(char \\*, int\\)";
7850 #define SVR4_GETCWD_TEST_CT 1
7851 static tTestDesc aSvr4_GetcwdTests[] = {
7852 { TT_EGREP, zSvr4_GetcwdSelect0, (regex_t*)NULL }, };
7855 * Fix Command Arguments for Svr4_Getcwd
7857 static const char* apzSvr4_GetcwdPatch[] = {
7859 "getcwd(char *, size_t)",
7862 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7864 * Description of Svr4_Profil fix
7866 tSCC zSvr4_ProfilName[] =
7870 * File name selection pattern
7872 tSCC zSvr4_ProfilList[] =
7873 "stdlib.h\0unistd.h\0";
7875 * Machine/OS name selection pattern
7877 #define apzSvr4_ProfilMachs (const char**)NULL
7880 * content selection pattern - do fix if pattern found
7882 tSCC zSvr4_ProfilSelect0[] =
7883 "profil\\(unsigned short \\*, unsigned int, unsigned int, unsigned int\\)";
7885 #define SVR4_PROFIL_TEST_CT 1
7886 static tTestDesc aSvr4_ProfilTests[] = {
7887 { TT_EGREP, zSvr4_ProfilSelect0, (regex_t*)NULL }, };
7890 * Fix Command Arguments for Svr4_Profil
7892 static const char* apzSvr4_ProfilPatch[] = {
7894 "profil(unsigned short *, size_t, int, unsigned int)",
7897 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7899 * Description of Svr4_Sighandler_Type fix
7901 tSCC zSvr4_Sighandler_TypeName[] =
7902 "svr4_sighandler_type";
7905 * File name selection pattern
7907 tSCC zSvr4_Sighandler_TypeList[] =
7910 * Machine/OS name selection pattern
7912 #define apzSvr4_Sighandler_TypeMachs (const char**)NULL
7915 * content selection pattern - do fix if pattern found
7917 tSCC zSvr4_Sighandler_TypeSelect0[] =
7918 "void *\\(\\*\\)\\(\\)";
7920 #define SVR4_SIGHANDLER_TYPE_TEST_CT 1
7921 static tTestDesc aSvr4_Sighandler_TypeTests[] = {
7922 { TT_EGREP, zSvr4_Sighandler_TypeSelect0, (regex_t*)NULL }, };
7925 * Fix Command Arguments for Svr4_Sighandler_Type
7927 static const char* apzSvr4_Sighandler_TypePatch[] = {
7932 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7934 * Description of Svr4_Undeclared_Getrnge fix
7936 tSCC zSvr4_Undeclared_GetrngeName[] =
7937 "svr4_undeclared_getrnge";
7940 * File name selection pattern
7942 tSCC zSvr4_Undeclared_GetrngeList[] =
7945 * Machine/OS name selection pattern
7947 #define apzSvr4_Undeclared_GetrngeMachs (const char**)NULL
7950 * content selection pattern - do fix if pattern found
7952 tSCC zSvr4_Undeclared_GetrngeSelect0[] =
7956 * content bypass pattern - skip fix if pattern found
7958 tSCC zSvr4_Undeclared_GetrngeBypass0[] =
7959 "static void getrnge";
7961 #define SVR4_UNDECLARED_GETRNGE_TEST_CT 2
7962 static tTestDesc aSvr4_Undeclared_GetrngeTests[] = {
7963 { TT_NEGREP, zSvr4_Undeclared_GetrngeBypass0, (regex_t*)NULL },
7964 { TT_EGREP, zSvr4_Undeclared_GetrngeSelect0, (regex_t*)NULL }, };
7967 * Fix Command Arguments for Svr4_Undeclared_Getrnge
7969 static const char* apzSvr4_Undeclared_GetrngePatch[] = {
7972 static int getrnge ();",
7973 "^static int[ \t]+size;",
7976 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7978 * Description of Sysv68_String fix
7980 tSCC zSysv68_StringName[] =
7984 * File name selection pattern
7986 tSCC zSysv68_StringList[] =
7987 "testing.h\0string.h\0";
7989 * Machine/OS name selection pattern
7991 #define apzSysv68_StringMachs (const char**)NULL
7994 * content bypass pattern - skip fix if pattern found
7996 tSCC zSysv68_StringBypass0[] =
7997 "_CLASSIC_ANSI_TYPES";
7999 #define SYSV68_STRING_TEST_CT 1
8000 static tTestDesc aSysv68_StringTests[] = {
8001 { TT_NEGREP, zSysv68_StringBypass0, (regex_t*)NULL }, };
8004 * Fix Command Arguments for Sysv68_String
8006 static const char* apzSysv68_StringPatch[] = { sed_cmd_z,
8007 "-e", "s/extern[ \t]*int[ \t]*strlen();/extern unsigned int strlen();/",
8008 "-e", "s/extern[ \t]*int[ \t]*ffs[ \t]*(long);/extern int ffs(int);/",
8009 "-e", "s/strdup(char \\*s1);/strdup(const char *s1);/",
8010 "-e", "/^extern char$/N",
8011 "-e", "s/^extern char\\(\\n\t\\*memccpy(),\\)$/extern void\\1/",
8012 "-e", "/^extern int$/N",
8013 "-e", "s/^extern int\\(\\n\tstrlen(),\\)/extern size_t\\1/",
8014 "-e", "/^\tstrncmp(),$/N",
8015 "-e", "s/^\\(\tstrncmp()\\),\\n\\(\tstrlen(),\\)$/\\1;\\\n\
8016 extern unsigned int\\\n\
8020 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8022 * Description of Sysz_Stdlib_For_Sun fix
8024 tSCC zSysz_Stdlib_For_SunName[] =
8025 "sysz_stdlib_for_sun";
8028 * File name selection pattern
8030 tSCC zSysz_Stdlib_For_SunList[] =
8033 * Machine/OS name selection pattern
8035 #define apzSysz_Stdlib_For_SunMachs (const char**)NULL
8038 * content selection pattern - do fix if pattern found
8040 tSCC zSysz_Stdlib_For_SunSelect0[] =
8041 "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
8044 * content bypass pattern - skip fix if pattern found
8046 tSCC zSysz_Stdlib_For_SunBypass0[] =
8047 "_CLASSIC_ANSI_TYPES";
8049 #define SYSZ_STDLIB_FOR_SUN_TEST_CT 2
8050 static tTestDesc aSysz_Stdlib_For_SunTests[] = {
8051 { TT_NEGREP, zSysz_Stdlib_For_SunBypass0, (regex_t*)NULL },
8052 { TT_EGREP, zSysz_Stdlib_For_SunSelect0, (regex_t*)NULL }, };
8055 * Fix Command Arguments for Sysz_Stdlib_For_Sun
8057 static const char* apzSysz_Stdlib_For_SunPatch[] = {
8062 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8064 * Description of Thread_Keyword fix
8066 tSCC zThread_KeywordName[] =
8070 * File name selection pattern
8072 tSCC zThread_KeywordList[] =
8073 "pthread.h\0bits/sigthread.h\0*/bits/sigthread.h\0";
8075 * Machine/OS name selection pattern
8077 #define apzThread_KeywordMachs (const char**)NULL
8080 * content selection pattern - do fix if pattern found
8082 tSCC zThread_KeywordSelect0[] =
8083 "([* ])__thread([,)])";
8085 #define THREAD_KEYWORD_TEST_CT 1
8086 static tTestDesc aThread_KeywordTests[] = {
8087 { TT_EGREP, zThread_KeywordSelect0, (regex_t*)NULL }, };
8090 * Fix Command Arguments for Thread_Keyword
8092 static const char* apzThread_KeywordPatch[] = {
8097 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8099 * Description of Tinfo_Cplusplus fix
8101 tSCC zTinfo_CplusplusName[] =
8105 * File name selection pattern
8107 tSCC zTinfo_CplusplusList[] =
8110 * Machine/OS name selection pattern
8112 #define apzTinfo_CplusplusMachs (const char**)NULL
8115 * content selection pattern - do fix if pattern found
8117 tSCC zTinfo_CplusplusSelect0[] =
8120 #define TINFO_CPLUSPLUS_TEST_CT 1
8121 static tTestDesc aTinfo_CplusplusTests[] = {
8122 { TT_EGREP, zTinfo_CplusplusSelect0, (regex_t*)NULL }, };
8125 * Fix Command Arguments for Tinfo_Cplusplus
8127 static const char* apzTinfo_CplusplusPatch[] = {
8132 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8134 * Description of Ultrix_Const fix
8136 tSCC zUltrix_ConstName[] =
8140 * File name selection pattern
8142 tSCC zUltrix_ConstList[] =
8145 * Machine/OS name selection pattern
8147 #define apzUltrix_ConstMachs (const char**)NULL
8150 * content selection pattern - do fix if pattern found
8152 tSCC zUltrix_ConstSelect0[] =
8153 "perror\\( char \\*";
8155 #define ULTRIX_CONST_TEST_CT 1
8156 static tTestDesc aUltrix_ConstTests[] = {
8157 { TT_EGREP, zUltrix_ConstSelect0, (regex_t*)NULL }, };
8160 * Fix Command Arguments for Ultrix_Const
8162 static const char* apzUltrix_ConstPatch[] = {
8165 "([ \t*](perror|fputs|fwrite|scanf|fscanf)\\(.*)[ \t]+(char|void) \\*__",
8168 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8170 * Description of Ultrix_Const2 fix
8172 tSCC zUltrix_Const2Name[] =
8176 * File name selection pattern
8178 tSCC zUltrix_Const2List[] =
8181 * Machine/OS name selection pattern
8183 #define apzUltrix_Const2Machs (const char**)NULL
8186 * content selection pattern - do fix if pattern found
8188 tSCC zUltrix_Const2Select0[] =
8189 "\\*fopen\\( char \\*";
8191 #define ULTRIX_CONST2_TEST_CT 1
8192 static tTestDesc aUltrix_Const2Tests[] = {
8193 { TT_EGREP, zUltrix_Const2Select0, (regex_t*)NULL }, };
8196 * Fix Command Arguments for Ultrix_Const2
8198 static const char* apzUltrix_Const2Patch[] = {
8200 "%1( const char *%3, const char *",
8201 "([ \t*](fopen|sscanf|popen|tempnam))\\([ \t]*char[ \t]*\\*([^,]*),[ \t]*char[ \t]*\\*[ \t]*",
8204 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8206 * Description of Va_I960_Macro fix
8208 tSCC zVa_I960_MacroName[] =
8212 * File name selection pattern
8214 tSCC zVa_I960_MacroList[] =
8215 "arch/i960/archI960.h\0";
8217 * Machine/OS name selection pattern
8219 #define apzVa_I960_MacroMachs (const char**)NULL
8222 * content selection pattern - do fix if pattern found
8224 tSCC zVa_I960_MacroSelect0[] =
8225 "__(vsiz|vali|vpad|alignof__)";
8227 #define VA_I960_MACRO_TEST_CT 1
8228 static tTestDesc aVa_I960_MacroTests[] = {
8229 { TT_EGREP, zVa_I960_MacroSelect0, (regex_t*)NULL }, };
8232 * Fix Command Arguments for Va_I960_Macro
8234 static const char* apzVa_I960_MacroPatch[] = {
8239 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8241 * Description of Vms_Add_Missing_Braces fix
8243 tSCC zVms_Add_Missing_BracesName[] =
8244 "vms_add_missing_braces";
8247 * File name selection pattern
8249 tSCC zVms_Add_Missing_BracesList[] =
8250 "rtldef/signal.h\0";
8252 * Machine/OS name selection pattern
8254 tSCC* apzVms_Add_Missing_BracesMachs[] = {
8256 (const char*)NULL };
8259 * content selection pattern - do fix if pattern found
8261 tSCC zVms_Add_Missing_BracesSelect0[] =
8262 "(_SIG_[A-Z]+_SET[ \t]+= \\{)(0x[0F]+, 0x[0F]+)";
8264 #define VMS_ADD_MISSING_BRACES_TEST_CT 1
8265 static tTestDesc aVms_Add_Missing_BracesTests[] = {
8266 { TT_EGREP, zVms_Add_Missing_BracesSelect0, (regex_t*)NULL }, };
8269 * Fix Command Arguments for Vms_Add_Missing_Braces
8271 static const char* apzVms_Add_Missing_BracesPatch[] = {
8276 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8278 * Description of Vms_Decc_Builtin fix
8280 tSCC zVms_Decc_BuiltinName[] =
8284 * File name selection pattern
8286 tSCC zVms_Decc_BuiltinList[] =
8287 "rtldef/string.h\0rtldef/time.h\0rtldef/strings.h\0rtldef/socket.h\0";
8289 * Machine/OS name selection pattern
8291 tSCC* apzVms_Decc_BuiltinMachs[] = {
8293 (const char*)NULL };
8296 * content selection pattern - do fix if pattern found
8298 tSCC zVms_Decc_BuiltinSelect0[] =
8299 "(__MEMSET|__MEMMOVE|__MEMCPY|__STRLEN|__STRCPY)";
8301 #define VMS_DECC_BUILTIN_TEST_CT 1
8302 static tTestDesc aVms_Decc_BuiltinTests[] = {
8303 { TT_EGREP, zVms_Decc_BuiltinSelect0, (regex_t*)NULL }, };
8306 * Fix Command Arguments for Vms_Decc_Builtin
8308 static const char* apzVms_Decc_BuiltinPatch[] = { sed_cmd_z,
8309 "-e", "s@__MEMSET@memset@",
8310 "-e", "s@__MEMMOVE@memmove@",
8311 "-e", "s@__MEMCPY@memcpy@",
8312 "-e", "s@__STRLEN@strlen@",
8313 "-e", "s@__STRCPY@strcpy@",
8316 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8318 * Description of Vms_Define_Can_Use_Extern_Prefix fix
8320 tSCC zVms_Define_Can_Use_Extern_PrefixName[] =
8321 "vms_define_can_use_extern_prefix";
8324 * File name selection pattern
8326 tSCC zVms_Define_Can_Use_Extern_PrefixList[] =
8327 "rtldef/decc$types.h\0";
8329 * Machine/OS name selection pattern
8331 tSCC* apzVms_Define_Can_Use_Extern_PrefixMachs[] = {
8333 (const char*)NULL };
8336 * content selection pattern - do fix if pattern found
8338 tSCC zVms_Define_Can_Use_Extern_PrefixSelect0[] =
8340 #[ \t]*if defined\\(__DECCXX\\)\n\
8341 #[ \t]*define __CAN_USE_EXTERN_PREFIX 1\n";
8343 #define VMS_DEFINE_CAN_USE_EXTERN_PREFIX_TEST_CT 1
8344 static tTestDesc aVms_Define_Can_Use_Extern_PrefixTests[] = {
8345 { TT_EGREP, zVms_Define_Can_Use_Extern_PrefixSelect0, (regex_t*)NULL }, };
8348 * Fix Command Arguments for Vms_Define_Can_Use_Extern_Prefix
8350 static const char* apzVms_Define_Can_Use_Extern_PrefixPatch[] = {
8352 "%0# elif defined (__GNUC__)\n\
8353 #\tdefine __CAN_USE_EXTERN_PREFIX 1\n",
8356 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8358 * Description of Vms_Disable_Decc_String_Builtins fix
8360 tSCC zVms_Disable_Decc_String_BuiltinsName[] =
8361 "vms_disable_decc_string_builtins";
8364 * File name selection pattern
8366 tSCC zVms_Disable_Decc_String_BuiltinsList[] =
8367 "rtldef/string.h\0";
8369 * Machine/OS name selection pattern
8371 tSCC* apzVms_Disable_Decc_String_BuiltinsMachs[] = {
8373 (const char*)NULL };
8376 * content selection pattern - do fix if pattern found
8378 tSCC zVms_Disable_Decc_String_BuiltinsSelect0[] =
8379 "#if !defined\\(__VAX\\)\n";
8381 #define VMS_DISABLE_DECC_STRING_BUILTINS_TEST_CT 1
8382 static tTestDesc aVms_Disable_Decc_String_BuiltinsTests[] = {
8383 { TT_EGREP, zVms_Disable_Decc_String_BuiltinsSelect0, (regex_t*)NULL }, };
8386 * Fix Command Arguments for Vms_Disable_Decc_String_Builtins
8388 static const char* apzVms_Disable_Decc_String_BuiltinsPatch[] = {
8390 "#if !defined(__VAX) && !defined(__GNUC__)\n",
8393 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8395 * Description of Vms_Do_Not_Redeclare_Hostalias fix
8397 tSCC zVms_Do_Not_Redeclare_HostaliasName[] =
8398 "vms_do_not_redeclare_hostalias";
8401 * File name selection pattern
8403 tSCC zVms_Do_Not_Redeclare_HostaliasList[] =
8404 "rtldef/resolv.h\0";
8406 * Machine/OS name selection pattern
8408 tSCC* apzVms_Do_Not_Redeclare_HostaliasMachs[] = {
8410 (const char*)NULL };
8413 * content selection pattern - do fix if pattern found
8415 tSCC zVms_Do_Not_Redeclare_HostaliasSelect0[] =
8416 "(void[ \t]+fp_nquery \\(const u_char \\*, int, FILE \\*\\);)\n\
8417 (__char_ptr32[ \t]+hostalias \\(const char \\*\\);)";
8419 #define VMS_DO_NOT_REDECLARE_HOSTALIAS_TEST_CT 1
8420 static tTestDesc aVms_Do_Not_Redeclare_HostaliasTests[] = {
8421 { TT_EGREP, zVms_Do_Not_Redeclare_HostaliasSelect0, (regex_t*)NULL }, };
8424 * Fix Command Arguments for Vms_Do_Not_Redeclare_Hostalias
8426 static const char* apzVms_Do_Not_Redeclare_HostaliasPatch[] = {
8432 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8434 * Description of Vms_Forward_Declare_Struct fix
8436 tSCC zVms_Forward_Declare_StructName[] =
8437 "vms_forward_declare_struct";
8440 * File name selection pattern
8442 tSCC zVms_Forward_Declare_StructList[] =
8445 * Machine/OS name selection pattern
8447 tSCC* apzVms_Forward_Declare_StructMachs[] = {
8449 (const char*)NULL };
8452 * content selection pattern - do fix if pattern found
8454 tSCC zVms_Forward_Declare_StructSelect0[] =
8455 "(/\\* forward decls for C\\+\\+ \\*/\n\
8456 )#ifdef __cplusplus\n";
8458 #define VMS_FORWARD_DECLARE_STRUCT_TEST_CT 1
8459 static tTestDesc aVms_Forward_Declare_StructTests[] = {
8460 { TT_EGREP, zVms_Forward_Declare_StructSelect0, (regex_t*)NULL }, };
8463 * Fix Command Arguments for Vms_Forward_Declare_Struct
8465 static const char* apzVms_Forward_Declare_StructPatch[] = {
8467 "%1#if defined (__cplusplus) || defined (__GNUC__)\n",
8470 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8472 * Description of Vms_No_64bit_Getopt fix
8474 tSCC zVms_No_64bit_GetoptName[] =
8475 "vms_no_64bit_getopt";
8478 * File name selection pattern
8480 tSCC zVms_No_64bit_GetoptList[] =
8481 "rtldef/stdio.h\0rtldef/unistd.h\0";
8483 * Machine/OS name selection pattern
8485 tSCC* apzVms_No_64bit_GetoptMachs[] = {
8487 (const char*)NULL };
8490 * content selection pattern - do fix if pattern found
8492 tSCC zVms_No_64bit_GetoptSelect0[] =
8493 "^[ \t]*(extern[ \t]*)?(int[ \t]*(getopt|optind|opterr|optopt)|(char \\*optarg))([ \t]*\\(.*\\))?;\n";
8495 #define VMS_NO_64BIT_GETOPT_TEST_CT 1
8496 static tTestDesc aVms_No_64bit_GetoptTests[] = {
8497 { TT_EGREP, zVms_No_64bit_GetoptSelect0, (regex_t*)NULL }, };
8500 * Fix Command Arguments for Vms_No_64bit_Getopt
8502 static const char* apzVms_No_64bit_GetoptPatch[] = {
8504 "#if __INITIAL_POINTER_SIZE != 64 /* getopt is short ptr only. */\n\
8508 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8510 * Description of Vms_Use_Fast_Setjmp fix
8512 tSCC zVms_Use_Fast_SetjmpName[] =
8513 "vms_use_fast_setjmp";
8516 * File name selection pattern
8518 tSCC zVms_Use_Fast_SetjmpList[] =
8519 "rtldef/setjmp.h\0";
8521 * Machine/OS name selection pattern
8523 tSCC* apzVms_Use_Fast_SetjmpMachs[] = {
8525 (const char*)NULL };
8528 * content selection pattern - do fix if pattern found
8530 tSCC zVms_Use_Fast_SetjmpSelect0[] =
8531 "(#[ \t]*if[ \t]*defined\\(__FAST_SETJMP\\)[ \t]*\\|\\|)";
8533 #define VMS_USE_FAST_SETJMP_TEST_CT 1
8534 static tTestDesc aVms_Use_Fast_SetjmpTests[] = {
8535 { TT_EGREP, zVms_Use_Fast_SetjmpSelect0, (regex_t*)NULL }, };
8538 * Fix Command Arguments for Vms_Use_Fast_Setjmp
8540 static const char* apzVms_Use_Fast_SetjmpPatch[] = {
8542 "%0 defined (__GNUC__) ||",
8545 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8547 * Description of Vms_Use_Pragma_Extern_Model fix
8549 tSCC zVms_Use_Pragma_Extern_ModelName[] =
8550 "vms_use_pragma_extern_model";
8553 * File name selection pattern
8555 #define zVms_Use_Pragma_Extern_ModelList (char*)NULL
8557 * Machine/OS name selection pattern
8559 tSCC* apzVms_Use_Pragma_Extern_ModelMachs[] = {
8561 (const char*)NULL };
8564 * content selection pattern - do fix if pattern found
8566 tSCC zVms_Use_Pragma_Extern_ModelSelect0[] =
8567 "#if defined\\(__DECC\\) \\|\\| defined\\(__DECCXX\\)\n\
8568 # pragma extern_model __save\n";
8570 #define VMS_USE_PRAGMA_EXTERN_MODEL_TEST_CT 1
8571 static tTestDesc aVms_Use_Pragma_Extern_ModelTests[] = {
8572 { TT_EGREP, zVms_Use_Pragma_Extern_ModelSelect0, (regex_t*)NULL }, };
8575 * Fix Command Arguments for Vms_Use_Pragma_Extern_Model
8577 static const char* apzVms_Use_Pragma_Extern_ModelPatch[] = {
8579 "#if defined(__DECC) || defined(__DECCXX) || defined(__GNUC__)\n\
8580 # pragma extern_model __save\n",
8583 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8585 * Description of Vms_Use_Quoted_Include fix
8587 tSCC zVms_Use_Quoted_IncludeName[] =
8588 "vms_use_quoted_include";
8591 * File name selection pattern
8593 tSCC zVms_Use_Quoted_IncludeList[] =
8594 "rtldef/wait.h\0starlet_c/pthread.h\0";
8596 * Machine/OS name selection pattern
8598 tSCC* apzVms_Use_Quoted_IncludeMachs[] = {
8600 (const char*)NULL };
8603 * content selection pattern - do fix if pattern found
8605 tSCC zVms_Use_Quoted_IncludeSelect0[] =
8606 "(#[ \t]*include[ \t]+)<(resource|builtins)\\.h>";
8608 #define VMS_USE_QUOTED_INCLUDE_TEST_CT 1
8609 static tTestDesc aVms_Use_Quoted_IncludeTests[] = {
8610 { TT_EGREP, zVms_Use_Quoted_IncludeSelect0, (regex_t*)NULL }, };
8613 * Fix Command Arguments for Vms_Use_Quoted_Include
8615 static const char* apzVms_Use_Quoted_IncludePatch[] = {
8620 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8622 * Description of Void_Null fix
8624 tSCC zVoid_NullName[] =
8628 * File name selection pattern
8630 tSCC zVoid_NullList[] =
8631 "curses.h\0dbm.h\0locale.h\0stdio.h\0stdlib.h\0string.h\0time.h\0unistd.h\0sys/dir.h\0sys/param.h\0sys/types.h\0";
8633 * Machine/OS name selection pattern
8635 #define apzVoid_NullMachs (const char**)NULL
8638 * content selection pattern - do fix if pattern found
8640 tSCC zVoid_NullSelect0[] =
8641 "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
8644 * content bypass pattern - skip fix if pattern found
8646 tSCC zVoid_NullBypass0[] =
8648 tSCC zVoid_NullBypass1[] =
8651 #define VOID_NULL_TEST_CT 3
8652 static tTestDesc aVoid_NullTests[] = {
8653 { TT_NEGREP, zVoid_NullBypass0, (regex_t*)NULL },
8654 { TT_NEGREP, zVoid_NullBypass1, (regex_t*)NULL },
8655 { TT_EGREP, zVoid_NullSelect0, (regex_t*)NULL }, };
8658 * Fix Command Arguments for Void_Null
8660 static const char* apzVoid_NullPatch[] = {
8663 #ifdef __cplusplus\n\
8665 #define NULL __null\n\
8666 #else /* ! __GNUG__ */\n\
8668 #endif /* __GNUG__ */\n\
8669 #else /* ! __cplusplus */\n\
8670 #define NULL ((void *)0)\n\
8671 #endif /* __cplusplus */\n\
8672 #endif /* !NULL */",
8675 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8677 * Description of Vxworks_Gcc_Problem fix
8679 tSCC zVxworks_Gcc_ProblemName[] =
8680 "vxworks_gcc_problem";
8683 * File name selection pattern
8685 tSCC zVxworks_Gcc_ProblemList[] =
8686 "types/vxTypesBase.h\0";
8688 * Machine/OS name selection pattern
8690 #define apzVxworks_Gcc_ProblemMachs (const char**)NULL
8693 * content selection pattern - do fix if pattern found
8695 tSCC zVxworks_Gcc_ProblemSelect0[] =
8696 "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
8698 #define VXWORKS_GCC_PROBLEM_TEST_CT 1
8699 static tTestDesc aVxworks_Gcc_ProblemTests[] = {
8700 { TT_EGREP, zVxworks_Gcc_ProblemSelect0, (regex_t*)NULL }, };
8703 * Fix Command Arguments for Vxworks_Gcc_Problem
8705 static const char* apzVxworks_Gcc_ProblemPatch[] = { sed_cmd_z,
8706 "-e", "s/#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__/#if 1/",
8707 "-e", "/[ \t]size_t/i\\\n\
8708 #ifndef _GCC_SIZE_T\\\n\
8709 #define _GCC_SIZE_T\n",
8710 "-e", "/[ \t]size_t/a\\\n\
8712 "-e", "/[ \t]ptrdiff_t/i\\\n\
8713 #ifndef _GCC_PTRDIFF_T\\\n\
8714 #define _GCC_PTRDIFF_T\n",
8715 "-e", "/[ \t]ptrdiff_t/a\\\n\
8717 "-e", "/[ \t]wchar_t/i\\\n\
8718 #ifndef _GCC_WCHAR_T\\\n\
8719 #define _GCC_WCHAR_T\n",
8720 "-e", "/[ \t]wchar_t/a\\\n\
8724 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8726 * Description of Vxworks_Ioctl_Macro fix
8728 tSCC zVxworks_Ioctl_MacroName[] =
8729 "vxworks_ioctl_macro";
8732 * File name selection pattern
8734 tSCC zVxworks_Ioctl_MacroList[] =
8737 * Machine/OS name selection pattern
8739 tSCC* apzVxworks_Ioctl_MacroMachs[] = {
8741 (const char*)NULL };
8742 #define VXWORKS_IOCTL_MACRO_TEST_CT 0
8743 #define aVxworks_Ioctl_MacroTests (tTestDesc*)NULL
8746 * Fix Command Arguments for Vxworks_Ioctl_Macro
8748 static const char* apzVxworks_Ioctl_MacroPatch[] = {
8751 #define ioctl(fd, func, arg) (ioctl)(fd, func, (int)(arg))\n",
8752 "extern[\t ]+int[\t ]+ioctl[\t ]*\\([\t ,[:alnum:]]*\\);",
8755 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8757 * Description of Vxworks_Mkdir_Macro fix
8759 tSCC zVxworks_Mkdir_MacroName[] =
8760 "vxworks_mkdir_macro";
8763 * File name selection pattern
8765 tSCC zVxworks_Mkdir_MacroList[] =
8768 * Machine/OS name selection pattern
8770 tSCC* apzVxworks_Mkdir_MacroMachs[] = {
8772 (const char*)NULL };
8773 #define VXWORKS_MKDIR_MACRO_TEST_CT 0
8774 #define aVxworks_Mkdir_MacroTests (tTestDesc*)NULL
8777 * Fix Command Arguments for Vxworks_Mkdir_Macro
8779 static const char* apzVxworks_Mkdir_MacroPatch[] = {
8782 #define mkdir(dir, ...) ((void)0, ##__VA_ARGS__, (mkdir)(dir))\n",
8783 "extern[\t ]+STATUS[\t ]+mkdir[\t ]*\\([\t ]*const[\t ]+char[\t ]*\\*[\t ]*(|[_[:alpha:]][_[:alnum:]]*)\\)[\t ]*;",
8786 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8788 * Description of Vxworks_Needs_Vxtypes fix
8790 tSCC zVxworks_Needs_VxtypesName[] =
8791 "vxworks_needs_vxtypes";
8794 * File name selection pattern
8796 tSCC zVxworks_Needs_VxtypesList[] =
8799 * Machine/OS name selection pattern
8801 #define apzVxworks_Needs_VxtypesMachs (const char**)NULL
8804 * content selection pattern - do fix if pattern found
8806 tSCC zVxworks_Needs_VxtypesSelect0[] =
8807 "uint_t([ \t]+_clocks_per_sec)";
8809 #define VXWORKS_NEEDS_VXTYPES_TEST_CT 1
8810 static tTestDesc aVxworks_Needs_VxtypesTests[] = {
8811 { TT_EGREP, zVxworks_Needs_VxtypesSelect0, (regex_t*)NULL }, };
8814 * Fix Command Arguments for Vxworks_Needs_Vxtypes
8816 static const char* apzVxworks_Needs_VxtypesPatch[] = {
8821 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8823 * Description of Vxworks_Needs_Vxworks fix
8825 tSCC zVxworks_Needs_VxworksName[] =
8826 "vxworks_needs_vxworks";
8829 * File name selection pattern
8831 tSCC zVxworks_Needs_VxworksList[] =
8834 * Machine/OS name selection pattern
8836 #define apzVxworks_Needs_VxworksMachs (const char**)NULL
8839 * content selection pattern - do fix if pattern found
8841 tSCC zVxworks_Needs_VxworksSelect0[] =
8842 "#[ \t]define[ \t]+__INCstath";
8845 * perform the 'test' shell command - do fix on success
8847 tSCC zVxworks_Needs_VxworksTest0[] =
8848 " -r types/vxTypesOld.h";
8849 tSCC zVxworks_Needs_VxworksTest1[] =
8850 " -n \"`egrep '#include' $file`\"";
8851 tSCC zVxworks_Needs_VxworksTest2[] =
8852 " -n \"`egrep ULONG $file`\"";
8854 #define VXWORKS_NEEDS_VXWORKS_TEST_CT 4
8855 static tTestDesc aVxworks_Needs_VxworksTests[] = {
8856 { TT_TEST, zVxworks_Needs_VxworksTest0, 0 /* unused */ },
8857 { TT_TEST, zVxworks_Needs_VxworksTest1, 0 /* unused */ },
8858 { TT_TEST, zVxworks_Needs_VxworksTest2, 0 /* unused */ },
8859 { TT_EGREP, zVxworks_Needs_VxworksSelect0, (regex_t*)NULL }, };
8862 * Fix Command Arguments for Vxworks_Needs_Vxworks
8864 static const char* apzVxworks_Needs_VxworksPatch[] = { sed_cmd_z,
8865 "-e", "/#[ \t]define[ \t][ \t]*__INCstath/a\\\n\
8866 #include <types/vxTypesOld.h>\n",
8869 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8871 * Description of Vxworks_Regs fix
8873 tSCC zVxworks_RegsName[] =
8877 * File name selection pattern
8879 #define zVxworks_RegsList (char*)NULL
8881 * Machine/OS name selection pattern
8883 tSCC* apzVxworks_RegsMachs[] = {
8885 (const char*)NULL };
8888 * content selection pattern - do fix if pattern found
8890 tSCC zVxworks_RegsSelect0[] =
8891 "#[\t ]*include[\t ]+[<\"]regs.h[>\"]";
8893 #define VXWORKS_REGS_TEST_CT 1
8894 static tTestDesc aVxworks_RegsTests[] = {
8895 { TT_EGREP, zVxworks_RegsSelect0, (regex_t*)NULL }, };
8898 * Fix Command Arguments for Vxworks_Regs
8900 static const char* apzVxworks_RegsPatch[] = {
8902 "#include <arch/../regs.h>",
8905 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8907 * Description of Vxworks_Time fix
8909 tSCC zVxworks_TimeName[] =
8913 * File name selection pattern
8915 tSCC zVxworks_TimeList[] =
8918 * Machine/OS name selection pattern
8920 #define apzVxworks_TimeMachs (const char**)NULL
8923 * content selection pattern - do fix if pattern found
8925 tSCC zVxworks_TimeSelect0[] =
8926 "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
8929 * perform the 'test' shell command - do fix on success
8931 tSCC zVxworks_TimeTest0[] =
8934 #define VXWORKS_TIME_TEST_CT 2
8935 static tTestDesc aVxworks_TimeTests[] = {
8936 { TT_TEST, zVxworks_TimeTest0, 0 /* unused */ },
8937 { TT_EGREP, zVxworks_TimeSelect0, (regex_t*)NULL }, };
8940 * Fix Command Arguments for Vxworks_Time
8942 static const char* apzVxworks_TimePatch[] = {
8944 "#ifndef __gcc_VOIDFUNCPTR_defined\n\
8945 #ifdef __cplusplus\n\
8946 typedef void (*__gcc_VOIDFUNCPTR) (...);\n\
8948 typedef void (*__gcc_VOIDFUNCPTR) ();\n\
8950 #define __gcc_VOIDFUNCPTR_defined\n\
8952 #define VOIDFUNCPTR __gcc_VOIDFUNCPTR",
8955 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8957 * Description of Vxworks_Write_Const fix
8959 tSCC zVxworks_Write_ConstName[] =
8960 "vxworks_write_const";
8963 * File name selection pattern
8965 tSCC zVxworks_Write_ConstList[] =
8968 * Machine/OS name selection pattern
8970 tSCC* apzVxworks_Write_ConstMachs[] = {
8972 (const char*)NULL };
8973 #define VXWORKS_WRITE_CONST_TEST_CT 0
8974 #define aVxworks_Write_ConstTests (tTestDesc*)NULL
8977 * Fix Command Arguments for Vxworks_Write_Const
8979 static const char* apzVxworks_Write_ConstPatch[] = {
8981 "extern int write (int, const char*, size_t);",
8982 "extern[\t ]+int[\t ]+write[\t ]*\\([\t ]*int[\t ]*,[\t ]*char[\t ]*\\*[\t ]*,[\t ]*size_t[\t ]*\\)[\t ]*;",
8985 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8987 * Description of X11_Class fix
8989 tSCC zX11_ClassName[] =
8993 * File name selection pattern
8995 tSCC zX11_ClassList[] =
8998 * Machine/OS name selection pattern
9000 #define apzX11_ClassMachs (const char**)NULL
9003 * content selection pattern - do fix if pattern found
9005 tSCC zX11_ClassSelect0[] =
9006 "^([ \t]*char \\*)class;(.*)";
9009 * content bypass pattern - skip fix if pattern found
9011 tSCC zX11_ClassBypass0[] =
9014 #define X11_CLASS_TEST_CT 2
9015 static tTestDesc aX11_ClassTests[] = {
9016 { TT_NEGREP, zX11_ClassBypass0, (regex_t*)NULL },
9017 { TT_EGREP, zX11_ClassSelect0, (regex_t*)NULL }, };
9020 * Fix Command Arguments for X11_Class
9022 static const char* apzX11_ClassPatch[] = {
9024 "#ifdef __cplusplus\n\
9031 /* * * * * * * * * * * * * * * * * * * * * * * * * *
9033 * Description of X11_Class_Usage fix
9035 tSCC zX11_Class_UsageName[] =
9039 * File name selection pattern
9041 tSCC zX11_Class_UsageList[] =
9042 "Xm/BaseClassI.h\0";
9044 * Machine/OS name selection pattern
9046 #define apzX11_Class_UsageMachs (const char**)NULL
9049 * content selection pattern - do fix if pattern found
9051 tSCC zX11_Class_UsageSelect0[] =
9055 * content bypass pattern - skip fix if pattern found
9057 tSCC zX11_Class_UsageBypass0[] =
9060 #define X11_CLASS_USAGE_TEST_CT 2
9061 static tTestDesc aX11_Class_UsageTests[] = {
9062 { TT_NEGREP, zX11_Class_UsageBypass0, (regex_t*)NULL },
9063 { TT_EGREP, zX11_Class_UsageSelect0, (regex_t*)NULL }, };
9066 * Fix Command Arguments for X11_Class_Usage
9068 static const char* apzX11_Class_UsagePatch[] = {
9073 /* * * * * * * * * * * * * * * * * * * * * * * * * *
9075 * Description of X11_New fix
9077 tSCC zX11_NewName[] =
9081 * File name selection pattern
9083 tSCC zX11_NewList[] =
9086 * Machine/OS name selection pattern
9088 #define apzX11_NewMachs (const char**)NULL
9091 * content bypass pattern - skip fix if pattern found
9093 tSCC zX11_NewBypass0[] =
9096 #define X11_NEW_TEST_CT 1
9097 static tTestDesc aX11_NewTests[] = {
9098 { TT_NEGREP, zX11_NewBypass0, (regex_t*)NULL }, };
9101 * Fix Command Arguments for X11_New
9103 static const char* apzX11_NewPatch[] = { sed_cmd_z,
9104 "-e", "/Widget\told, new;/i\\\n\
9105 #ifdef __cplusplus\\\n\
9106 \\\tWidget\told, c_new;\\\n\
9108 "-e", "/Widget\told, new;/a\\\n\
9110 "-e", "s/Widget new,/Widget c_new,/g",
9113 /* * * * * * * * * * * * * * * * * * * * * * * * * *
9115 * Description of X11_Sprintf fix
9117 tSCC zX11_SprintfName[] =
9121 * File name selection pattern
9123 tSCC zX11_SprintfList[] =
9124 "X11/Xmu.h\0X11/Xmu/Xmu.h\0";
9126 * Machine/OS name selection pattern
9128 #define apzX11_SprintfMachs (const char**)NULL
9131 * content selection pattern - do fix if pattern found
9133 tSCC zX11_SprintfSelect0[] =
9134 "^extern char \\*\tsprintf\\(\\);$";
9136 #define X11_SPRINTF_TEST_CT 1
9137 static tTestDesc aX11_SprintfTests[] = {
9138 { TT_EGREP, zX11_SprintfSelect0, (regex_t*)NULL }, };
9141 * Fix Command Arguments for X11_Sprintf
9143 static const char* apzX11_SprintfPatch[] = {
9145 "#ifndef __STDC__\n\
9147 #endif /* !defined __STDC__ */",
9151 /* * * * * * * * * * * * * * * * * * * * * * * * * *
9155 #define REGEX_COUNT 260
9156 #define MACH_LIST_SIZE_LIMIT 187
9157 #define FIX_COUNT 223
9160 * Enumerate the fixes
9163 AAB_AIX_STDIO_FIXIDX,
9164 AAB_AIX_FCNTL_FIXIDX,
9165 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_FIXIDX,
9166 AAB_FD_ZERO_ASM_POSIX_TYPES_H_FIXIDX,
9167 AAB_FD_ZERO_GNU_TYPES_H_FIXIDX,
9168 AAB_FD_ZERO_SELECTBITS_H_FIXIDX,
9169 AAB_SOLARIS_SYS_VARARGS_H_FIXIDX,
9170 AAB_SUN_MEMCPY_FIXIDX,
9171 AAB_VXWORKS_ASSERT_FIXIDX,
9172 AAB_VXWORKS_REGS_VXTYPES_FIXIDX,
9173 AAB_VXWORKS_STDINT_FIXIDX,
9174 AAB_VXWORKS_UNISTD_FIXIDX,
9178 AIX_NET_IF_ARP_FIXIDX,
9180 AIX_ONCE_INIT_1_FIXIDX,
9181 AIX_ONCE_INIT_2_FIXIDX,
9182 AIX_MUTEX_INITIALIZER_1_FIXIDX,
9183 AIX_COND_INITIALIZER_1_FIXIDX,
9184 AIX_RWLOCK_INITIALIZER_1_FIXIDX,
9186 AIX_STDINT_1_FIXIDX,
9187 AIX_STDINT_2_FIXIDX,
9188 AIX_STDINT_3_FIXIDX,
9189 AIX_STDINT_4_FIXIDX,
9190 AIX_STDINT_5_FIXIDX,
9191 AIX_SYSMACHINE_FIXIDX,
9192 AIX_SYSWAIT_2_FIXIDX,
9193 AIX_VOLATILE_FIXIDX,
9194 ALPHA___ASSERT_FIXIDX,
9195 ALPHA_ASSERT_FIXIDX,
9196 ALPHA_GETOPT_FIXIDX,
9197 ALPHA_IF_SEMICOLON_FIXIDX,
9198 ALPHA_PARENS_FIXIDX,
9200 AVOID_BOOL_DEFINE_FIXIDX,
9201 AVOID_BOOL_TYPE_FIXIDX,
9202 AVOID_WCHAR_T_TYPE_FIXIDX,
9203 BAD_STRUCT_TERM_FIXIDX,
9205 BROKEN_ASSERT_STDIO_FIXIDX,
9206 BROKEN_ASSERT_STDLIB_FIXIDX,
9209 BSD_STDIO_ATTRS_CONFLICT_FIXIDX,
9210 CTRL_QUOTES_DEF_FIXIDX,
9211 CTRL_QUOTES_USE_FIXIDX,
9213 DARWIN_9_LONG_DOUBLE_FUNCS_2_FIXIDX,
9214 DARWIN_EXTERNC_FIXIDX,
9215 DARWIN_GCC4_BREAKAGE_FIXIDX,
9216 DARWIN_PRIVATE_EXTERN_FIXIDX,
9217 DARWIN_STDINT_1_FIXIDX,
9218 DARWIN_STDINT_2_FIXIDX,
9219 DARWIN_STDINT_3_FIXIDX,
9220 DARWIN_STDINT_4_FIXIDX,
9221 DARWIN_STDINT_5_FIXIDX,
9222 DARWIN_STDINT_6_FIXIDX,
9223 DARWIN_STDINT_7_FIXIDX,
9224 DEC_INTERN_ASM_FIXIDX,
9225 DJGPP_WCHAR_H_FIXIDX,
9227 FERAISEEXCEPT_NOSSE_DIVBYZERO_FIXIDX,
9228 FERAISEEXCEPT_NOSSE_INVALID_FIXIDX,
9229 FREEBSD_GCC3_BREAKAGE_FIXIDX,
9230 FREEBSD_GCC4_BREAKAGE_FIXIDX,
9231 GLIBC_C99_INLINE_1_FIXIDX,
9232 GLIBC_C99_INLINE_1A_FIXIDX,
9233 GLIBC_C99_INLINE_2_FIXIDX,
9234 GLIBC_C99_INLINE_3_FIXIDX,
9235 GLIBC_C99_INLINE_4_FIXIDX,
9236 GLIBC_MUTEX_INIT_FIXIDX,
9237 GLIBC_STDINT_FIXIDX,
9238 GLIBC_STRNCPY_FIXIDX,
9239 GLIBC_TGMATH_FIXIDX,
9243 HPPA_HPUX_FP_MACROS_FIXIDX,
9244 HPUX10_CPP_POW_INLINE_FIXIDX,
9245 HPUX11_CPP_POW_INLINE_FIXIDX,
9246 HPUX10_CTYPE_DECLARATIONS1_FIXIDX,
9247 HPUX10_CTYPE_DECLARATIONS2_FIXIDX,
9248 HPUX10_STDIO_DECLARATIONS_FIXIDX,
9250 HPUX11_EXTERN_SENDFILE_FIXIDX,
9251 HPUX11_EXTERN_SENDPATH_FIXIDX,
9252 HPUX11_FABSF_FIXIDX,
9253 HPUX11_PTHREAD_CONST_FIXIDX,
9254 HPUX11_SIZE_T_FIXIDX,
9255 HPUX11_SNPRINTF_FIXIDX,
9256 HPUX11_VSNPRINTF_FIXIDX,
9257 HPUX8_BOGUS_INLINES_FIXIDX,
9258 HPUX_C99_INTPTR_FIXIDX,
9259 HPUX_C99_INTTYPES_FIXIDX,
9260 HPUX_C99_INTTYPES2_FIXIDX,
9261 HPUX_CTYPE_MACROS_FIXIDX,
9262 HPUX_EXTERN_ERRNO_FIXIDX,
9264 HPUX_IMAGINARY_I_FIXIDX,
9265 HPUX_INTTYPE_INT8_T_FIXIDX,
9266 HPUX_LONG_DOUBLE_FIXIDX,
9267 HPUX_LONG_DOUBLE_2_FIXIDX,
9268 HPUX_PTHREAD_INITIALIZERS_FIXIDX,
9269 HPUX_SPU_INFO_FIXIDX,
9270 HPUX_STDINT_LEAST_FAST_FIXIDX,
9271 HPUX_SYSTIME_FIXIDX,
9272 HUGE_VAL_HEX_FIXIDX,
9273 HUGE_VALF_HEX_FIXIDX,
9274 HUGE_VALL_HEX_FIXIDX,
9275 INT_ABORT_FREE_AND_EXIT_FIXIDX,
9276 IO_QUOTES_DEF_FIXIDX,
9277 IO_QUOTES_USE_FIXIDX,
9278 IP_MISSING_SEMI_FIXIDX,
9279 IRIX_LIMITS_CONST_FIXIDX,
9280 IRIX_STDIO_VA_LIST_FIXIDX,
9281 KANDR_CONCAT_FIXIDX,
9282 LINUX_IA64_UCONTEXT_FIXIDX,
9283 LYNXOS_NO_WARNING_IN_SYS_TIME_H_FIXIDX,
9284 LYNXOS_MISSING_PUTENV_FIXIDX,
9285 MACHINE_ANSI_H_VA_LIST_FIXIDX,
9286 MACHINE_NAME_FIXIDX,
9287 MATH_EXCEPTION_FIXIDX,
9288 MATH_HUGE_VAL_FROM_DBL_MAX_FIXIDX,
9289 NESTED_AUTH_DES_FIXIDX,
9290 NETBSD_C99_INLINE_1_FIXIDX,
9291 NETBSD_C99_INLINE_2_FIXIDX,
9292 NETBSD_EXTRA_SEMICOLON_FIXIDX,
9293 NEWLIB_STDINT_1_FIXIDX,
9294 NEWLIB_STDINT_2_FIXIDX,
9295 NEXT_MATH_PREFIX_FIXIDX,
9296 NEXT_TEMPLATE_FIXIDX,
9297 NEXT_VOLITILE_FIXIDX,
9298 NEXT_WAIT_UNION_FIXIDX,
9299 NODEENT_SYNTAX_FIXIDX,
9300 OPENBSD_NULL_DEFINITION_FIXIDX,
9301 OBSTACK_LVALUE_CAST_FIXIDX,
9302 OPENBSD_VA_START_FIXIDX,
9303 OSF_NAMESPACE_A_FIXIDX,
9304 OSF_NAMESPACE_C_FIXIDX,
9305 PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_FIXIDX,
9306 READ_RET_TYPE_FIXIDX,
9307 RPC_XDR_LVALUE_CAST_A_FIXIDX,
9308 RPC_XDR_LVALUE_CAST_B_FIXIDX,
9309 RS6000_DOUBLE_FIXIDX,
9310 RS6000_FCHMOD_FIXIDX,
9311 RS6000_PARAM_FIXIDX,
9312 SOLARIS___RESTRICT_FIXIDX,
9313 SOLARIS_COMPLEX_FIXIDX,
9314 SOLARIS_COMPLEX_CXX_FIXIDX,
9315 SOLARIS_CXX_LINKAGE_FIXIDX,
9316 SOLARIS_GETC_STRICT_STDC_FIXIDX,
9317 SOLARIS_INT_CONST_FIXIDX,
9318 SOLARIS_INT_LIMITS_1_FIXIDX,
9319 SOLARIS_INT_LIMITS_2_FIXIDX,
9320 SOLARIS_INT_LIMITS_3_FIXIDX,
9321 SOLARIS_MATH_1_FIXIDX,
9322 SOLARIS_MATH_10_FIXIDX,
9323 SOLARIS_MATH_2_FIXIDX,
9324 SOLARIS_MATH_3_FIXIDX,
9325 SOLARIS_MATH_4_FIXIDX,
9326 SOLARIS_MATH_8_FIXIDX,
9327 SOLARIS_MATH_9_FIXIDX,
9328 SOLARIS_ONCE_INIT_1_FIXIDX,
9329 SOLARIS_POSIX_SPAWN_RESTRICT_FIXIDX,
9330 SOLARIS_POW_INT_OVERLOAD_FIXIDX,
9331 SOLARIS_RWLOCK_INIT_1_FIXIDX,
9332 SOLARIS_STD___FILBUF_FIXIDX,
9333 SOLARIS_STDIO_TAG_FIXIDX,
9335 STDIO_STDARG_H_FIXIDX,
9336 STDIO_VA_LIST_FIXIDX,
9337 STDIO_VA_LIST_CLIENTS_FIXIDX,
9338 STRICT_ANSI_NOT_FIXIDX,
9339 STRICT_ANSI_NOT_CTD_FIXIDX,
9340 STRICT_ANSI_ONLY_FIXIDX,
9342 STRUCT_SOCKADDR_FIXIDX,
9343 SUN_AUTH_PROTO_FIXIDX,
9344 SUN_BOGUS_IFDEF_FIXIDX,
9345 SUN_CATMACRO_FIXIDX,
9347 SUN_RUSERS_SEMI_FIXIDX,
9349 SUNOS_STRLEN_FIXIDX,
9350 SUSE_LINUX_VT_CXX_FIXIDX,
9351 SVR4_DISABLE_OPT_FIXIDX,
9354 SVR4_SIGHANDLER_TYPE_FIXIDX,
9355 SVR4_UNDECLARED_GETRNGE_FIXIDX,
9356 SYSV68_STRING_FIXIDX,
9357 SYSZ_STDLIB_FOR_SUN_FIXIDX,
9358 THREAD_KEYWORD_FIXIDX,
9359 TINFO_CPLUSPLUS_FIXIDX,
9360 ULTRIX_CONST_FIXIDX,
9361 ULTRIX_CONST2_FIXIDX,
9362 VA_I960_MACRO_FIXIDX,
9363 VMS_ADD_MISSING_BRACES_FIXIDX,
9364 VMS_DECC_BUILTIN_FIXIDX,
9365 VMS_DEFINE_CAN_USE_EXTERN_PREFIX_FIXIDX,
9366 VMS_DISABLE_DECC_STRING_BUILTINS_FIXIDX,
9367 VMS_DO_NOT_REDECLARE_HOSTALIAS_FIXIDX,
9368 VMS_FORWARD_DECLARE_STRUCT_FIXIDX,
9369 VMS_NO_64BIT_GETOPT_FIXIDX,
9370 VMS_USE_FAST_SETJMP_FIXIDX,
9371 VMS_USE_PRAGMA_EXTERN_MODEL_FIXIDX,
9372 VMS_USE_QUOTED_INCLUDE_FIXIDX,
9374 VXWORKS_GCC_PROBLEM_FIXIDX,
9375 VXWORKS_IOCTL_MACRO_FIXIDX,
9376 VXWORKS_MKDIR_MACRO_FIXIDX,
9377 VXWORKS_NEEDS_VXTYPES_FIXIDX,
9378 VXWORKS_NEEDS_VXWORKS_FIXIDX,
9379 VXWORKS_REGS_FIXIDX,
9380 VXWORKS_TIME_FIXIDX,
9381 VXWORKS_WRITE_CONST_FIXIDX,
9383 X11_CLASS_USAGE_FIXIDX,
9388 tFixDesc fixDescList[ FIX_COUNT ] = {
9389 { zAab_Aix_StdioName, zAab_Aix_StdioList,
9390 apzAab_Aix_StdioMachs,
9391 AAB_AIX_STDIO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9392 aAab_Aix_StdioTests, apzAab_Aix_StdioPatch, 0 },
9394 { zAab_Aix_FcntlName, zAab_Aix_FcntlList,
9395 apzAab_Aix_FcntlMachs,
9396 AAB_AIX_FCNTL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9397 aAab_Aix_FcntlTests, apzAab_Aix_FcntlPatch, 0 },
9399 { zAab_Darwin7_9_Long_Double_FuncsName, zAab_Darwin7_9_Long_Double_FuncsList,
9400 apzAab_Darwin7_9_Long_Double_FuncsMachs,
9401 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9402 aAab_Darwin7_9_Long_Double_FuncsTests, apzAab_Darwin7_9_Long_Double_FuncsPatch, 0 },
9404 { zAab_Fd_Zero_Asm_Posix_Types_HName, zAab_Fd_Zero_Asm_Posix_Types_HList,
9405 apzAab_Fd_Zero_Asm_Posix_Types_HMachs,
9406 AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9407 aAab_Fd_Zero_Asm_Posix_Types_HTests, apzAab_Fd_Zero_Asm_Posix_Types_HPatch, 0 },
9409 { zAab_Fd_Zero_Gnu_Types_HName, zAab_Fd_Zero_Gnu_Types_HList,
9410 apzAab_Fd_Zero_Gnu_Types_HMachs,
9411 AAB_FD_ZERO_GNU_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9412 aAab_Fd_Zero_Gnu_Types_HTests, apzAab_Fd_Zero_Gnu_Types_HPatch, 0 },
9414 { zAab_Fd_Zero_Selectbits_HName, zAab_Fd_Zero_Selectbits_HList,
9415 apzAab_Fd_Zero_Selectbits_HMachs,
9416 AAB_FD_ZERO_SELECTBITS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9417 aAab_Fd_Zero_Selectbits_HTests, apzAab_Fd_Zero_Selectbits_HPatch, 0 },
9419 { zAab_Solaris_Sys_Varargs_HName, zAab_Solaris_Sys_Varargs_HList,
9420 apzAab_Solaris_Sys_Varargs_HMachs,
9421 AAB_SOLARIS_SYS_VARARGS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9422 aAab_Solaris_Sys_Varargs_HTests, apzAab_Solaris_Sys_Varargs_HPatch, 0 },
9424 { zAab_Sun_MemcpyName, zAab_Sun_MemcpyList,
9425 apzAab_Sun_MemcpyMachs,
9426 AAB_SUN_MEMCPY_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9427 aAab_Sun_MemcpyTests, apzAab_Sun_MemcpyPatch, 0 },
9429 { zAab_Vxworks_AssertName, zAab_Vxworks_AssertList,
9430 apzAab_Vxworks_AssertMachs,
9431 AAB_VXWORKS_ASSERT_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9432 aAab_Vxworks_AssertTests, apzAab_Vxworks_AssertPatch, 0 },
9434 { zAab_Vxworks_Regs_VxtypesName, zAab_Vxworks_Regs_VxtypesList,
9435 apzAab_Vxworks_Regs_VxtypesMachs,
9436 AAB_VXWORKS_REGS_VXTYPES_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9437 aAab_Vxworks_Regs_VxtypesTests, apzAab_Vxworks_Regs_VxtypesPatch, 0 },
9439 { zAab_Vxworks_StdintName, zAab_Vxworks_StdintList,
9440 apzAab_Vxworks_StdintMachs,
9441 AAB_VXWORKS_STDINT_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9442 aAab_Vxworks_StdintTests, apzAab_Vxworks_StdintPatch, 0 },
9444 { zAab_Vxworks_UnistdName, zAab_Vxworks_UnistdList,
9445 apzAab_Vxworks_UnistdMachs,
9446 AAB_VXWORKS_UNISTD_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
9447 aAab_Vxworks_UnistdTests, apzAab_Vxworks_UnistdPatch, 0 },
9449 { zAix_AssertName, zAix_AssertList,
9451 AIX_ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9452 aAix_AssertTests, apzAix_AssertPatch, 0 },
9454 { zAix_ComplexName, zAix_ComplexList,
9455 apzAix_ComplexMachs,
9456 AIX_COMPLEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9457 aAix_ComplexTests, apzAix_ComplexPatch, 0 },
9459 { zAix_MallocName, zAix_MallocList,
9461 AIX_MALLOC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9462 aAix_MallocTests, apzAix_MallocPatch, 0 },
9464 { zAix_Net_If_ArpName, zAix_Net_If_ArpList,
9465 apzAix_Net_If_ArpMachs,
9466 AIX_NET_IF_ARP_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9467 aAix_Net_If_ArpTests, apzAix_Net_If_ArpPatch, 0 },
9469 { zAix_NullName, zAix_NullList,
9471 AIX_NULL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9472 aAix_NullTests, apzAix_NullPatch, 0 },
9474 { zAix_Once_Init_1Name, zAix_Once_Init_1List,
9475 apzAix_Once_Init_1Machs,
9476 AIX_ONCE_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9477 aAix_Once_Init_1Tests, apzAix_Once_Init_1Patch, 0 },
9479 { zAix_Once_Init_2Name, zAix_Once_Init_2List,
9480 apzAix_Once_Init_2Machs,
9481 AIX_ONCE_INIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9482 aAix_Once_Init_2Tests, apzAix_Once_Init_2Patch, 0 },
9484 { zAix_Mutex_Initializer_1Name, zAix_Mutex_Initializer_1List,
9485 apzAix_Mutex_Initializer_1Machs,
9486 AIX_MUTEX_INITIALIZER_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9487 aAix_Mutex_Initializer_1Tests, apzAix_Mutex_Initializer_1Patch, 0 },
9489 { zAix_Cond_Initializer_1Name, zAix_Cond_Initializer_1List,
9490 apzAix_Cond_Initializer_1Machs,
9491 AIX_COND_INITIALIZER_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9492 aAix_Cond_Initializer_1Tests, apzAix_Cond_Initializer_1Patch, 0 },
9494 { zAix_Rwlock_Initializer_1Name, zAix_Rwlock_Initializer_1List,
9495 apzAix_Rwlock_Initializer_1Machs,
9496 AIX_RWLOCK_INITIALIZER_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9497 aAix_Rwlock_Initializer_1Tests, apzAix_Rwlock_Initializer_1Patch, 0 },
9499 { zAix_PthreadName, zAix_PthreadList,
9500 apzAix_PthreadMachs,
9501 AIX_PTHREAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9502 aAix_PthreadTests, apzAix_PthreadPatch, 0 },
9504 { zAix_Stdint_1Name, zAix_Stdint_1List,
9505 apzAix_Stdint_1Machs,
9506 AIX_STDINT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9507 aAix_Stdint_1Tests, apzAix_Stdint_1Patch, 0 },
9509 { zAix_Stdint_2Name, zAix_Stdint_2List,
9510 apzAix_Stdint_2Machs,
9511 AIX_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9512 aAix_Stdint_2Tests, apzAix_Stdint_2Patch, 0 },
9514 { zAix_Stdint_3Name, zAix_Stdint_3List,
9515 apzAix_Stdint_3Machs,
9516 AIX_STDINT_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9517 aAix_Stdint_3Tests, apzAix_Stdint_3Patch, 0 },
9519 { zAix_Stdint_4Name, zAix_Stdint_4List,
9520 apzAix_Stdint_4Machs,
9521 AIX_STDINT_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9522 aAix_Stdint_4Tests, apzAix_Stdint_4Patch, 0 },
9524 { zAix_Stdint_5Name, zAix_Stdint_5List,
9525 apzAix_Stdint_5Machs,
9526 AIX_STDINT_5_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9527 aAix_Stdint_5Tests, apzAix_Stdint_5Patch, 0 },
9529 { zAix_SysmachineName, zAix_SysmachineList,
9530 apzAix_SysmachineMachs,
9531 AIX_SYSMACHINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9532 aAix_SysmachineTests, apzAix_SysmachinePatch, 0 },
9534 { zAix_Syswait_2Name, zAix_Syswait_2List,
9535 apzAix_Syswait_2Machs,
9536 AIX_SYSWAIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9537 aAix_Syswait_2Tests, apzAix_Syswait_2Patch, 0 },
9539 { zAix_VolatileName, zAix_VolatileList,
9540 apzAix_VolatileMachs,
9541 AIX_VOLATILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9542 aAix_VolatileTests, apzAix_VolatilePatch, 0 },
9544 { zAlpha___AssertName, zAlpha___AssertList,
9545 apzAlpha___AssertMachs,
9546 ALPHA___ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9547 aAlpha___AssertTests, apzAlpha___AssertPatch, 0 },
9549 { zAlpha_AssertName, zAlpha_AssertList,
9550 apzAlpha_AssertMachs,
9551 ALPHA_ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9552 aAlpha_AssertTests, apzAlpha_AssertPatch, 0 },
9554 { zAlpha_GetoptName, zAlpha_GetoptList,
9555 apzAlpha_GetoptMachs,
9556 ALPHA_GETOPT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9557 aAlpha_GetoptTests, apzAlpha_GetoptPatch, 0 },
9559 { zAlpha_If_SemicolonName, zAlpha_If_SemicolonList,
9560 apzAlpha_If_SemicolonMachs,
9561 ALPHA_IF_SEMICOLON_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9562 aAlpha_If_SemicolonTests, apzAlpha_If_SemicolonPatch, 0 },
9564 { zAlpha_ParensName, zAlpha_ParensList,
9565 apzAlpha_ParensMachs,
9566 ALPHA_PARENS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9567 aAlpha_ParensTests, apzAlpha_ParensPatch, 0 },
9569 { zAlpha_SbrkName, zAlpha_SbrkList,
9571 ALPHA_SBRK_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9572 aAlpha_SbrkTests, apzAlpha_SbrkPatch, 0 },
9574 { zAvoid_Bool_DefineName, zAvoid_Bool_DefineList,
9575 apzAvoid_Bool_DefineMachs,
9576 AVOID_BOOL_DEFINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9577 aAvoid_Bool_DefineTests, apzAvoid_Bool_DefinePatch, 0 },
9579 { zAvoid_Bool_TypeName, zAvoid_Bool_TypeList,
9580 apzAvoid_Bool_TypeMachs,
9581 AVOID_BOOL_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9582 aAvoid_Bool_TypeTests, apzAvoid_Bool_TypePatch, 0 },
9584 { zAvoid_Wchar_T_TypeName, zAvoid_Wchar_T_TypeList,
9585 apzAvoid_Wchar_T_TypeMachs,
9586 AVOID_WCHAR_T_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9587 aAvoid_Wchar_T_TypeTests, apzAvoid_Wchar_T_TypePatch, 0 },
9589 { zBad_Struct_TermName, zBad_Struct_TermList,
9590 apzBad_Struct_TermMachs,
9591 BAD_STRUCT_TERM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9592 aBad_Struct_TermTests, apzBad_Struct_TermPatch, 0 },
9594 { zBadquoteName, zBadquoteList,
9596 BADQUOTE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9597 aBadquoteTests, apzBadquotePatch, 0 },
9599 { zBroken_Assert_StdioName, zBroken_Assert_StdioList,
9600 apzBroken_Assert_StdioMachs,
9601 BROKEN_ASSERT_STDIO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9602 aBroken_Assert_StdioTests, apzBroken_Assert_StdioPatch, 0 },
9604 { zBroken_Assert_StdlibName, zBroken_Assert_StdlibList,
9605 apzBroken_Assert_StdlibMachs,
9606 BROKEN_ASSERT_STDLIB_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9607 aBroken_Assert_StdlibTests, apzBroken_Assert_StdlibPatch, 0 },
9609 { zBroken_CabsName, zBroken_CabsList,
9610 apzBroken_CabsMachs,
9611 BROKEN_CABS_TEST_CT, FD_MACH_ONLY,
9612 aBroken_CabsTests, apzBroken_CabsPatch, 0 },
9614 { zBroken_NanName, zBroken_NanList,
9616 BROKEN_NAN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9617 aBroken_NanTests, apzBroken_NanPatch, 0 },
9619 { zBsd_Stdio_Attrs_ConflictName, zBsd_Stdio_Attrs_ConflictList,
9620 apzBsd_Stdio_Attrs_ConflictMachs,
9621 BSD_STDIO_ATTRS_CONFLICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9622 aBsd_Stdio_Attrs_ConflictTests, apzBsd_Stdio_Attrs_ConflictPatch, 0 },
9624 { zCtrl_Quotes_DefName, zCtrl_Quotes_DefList,
9625 apzCtrl_Quotes_DefMachs,
9626 CTRL_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9627 aCtrl_Quotes_DefTests, apzCtrl_Quotes_DefPatch, 0 },
9629 { zCtrl_Quotes_UseName, zCtrl_Quotes_UseList,
9630 apzCtrl_Quotes_UseMachs,
9631 CTRL_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9632 aCtrl_Quotes_UseTests, apzCtrl_Quotes_UsePatch, 0 },
9634 { zCxx_UnreadyName, zCxx_UnreadyList,
9635 apzCxx_UnreadyMachs,
9636 CXX_UNREADY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9637 aCxx_UnreadyTests, apzCxx_UnreadyPatch, 0 },
9639 { zDarwin_9_Long_Double_Funcs_2Name, zDarwin_9_Long_Double_Funcs_2List,
9640 apzDarwin_9_Long_Double_Funcs_2Machs,
9641 DARWIN_9_LONG_DOUBLE_FUNCS_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9642 aDarwin_9_Long_Double_Funcs_2Tests, apzDarwin_9_Long_Double_Funcs_2Patch, 0 },
9644 { zDarwin_ExterncName, zDarwin_ExterncList,
9645 apzDarwin_ExterncMachs,
9646 DARWIN_EXTERNC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9647 aDarwin_ExterncTests, apzDarwin_ExterncPatch, 0 },
9649 { zDarwin_Gcc4_BreakageName, zDarwin_Gcc4_BreakageList,
9650 apzDarwin_Gcc4_BreakageMachs,
9651 DARWIN_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9652 aDarwin_Gcc4_BreakageTests, apzDarwin_Gcc4_BreakagePatch, 0 },
9654 { zDarwin_Private_ExternName, zDarwin_Private_ExternList,
9655 apzDarwin_Private_ExternMachs,
9656 DARWIN_PRIVATE_EXTERN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9657 aDarwin_Private_ExternTests, apzDarwin_Private_ExternPatch, 0 },
9659 { zDarwin_Stdint_1Name, zDarwin_Stdint_1List,
9660 apzDarwin_Stdint_1Machs,
9661 DARWIN_STDINT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9662 aDarwin_Stdint_1Tests, apzDarwin_Stdint_1Patch, 0 },
9664 { zDarwin_Stdint_2Name, zDarwin_Stdint_2List,
9665 apzDarwin_Stdint_2Machs,
9666 DARWIN_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9667 aDarwin_Stdint_2Tests, apzDarwin_Stdint_2Patch, 0 },
9669 { zDarwin_Stdint_3Name, zDarwin_Stdint_3List,
9670 apzDarwin_Stdint_3Machs,
9671 DARWIN_STDINT_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9672 aDarwin_Stdint_3Tests, apzDarwin_Stdint_3Patch, 0 },
9674 { zDarwin_Stdint_4Name, zDarwin_Stdint_4List,
9675 apzDarwin_Stdint_4Machs,
9676 DARWIN_STDINT_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9677 aDarwin_Stdint_4Tests, apzDarwin_Stdint_4Patch, 0 },
9679 { zDarwin_Stdint_5Name, zDarwin_Stdint_5List,
9680 apzDarwin_Stdint_5Machs,
9681 DARWIN_STDINT_5_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9682 aDarwin_Stdint_5Tests, apzDarwin_Stdint_5Patch, 0 },
9684 { zDarwin_Stdint_6Name, zDarwin_Stdint_6List,
9685 apzDarwin_Stdint_6Machs,
9686 DARWIN_STDINT_6_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9687 aDarwin_Stdint_6Tests, apzDarwin_Stdint_6Patch, 0 },
9689 { zDarwin_Stdint_7Name, zDarwin_Stdint_7List,
9690 apzDarwin_Stdint_7Machs,
9691 DARWIN_STDINT_7_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9692 aDarwin_Stdint_7Tests, apzDarwin_Stdint_7Patch, 0 },
9694 { zDec_Intern_AsmName, zDec_Intern_AsmList,
9695 apzDec_Intern_AsmMachs,
9696 DEC_INTERN_ASM_TEST_CT, FD_MACH_ONLY,
9697 aDec_Intern_AsmTests, apzDec_Intern_AsmPatch, 0 },
9699 { zDjgpp_Wchar_HName, zDjgpp_Wchar_HList,
9700 apzDjgpp_Wchar_HMachs,
9701 DJGPP_WCHAR_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9702 aDjgpp_Wchar_HTests, apzDjgpp_Wchar_HPatch, 0 },
9704 { zEcd_CursorName, zEcd_CursorList,
9706 ECD_CURSOR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9707 aEcd_CursorTests, apzEcd_CursorPatch, 0 },
9709 { zFeraiseexcept_Nosse_DivbyzeroName, zFeraiseexcept_Nosse_DivbyzeroList,
9710 apzFeraiseexcept_Nosse_DivbyzeroMachs,
9711 FERAISEEXCEPT_NOSSE_DIVBYZERO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9712 aFeraiseexcept_Nosse_DivbyzeroTests, apzFeraiseexcept_Nosse_DivbyzeroPatch, 0 },
9714 { zFeraiseexcept_Nosse_InvalidName, zFeraiseexcept_Nosse_InvalidList,
9715 apzFeraiseexcept_Nosse_InvalidMachs,
9716 FERAISEEXCEPT_NOSSE_INVALID_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9717 aFeraiseexcept_Nosse_InvalidTests, apzFeraiseexcept_Nosse_InvalidPatch, 0 },
9719 { zFreebsd_Gcc3_BreakageName, zFreebsd_Gcc3_BreakageList,
9720 apzFreebsd_Gcc3_BreakageMachs,
9721 FREEBSD_GCC3_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9722 aFreebsd_Gcc3_BreakageTests, apzFreebsd_Gcc3_BreakagePatch, 0 },
9724 { zFreebsd_Gcc4_BreakageName, zFreebsd_Gcc4_BreakageList,
9725 apzFreebsd_Gcc4_BreakageMachs,
9726 FREEBSD_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9727 aFreebsd_Gcc4_BreakageTests, apzFreebsd_Gcc4_BreakagePatch, 0 },
9729 { zGlibc_C99_Inline_1Name, zGlibc_C99_Inline_1List,
9730 apzGlibc_C99_Inline_1Machs,
9731 GLIBC_C99_INLINE_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9732 aGlibc_C99_Inline_1Tests, apzGlibc_C99_Inline_1Patch, 0 },
9734 { zGlibc_C99_Inline_1aName, zGlibc_C99_Inline_1aList,
9735 apzGlibc_C99_Inline_1aMachs,
9736 GLIBC_C99_INLINE_1A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9737 aGlibc_C99_Inline_1aTests, apzGlibc_C99_Inline_1aPatch, 0 },
9739 { zGlibc_C99_Inline_2Name, zGlibc_C99_Inline_2List,
9740 apzGlibc_C99_Inline_2Machs,
9741 GLIBC_C99_INLINE_2_TEST_CT, FD_MACH_ONLY,
9742 aGlibc_C99_Inline_2Tests, apzGlibc_C99_Inline_2Patch, 0 },
9744 { zGlibc_C99_Inline_3Name, zGlibc_C99_Inline_3List,
9745 apzGlibc_C99_Inline_3Machs,
9746 GLIBC_C99_INLINE_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9747 aGlibc_C99_Inline_3Tests, apzGlibc_C99_Inline_3Patch, 0 },
9749 { zGlibc_C99_Inline_4Name, zGlibc_C99_Inline_4List,
9750 apzGlibc_C99_Inline_4Machs,
9751 GLIBC_C99_INLINE_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9752 aGlibc_C99_Inline_4Tests, apzGlibc_C99_Inline_4Patch, 0 },
9754 { zGlibc_Mutex_InitName, zGlibc_Mutex_InitList,
9755 apzGlibc_Mutex_InitMachs,
9756 GLIBC_MUTEX_INIT_TEST_CT, FD_MACH_ONLY,
9757 aGlibc_Mutex_InitTests, apzGlibc_Mutex_InitPatch, 0 },
9759 { zGlibc_StdintName, zGlibc_StdintList,
9760 apzGlibc_StdintMachs,
9761 GLIBC_STDINT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9762 aGlibc_StdintTests, apzGlibc_StdintPatch, 0 },
9764 { zGlibc_StrncpyName, zGlibc_StrncpyList,
9765 apzGlibc_StrncpyMachs,
9766 GLIBC_STRNCPY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9767 aGlibc_StrncpyTests, apzGlibc_StrncpyPatch, 0 },
9769 { zGlibc_TgmathName, zGlibc_TgmathList,
9770 apzGlibc_TgmathMachs,
9771 GLIBC_TGMATH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9772 aGlibc_TgmathTests, apzGlibc_TgmathPatch, 0 },
9774 { zGnu_TypesName, zGnu_TypesList,
9776 GNU_TYPES_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
9777 aGnu_TypesTests, apzGnu_TypesPatch, 0 },
9779 { zHp_InlineName, zHp_InlineList,
9781 HP_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9782 aHp_InlineTests, apzHp_InlinePatch, 0 },
9784 { zHp_SysfileName, zHp_SysfileList,
9786 HP_SYSFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9787 aHp_SysfileTests, apzHp_SysfilePatch, 0 },
9789 { zHppa_Hpux_Fp_MacrosName, zHppa_Hpux_Fp_MacrosList,
9790 apzHppa_Hpux_Fp_MacrosMachs,
9791 HPPA_HPUX_FP_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9792 aHppa_Hpux_Fp_MacrosTests, apzHppa_Hpux_Fp_MacrosPatch, 0 },
9794 { zHpux10_Cpp_Pow_InlineName, zHpux10_Cpp_Pow_InlineList,
9795 apzHpux10_Cpp_Pow_InlineMachs,
9796 HPUX10_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9797 aHpux10_Cpp_Pow_InlineTests, apzHpux10_Cpp_Pow_InlinePatch, 0 },
9799 { zHpux11_Cpp_Pow_InlineName, zHpux11_Cpp_Pow_InlineList,
9800 apzHpux11_Cpp_Pow_InlineMachs,
9801 HPUX11_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9802 aHpux11_Cpp_Pow_InlineTests, apzHpux11_Cpp_Pow_InlinePatch, 0 },
9804 { zHpux10_Ctype_Declarations1Name, zHpux10_Ctype_Declarations1List,
9805 apzHpux10_Ctype_Declarations1Machs,
9806 HPUX10_CTYPE_DECLARATIONS1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9807 aHpux10_Ctype_Declarations1Tests, apzHpux10_Ctype_Declarations1Patch, 0 },
9809 { zHpux10_Ctype_Declarations2Name, zHpux10_Ctype_Declarations2List,
9810 apzHpux10_Ctype_Declarations2Machs,
9811 HPUX10_CTYPE_DECLARATIONS2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9812 aHpux10_Ctype_Declarations2Tests, apzHpux10_Ctype_Declarations2Patch, 0 },
9814 { zHpux10_Stdio_DeclarationsName, zHpux10_Stdio_DeclarationsList,
9815 apzHpux10_Stdio_DeclarationsMachs,
9816 HPUX10_STDIO_DECLARATIONS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9817 aHpux10_Stdio_DeclarationsTests, apzHpux10_Stdio_DeclarationsPatch, 0 },
9819 { zHpux11_AbsName, zHpux11_AbsList,
9821 HPUX11_ABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9822 aHpux11_AbsTests, apzHpux11_AbsPatch, 0 },
9824 { zHpux11_Extern_SendfileName, zHpux11_Extern_SendfileList,
9825 apzHpux11_Extern_SendfileMachs,
9826 HPUX11_EXTERN_SENDFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9827 aHpux11_Extern_SendfileTests, apzHpux11_Extern_SendfilePatch, 0 },
9829 { zHpux11_Extern_SendpathName, zHpux11_Extern_SendpathList,
9830 apzHpux11_Extern_SendpathMachs,
9831 HPUX11_EXTERN_SENDPATH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9832 aHpux11_Extern_SendpathTests, apzHpux11_Extern_SendpathPatch, 0 },
9834 { zHpux11_FabsfName, zHpux11_FabsfList,
9835 apzHpux11_FabsfMachs,
9836 HPUX11_FABSF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9837 aHpux11_FabsfTests, apzHpux11_FabsfPatch, 0 },
9839 { zHpux11_Pthread_ConstName, zHpux11_Pthread_ConstList,
9840 apzHpux11_Pthread_ConstMachs,
9841 HPUX11_PTHREAD_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9842 aHpux11_Pthread_ConstTests, apzHpux11_Pthread_ConstPatch, 0 },
9844 { zHpux11_Size_TName, zHpux11_Size_TList,
9845 apzHpux11_Size_TMachs,
9846 HPUX11_SIZE_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9847 aHpux11_Size_TTests, apzHpux11_Size_TPatch, 0 },
9849 { zHpux11_SnprintfName, zHpux11_SnprintfList,
9850 apzHpux11_SnprintfMachs,
9851 HPUX11_SNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9852 aHpux11_SnprintfTests, apzHpux11_SnprintfPatch, 0 },
9854 { zHpux11_VsnprintfName, zHpux11_VsnprintfList,
9855 apzHpux11_VsnprintfMachs,
9856 HPUX11_VSNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9857 aHpux11_VsnprintfTests, apzHpux11_VsnprintfPatch, 0 },
9859 { zHpux8_Bogus_InlinesName, zHpux8_Bogus_InlinesList,
9860 apzHpux8_Bogus_InlinesMachs,
9861 HPUX8_BOGUS_INLINES_TEST_CT, FD_MACH_ONLY,
9862 aHpux8_Bogus_InlinesTests, apzHpux8_Bogus_InlinesPatch, 0 },
9864 { zHpux_C99_IntptrName, zHpux_C99_IntptrList,
9865 apzHpux_C99_IntptrMachs,
9866 HPUX_C99_INTPTR_TEST_CT, FD_MACH_ONLY,
9867 aHpux_C99_IntptrTests, apzHpux_C99_IntptrPatch, 0 },
9869 { zHpux_C99_InttypesName, zHpux_C99_InttypesList,
9870 apzHpux_C99_InttypesMachs,
9871 HPUX_C99_INTTYPES_TEST_CT, FD_MACH_ONLY,
9872 aHpux_C99_InttypesTests, apzHpux_C99_InttypesPatch, 0 },
9874 { zHpux_C99_Inttypes2Name, zHpux_C99_Inttypes2List,
9875 apzHpux_C99_Inttypes2Machs,
9876 HPUX_C99_INTTYPES2_TEST_CT, FD_MACH_ONLY,
9877 aHpux_C99_Inttypes2Tests, apzHpux_C99_Inttypes2Patch, 0 },
9879 { zHpux_Ctype_MacrosName, zHpux_Ctype_MacrosList,
9880 apzHpux_Ctype_MacrosMachs,
9881 HPUX_CTYPE_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9882 aHpux_Ctype_MacrosTests, apzHpux_Ctype_MacrosPatch, 0 },
9884 { zHpux_Extern_ErrnoName, zHpux_Extern_ErrnoList,
9885 apzHpux_Extern_ErrnoMachs,
9886 HPUX_EXTERN_ERRNO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9887 aHpux_Extern_ErrnoTests, apzHpux_Extern_ErrnoPatch, 0 },
9889 { zHpux_HtonlName, zHpux_HtonlList,
9891 HPUX_HTONL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9892 aHpux_HtonlTests, apzHpux_HtonlPatch, 0 },
9894 { zHpux_Imaginary_IName, zHpux_Imaginary_IList,
9895 apzHpux_Imaginary_IMachs,
9896 HPUX_IMAGINARY_I_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9897 aHpux_Imaginary_ITests, apzHpux_Imaginary_IPatch, 0 },
9899 { zHpux_Inttype_Int8_TName, zHpux_Inttype_Int8_TList,
9900 apzHpux_Inttype_Int8_TMachs,
9901 HPUX_INTTYPE_INT8_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9902 aHpux_Inttype_Int8_TTests, apzHpux_Inttype_Int8_TPatch, 0 },
9904 { zHpux_Long_DoubleName, zHpux_Long_DoubleList,
9905 apzHpux_Long_DoubleMachs,
9906 HPUX_LONG_DOUBLE_TEST_CT, FD_MACH_ONLY,
9907 aHpux_Long_DoubleTests, apzHpux_Long_DoublePatch, 0 },
9909 { zHpux_Long_Double_2Name, zHpux_Long_Double_2List,
9910 apzHpux_Long_Double_2Machs,
9911 HPUX_LONG_DOUBLE_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9912 aHpux_Long_Double_2Tests, apzHpux_Long_Double_2Patch, 0 },
9914 { zHpux_Pthread_InitializersName, zHpux_Pthread_InitializersList,
9915 apzHpux_Pthread_InitializersMachs,
9916 HPUX_PTHREAD_INITIALIZERS_TEST_CT, FD_MACH_ONLY,
9917 aHpux_Pthread_InitializersTests, apzHpux_Pthread_InitializersPatch, 0 },
9919 { zHpux_Spu_InfoName, zHpux_Spu_InfoList,
9920 apzHpux_Spu_InfoMachs,
9921 HPUX_SPU_INFO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9922 aHpux_Spu_InfoTests, apzHpux_Spu_InfoPatch, 0 },
9924 { zHpux_Stdint_Least_FastName, zHpux_Stdint_Least_FastList,
9925 apzHpux_Stdint_Least_FastMachs,
9926 HPUX_STDINT_LEAST_FAST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9927 aHpux_Stdint_Least_FastTests, apzHpux_Stdint_Least_FastPatch, 0 },
9929 { zHpux_SystimeName, zHpux_SystimeList,
9930 apzHpux_SystimeMachs,
9931 HPUX_SYSTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9932 aHpux_SystimeTests, apzHpux_SystimePatch, 0 },
9934 { zHuge_Val_HexName, zHuge_Val_HexList,
9935 apzHuge_Val_HexMachs,
9936 HUGE_VAL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9937 aHuge_Val_HexTests, apzHuge_Val_HexPatch, 0 },
9939 { zHuge_Valf_HexName, zHuge_Valf_HexList,
9940 apzHuge_Valf_HexMachs,
9941 HUGE_VALF_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9942 aHuge_Valf_HexTests, apzHuge_Valf_HexPatch, 0 },
9944 { zHuge_Vall_HexName, zHuge_Vall_HexList,
9945 apzHuge_Vall_HexMachs,
9946 HUGE_VALL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9947 aHuge_Vall_HexTests, apzHuge_Vall_HexPatch, 0 },
9949 { zInt_Abort_Free_And_ExitName, zInt_Abort_Free_And_ExitList,
9950 apzInt_Abort_Free_And_ExitMachs,
9951 INT_ABORT_FREE_AND_EXIT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9952 aInt_Abort_Free_And_ExitTests, apzInt_Abort_Free_And_ExitPatch, 0 },
9954 { zIo_Quotes_DefName, zIo_Quotes_DefList,
9955 apzIo_Quotes_DefMachs,
9956 IO_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9957 aIo_Quotes_DefTests, apzIo_Quotes_DefPatch, 0 },
9959 { zIo_Quotes_UseName, zIo_Quotes_UseList,
9960 apzIo_Quotes_UseMachs,
9961 IO_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9962 aIo_Quotes_UseTests, apzIo_Quotes_UsePatch, 0 },
9964 { zIp_Missing_SemiName, zIp_Missing_SemiList,
9965 apzIp_Missing_SemiMachs,
9966 IP_MISSING_SEMI_TEST_CT, FD_MACH_ONLY,
9967 aIp_Missing_SemiTests, apzIp_Missing_SemiPatch, 0 },
9969 { zIrix_Limits_ConstName, zIrix_Limits_ConstList,
9970 apzIrix_Limits_ConstMachs,
9971 IRIX_LIMITS_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9972 aIrix_Limits_ConstTests, apzIrix_Limits_ConstPatch, 0 },
9974 { zIrix_Stdio_Va_ListName, zIrix_Stdio_Va_ListList,
9975 apzIrix_Stdio_Va_ListMachs,
9976 IRIX_STDIO_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9977 aIrix_Stdio_Va_ListTests, apzIrix_Stdio_Va_ListPatch, 0 },
9979 { zKandr_ConcatName, zKandr_ConcatList,
9980 apzKandr_ConcatMachs,
9981 KANDR_CONCAT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9982 aKandr_ConcatTests, apzKandr_ConcatPatch, 0 },
9984 { zLinux_Ia64_UcontextName, zLinux_Ia64_UcontextList,
9985 apzLinux_Ia64_UcontextMachs,
9986 LINUX_IA64_UCONTEXT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9987 aLinux_Ia64_UcontextTests, apzLinux_Ia64_UcontextPatch, 0 },
9989 { zLynxos_No_Warning_In_Sys_Time_HName, zLynxos_No_Warning_In_Sys_Time_HList,
9990 apzLynxos_No_Warning_In_Sys_Time_HMachs,
9991 LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9992 aLynxos_No_Warning_In_Sys_Time_HTests, apzLynxos_No_Warning_In_Sys_Time_HPatch, 0 },
9994 { zLynxos_Missing_PutenvName, zLynxos_Missing_PutenvList,
9995 apzLynxos_Missing_PutenvMachs,
9996 LYNXOS_MISSING_PUTENV_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9997 aLynxos_Missing_PutenvTests, apzLynxos_Missing_PutenvPatch, 0 },
9999 { zMachine_Ansi_H_Va_ListName, zMachine_Ansi_H_Va_ListList,
10000 apzMachine_Ansi_H_Va_ListMachs,
10001 MACHINE_ANSI_H_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10002 aMachine_Ansi_H_Va_ListTests, apzMachine_Ansi_H_Va_ListPatch, 0 },
10004 { zMachine_NameName, zMachine_NameList,
10005 apzMachine_NameMachs,
10006 MACHINE_NAME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10007 aMachine_NameTests, apzMachine_NamePatch, 0 },
10009 { zMath_ExceptionName, zMath_ExceptionList,
10010 apzMath_ExceptionMachs,
10011 MATH_EXCEPTION_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
10012 aMath_ExceptionTests, apzMath_ExceptionPatch, 0 },
10014 { zMath_Huge_Val_From_Dbl_MaxName, zMath_Huge_Val_From_Dbl_MaxList,
10015 apzMath_Huge_Val_From_Dbl_MaxMachs,
10016 MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT, FD_MACH_ONLY | FD_SHELL_SCRIPT,
10017 aMath_Huge_Val_From_Dbl_MaxTests, apzMath_Huge_Val_From_Dbl_MaxPatch, 0 },
10019 { zNested_Auth_DesName, zNested_Auth_DesList,
10020 apzNested_Auth_DesMachs,
10021 NESTED_AUTH_DES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10022 aNested_Auth_DesTests, apzNested_Auth_DesPatch, 0 },
10024 { zNetbsd_C99_Inline_1Name, zNetbsd_C99_Inline_1List,
10025 apzNetbsd_C99_Inline_1Machs,
10026 NETBSD_C99_INLINE_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10027 aNetbsd_C99_Inline_1Tests, apzNetbsd_C99_Inline_1Patch, 0 },
10029 { zNetbsd_C99_Inline_2Name, zNetbsd_C99_Inline_2List,
10030 apzNetbsd_C99_Inline_2Machs,
10031 NETBSD_C99_INLINE_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10032 aNetbsd_C99_Inline_2Tests, apzNetbsd_C99_Inline_2Patch, 0 },
10034 { zNetbsd_Extra_SemicolonName, zNetbsd_Extra_SemicolonList,
10035 apzNetbsd_Extra_SemicolonMachs,
10036 NETBSD_EXTRA_SEMICOLON_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10037 aNetbsd_Extra_SemicolonTests, apzNetbsd_Extra_SemicolonPatch, 0 },
10039 { zNewlib_Stdint_1Name, zNewlib_Stdint_1List,
10040 apzNewlib_Stdint_1Machs,
10041 NEWLIB_STDINT_1_TEST_CT, FD_MACH_ONLY,
10042 aNewlib_Stdint_1Tests, apzNewlib_Stdint_1Patch, 0 },
10044 { zNewlib_Stdint_2Name, zNewlib_Stdint_2List,
10045 apzNewlib_Stdint_2Machs,
10046 NEWLIB_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10047 aNewlib_Stdint_2Tests, apzNewlib_Stdint_2Patch, 0 },
10049 { zNext_Math_PrefixName, zNext_Math_PrefixList,
10050 apzNext_Math_PrefixMachs,
10051 NEXT_MATH_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10052 aNext_Math_PrefixTests, apzNext_Math_PrefixPatch, 0 },
10054 { zNext_TemplateName, zNext_TemplateList,
10055 apzNext_TemplateMachs,
10056 NEXT_TEMPLATE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10057 aNext_TemplateTests, apzNext_TemplatePatch, 0 },
10059 { zNext_VolitileName, zNext_VolitileList,
10060 apzNext_VolitileMachs,
10061 NEXT_VOLITILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10062 aNext_VolitileTests, apzNext_VolitilePatch, 0 },
10064 { zNext_Wait_UnionName, zNext_Wait_UnionList,
10065 apzNext_Wait_UnionMachs,
10066 NEXT_WAIT_UNION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10067 aNext_Wait_UnionTests, apzNext_Wait_UnionPatch, 0 },
10069 { zNodeent_SyntaxName, zNodeent_SyntaxList,
10070 apzNodeent_SyntaxMachs,
10071 NODEENT_SYNTAX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10072 aNodeent_SyntaxTests, apzNodeent_SyntaxPatch, 0 },
10074 { zOpenbsd_Null_DefinitionName, zOpenbsd_Null_DefinitionList,
10075 apzOpenbsd_Null_DefinitionMachs,
10076 OPENBSD_NULL_DEFINITION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10077 aOpenbsd_Null_DefinitionTests, apzOpenbsd_Null_DefinitionPatch, 0 },
10079 { zObstack_Lvalue_CastName, zObstack_Lvalue_CastList,
10080 apzObstack_Lvalue_CastMachs,
10081 OBSTACK_LVALUE_CAST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10082 aObstack_Lvalue_CastTests, apzObstack_Lvalue_CastPatch, 0 },
10084 { zOpenbsd_Va_StartName, zOpenbsd_Va_StartList,
10085 apzOpenbsd_Va_StartMachs,
10086 OPENBSD_VA_START_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10087 aOpenbsd_Va_StartTests, apzOpenbsd_Va_StartPatch, 0 },
10089 { zOsf_Namespace_AName, zOsf_Namespace_AList,
10090 apzOsf_Namespace_AMachs,
10091 OSF_NAMESPACE_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10092 aOsf_Namespace_ATests, apzOsf_Namespace_APatch, 0 },
10094 { zOsf_Namespace_CName, zOsf_Namespace_CList,
10095 apzOsf_Namespace_CMachs,
10096 OSF_NAMESPACE_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10097 aOsf_Namespace_CTests, apzOsf_Namespace_CPatch, 0 },
10099 { zPthread_Incomplete_Struct_ArgumentName, zPthread_Incomplete_Struct_ArgumentList,
10100 apzPthread_Incomplete_Struct_ArgumentMachs,
10101 PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10102 aPthread_Incomplete_Struct_ArgumentTests, apzPthread_Incomplete_Struct_ArgumentPatch, 0 },
10104 { zRead_Ret_TypeName, zRead_Ret_TypeList,
10105 apzRead_Ret_TypeMachs,
10106 READ_RET_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10107 aRead_Ret_TypeTests, apzRead_Ret_TypePatch, 0 },
10109 { zRpc_Xdr_Lvalue_Cast_AName, zRpc_Xdr_Lvalue_Cast_AList,
10110 apzRpc_Xdr_Lvalue_Cast_AMachs,
10111 RPC_XDR_LVALUE_CAST_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10112 aRpc_Xdr_Lvalue_Cast_ATests, apzRpc_Xdr_Lvalue_Cast_APatch, 0 },
10114 { zRpc_Xdr_Lvalue_Cast_BName, zRpc_Xdr_Lvalue_Cast_BList,
10115 apzRpc_Xdr_Lvalue_Cast_BMachs,
10116 RPC_XDR_LVALUE_CAST_B_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10117 aRpc_Xdr_Lvalue_Cast_BTests, apzRpc_Xdr_Lvalue_Cast_BPatch, 0 },
10119 { zRs6000_DoubleName, zRs6000_DoubleList,
10120 apzRs6000_DoubleMachs,
10121 RS6000_DOUBLE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10122 aRs6000_DoubleTests, apzRs6000_DoublePatch, 0 },
10124 { zRs6000_FchmodName, zRs6000_FchmodList,
10125 apzRs6000_FchmodMachs,
10126 RS6000_FCHMOD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10127 aRs6000_FchmodTests, apzRs6000_FchmodPatch, 0 },
10129 { zRs6000_ParamName, zRs6000_ParamList,
10130 apzRs6000_ParamMachs,
10131 RS6000_PARAM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10132 aRs6000_ParamTests, apzRs6000_ParamPatch, 0 },
10134 { zSolaris___RestrictName, zSolaris___RestrictList,
10135 apzSolaris___RestrictMachs,
10136 SOLARIS___RESTRICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10137 aSolaris___RestrictTests, apzSolaris___RestrictPatch, 0 },
10139 { zSolaris_ComplexName, zSolaris_ComplexList,
10140 apzSolaris_ComplexMachs,
10141 SOLARIS_COMPLEX_TEST_CT, FD_MACH_ONLY,
10142 aSolaris_ComplexTests, apzSolaris_ComplexPatch, 0 },
10144 { zSolaris_Complex_CxxName, zSolaris_Complex_CxxList,
10145 apzSolaris_Complex_CxxMachs,
10146 SOLARIS_COMPLEX_CXX_TEST_CT, FD_MACH_ONLY,
10147 aSolaris_Complex_CxxTests, apzSolaris_Complex_CxxPatch, 0 },
10149 { zSolaris_Cxx_LinkageName, zSolaris_Cxx_LinkageList,
10150 apzSolaris_Cxx_LinkageMachs,
10151 SOLARIS_CXX_LINKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10152 aSolaris_Cxx_LinkageTests, apzSolaris_Cxx_LinkagePatch, 0 },
10154 { zSolaris_Getc_Strict_StdcName, zSolaris_Getc_Strict_StdcList,
10155 apzSolaris_Getc_Strict_StdcMachs,
10156 SOLARIS_GETC_STRICT_STDC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10157 aSolaris_Getc_Strict_StdcTests, apzSolaris_Getc_Strict_StdcPatch, 0 },
10159 { zSolaris_Int_ConstName, zSolaris_Int_ConstList,
10160 apzSolaris_Int_ConstMachs,
10161 SOLARIS_INT_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10162 aSolaris_Int_ConstTests, apzSolaris_Int_ConstPatch, 0 },
10164 { zSolaris_Int_Limits_1Name, zSolaris_Int_Limits_1List,
10165 apzSolaris_Int_Limits_1Machs,
10166 SOLARIS_INT_LIMITS_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10167 aSolaris_Int_Limits_1Tests, apzSolaris_Int_Limits_1Patch, 0 },
10169 { zSolaris_Int_Limits_2Name, zSolaris_Int_Limits_2List,
10170 apzSolaris_Int_Limits_2Machs,
10171 SOLARIS_INT_LIMITS_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10172 aSolaris_Int_Limits_2Tests, apzSolaris_Int_Limits_2Patch, 0 },
10174 { zSolaris_Int_Limits_3Name, zSolaris_Int_Limits_3List,
10175 apzSolaris_Int_Limits_3Machs,
10176 SOLARIS_INT_LIMITS_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10177 aSolaris_Int_Limits_3Tests, apzSolaris_Int_Limits_3Patch, 0 },
10179 { zSolaris_Math_1Name, zSolaris_Math_1List,
10180 apzSolaris_Math_1Machs,
10181 SOLARIS_MATH_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10182 aSolaris_Math_1Tests, apzSolaris_Math_1Patch, 0 },
10184 { zSolaris_Math_10Name, zSolaris_Math_10List,
10185 apzSolaris_Math_10Machs,
10186 SOLARIS_MATH_10_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10187 aSolaris_Math_10Tests, apzSolaris_Math_10Patch, 0 },
10189 { zSolaris_Math_2Name, zSolaris_Math_2List,
10190 apzSolaris_Math_2Machs,
10191 SOLARIS_MATH_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10192 aSolaris_Math_2Tests, apzSolaris_Math_2Patch, 0 },
10194 { zSolaris_Math_3Name, zSolaris_Math_3List,
10195 apzSolaris_Math_3Machs,
10196 SOLARIS_MATH_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10197 aSolaris_Math_3Tests, apzSolaris_Math_3Patch, 0 },
10199 { zSolaris_Math_4Name, zSolaris_Math_4List,
10200 apzSolaris_Math_4Machs,
10201 SOLARIS_MATH_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10202 aSolaris_Math_4Tests, apzSolaris_Math_4Patch, 0 },
10204 { zSolaris_Math_8Name, zSolaris_Math_8List,
10205 apzSolaris_Math_8Machs,
10206 SOLARIS_MATH_8_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10207 aSolaris_Math_8Tests, apzSolaris_Math_8Patch, 0 },
10209 { zSolaris_Math_9Name, zSolaris_Math_9List,
10210 apzSolaris_Math_9Machs,
10211 SOLARIS_MATH_9_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10212 aSolaris_Math_9Tests, apzSolaris_Math_9Patch, 0 },
10214 { zSolaris_Once_Init_1Name, zSolaris_Once_Init_1List,
10215 apzSolaris_Once_Init_1Machs,
10216 SOLARIS_ONCE_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10217 aSolaris_Once_Init_1Tests, apzSolaris_Once_Init_1Patch, 0 },
10219 { zSolaris_Posix_Spawn_RestrictName, zSolaris_Posix_Spawn_RestrictList,
10220 apzSolaris_Posix_Spawn_RestrictMachs,
10221 SOLARIS_POSIX_SPAWN_RESTRICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10222 aSolaris_Posix_Spawn_RestrictTests, apzSolaris_Posix_Spawn_RestrictPatch, 0 },
10224 { zSolaris_Pow_Int_OverloadName, zSolaris_Pow_Int_OverloadList,
10225 apzSolaris_Pow_Int_OverloadMachs,
10226 SOLARIS_POW_INT_OVERLOAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10227 aSolaris_Pow_Int_OverloadTests, apzSolaris_Pow_Int_OverloadPatch, 0 },
10229 { zSolaris_Rwlock_Init_1Name, zSolaris_Rwlock_Init_1List,
10230 apzSolaris_Rwlock_Init_1Machs,
10231 SOLARIS_RWLOCK_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10232 aSolaris_Rwlock_Init_1Tests, apzSolaris_Rwlock_Init_1Patch, 0 },
10234 { zSolaris_Std___FilbufName, zSolaris_Std___FilbufList,
10235 apzSolaris_Std___FilbufMachs,
10236 SOLARIS_STD___FILBUF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10237 aSolaris_Std___FilbufTests, apzSolaris_Std___FilbufPatch, 0 },
10239 { zSolaris_Stdio_TagName, zSolaris_Stdio_TagList,
10240 apzSolaris_Stdio_TagMachs,
10241 SOLARIS_STDIO_TAG_TEST_CT, FD_MACH_ONLY,
10242 aSolaris_Stdio_TagTests, apzSolaris_Stdio_TagPatch, 0 },
10244 { zStatsswtchName, zStatsswtchList,
10245 apzStatsswtchMachs,
10246 STATSSWTCH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10247 aStatsswtchTests, apzStatsswtchPatch, 0 },
10249 { zStdio_Stdarg_HName, zStdio_Stdarg_HList,
10250 apzStdio_Stdarg_HMachs,
10251 STDIO_STDARG_H_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
10252 aStdio_Stdarg_HTests, apzStdio_Stdarg_HPatch, 0 },
10254 { zStdio_Va_ListName, zStdio_Va_ListList,
10255 apzStdio_Va_ListMachs,
10256 STDIO_VA_LIST_TEST_CT, FD_MACH_IFNOT,
10257 aStdio_Va_ListTests, apzStdio_Va_ListPatch, 0 },
10259 { zStdio_Va_List_ClientsName, zStdio_Va_List_ClientsList,
10260 apzStdio_Va_List_ClientsMachs,
10261 STDIO_VA_LIST_CLIENTS_TEST_CT, FD_MACH_ONLY,
10262 aStdio_Va_List_ClientsTests, apzStdio_Va_List_ClientsPatch, 0 },
10264 { zStrict_Ansi_NotName, zStrict_Ansi_NotList,
10265 apzStrict_Ansi_NotMachs,
10266 STRICT_ANSI_NOT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10267 aStrict_Ansi_NotTests, apzStrict_Ansi_NotPatch, 0 },
10269 { zStrict_Ansi_Not_CtdName, zStrict_Ansi_Not_CtdList,
10270 apzStrict_Ansi_Not_CtdMachs,
10271 STRICT_ANSI_NOT_CTD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10272 aStrict_Ansi_Not_CtdTests, apzStrict_Ansi_Not_CtdPatch, 0 },
10274 { zStrict_Ansi_OnlyName, zStrict_Ansi_OnlyList,
10275 apzStrict_Ansi_OnlyMachs,
10276 STRICT_ANSI_ONLY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10277 aStrict_Ansi_OnlyTests, apzStrict_Ansi_OnlyPatch, 0 },
10279 { zStruct_FileName, zStruct_FileList,
10280 apzStruct_FileMachs,
10281 STRUCT_FILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10282 aStruct_FileTests, apzStruct_FilePatch, 0 },
10284 { zStruct_SockaddrName, zStruct_SockaddrList,
10285 apzStruct_SockaddrMachs,
10286 STRUCT_SOCKADDR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10287 aStruct_SockaddrTests, apzStruct_SockaddrPatch, 0 },
10289 { zSun_Auth_ProtoName, zSun_Auth_ProtoList,
10290 apzSun_Auth_ProtoMachs,
10291 SUN_AUTH_PROTO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10292 aSun_Auth_ProtoTests, apzSun_Auth_ProtoPatch, 0 },
10294 { zSun_Bogus_IfdefName, zSun_Bogus_IfdefList,
10295 apzSun_Bogus_IfdefMachs,
10296 SUN_BOGUS_IFDEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10297 aSun_Bogus_IfdefTests, apzSun_Bogus_IfdefPatch, 0 },
10299 { zSun_CatmacroName, zSun_CatmacroList,
10300 apzSun_CatmacroMachs,
10301 SUN_CATMACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10302 aSun_CatmacroTests, apzSun_CatmacroPatch, 0 },
10304 { zSun_MallocName, zSun_MallocList,
10305 apzSun_MallocMachs,
10306 SUN_MALLOC_TEST_CT, FD_MACH_ONLY,
10307 aSun_MallocTests, apzSun_MallocPatch, 0 },
10309 { zSun_Rusers_SemiName, zSun_Rusers_SemiList,
10310 apzSun_Rusers_SemiMachs,
10311 SUN_RUSERS_SEMI_TEST_CT, FD_MACH_ONLY,
10312 aSun_Rusers_SemiTests, apzSun_Rusers_SemiPatch, 0 },
10314 { zSun_SignalName, zSun_SignalList,
10315 apzSun_SignalMachs,
10316 SUN_SIGNAL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10317 aSun_SignalTests, apzSun_SignalPatch, 0 },
10319 { zSunos_StrlenName, zSunos_StrlenList,
10320 apzSunos_StrlenMachs,
10321 SUNOS_STRLEN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10322 aSunos_StrlenTests, apzSunos_StrlenPatch, 0 },
10324 { zSuse_Linux_Vt_CxxName, zSuse_Linux_Vt_CxxList,
10325 apzSuse_Linux_Vt_CxxMachs,
10326 SUSE_LINUX_VT_CXX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10327 aSuse_Linux_Vt_CxxTests, apzSuse_Linux_Vt_CxxPatch, 0 },
10329 { zSvr4_Disable_OptName, zSvr4_Disable_OptList,
10330 apzSvr4_Disable_OptMachs,
10331 SVR4_DISABLE_OPT_TEST_CT, FD_MACH_ONLY,
10332 aSvr4_Disable_OptTests, apzSvr4_Disable_OptPatch, 0 },
10334 { zSvr4_GetcwdName, zSvr4_GetcwdList,
10335 apzSvr4_GetcwdMachs,
10336 SVR4_GETCWD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10337 aSvr4_GetcwdTests, apzSvr4_GetcwdPatch, 0 },
10339 { zSvr4_ProfilName, zSvr4_ProfilList,
10340 apzSvr4_ProfilMachs,
10341 SVR4_PROFIL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10342 aSvr4_ProfilTests, apzSvr4_ProfilPatch, 0 },
10344 { zSvr4_Sighandler_TypeName, zSvr4_Sighandler_TypeList,
10345 apzSvr4_Sighandler_TypeMachs,
10346 SVR4_SIGHANDLER_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10347 aSvr4_Sighandler_TypeTests, apzSvr4_Sighandler_TypePatch, 0 },
10349 { zSvr4_Undeclared_GetrngeName, zSvr4_Undeclared_GetrngeList,
10350 apzSvr4_Undeclared_GetrngeMachs,
10351 SVR4_UNDECLARED_GETRNGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10352 aSvr4_Undeclared_GetrngeTests, apzSvr4_Undeclared_GetrngePatch, 0 },
10354 { zSysv68_StringName, zSysv68_StringList,
10355 apzSysv68_StringMachs,
10356 SYSV68_STRING_TEST_CT, FD_MACH_ONLY,
10357 aSysv68_StringTests, apzSysv68_StringPatch, 0 },
10359 { zSysz_Stdlib_For_SunName, zSysz_Stdlib_For_SunList,
10360 apzSysz_Stdlib_For_SunMachs,
10361 SYSZ_STDLIB_FOR_SUN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10362 aSysz_Stdlib_For_SunTests, apzSysz_Stdlib_For_SunPatch, 0 },
10364 { zThread_KeywordName, zThread_KeywordList,
10365 apzThread_KeywordMachs,
10366 THREAD_KEYWORD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10367 aThread_KeywordTests, apzThread_KeywordPatch, 0 },
10369 { zTinfo_CplusplusName, zTinfo_CplusplusList,
10370 apzTinfo_CplusplusMachs,
10371 TINFO_CPLUSPLUS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10372 aTinfo_CplusplusTests, apzTinfo_CplusplusPatch, 0 },
10374 { zUltrix_ConstName, zUltrix_ConstList,
10375 apzUltrix_ConstMachs,
10376 ULTRIX_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10377 aUltrix_ConstTests, apzUltrix_ConstPatch, 0 },
10379 { zUltrix_Const2Name, zUltrix_Const2List,
10380 apzUltrix_Const2Machs,
10381 ULTRIX_CONST2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10382 aUltrix_Const2Tests, apzUltrix_Const2Patch, 0 },
10384 { zVa_I960_MacroName, zVa_I960_MacroList,
10385 apzVa_I960_MacroMachs,
10386 VA_I960_MACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10387 aVa_I960_MacroTests, apzVa_I960_MacroPatch, 0 },
10389 { zVms_Add_Missing_BracesName, zVms_Add_Missing_BracesList,
10390 apzVms_Add_Missing_BracesMachs,
10391 VMS_ADD_MISSING_BRACES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10392 aVms_Add_Missing_BracesTests, apzVms_Add_Missing_BracesPatch, 0 },
10394 { zVms_Decc_BuiltinName, zVms_Decc_BuiltinList,
10395 apzVms_Decc_BuiltinMachs,
10396 VMS_DECC_BUILTIN_TEST_CT, FD_MACH_ONLY,
10397 aVms_Decc_BuiltinTests, apzVms_Decc_BuiltinPatch, 0 },
10399 { zVms_Define_Can_Use_Extern_PrefixName, zVms_Define_Can_Use_Extern_PrefixList,
10400 apzVms_Define_Can_Use_Extern_PrefixMachs,
10401 VMS_DEFINE_CAN_USE_EXTERN_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10402 aVms_Define_Can_Use_Extern_PrefixTests, apzVms_Define_Can_Use_Extern_PrefixPatch, 0 },
10404 { zVms_Disable_Decc_String_BuiltinsName, zVms_Disable_Decc_String_BuiltinsList,
10405 apzVms_Disable_Decc_String_BuiltinsMachs,
10406 VMS_DISABLE_DECC_STRING_BUILTINS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10407 aVms_Disable_Decc_String_BuiltinsTests, apzVms_Disable_Decc_String_BuiltinsPatch, 0 },
10409 { zVms_Do_Not_Redeclare_HostaliasName, zVms_Do_Not_Redeclare_HostaliasList,
10410 apzVms_Do_Not_Redeclare_HostaliasMachs,
10411 VMS_DO_NOT_REDECLARE_HOSTALIAS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10412 aVms_Do_Not_Redeclare_HostaliasTests, apzVms_Do_Not_Redeclare_HostaliasPatch, 0 },
10414 { zVms_Forward_Declare_StructName, zVms_Forward_Declare_StructList,
10415 apzVms_Forward_Declare_StructMachs,
10416 VMS_FORWARD_DECLARE_STRUCT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10417 aVms_Forward_Declare_StructTests, apzVms_Forward_Declare_StructPatch, 0 },
10419 { zVms_No_64bit_GetoptName, zVms_No_64bit_GetoptList,
10420 apzVms_No_64bit_GetoptMachs,
10421 VMS_NO_64BIT_GETOPT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10422 aVms_No_64bit_GetoptTests, apzVms_No_64bit_GetoptPatch, 0 },
10424 { zVms_Use_Fast_SetjmpName, zVms_Use_Fast_SetjmpList,
10425 apzVms_Use_Fast_SetjmpMachs,
10426 VMS_USE_FAST_SETJMP_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10427 aVms_Use_Fast_SetjmpTests, apzVms_Use_Fast_SetjmpPatch, 0 },
10429 { zVms_Use_Pragma_Extern_ModelName, zVms_Use_Pragma_Extern_ModelList,
10430 apzVms_Use_Pragma_Extern_ModelMachs,
10431 VMS_USE_PRAGMA_EXTERN_MODEL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10432 aVms_Use_Pragma_Extern_ModelTests, apzVms_Use_Pragma_Extern_ModelPatch, 0 },
10434 { zVms_Use_Quoted_IncludeName, zVms_Use_Quoted_IncludeList,
10435 apzVms_Use_Quoted_IncludeMachs,
10436 VMS_USE_QUOTED_INCLUDE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10437 aVms_Use_Quoted_IncludeTests, apzVms_Use_Quoted_IncludePatch, 0 },
10439 { zVoid_NullName, zVoid_NullList,
10441 VOID_NULL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10442 aVoid_NullTests, apzVoid_NullPatch, 0 },
10444 { zVxworks_Gcc_ProblemName, zVxworks_Gcc_ProblemList,
10445 apzVxworks_Gcc_ProblemMachs,
10446 VXWORKS_GCC_PROBLEM_TEST_CT, FD_MACH_ONLY,
10447 aVxworks_Gcc_ProblemTests, apzVxworks_Gcc_ProblemPatch, 0 },
10449 { zVxworks_Ioctl_MacroName, zVxworks_Ioctl_MacroList,
10450 apzVxworks_Ioctl_MacroMachs,
10451 VXWORKS_IOCTL_MACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10452 aVxworks_Ioctl_MacroTests, apzVxworks_Ioctl_MacroPatch, 0 },
10454 { zVxworks_Mkdir_MacroName, zVxworks_Mkdir_MacroList,
10455 apzVxworks_Mkdir_MacroMachs,
10456 VXWORKS_MKDIR_MACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10457 aVxworks_Mkdir_MacroTests, apzVxworks_Mkdir_MacroPatch, 0 },
10459 { zVxworks_Needs_VxtypesName, zVxworks_Needs_VxtypesList,
10460 apzVxworks_Needs_VxtypesMachs,
10461 VXWORKS_NEEDS_VXTYPES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10462 aVxworks_Needs_VxtypesTests, apzVxworks_Needs_VxtypesPatch, 0 },
10464 { zVxworks_Needs_VxworksName, zVxworks_Needs_VxworksList,
10465 apzVxworks_Needs_VxworksMachs,
10466 VXWORKS_NEEDS_VXWORKS_TEST_CT, FD_MACH_ONLY,
10467 aVxworks_Needs_VxworksTests, apzVxworks_Needs_VxworksPatch, 0 },
10469 { zVxworks_RegsName, zVxworks_RegsList,
10470 apzVxworks_RegsMachs,
10471 VXWORKS_REGS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10472 aVxworks_RegsTests, apzVxworks_RegsPatch, 0 },
10474 { zVxworks_TimeName, zVxworks_TimeList,
10475 apzVxworks_TimeMachs,
10476 VXWORKS_TIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10477 aVxworks_TimeTests, apzVxworks_TimePatch, 0 },
10479 { zVxworks_Write_ConstName, zVxworks_Write_ConstList,
10480 apzVxworks_Write_ConstMachs,
10481 VXWORKS_WRITE_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10482 aVxworks_Write_ConstTests, apzVxworks_Write_ConstPatch, 0 },
10484 { zX11_ClassName, zX11_ClassList,
10486 X11_CLASS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10487 aX11_ClassTests, apzX11_ClassPatch, 0 },
10489 { zX11_Class_UsageName, zX11_Class_UsageList,
10490 apzX11_Class_UsageMachs,
10491 X11_CLASS_USAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10492 aX11_Class_UsageTests, apzX11_Class_UsagePatch, 0 },
10494 { zX11_NewName, zX11_NewList,
10496 X11_NEW_TEST_CT, FD_MACH_ONLY,
10497 aX11_NewTests, apzX11_NewPatch, 0 },
10499 { zX11_SprintfName, zX11_SprintfList,
10500 apzX11_SprintfMachs,
10501 X11_SPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
10502 aX11_SprintfTests, apzX11_SprintfPatch, 0 }