OSDN Git Service

2009-08-28 Konrad Trifunovic <konrad.trifunovic@gmail.com>
[pf3gnuchains/gcc-fork.git] / fixincludes / fixincl.x
1 /*  -*- buffer-read-only: t -*- vi: set ro:
2  * 
3  * DO NOT EDIT THIS FILE   (fixincl.x)
4  * 
5  * It has been AutoGen-ed  Friday August 28, 2009 at 10:55:38 AM PDT
6  * From the definitions    inclhack.def
7  * and the template file   fixincl
8  */
9 /* DO NOT SVN-MERGE THIS FILE, EITHER Fri Aug 28 10:55:38 PDT 2009
10  *
11  * You must regenerate it.  Use the ./genfixes script.
12  *
13  *
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.
17  *
18  * This file contains 204 fixup descriptions.
19  *
20  * See README for more information.
21  *
22  *  inclhack copyright (c) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
23  *                         2006, 2007, 2008
24  *  The Free Software Foundation, Inc.
25  *
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.
30  *  
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.
35  *  
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/>.
38  */
39 #ifndef SED_PROGRAM
40 #define SED_PROGRAM "/usr/bin/sed"
41 #endif
42 static char const sed_cmd_z[] = SED_PROGRAM;
43
44 /* * * * * * * * * * * * * * * * * * * * * * * * * *
45  *
46  *  Description of Aab_Aix_Stdio fix
47  */
48 tSCC zAab_Aix_StdioName[] =
49      "AAB_aix_stdio";
50
51 /*
52  *  File name selection pattern
53  */
54 tSCC zAab_Aix_StdioList[] =
55   "stdio.h\0";
56 /*
57  *  Machine/OS name selection pattern
58  */
59 tSCC* apzAab_Aix_StdioMachs[] = {
60         "*-*-aix*",
61         (const char*)NULL };
62
63 /*
64  *  content selection pattern - do fix if pattern found
65  */
66 tSCC zAab_Aix_StdioSelect0[] =
67        "define fopen fopen64";
68
69 #define    AAB_AIX_STDIO_TEST_CT  1
70 static tTestDesc aAab_Aix_StdioTests[] = {
71   { TT_EGREP,    zAab_Aix_StdioSelect0, (regex_t*)NULL }, };
72
73 /*
74  *  Fix Command Arguments for Aab_Aix_Stdio
75  */
76 static const char* apzAab_Aix_StdioPatch[] = {
77     "wrap",
78     "",
79     "\n\
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\
83 #undef fseeko\n\
84 #undef ftello\n\
85 #undef fgetpos\n\
86 #undef fsetpos\n\
87 #undef fopen\n\
88 #undef freopen\n\
89 /* Alias the symbols using asm */\n\
90 extern \"C\" {\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\
97 }\n\
98 #endif\n\
99 #endif\n",
100     (char*)NULL };
101
102 /* * * * * * * * * * * * * * * * * * * * * * * * * *
103  *
104  *  Description of Aab_Darwin7_9_Long_Double_Funcs fix
105  */
106 tSCC zAab_Darwin7_9_Long_Double_FuncsName[] =
107      "AAB_darwin7_9_long_double_funcs";
108
109 /*
110  *  File name selection pattern
111  */
112 tSCC zAab_Darwin7_9_Long_Double_FuncsList[] =
113   "architecture/ppc/math.h\0";
114 /*
115  *  Machine/OS name selection pattern
116  */
117 tSCC* apzAab_Darwin7_9_Long_Double_FuncsMachs[] = {
118         "*-*-darwin7.9*",
119         (const char*)NULL };
120
121 /*
122  *  content bypass pattern - skip fix if pattern found
123  */
124 tSCC zAab_Darwin7_9_Long_Double_FuncsBypass0[] =
125        "powl";
126
127 #define    AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT  1
128 static tTestDesc aAab_Darwin7_9_Long_Double_FuncsTests[] = {
129   { TT_NEGREP,   zAab_Darwin7_9_Long_Double_FuncsBypass0, (regex_t*)NULL }, };
130
131 /*
132  *  Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs
133  */
134 static const char* apzAab_Darwin7_9_Long_Double_FuncsPatch[] = {
135 "/* This file prototypes the long double functions available on Mac OS\n\
136    10.3.9.  */\n\
137 #ifndef __MATH__\n\
138 # undef __APPLE_CC__\n\
139 # define __APPLE_CC__  1345\n\
140 # include_next <architecture/ppc/math.h>\n\
141 # undef __APPLE_CC__\n\
142 # define __APPLE_CC__ 1\n\
143 # ifndef __LIBMLDBL_COMPAT\n\
144 #  ifdef __LONG_DOUBLE_128__\n\
145 #   define __LIBMLDBL_COMPAT(sym) __asm(\"_\" #sym \"$LDBL128\")\n\
146 #  else\n\
147 #   define __LIBMLDBL_COMPAT(sym)\n\
148 #  endif /* __LONG_DOUBLE_128__ */\n\
149 # endif /* __LIBMLDBL_COMPAT */\n\
150 # ifdef __cplusplus\n\
151    extern \"C\" {\n\
152 # endif\n\
153   extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);\n\
154   extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);\n\
155   extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl);\n\
156   extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l);\n\
157   extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl);\n\
158   extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl);\n\
159   extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl);\n\
160   extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);\n\
161   extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);\n\
162   extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);\n\
163   extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl);\n\
164   extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl);\n\
165   extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl);\n\
166   extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);\n\
167   extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l);\n\
168   extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l);\n\
169   extern long double logl( long double ) __LIBMLDBL_COMPAT(logl);\n\
170   extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l);\n\
171   extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l);\n\
172   extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);\n\
173   extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl);\n\
174   extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl);\n\
175   extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl);\n\
176   extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl);\n\
177   extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl);\n\
178   extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);\n\
179   extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl);\n\
180   extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl);\n\
181   extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl);\n\
182   extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl);\n\
183   extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl);\n\
184   extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl);\n\
185   extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl);\n\
186   extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);\n\
187   extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);\n\
188   extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);\n\
189   extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill);\n\
190   extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl);\n\
191   extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl);\n\
192   extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);\n\
193   extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl);\n\
194   extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl);\n\
195   extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl);\n\
196   extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);\n\
197   extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);\n\
198   extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl);\n\
199   extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl);\n\
200   extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl);\n\
201   extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);\n\
202   extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl);\n\
203   extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl);\n\
204   extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);\n\
205   extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl);\n\
206   extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml);\n\
207   extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl);\n\
208   extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);\n\
209   extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal);\n\
210 # ifdef __cplusplus\n\
211    }\n\
212 # endif\n\
213 #endif /* __MATH__ */",
214     (char*)NULL };
215
216 /* * * * * * * * * * * * * * * * * * * * * * * * * *
217  *
218  *  Description of Aab_Darwin7_9_Long_Double_Funcs_2 fix
219  */
220 tSCC zAab_Darwin7_9_Long_Double_Funcs_2Name[] =
221      "AAB_darwin7_9_long_double_funcs_2";
222
223 /*
224  *  File name selection pattern
225  */
226 tSCC zAab_Darwin7_9_Long_Double_Funcs_2List[] =
227   "math.h\0";
228 /*
229  *  Machine/OS name selection pattern
230  */
231 tSCC* apzAab_Darwin7_9_Long_Double_Funcs_2Machs[] = {
232         "*-*-darwin7.9*",
233         (const char*)NULL };
234
235 /*
236  *  content selection pattern - do fix if pattern found
237  */
238 tSCC zAab_Darwin7_9_Long_Double_Funcs_2Select0[] =
239        "#include[ \\t]+\\\"";
240
241 #define    AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_TEST_CT  1
242 static tTestDesc aAab_Darwin7_9_Long_Double_Funcs_2Tests[] = {
243   { TT_EGREP,    zAab_Darwin7_9_Long_Double_Funcs_2Select0, (regex_t*)NULL }, };
244
245 /*
246  *  Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs_2
247  */
248 static const char* apzAab_Darwin7_9_Long_Double_Funcs_2Patch[] = {
249     "format",
250     "%1<%2.h>",
251     "([ \\t]*#[ \\t]*include[ \\t]+)\"([a-z0-9/]+)\\.h\"",
252     (char*)NULL };
253
254 /* * * * * * * * * * * * * * * * * * * * * * * * * *
255  *
256  *  Description of Aab_Fd_Zero_Asm_Posix_Types_H fix
257  */
258 tSCC zAab_Fd_Zero_Asm_Posix_Types_HName[] =
259      "AAB_fd_zero_asm_posix_types_h";
260
261 /*
262  *  File name selection pattern
263  */
264 tSCC zAab_Fd_Zero_Asm_Posix_Types_HList[] =
265   "asm/posix_types.h\0";
266 /*
267  *  Machine/OS name selection pattern
268  */
269 tSCC* apzAab_Fd_Zero_Asm_Posix_Types_HMachs[] = {
270         "i[34567]86-*-linux*",
271         (const char*)NULL };
272
273 /*
274  *  content bypass pattern - skip fix if pattern found
275  */
276 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass0[] =
277        "} while";
278 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass1[] =
279        "x86_64";
280 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass2[] =
281        "posix_types_64";
282
283 #define    AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT  3
284 static tTestDesc aAab_Fd_Zero_Asm_Posix_Types_HTests[] = {
285   { TT_NEGREP,   zAab_Fd_Zero_Asm_Posix_Types_HBypass0, (regex_t*)NULL },
286   { TT_NEGREP,   zAab_Fd_Zero_Asm_Posix_Types_HBypass1, (regex_t*)NULL },
287   { TT_NEGREP,   zAab_Fd_Zero_Asm_Posix_Types_HBypass2, (regex_t*)NULL }, };
288
289 /*
290  *  Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
291  */
292 static const char* apzAab_Fd_Zero_Asm_Posix_Types_HPatch[] = {
293 "/* This file fixes a bug in the __FD_ZERO macro\n\
294    for older versions of the Linux kernel. */\n\
295 #ifndef _POSIX_TYPES_H_WRAPPER\n\
296 #include <features.h>\n\
297  #include_next <asm/posix_types.h>\n\n\
298 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
299 #undef __FD_ZERO\n\
300 #define __FD_ZERO(fdsetp) \\\n\
301   do { \\\n\
302     int __d0, __d1; \\\n\
303 __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
304 : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
305 : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
306   \"1\" ((__kernel_fd_set *) (fdsetp)) :\"memory\"); \\\n\
307   } while (0)\n\
308 #endif\n\n\
309 #define _POSIX_TYPES_H_WRAPPER\n\
310 #endif /* _POSIX_TYPES_H_WRAPPER */",
311     (char*)NULL };
312
313 /* * * * * * * * * * * * * * * * * * * * * * * * * *
314  *
315  *  Description of Aab_Fd_Zero_Gnu_Types_H fix
316  */
317 tSCC zAab_Fd_Zero_Gnu_Types_HName[] =
318      "AAB_fd_zero_gnu_types_h";
319
320 /*
321  *  File name selection pattern
322  */
323 tSCC zAab_Fd_Zero_Gnu_Types_HList[] =
324   "gnu/types.h\0";
325 /*
326  *  Machine/OS name selection pattern
327  */
328 tSCC* apzAab_Fd_Zero_Gnu_Types_HMachs[] = {
329         "i[34567]86-*-linux*",
330         (const char*)NULL };
331 #define AAB_FD_ZERO_GNU_TYPES_H_TEST_CT  0
332 #define aAab_Fd_Zero_Gnu_Types_HTests   (tTestDesc*)NULL
333
334 /*
335  *  Fix Command Arguments for Aab_Fd_Zero_Gnu_Types_H
336  */
337 static const char* apzAab_Fd_Zero_Gnu_Types_HPatch[] = {
338 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 1.x. */\n\
339 #ifndef _TYPES_H_WRAPPER\n\
340 #include <features.h>\n\
341 #include_next <gnu/types.h>\n\n\
342 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
343 #undef __FD_ZERO\n\
344 # define __FD_ZERO(fdsetp) \\\n\
345   do { \\\n\
346     int __d0, __d1; \\\n\
347         __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
348         : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
349         : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
350           \"1\" ((__fd_set *) (fdsetp)) :\"memory\"); \\\n\
351   } while (0)\n\
352 #endif\n\n\
353 #define _TYPES_H_WRAPPER\n\
354 #endif /* _TYPES_H_WRAPPER */",
355     (char*)NULL };
356
357 /* * * * * * * * * * * * * * * * * * * * * * * * * *
358  *
359  *  Description of Aab_Fd_Zero_Selectbits_H fix
360  */
361 tSCC zAab_Fd_Zero_Selectbits_HName[] =
362      "AAB_fd_zero_selectbits_h";
363
364 /*
365  *  File name selection pattern
366  */
367 tSCC zAab_Fd_Zero_Selectbits_HList[] =
368   "selectbits.h\0";
369 /*
370  *  Machine/OS name selection pattern
371  */
372 tSCC* apzAab_Fd_Zero_Selectbits_HMachs[] = {
373         "i[34567]86-*-linux*",
374         (const char*)NULL };
375 #define AAB_FD_ZERO_SELECTBITS_H_TEST_CT  0
376 #define aAab_Fd_Zero_Selectbits_HTests   (tTestDesc*)NULL
377
378 /*
379  *  Fix Command Arguments for Aab_Fd_Zero_Selectbits_H
380  */
381 static const char* apzAab_Fd_Zero_Selectbits_HPatch[] = {
382 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 2.0.x. */\n\
383 #ifndef _SELECTBITS_H_WRAPPER\n\
384   #include <features.h>\n\
385   #include_next <selectbits.h>\n\n\
386   #if defined(__FD_ZERO) && defined(__GLIBC__) \\\\\n\
387   && defined(__GLIBC_MINOR__) && __GLIBC__ == 2 \\\\\n\
388   && __GLIBC_MINOR__ == 0\n\
389      #undef __FD_ZERO\n\
390      #define __FD_ZERO(fdsetp) \\\\\n\
391      do { \\\\\n\
392         int __d0, __d1; \\\\\n\
393       __asm__ __volatile__ (\"cld; rep; stosl\" \\\\\n\
394                         : \"=&c\" (__d0), \"=&D\" (__d1) \\\\\n\
395                         : \"a\" (0), \"0\" (sizeof (__fd_set) \\\\\n\
396                                         / sizeof (__fd_mask)), \\\\\n\
397                           \"1\" ((__fd_mask *) (fdsetp)) \\\\\n\
398                         : \"memory\"); \\\\\n\
399       } while (0)\n\
400   #endif\n\n\
401   #define _SELECTBITS_H_WRAPPER\n\
402 #endif /* _SELECTBITS_H_WRAPPER */",
403     (char*)NULL };
404
405 /* * * * * * * * * * * * * * * * * * * * * * * * * *
406  *
407  *  Description of Aab_Solaris_Sys_Varargs_H fix
408  */
409 tSCC zAab_Solaris_Sys_Varargs_HName[] =
410      "AAB_solaris_sys_varargs_h";
411
412 /*
413  *  File name selection pattern
414  */
415 tSCC zAab_Solaris_Sys_Varargs_HList[] =
416   "sys/varargs.h\0";
417 /*
418  *  Machine/OS name selection pattern
419  */
420 tSCC* apzAab_Solaris_Sys_Varargs_HMachs[] = {
421         "*-*-solaris*",
422         (const char*)NULL };
423 #define AAB_SOLARIS_SYS_VARARGS_H_TEST_CT  0
424 #define aAab_Solaris_Sys_Varargs_HTests   (tTestDesc*)NULL
425
426 /*
427  *  Fix Command Arguments for Aab_Solaris_Sys_Varargs_H
428  */
429 static const char* apzAab_Solaris_Sys_Varargs_HPatch[] = {
430 "#ifdef __STDC__\n\
431   #include <stdarg.h>\n\
432 #else\n\
433   #include <varargs.h>\n\
434 #endif",
435     (char*)NULL };
436
437 /* * * * * * * * * * * * * * * * * * * * * * * * * *
438  *
439  *  Description of Aab_Sun_Memcpy fix
440  */
441 tSCC zAab_Sun_MemcpyName[] =
442      "AAB_sun_memcpy";
443
444 /*
445  *  File name selection pattern
446  */
447 tSCC zAab_Sun_MemcpyList[] =
448   "memory.h\0";
449 /*
450  *  Machine/OS name selection pattern
451  */
452 #define apzAab_Sun_MemcpyMachs (const char**)NULL
453
454 /*
455  *  content selection pattern - do fix if pattern found
456  */
457 tSCC zAab_Sun_MemcpySelect0[] =
458        "/\\*\t@\\(#\\)(head/memory.h\t50.1\t |memory\\.h 1\\.[2-4] 8./../.. SMI; from S5R2 1\\.2\t)\\*/";
459
460 #define    AAB_SUN_MEMCPY_TEST_CT  1
461 static tTestDesc aAab_Sun_MemcpyTests[] = {
462   { TT_EGREP,    zAab_Sun_MemcpySelect0, (regex_t*)NULL }, };
463
464 /*
465  *  Fix Command Arguments for Aab_Sun_Memcpy
466  */
467 static const char* apzAab_Sun_MemcpyPatch[] = {
468 "/* This file was generated by fixincludes */\n\
469 #ifndef __memory_h__\n\
470   #define __memory_h__\n\n\
471   #ifdef __STDC__\n\
472     extern void *memccpy();\n\
473     extern void *memchr();\n\
474     extern void *memcpy();\n\
475     extern void *memset();\n\
476   #else\n\
477     extern char *memccpy();\n\
478     extern char *memchr();\n\
479     extern char *memcpy();\n\
480     extern char *memset();\n\
481   #endif /* __STDC__ */\n\n\
482   extern int memcmp();\n\n\
483 #endif /* __memory_h__ */",
484     (char*)NULL };
485
486 /* * * * * * * * * * * * * * * * * * * * * * * * * *
487  *
488  *  Description of Aix_Complex fix
489  */
490 tSCC zAix_ComplexName[] =
491      "aix_complex";
492
493 /*
494  *  File name selection pattern
495  */
496 tSCC zAix_ComplexList[] =
497   "complex.h\0";
498 /*
499  *  Machine/OS name selection pattern
500  */
501 tSCC* apzAix_ComplexMachs[] = {
502         "*-*-aix*",
503         (const char*)NULL };
504
505 /*
506  *  content selection pattern - do fix if pattern found
507  */
508 tSCC zAix_ComplexSelect0[] =
509        "#define[ \t]_Complex_I[ \t]__I";
510
511 #define    AIX_COMPLEX_TEST_CT  1
512 static tTestDesc aAix_ComplexTests[] = {
513   { TT_EGREP,    zAix_ComplexSelect0, (regex_t*)NULL }, };
514
515 /*
516  *  Fix Command Arguments for Aix_Complex
517  */
518 static const char* apzAix_ComplexPatch[] = {
519     "format",
520     "#define _Complex_I (__extension__ 1.0iF)",
521     (char*)NULL };
522
523 /* * * * * * * * * * * * * * * * * * * * * * * * * *
524  *
525  *  Description of Aix_Pthread fix
526  */
527 tSCC zAix_PthreadName[] =
528      "aix_pthread";
529
530 /*
531  *  File name selection pattern
532  */
533 tSCC zAix_PthreadList[] =
534   "pthread.h\0";
535 /*
536  *  Machine/OS name selection pattern
537  */
538 #define apzAix_PthreadMachs (const char**)NULL
539
540 /*
541  *  content selection pattern - do fix if pattern found
542  */
543 tSCC zAix_PthreadSelect0[] =
544        "(#define [A-Za-z_0-9]+)(\\\\\n\
545 [^A-Za-z_0-9 \t\n\
546 (])";
547
548 #define    AIX_PTHREAD_TEST_CT  1
549 static tTestDesc aAix_PthreadTests[] = {
550   { TT_EGREP,    zAix_PthreadSelect0, (regex_t*)NULL }, };
551
552 /*
553  *  Fix Command Arguments for Aix_Pthread
554  */
555 static const char* apzAix_PthreadPatch[] = {
556     "format",
557     "%1 %2",
558     (char*)NULL };
559
560 /* * * * * * * * * * * * * * * * * * * * * * * * * *
561  *
562  *  Description of Aix_Stdint_1 fix
563  */
564 tSCC zAix_Stdint_1Name[] =
565      "aix_stdint_1";
566
567 /*
568  *  File name selection pattern
569  */
570 tSCC zAix_Stdint_1List[] =
571   "stdint.h\0";
572 /*
573  *  Machine/OS name selection pattern
574  */
575 tSCC* apzAix_Stdint_1Machs[] = {
576         "*-*-aix*",
577         (const char*)NULL };
578
579 /*
580  *  content selection pattern - do fix if pattern found
581  */
582 tSCC zAix_Stdint_1Select0[] =
583        "#define[ \t]UINT8_MAX[ \t]\\(255U\\)\n\
584 #define[ \t]UINT16_MAX[ \t]\\(65535U\\)";
585
586 #define    AIX_STDINT_1_TEST_CT  1
587 static tTestDesc aAix_Stdint_1Tests[] = {
588   { TT_EGREP,    zAix_Stdint_1Select0, (regex_t*)NULL }, };
589
590 /*
591  *  Fix Command Arguments for Aix_Stdint_1
592  */
593 static const char* apzAix_Stdint_1Patch[] = {
594     "format",
595     "#define UINT8_MAX\t(255)\n\
596 #define UINT16_MAX\t(65535)",
597     (char*)NULL };
598
599 /* * * * * * * * * * * * * * * * * * * * * * * * * *
600  *
601  *  Description of Aix_Stdint_2 fix
602  */
603 tSCC zAix_Stdint_2Name[] =
604      "aix_stdint_2";
605
606 /*
607  *  File name selection pattern
608  */
609 tSCC zAix_Stdint_2List[] =
610   "stdint.h\0";
611 /*
612  *  Machine/OS name selection pattern
613  */
614 tSCC* apzAix_Stdint_2Machs[] = {
615         "*-*-aix*",
616         (const char*)NULL };
617
618 /*
619  *  content selection pattern - do fix if pattern found
620  */
621 tSCC zAix_Stdint_2Select0[] =
622        "#define[ \t]INTPTR_MIN[ \t]INT64_MIN\n\
623 #define[ \t]INTPTR_MAX[ \t]INT64_MAX\n\
624 #define[ \t]UINTPTR_MAX[ \t]UINT64_MAX\n\
625 #else\n\
626 #define[ \t]INTPTR_MIN[ \t]INT32_MIN\n\
627 #define[ \t]INTPTR_MAX[ \t]INT32_MAX\n\
628 #define[ \t]UINTPTR_MAX[ \t]UINT32_MAX";
629
630 #define    AIX_STDINT_2_TEST_CT  1
631 static tTestDesc aAix_Stdint_2Tests[] = {
632   { TT_EGREP,    zAix_Stdint_2Select0, (regex_t*)NULL }, };
633
634 /*
635  *  Fix Command Arguments for Aix_Stdint_2
636  */
637 static const char* apzAix_Stdint_2Patch[] = {
638     "format",
639     "#define INTPTR_MIN\t(-INTPTR_MAX-1)\n\
640 #define INTPTR_MAX\t9223372036854775807L\n\
641 #define UINTPTR_MAX\t18446744073709551615UL\n\
642 #else\n\
643 #define INTPTR_MIN\t(-INTPTR_MAX-1)\n\
644 #define INTPTR_MAX\t2147483647L\n\
645 #define UINTPTR_MAX\t4294967295UL",
646     (char*)NULL };
647
648 /* * * * * * * * * * * * * * * * * * * * * * * * * *
649  *
650  *  Description of Aix_Stdint_3 fix
651  */
652 tSCC zAix_Stdint_3Name[] =
653      "aix_stdint_3";
654
655 /*
656  *  File name selection pattern
657  */
658 tSCC zAix_Stdint_3List[] =
659   "stdint.h\0";
660 /*
661  *  Machine/OS name selection pattern
662  */
663 tSCC* apzAix_Stdint_3Machs[] = {
664         "*-*-aix*",
665         (const char*)NULL };
666
667 /*
668  *  content selection pattern - do fix if pattern found
669  */
670 tSCC zAix_Stdint_3Select0[] =
671        "#define[ \t]PTRDIFF_MIN[ \t]INT64_MIN\n\
672 #define[ \t]PTRDIFF_MAX[ \t]INT64_MAX\n\
673 #else\n\
674 #define[ \t]PTRDIFF_MIN[ \t]*INT32_MIN\n\
675 #define[ \t]PTRDIFF_MAX[ \t]*INT32_MAX";
676
677 #define    AIX_STDINT_3_TEST_CT  1
678 static tTestDesc aAix_Stdint_3Tests[] = {
679   { TT_EGREP,    zAix_Stdint_3Select0, (regex_t*)NULL }, };
680
681 /*
682  *  Fix Command Arguments for Aix_Stdint_3
683  */
684 static const char* apzAix_Stdint_3Patch[] = {
685     "format",
686     "#define PTRDIFF_MIN\t(-9223372036854775807L - 1)\n\
687 #define PTRDIFF_MAX\t9223372036854775807L\n\
688 #else\n\
689 #define PTRDIFF_MIN\t(-2147483647L - 1)\n\
690 #define PTRDIFF_MAX\t2147483647L",
691     (char*)NULL };
692
693 /* * * * * * * * * * * * * * * * * * * * * * * * * *
694  *
695  *  Description of Aix_Stdint_4 fix
696  */
697 tSCC zAix_Stdint_4Name[] =
698      "aix_stdint_4";
699
700 /*
701  *  File name selection pattern
702  */
703 tSCC zAix_Stdint_4List[] =
704   "stdint.h\0";
705 /*
706  *  Machine/OS name selection pattern
707  */
708 tSCC* apzAix_Stdint_4Machs[] = {
709         "*-*-aix*",
710         (const char*)NULL };
711
712 /*
713  *  content selection pattern - do fix if pattern found
714  */
715 tSCC zAix_Stdint_4Select0[] =
716        "#define[ \t]SIZE_MAX[ \t]UINT64_MAX\n\
717 #else\n\
718 #define[ \t]SIZE_MAX[ \t]*UINT32_MAX";
719
720 #define    AIX_STDINT_4_TEST_CT  1
721 static tTestDesc aAix_Stdint_4Tests[] = {
722   { TT_EGREP,    zAix_Stdint_4Select0, (regex_t*)NULL }, };
723
724 /*
725  *  Fix Command Arguments for Aix_Stdint_4
726  */
727 static const char* apzAix_Stdint_4Patch[] = {
728     "format",
729     "#define SIZE_MAX\t18446744073709551615UL\n\
730 #else\n\
731 #define SIZE_MAX\t4294967295UL",
732     (char*)NULL };
733
734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
735  *
736  *  Description of Aix_Stdint_5 fix
737  */
738 tSCC zAix_Stdint_5Name[] =
739      "aix_stdint_5";
740
741 /*
742  *  File name selection pattern
743  */
744 tSCC zAix_Stdint_5List[] =
745   "stdint.h\0";
746 /*
747  *  Machine/OS name selection pattern
748  */
749 tSCC* apzAix_Stdint_5Machs[] = {
750         "*-*-aix*",
751         (const char*)NULL };
752
753 /*
754  *  content selection pattern - do fix if pattern found
755  */
756 tSCC zAix_Stdint_5Select0[] =
757        "#define[ \t]UINT8_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)\n\
758 #define[ \t]UINT16_C\\(c\\)[ \t]__CONCAT__\\(c,U\\)";
759
760 #define    AIX_STDINT_5_TEST_CT  1
761 static tTestDesc aAix_Stdint_5Tests[] = {
762   { TT_EGREP,    zAix_Stdint_5Select0, (regex_t*)NULL }, };
763
764 /*
765  *  Fix Command Arguments for Aix_Stdint_5
766  */
767 static const char* apzAix_Stdint_5Patch[] = {
768     "format",
769     "#define UINT8_C(c)\tc\n\
770 #define UINT16_C(c)\tc",
771     (char*)NULL };
772
773 /* * * * * * * * * * * * * * * * * * * * * * * * * *
774  *
775  *  Description of Aix_Sysmachine fix
776  */
777 tSCC zAix_SysmachineName[] =
778      "aix_sysmachine";
779
780 /*
781  *  File name selection pattern
782  */
783 tSCC zAix_SysmachineList[] =
784   "sys/machine.h\0";
785 /*
786  *  Machine/OS name selection pattern
787  */
788 #define apzAix_SysmachineMachs (const char**)NULL
789
790 /*
791  *  content selection pattern - do fix if pattern found
792  */
793 tSCC zAix_SysmachineSelect0[] =
794        "\\\\ +\n";
795
796 #define    AIX_SYSMACHINE_TEST_CT  1
797 static tTestDesc aAix_SysmachineTests[] = {
798   { TT_EGREP,    zAix_SysmachineSelect0, (regex_t*)NULL }, };
799
800 /*
801  *  Fix Command Arguments for Aix_Sysmachine
802  */
803 static const char* apzAix_SysmachinePatch[] = {
804     "format",
805     "\\\n",
806     (char*)NULL };
807
808 /* * * * * * * * * * * * * * * * * * * * * * * * * *
809  *
810  *  Description of Aix_Syswait_2 fix
811  */
812 tSCC zAix_Syswait_2Name[] =
813      "aix_syswait_2";
814
815 /*
816  *  File name selection pattern
817  */
818 tSCC zAix_Syswait_2List[] =
819   "sys/wait.h\0";
820 /*
821  *  Machine/OS name selection pattern
822  */
823 #define apzAix_Syswait_2Machs (const char**)NULL
824
825 /*
826  *  content selection pattern - do fix if pattern found
827  */
828 tSCC zAix_Syswait_2Select0[] =
829        "\\? (\\(\\(\\(\\(unsigned[^)]*\\)[^)]*\\) >> [^)]*\\) \\& 0xff\\) : -1)";
830
831 #define    AIX_SYSWAIT_2_TEST_CT  1
832 static tTestDesc aAix_Syswait_2Tests[] = {
833   { TT_EGREP,    zAix_Syswait_2Select0, (regex_t*)NULL }, };
834
835 /*
836  *  Fix Command Arguments for Aix_Syswait_2
837  */
838 static const char* apzAix_Syswait_2Patch[] = {
839     "format",
840     "? (int)%1",
841     (char*)NULL };
842
843 /* * * * * * * * * * * * * * * * * * * * * * * * * *
844  *
845  *  Description of Aix_Volatile fix
846  */
847 tSCC zAix_VolatileName[] =
848      "aix_volatile";
849
850 /*
851  *  File name selection pattern
852  */
853 tSCC zAix_VolatileList[] =
854   "sys/signal.h\0";
855 /*
856  *  Machine/OS name selection pattern
857  */
858 #define apzAix_VolatileMachs (const char**)NULL
859
860 /*
861  *  content selection pattern - do fix if pattern found
862  */
863 tSCC zAix_VolatileSelect0[] =
864        "typedef volatile int sig_atomic_t";
865
866 #define    AIX_VOLATILE_TEST_CT  1
867 static tTestDesc aAix_VolatileTests[] = {
868   { TT_EGREP,    zAix_VolatileSelect0, (regex_t*)NULL }, };
869
870 /*
871  *  Fix Command Arguments for Aix_Volatile
872  */
873 static const char* apzAix_VolatilePatch[] = {
874     "format",
875     "typedef int sig_atomic_t",
876     (char*)NULL };
877
878 /* * * * * * * * * * * * * * * * * * * * * * * * * *
879  *
880  *  Description of Alpha___Assert fix
881  */
882 tSCC zAlpha___AssertName[] =
883      "alpha___assert";
884
885 /*
886  *  File name selection pattern
887  */
888 tSCC zAlpha___AssertList[] =
889   "assert.h\0";
890 /*
891  *  Machine/OS name selection pattern
892  */
893 #define apzAlpha___AssertMachs (const char**)NULL
894
895 /*
896  *  content selection pattern - do fix if pattern found
897  */
898 tSCC zAlpha___AssertSelect0[] =
899        "__assert\\(char \\*, char \\*, int\\)";
900
901 #define    ALPHA___ASSERT_TEST_CT  1
902 static tTestDesc aAlpha___AssertTests[] = {
903   { TT_EGREP,    zAlpha___AssertSelect0, (regex_t*)NULL }, };
904
905 /*
906  *  Fix Command Arguments for Alpha___Assert
907  */
908 static const char* apzAlpha___AssertPatch[] = {
909     "format",
910     "__assert(const char *, const char *, int)",
911     (char*)NULL };
912
913 /* * * * * * * * * * * * * * * * * * * * * * * * * *
914  *
915  *  Description of Alpha___Extern_Prefix fix
916  */
917 tSCC zAlpha___Extern_PrefixName[] =
918      "alpha___extern_prefix";
919
920 /*
921  *  File name selection pattern
922  */
923 #define zAlpha___Extern_PrefixList (char*)NULL
924 /*
925  *  Machine/OS name selection pattern
926  */
927 tSCC* apzAlpha___Extern_PrefixMachs[] = {
928         "alpha*-dec-osf*",
929         (const char*)NULL };
930
931 /*
932  *  content selection pattern - do fix if pattern found
933  */
934 tSCC zAlpha___Extern_PrefixSelect0[] =
935        "(.*)(defined\\(__DECC\\)|def[ \t]*__DECC)[ \t]*\n\
936 (#[ \t]*pragma[ \t]*extern_prefix.*)";
937
938 #define    ALPHA___EXTERN_PREFIX_TEST_CT  1
939 static tTestDesc aAlpha___Extern_PrefixTests[] = {
940   { TT_EGREP,    zAlpha___Extern_PrefixSelect0, (regex_t*)NULL }, };
941
942 /*
943  *  Fix Command Arguments for Alpha___Extern_Prefix
944  */
945 static const char* apzAlpha___Extern_PrefixPatch[] = {
946     "format",
947     "%1 (defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX))\n\
948 %3",
949     (char*)NULL };
950
951 /* * * * * * * * * * * * * * * * * * * * * * * * * *
952  *
953  *  Description of Alpha___Extern_Prefix_Standards fix
954  */
955 tSCC zAlpha___Extern_Prefix_StandardsName[] =
956      "alpha___extern_prefix_standards";
957
958 /*
959  *  File name selection pattern
960  */
961 tSCC zAlpha___Extern_Prefix_StandardsList[] =
962   "standards.h\0";
963 /*
964  *  Machine/OS name selection pattern
965  */
966 tSCC* apzAlpha___Extern_Prefix_StandardsMachs[] = {
967         "alpha*-dec-osf*",
968         (const char*)NULL };
969
970 /*
971  *  content selection pattern - do fix if pattern found
972  */
973 tSCC zAlpha___Extern_Prefix_StandardsSelect0[] =
974        ".*!defined\\(_LIBC_POLLUTION_H_\\) && !defined\\(__DECC\\)";
975
976 #define    ALPHA___EXTERN_PREFIX_STANDARDS_TEST_CT  1
977 static tTestDesc aAlpha___Extern_Prefix_StandardsTests[] = {
978   { TT_EGREP,    zAlpha___Extern_Prefix_StandardsSelect0, (regex_t*)NULL }, };
979
980 /*
981  *  Fix Command Arguments for Alpha___Extern_Prefix_Standards
982  */
983 static const char* apzAlpha___Extern_Prefix_StandardsPatch[] = {
984     "format",
985     "%0 && !defined(__PRAGMA_EXTERN_PREFIX)",
986     (char*)NULL };
987
988 /* * * * * * * * * * * * * * * * * * * * * * * * * *
989  *
990  *  Description of Alpha___Extern_Prefix_Sys_Stat fix
991  */
992 tSCC zAlpha___Extern_Prefix_Sys_StatName[] =
993      "alpha___extern_prefix_sys_stat";
994
995 /*
996  *  File name selection pattern
997  */
998 tSCC zAlpha___Extern_Prefix_Sys_StatList[] =
999   "sys/stat.h\0sys/mount.h\0";
1000 /*
1001  *  Machine/OS name selection pattern
1002  */
1003 tSCC* apzAlpha___Extern_Prefix_Sys_StatMachs[] = {
1004         "alpha*-dec-osf5*",
1005         (const char*)NULL };
1006
1007 /*
1008  *  content selection pattern - do fix if pattern found
1009  */
1010 tSCC zAlpha___Extern_Prefix_Sys_StatSelect0[] =
1011        "#[ \t]*if[ \t]*defined\\(__DECC\\)";
1012
1013 #define    ALPHA___EXTERN_PREFIX_SYS_STAT_TEST_CT  1
1014 static tTestDesc aAlpha___Extern_Prefix_Sys_StatTests[] = {
1015   { TT_EGREP,    zAlpha___Extern_Prefix_Sys_StatSelect0, (regex_t*)NULL }, };
1016
1017 /*
1018  *  Fix Command Arguments for Alpha___Extern_Prefix_Sys_Stat
1019  */
1020 static const char* apzAlpha___Extern_Prefix_Sys_StatPatch[] = {
1021     "format",
1022     "%0 || defined(__PRAGMA_EXTERN_PREFIX)",
1023     (char*)NULL };
1024
1025 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1026  *
1027  *  Description of Alpha_Assert fix
1028  */
1029 tSCC zAlpha_AssertName[] =
1030      "alpha_assert";
1031
1032 /*
1033  *  File name selection pattern
1034  */
1035 tSCC zAlpha_AssertList[] =
1036   "assert.h\0";
1037 /*
1038  *  Machine/OS name selection pattern
1039  */
1040 #define apzAlpha_AssertMachs (const char**)NULL
1041
1042 /*
1043  *  content selection pattern - do fix if pattern found
1044  */
1045 tSCC zAlpha_AssertSelect0[] =
1046        "(#define assert\\(EX\\).*)\\(\\(int\\) \\(EX\\)\\)";
1047
1048 #define    ALPHA_ASSERT_TEST_CT  1
1049 static tTestDesc aAlpha_AssertTests[] = {
1050   { TT_EGREP,    zAlpha_AssertSelect0, (regex_t*)NULL }, };
1051
1052 /*
1053  *  Fix Command Arguments for Alpha_Assert
1054  */
1055 static const char* apzAlpha_AssertPatch[] = {
1056     "format",
1057     "%1(EX)",
1058     (char*)NULL };
1059
1060 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1061  *
1062  *  Description of Alpha_Bad_Lval fix
1063  */
1064 tSCC zAlpha_Bad_LvalName[] =
1065      "alpha_bad_lval";
1066
1067 /*
1068  *  File name selection pattern
1069  */
1070 #define zAlpha_Bad_LvalList (char*)NULL
1071 /*
1072  *  Machine/OS name selection pattern
1073  */
1074 tSCC* apzAlpha_Bad_LvalMachs[] = {
1075         "alpha*-dec-osf*",
1076         (const char*)NULL };
1077
1078 /*
1079  *  content selection pattern - do fix if pattern found
1080  */
1081 tSCC zAlpha_Bad_LvalSelect0[] =
1082        "^[ \t]*#[ \t]*pragma[ \t]+extern_prefix";
1083
1084 #define    ALPHA_BAD_LVAL_TEST_CT  1
1085 static tTestDesc aAlpha_Bad_LvalTests[] = {
1086   { TT_EGREP,    zAlpha_Bad_LvalSelect0, (regex_t*)NULL }, };
1087
1088 /*
1089  *  Fix Command Arguments for Alpha_Bad_Lval
1090  */
1091 static const char* apzAlpha_Bad_LvalPatch[] = { sed_cmd_z,
1092     "-e", "s/^[ \t]*#[ \t]*define[ \t][ \t]*\\([^(]*\\)\\(([^)]*)\\)[ \t]*\\(_.*\\)\\1\\2[ \t]*$/#define \\1 \\3\\1/",
1093     (char*)NULL };
1094
1095 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1096  *
1097  *  Description of Alpha_Getopt fix
1098  */
1099 tSCC zAlpha_GetoptName[] =
1100      "alpha_getopt";
1101
1102 /*
1103  *  File name selection pattern
1104  */
1105 tSCC zAlpha_GetoptList[] =
1106   "stdio.h\0stdlib.h\0";
1107 /*
1108  *  Machine/OS name selection pattern
1109  */
1110 #define apzAlpha_GetoptMachs (const char**)NULL
1111
1112 /*
1113  *  content selection pattern - do fix if pattern found
1114  */
1115 tSCC zAlpha_GetoptSelect0[] =
1116        "getopt\\(int, char \\*\\[\\], *char \\*\\)";
1117
1118 #define    ALPHA_GETOPT_TEST_CT  1
1119 static tTestDesc aAlpha_GetoptTests[] = {
1120   { TT_EGREP,    zAlpha_GetoptSelect0, (regex_t*)NULL }, };
1121
1122 /*
1123  *  Fix Command Arguments for Alpha_Getopt
1124  */
1125 static const char* apzAlpha_GetoptPatch[] = {
1126     "format",
1127     "getopt(int, char *const[], const char *)",
1128     (char*)NULL };
1129
1130 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1131  *
1132  *  Description of Alpha_If_Semicolon fix
1133  */
1134 tSCC zAlpha_If_SemicolonName[] =
1135      "alpha_if_semicolon";
1136
1137 /*
1138  *  File name selection pattern
1139  */
1140 tSCC zAlpha_If_SemicolonList[] =
1141   "net/if.h\0";
1142 /*
1143  *  Machine/OS name selection pattern
1144  */
1145 #define apzAlpha_If_SemicolonMachs (const char**)NULL
1146
1147 /*
1148  *  content selection pattern - do fix if pattern found
1149  */
1150 tSCC zAlpha_If_SemicolonSelect0[] =
1151        "struct[ \t]+sockaddr[ \t]+vmif_paddr[ \t]+/\\*";
1152
1153 #define    ALPHA_IF_SEMICOLON_TEST_CT  1
1154 static tTestDesc aAlpha_If_SemicolonTests[] = {
1155   { TT_EGREP,    zAlpha_If_SemicolonSelect0, (regex_t*)NULL }, };
1156
1157 /*
1158  *  Fix Command Arguments for Alpha_If_Semicolon
1159  */
1160 static const char* apzAlpha_If_SemicolonPatch[] = {
1161     "format",
1162     "struct sockaddr vmif_paddr;\t/*",
1163     (char*)NULL };
1164
1165 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1166  *
1167  *  Description of Alpha_Parens fix
1168  */
1169 tSCC zAlpha_ParensName[] =
1170      "alpha_parens";
1171
1172 /*
1173  *  File name selection pattern
1174  */
1175 tSCC zAlpha_ParensList[] =
1176   "sym.h\0";
1177 /*
1178  *  Machine/OS name selection pattern
1179  */
1180 #define apzAlpha_ParensMachs (const char**)NULL
1181
1182 /*
1183  *  content selection pattern - do fix if pattern found
1184  */
1185 tSCC zAlpha_ParensSelect0[] =
1186        "#ifndef\\(__mips64\\)";
1187
1188 #define    ALPHA_PARENS_TEST_CT  1
1189 static tTestDesc aAlpha_ParensTests[] = {
1190   { TT_EGREP,    zAlpha_ParensSelect0, (regex_t*)NULL }, };
1191
1192 /*
1193  *  Fix Command Arguments for Alpha_Parens
1194  */
1195 static const char* apzAlpha_ParensPatch[] = {
1196     "format",
1197     "#ifndef __mips64",
1198     (char*)NULL };
1199
1200 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1201  *
1202  *  Description of Alpha_Pthread fix
1203  */
1204 tSCC zAlpha_PthreadName[] =
1205      "alpha_pthread";
1206
1207 /*
1208  *  File name selection pattern
1209  */
1210 tSCC zAlpha_PthreadList[] =
1211   "pthread.h\0";
1212 /*
1213  *  Machine/OS name selection pattern
1214  */
1215 tSCC* apzAlpha_PthreadMachs[] = {
1216         "alpha*-dec-osf*",
1217         (const char*)NULL };
1218
1219 /*
1220  *  content selection pattern - do fix if pattern found
1221  */
1222 tSCC zAlpha_PthreadSelect0[] =
1223        "((#[ \t]*if)([ \t]*defined[ \t]*\\(_PTHREAD_ENV_DECC\\)|def _PTHREAD_ENV_DECC)(.*))\n\
1224 (#[ \t]*define _PTHREAD_USE_PTDNAM_)";
1225
1226 #define    ALPHA_PTHREAD_TEST_CT  1
1227 static tTestDesc aAlpha_PthreadTests[] = {
1228   { TT_EGREP,    zAlpha_PthreadSelect0, (regex_t*)NULL }, };
1229
1230 /*
1231  *  Fix Command Arguments for Alpha_Pthread
1232  */
1233 static const char* apzAlpha_PthreadPatch[] = {
1234     "format",
1235     "%2 defined (_PTHREAD_ENV_DECC)%4 || defined (__PRAGMA_EXTERN_PREFIX)\n\
1236 %5",
1237     (char*)NULL };
1238
1239 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1240  *
1241  *  Description of Alpha_Pthread_Gcc fix
1242  */
1243 tSCC zAlpha_Pthread_GccName[] =
1244      "alpha_pthread_gcc";
1245
1246 /*
1247  *  File name selection pattern
1248  */
1249 tSCC zAlpha_Pthread_GccList[] =
1250   "pthread.h\0";
1251 /*
1252  *  Machine/OS name selection pattern
1253  */
1254 tSCC* apzAlpha_Pthread_GccMachs[] = {
1255         "alpha*-dec-osf*",
1256         (const char*)NULL };
1257
1258 /*
1259  *  content selection pattern - do fix if pattern found
1260  */
1261 tSCC zAlpha_Pthread_GccSelect0[] =
1262        "#else\n\
1263 # error <pthread.h>: unrecognized compiler.";
1264
1265 #define    ALPHA_PTHREAD_GCC_TEST_CT  1
1266 static tTestDesc aAlpha_Pthread_GccTests[] = {
1267   { TT_EGREP,    zAlpha_Pthread_GccSelect0, (regex_t*)NULL }, };
1268
1269 /*
1270  *  Fix Command Arguments for Alpha_Pthread_Gcc
1271  */
1272 static const char* apzAlpha_Pthread_GccPatch[] = {
1273     "format",
1274     "#elif defined (__GNUC__)\n\
1275 # define _PTHREAD_ENV_GCC\n\
1276 %0",
1277     (char*)NULL };
1278
1279 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1280  *
1281  *  Description of Alpha_Pthread_Init fix
1282  */
1283 tSCC zAlpha_Pthread_InitName[] =
1284      "alpha_pthread_init";
1285
1286 /*
1287  *  File name selection pattern
1288  */
1289 tSCC zAlpha_Pthread_InitList[] =
1290   "pthread.h\0";
1291 /*
1292  *  Machine/OS name selection pattern
1293  */
1294 tSCC* apzAlpha_Pthread_InitMachs[] = {
1295         "alpha*-dec-osf*",
1296         (const char*)NULL };
1297
1298 /*
1299  *  content selection pattern - do fix if pattern found
1300  */
1301 tSCC zAlpha_Pthread_InitSelect0[] =
1302        " \\* @\\(#\\).RCSfile: pthread\\.h,v \\$ .Revision: 1\\.1\\.33\\.21 \\$ \\(DEC\\) .Date: 2000/08/15 15:30:13 \\$";
1303
1304 #define    ALPHA_PTHREAD_INIT_TEST_CT  1
1305 static tTestDesc aAlpha_Pthread_InitTests[] = {
1306   { TT_EGREP,    zAlpha_Pthread_InitSelect0, (regex_t*)NULL }, };
1307
1308 /*
1309  *  Fix Command Arguments for Alpha_Pthread_Init
1310  */
1311 static const char* apzAlpha_Pthread_InitPatch[] = { sed_cmd_z,
1312     "-e", "s@MVALID\\(.*\\)A}@MVALID\\1A, 0, 0, 0, 0, 0, 0 }@\n\
1313 s@MVALID\\(.*\\)_}@MVALID\\1_, 0, 0, 0, 0 }@\n\
1314 s@CVALID\\(.*\\)A}@CVALID\\1A, 0, 0, 0, 0 }@\n\
1315 s@CVALID\\(.*\\)_}@CVALID\\1_, 0, 0 }@\n\
1316 s@WVALID\\(.*\\)A}@WVALID\\1A, 0, 0, 0, 0, 0, 0, 0, 0, 0 }@\n\
1317 s@WVALID\\(.*\\)_}@WVALID\\1_, 0, 0, 0, 0, 0, 0, 0 }@\n",
1318     (char*)NULL };
1319
1320 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1321  *
1322  *  Description of Alpha_Sbrk fix
1323  */
1324 tSCC zAlpha_SbrkName[] =
1325      "alpha_sbrk";
1326
1327 /*
1328  *  File name selection pattern
1329  */
1330 tSCC zAlpha_SbrkList[] =
1331   "unistd.h\0";
1332 /*
1333  *  Machine/OS name selection pattern
1334  */
1335 #define apzAlpha_SbrkMachs (const char**)NULL
1336
1337 /*
1338  *  content selection pattern - do fix if pattern found
1339  */
1340 tSCC zAlpha_SbrkSelect0[] =
1341        "char[ \t]*\\*[\t ]*sbrk[ \t]*\\(";
1342
1343 #define    ALPHA_SBRK_TEST_CT  1
1344 static tTestDesc aAlpha_SbrkTests[] = {
1345   { TT_EGREP,    zAlpha_SbrkSelect0, (regex_t*)NULL }, };
1346
1347 /*
1348  *  Fix Command Arguments for Alpha_Sbrk
1349  */
1350 static const char* apzAlpha_SbrkPatch[] = {
1351     "format",
1352     "void *sbrk(",
1353     (char*)NULL };
1354
1355 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1356  *
1357  *  Description of Alpha_Wchar fix
1358  */
1359 tSCC zAlpha_WcharName[] =
1360      "alpha_wchar";
1361
1362 /*
1363  *  File name selection pattern
1364  */
1365 tSCC zAlpha_WcharList[] =
1366   "wchar.h\0";
1367 /*
1368  *  Machine/OS name selection pattern
1369  */
1370 tSCC* apzAlpha_WcharMachs[] = {
1371         "alpha*-dec-osf4*",
1372         (const char*)NULL };
1373
1374 /*
1375  *  content selection pattern - do fix if pattern found
1376  */
1377 tSCC zAlpha_WcharSelect0[] =
1378        "#define wcstok wcstok_r";
1379
1380 #define    ALPHA_WCHAR_TEST_CT  1
1381 static tTestDesc aAlpha_WcharTests[] = {
1382   { TT_EGREP,    zAlpha_WcharSelect0, (regex_t*)NULL }, };
1383
1384 /*
1385  *  Fix Command Arguments for Alpha_Wchar
1386  */
1387 static const char* apzAlpha_WcharPatch[] = { sed_cmd_z,
1388     "-e", "s@#define wcstok wcstok_r@extern wchar_t *wcstok __((wchar_t *, const wchar_t *, wchar_t **)) __asm__(\"wcstok_r\");@",
1389     "-e", "s@#define wcsftime __wcsftime_isoc@extern size_t   wcsftime __((wchar_t *, size_t, const wchar_t *, const struct tm *)) __asm__(\"__wcsftime_isoc\");@",
1390     (char*)NULL };
1391
1392 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1393  *
1394  *  Description of Avoid_Bool_Define fix
1395  */
1396 tSCC zAvoid_Bool_DefineName[] =
1397      "avoid_bool_define";
1398
1399 /*
1400  *  File name selection pattern
1401  */
1402 tSCC zAvoid_Bool_DefineList[] =
1403   "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1404 /*
1405  *  Machine/OS name selection pattern
1406  */
1407 #define apzAvoid_Bool_DefineMachs (const char**)NULL
1408
1409 /*
1410  *  content selection pattern - do fix if pattern found
1411  */
1412 tSCC zAvoid_Bool_DefineSelect0[] =
1413        "#[ \t]*define[ \t]+bool[ \t]";
1414
1415 /*
1416  *  content bypass pattern - skip fix if pattern found
1417  */
1418 tSCC zAvoid_Bool_DefineBypass0[] =
1419        "__cplusplus";
1420
1421 #define    AVOID_BOOL_DEFINE_TEST_CT  2
1422 static tTestDesc aAvoid_Bool_DefineTests[] = {
1423   { TT_NEGREP,   zAvoid_Bool_DefineBypass0, (regex_t*)NULL },
1424   { TT_EGREP,    zAvoid_Bool_DefineSelect0, (regex_t*)NULL }, };
1425
1426 /*
1427  *  Fix Command Arguments for Avoid_Bool_Define
1428  */
1429 static const char* apzAvoid_Bool_DefinePatch[] = {
1430     "format",
1431     "#ifndef __cplusplus\n\
1432 %0\n\
1433 #endif",
1434     "^[ \t]*#[ \t]*define[ \t]+bool[ \t].*",
1435     (char*)NULL };
1436
1437 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1438  *
1439  *  Description of Avoid_Bool_Type fix
1440  */
1441 tSCC zAvoid_Bool_TypeName[] =
1442      "avoid_bool_type";
1443
1444 /*
1445  *  File name selection pattern
1446  */
1447 tSCC zAvoid_Bool_TypeList[] =
1448   "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1449 /*
1450  *  Machine/OS name selection pattern
1451  */
1452 #define apzAvoid_Bool_TypeMachs (const char**)NULL
1453
1454 /*
1455  *  content selection pattern - do fix if pattern found
1456  */
1457 tSCC zAvoid_Bool_TypeSelect0[] =
1458        "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
1459
1460 /*
1461  *  content bypass pattern - skip fix if pattern found
1462  */
1463 tSCC zAvoid_Bool_TypeBypass0[] =
1464        "__cplusplus";
1465
1466 #define    AVOID_BOOL_TYPE_TEST_CT  2
1467 static tTestDesc aAvoid_Bool_TypeTests[] = {
1468   { TT_NEGREP,   zAvoid_Bool_TypeBypass0, (regex_t*)NULL },
1469   { TT_EGREP,    zAvoid_Bool_TypeSelect0, (regex_t*)NULL }, };
1470
1471 /*
1472  *  Fix Command Arguments for Avoid_Bool_Type
1473  */
1474 static const char* apzAvoid_Bool_TypePatch[] = {
1475     "format",
1476     "#ifndef __cplusplus\n\
1477 %0\n\
1478 #endif",
1479     (char*)NULL };
1480
1481 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1482  *
1483  *  Description of Avoid_Wchar_T_Type fix
1484  */
1485 tSCC zAvoid_Wchar_T_TypeName[] =
1486      "avoid_wchar_t_type";
1487
1488 /*
1489  *  File name selection pattern
1490  */
1491 #define zAvoid_Wchar_T_TypeList (char*)NULL
1492 /*
1493  *  Machine/OS name selection pattern
1494  */
1495 #define apzAvoid_Wchar_T_TypeMachs (const char**)NULL
1496
1497 /*
1498  *  content selection pattern - do fix if pattern found
1499  */
1500 tSCC zAvoid_Wchar_T_TypeSelect0[] =
1501        "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
1502
1503 /*
1504  *  content bypass pattern - skip fix if pattern found
1505  */
1506 tSCC zAvoid_Wchar_T_TypeBypass0[] =
1507        "__cplusplus";
1508 tSCC zAvoid_Wchar_T_TypeBypass1[] =
1509        "_LINUX_NLS_H";
1510 tSCC zAvoid_Wchar_T_TypeBypass2[] =
1511        "XFree86: xc/lib/X11/Xlib\\.h";
1512
1513 #define    AVOID_WCHAR_T_TYPE_TEST_CT  4
1514 static tTestDesc aAvoid_Wchar_T_TypeTests[] = {
1515   { TT_NEGREP,   zAvoid_Wchar_T_TypeBypass0, (regex_t*)NULL },
1516   { TT_NEGREP,   zAvoid_Wchar_T_TypeBypass1, (regex_t*)NULL },
1517   { TT_NEGREP,   zAvoid_Wchar_T_TypeBypass2, (regex_t*)NULL },
1518   { TT_EGREP,    zAvoid_Wchar_T_TypeSelect0, (regex_t*)NULL }, };
1519
1520 /*
1521  *  Fix Command Arguments for Avoid_Wchar_T_Type
1522  */
1523 static const char* apzAvoid_Wchar_T_TypePatch[] = {
1524     "format",
1525     "#ifndef __cplusplus\n\
1526 %0\n\
1527 #endif",
1528     (char*)NULL };
1529
1530 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1531  *
1532  *  Description of Bad_Struct_Term fix
1533  */
1534 tSCC zBad_Struct_TermName[] =
1535      "bad_struct_term";
1536
1537 /*
1538  *  File name selection pattern
1539  */
1540 tSCC zBad_Struct_TermList[] =
1541   "curses.h\0";
1542 /*
1543  *  Machine/OS name selection pattern
1544  */
1545 #define apzBad_Struct_TermMachs (const char**)NULL
1546
1547 /*
1548  *  content selection pattern - do fix if pattern found
1549  */
1550 tSCC zBad_Struct_TermSelect0[] =
1551        "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
1552
1553 #define    BAD_STRUCT_TERM_TEST_CT  1
1554 static tTestDesc aBad_Struct_TermTests[] = {
1555   { TT_EGREP,    zBad_Struct_TermSelect0, (regex_t*)NULL }, };
1556
1557 /*
1558  *  Fix Command Arguments for Bad_Struct_Term
1559  */
1560 static const char* apzBad_Struct_TermPatch[] = {
1561     "format",
1562     "struct term;",
1563     (char*)NULL };
1564
1565 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1566  *
1567  *  Description of Badquote fix
1568  */
1569 tSCC zBadquoteName[] =
1570      "badquote";
1571
1572 /*
1573  *  File name selection pattern
1574  */
1575 tSCC zBadquoteList[] =
1576   "sundev/vuid_event.h\0";
1577 /*
1578  *  Machine/OS name selection pattern
1579  */
1580 #define apzBadquoteMachs (const char**)NULL
1581
1582 /*
1583  *  content selection pattern - do fix if pattern found
1584  */
1585 tSCC zBadquoteSelect0[] =
1586        "doesn't";
1587
1588 #define    BADQUOTE_TEST_CT  1
1589 static tTestDesc aBadquoteTests[] = {
1590   { TT_EGREP,    zBadquoteSelect0, (regex_t*)NULL }, };
1591
1592 /*
1593  *  Fix Command Arguments for Badquote
1594  */
1595 static const char* apzBadquotePatch[] = {
1596     "format",
1597     "does not",
1598     (char*)NULL };
1599
1600 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1601  *
1602  *  Description of Broken_Assert_Stdio fix
1603  */
1604 tSCC zBroken_Assert_StdioName[] =
1605      "broken_assert_stdio";
1606
1607 /*
1608  *  File name selection pattern
1609  */
1610 tSCC zBroken_Assert_StdioList[] =
1611   "assert.h\0";
1612 /*
1613  *  Machine/OS name selection pattern
1614  */
1615 #define apzBroken_Assert_StdioMachs (const char**)NULL
1616
1617 /*
1618  *  content selection pattern - do fix if pattern found
1619  */
1620 tSCC zBroken_Assert_StdioSelect0[] =
1621        "stderr";
1622
1623 /*
1624  *  content bypass pattern - skip fix if pattern found
1625  */
1626 tSCC zBroken_Assert_StdioBypass0[] =
1627        "include.*stdio\\.h";
1628
1629 #define    BROKEN_ASSERT_STDIO_TEST_CT  2
1630 static tTestDesc aBroken_Assert_StdioTests[] = {
1631   { TT_NEGREP,   zBroken_Assert_StdioBypass0, (regex_t*)NULL },
1632   { TT_EGREP,    zBroken_Assert_StdioSelect0, (regex_t*)NULL }, };
1633
1634 /*
1635  *  Fix Command Arguments for Broken_Assert_Stdio
1636  */
1637 static const char* apzBroken_Assert_StdioPatch[] = {
1638     "wrap",
1639     "#include <stdio.h>\n",
1640     (char*)NULL };
1641
1642 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1643  *
1644  *  Description of Broken_Assert_Stdlib fix
1645  */
1646 tSCC zBroken_Assert_StdlibName[] =
1647      "broken_assert_stdlib";
1648
1649 /*
1650  *  File name selection pattern
1651  */
1652 tSCC zBroken_Assert_StdlibList[] =
1653   "assert.h\0";
1654 /*
1655  *  Machine/OS name selection pattern
1656  */
1657 #define apzBroken_Assert_StdlibMachs (const char**)NULL
1658
1659 /*
1660  *  content selection pattern - do fix if pattern found
1661  */
1662 tSCC zBroken_Assert_StdlibSelect0[] =
1663        "exit *\\(|abort *\\(";
1664
1665 /*
1666  *  content bypass pattern - skip fix if pattern found
1667  */
1668 tSCC zBroken_Assert_StdlibBypass0[] =
1669        "include.*stdlib\\.h";
1670
1671 #define    BROKEN_ASSERT_STDLIB_TEST_CT  2
1672 static tTestDesc aBroken_Assert_StdlibTests[] = {
1673   { TT_NEGREP,   zBroken_Assert_StdlibBypass0, (regex_t*)NULL },
1674   { TT_EGREP,    zBroken_Assert_StdlibSelect0, (regex_t*)NULL }, };
1675
1676 /*
1677  *  Fix Command Arguments for Broken_Assert_Stdlib
1678  */
1679 static const char* apzBroken_Assert_StdlibPatch[] = {
1680     "wrap",
1681     "#ifdef __cplusplus\n\
1682 #include <stdlib.h>\n\
1683 #endif\n",
1684     (char*)NULL };
1685
1686 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1687  *
1688  *  Description of Broken_Cabs fix
1689  */
1690 tSCC zBroken_CabsName[] =
1691      "broken_cabs";
1692
1693 /*
1694  *  File name selection pattern
1695  */
1696 tSCC zBroken_CabsList[] =
1697   "math.h\0architecture/*/math.h\0";
1698 /*
1699  *  Machine/OS name selection pattern
1700  */
1701 #define apzBroken_CabsMachs (const char**)NULL
1702
1703 /*
1704  *  content selection pattern - do fix if pattern found
1705  */
1706 tSCC zBroken_CabsSelect0[] =
1707        "^extern[ \t]+double[ \t]+cabs";
1708
1709 #define    BROKEN_CABS_TEST_CT  1
1710 static tTestDesc aBroken_CabsTests[] = {
1711   { TT_EGREP,    zBroken_CabsSelect0, (regex_t*)NULL }, };
1712
1713 /*
1714  *  Fix Command Arguments for Broken_Cabs
1715  */
1716 static const char* apzBroken_CabsPatch[] = { sed_cmd_z,
1717     "-e", "s/^extern[ \t]*double[ \t]*cabs[ \t]*([^\\)]*);//",
1718     "-e", "s/^extern[ \t]*long[ \t]*double[ \t]*cabsl[ \t]*([^\\)]*);//",
1719     (char*)NULL };
1720
1721 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1722  *
1723  *  Description of Broken_Nan fix
1724  */
1725 tSCC zBroken_NanName[] =
1726      "broken_nan";
1727
1728 /*
1729  *  File name selection pattern
1730  */
1731 tSCC zBroken_NanList[] =
1732   "architecture/ppc/math.h\0architecture/*/math.h\0";
1733 /*
1734  *  Machine/OS name selection pattern
1735  */
1736 #define apzBroken_NanMachs (const char**)NULL
1737
1738 /*
1739  *  content selection pattern - do fix if pattern found
1740  */
1741 tSCC zBroken_NanSelect0[] =
1742        "#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 1345)";
1743
1744 /*
1745  *  content bypass pattern - skip fix if pattern found
1746  */
1747 tSCC zBroken_NanBypass0[] =
1748        "powl";
1749
1750 #define    BROKEN_NAN_TEST_CT  2
1751 static tTestDesc aBroken_NanTests[] = {
1752   { TT_NEGREP,   zBroken_NanBypass0, (regex_t*)NULL },
1753   { TT_EGREP,    zBroken_NanSelect0, (regex_t*)NULL }, };
1754
1755 /*
1756  *  Fix Command Arguments for Broken_Nan
1757  */
1758 static const char* apzBroken_NanPatch[] = {
1759     "format",
1760     "#if 1",
1761     (char*)NULL };
1762
1763 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1764  *
1765  *  Description of Bsd_Stdio_Attrs_Conflict fix
1766  */
1767 tSCC zBsd_Stdio_Attrs_ConflictName[] =
1768      "bsd_stdio_attrs_conflict";
1769
1770 /*
1771  *  File name selection pattern
1772  */
1773 tSCC zBsd_Stdio_Attrs_ConflictList[] =
1774   "stdio.h\0";
1775 /*
1776  *  Machine/OS name selection pattern
1777  */
1778 tSCC* apzBsd_Stdio_Attrs_ConflictMachs[] = {
1779         "*-*-*bsd*",
1780         "*-*-*darwin*",
1781         (const char*)NULL };
1782
1783 /*
1784  *  content selection pattern - do fix if pattern found
1785  */
1786 tSCC zBsd_Stdio_Attrs_ConflictSelect0[] =
1787        "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
1788
1789 #define    BSD_STDIO_ATTRS_CONFLICT_TEST_CT  1
1790 static tTestDesc aBsd_Stdio_Attrs_ConflictTests[] = {
1791   { TT_EGREP,    zBsd_Stdio_Attrs_ConflictSelect0, (regex_t*)NULL }, };
1792
1793 /*
1794  *  Fix Command Arguments for Bsd_Stdio_Attrs_Conflict
1795  */
1796 static const char* apzBsd_Stdio_Attrs_ConflictPatch[] = {
1797     "format",
1798     "#define _BSD_STRING(_BSD_X) _BSD_STRINGX(_BSD_X)\n\
1799 #define _BSD_STRINGX(_BSD_X) #_BSD_X\n\
1800 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) \"__svfscanf\");",
1801     (char*)NULL };
1802
1803 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1804  *
1805  *  Description of Ctrl_Quotes_Def fix
1806  */
1807 tSCC zCtrl_Quotes_DefName[] =
1808      "ctrl_quotes_def";
1809
1810 /*
1811  *  File name selection pattern
1812  */
1813 #define zCtrl_Quotes_DefList (char*)NULL
1814 /*
1815  *  Machine/OS name selection pattern
1816  */
1817 #define apzCtrl_Quotes_DefMachs (const char**)NULL
1818
1819 /*
1820  *  content selection pattern - do fix if pattern found
1821  */
1822 tSCC zCtrl_Quotes_DefSelect0[] =
1823        "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
1824
1825 #define    CTRL_QUOTES_DEF_TEST_CT  1
1826 static tTestDesc aCtrl_Quotes_DefTests[] = {
1827   { TT_EGREP,    zCtrl_Quotes_DefSelect0, (regex_t*)NULL }, };
1828
1829 /*
1830  *  Fix Command Arguments for Ctrl_Quotes_Def
1831  */
1832 static const char* apzCtrl_Quotes_DefPatch[] = {
1833     "char_macro_def",
1834     "CTRL",
1835     (char*)NULL };
1836
1837 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1838  *
1839  *  Description of Ctrl_Quotes_Use fix
1840  */
1841 tSCC zCtrl_Quotes_UseName[] =
1842      "ctrl_quotes_use";
1843
1844 /*
1845  *  File name selection pattern
1846  */
1847 #define zCtrl_Quotes_UseList (char*)NULL
1848 /*
1849  *  Machine/OS name selection pattern
1850  */
1851 #define apzCtrl_Quotes_UseMachs (const char**)NULL
1852
1853 /*
1854  *  content selection pattern - do fix if pattern found
1855  */
1856 tSCC zCtrl_Quotes_UseSelect0[] =
1857        "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
1858
1859 #define    CTRL_QUOTES_USE_TEST_CT  1
1860 static tTestDesc aCtrl_Quotes_UseTests[] = {
1861   { TT_EGREP,    zCtrl_Quotes_UseSelect0, (regex_t*)NULL }, };
1862
1863 /*
1864  *  Fix Command Arguments for Ctrl_Quotes_Use
1865  */
1866 static const char* apzCtrl_Quotes_UsePatch[] = {
1867     "char_macro_use",
1868     "CTRL",
1869     (char*)NULL };
1870
1871 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1872  *
1873  *  Description of Cxx_Unready fix
1874  */
1875 tSCC zCxx_UnreadyName[] =
1876      "cxx_unready";
1877
1878 /*
1879  *  File name selection pattern
1880  */
1881 tSCC zCxx_UnreadyList[] =
1882   "sys/mman.h\0rpc/types.h\0";
1883 /*
1884  *  Machine/OS name selection pattern
1885  */
1886 #define apzCxx_UnreadyMachs (const char**)NULL
1887
1888 /*
1889  *  content selection pattern - do fix if pattern found
1890  */
1891 tSCC zCxx_UnreadySelect0[] =
1892        "[^#]+malloc.*;";
1893
1894 /*
1895  *  content bypass pattern - skip fix if pattern found
1896  */
1897 tSCC zCxx_UnreadyBypass0[] =
1898        "\"C\"|__BEGIN_DECLS";
1899
1900 #define    CXX_UNREADY_TEST_CT  2
1901 static tTestDesc aCxx_UnreadyTests[] = {
1902   { TT_NEGREP,   zCxx_UnreadyBypass0, (regex_t*)NULL },
1903   { TT_EGREP,    zCxx_UnreadySelect0, (regex_t*)NULL }, };
1904
1905 /*
1906  *  Fix Command Arguments for Cxx_Unready
1907  */
1908 static const char* apzCxx_UnreadyPatch[] = {
1909     "wrap",
1910     "#ifdef __cplusplus\n\
1911 extern \"C\" {\n\
1912 #endif\n",
1913     "#ifdef __cplusplus\n\
1914 }\n\
1915 #endif\n",
1916     (char*)NULL };
1917
1918 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1919  *
1920  *  Description of Darwin_Externc fix
1921  */
1922 tSCC zDarwin_ExterncName[] =
1923      "darwin_externc";
1924
1925 /*
1926  *  File name selection pattern
1927  */
1928 tSCC zDarwin_ExterncList[] =
1929   "mach-o/swap.h\0mach/mach_time.h\0mach/mach_traps.h\0mach/message.h\0mach/mig.h\0mach/semaphore.h\0";
1930 /*
1931  *  Machine/OS name selection pattern
1932  */
1933 tSCC* apzDarwin_ExterncMachs[] = {
1934         "*-*-darwin*",
1935         (const char*)NULL };
1936
1937 /*
1938  *  content bypass pattern - skip fix if pattern found
1939  */
1940 tSCC zDarwin_ExterncBypass0[] =
1941        "extern \"C\"";
1942 tSCC zDarwin_ExterncBypass1[] =
1943        "__BEGIN_DECLS";
1944
1945 #define    DARWIN_EXTERNC_TEST_CT  2
1946 static tTestDesc aDarwin_ExterncTests[] = {
1947   { TT_NEGREP,   zDarwin_ExterncBypass0, (regex_t*)NULL },
1948   { TT_NEGREP,   zDarwin_ExterncBypass1, (regex_t*)NULL }, };
1949
1950 /*
1951  *  Fix Command Arguments for Darwin_Externc
1952  */
1953 static const char* apzDarwin_ExterncPatch[] = {
1954     "wrap",
1955     "#ifdef __cplusplus\n\
1956 extern \"C\" {\n\
1957 #endif\n",
1958     "#ifdef __cplusplus\n\
1959 }\n\
1960 #endif\n",
1961     (char*)NULL };
1962
1963 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1964  *
1965  *  Description of Darwin_Gcc4_Breakage fix
1966  */
1967 tSCC zDarwin_Gcc4_BreakageName[] =
1968      "darwin_gcc4_breakage";
1969
1970 /*
1971  *  File name selection pattern
1972  */
1973 tSCC zDarwin_Gcc4_BreakageList[] =
1974   "AvailabilityMacros.h\0";
1975 /*
1976  *  Machine/OS name selection pattern
1977  */
1978 tSCC* apzDarwin_Gcc4_BreakageMachs[] = {
1979         "*-*-darwin*",
1980         (const char*)NULL };
1981
1982 /*
1983  *  content selection pattern - do fix if pattern found
1984  */
1985 tSCC zDarwin_Gcc4_BreakageSelect0[] =
1986        "\\(__GNUC__ >= 3\\) && \\(__GNUC_MINOR__ >= 1\\)";
1987
1988 #define    DARWIN_GCC4_BREAKAGE_TEST_CT  1
1989 static tTestDesc aDarwin_Gcc4_BreakageTests[] = {
1990   { TT_EGREP,    zDarwin_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
1991
1992 /*
1993  *  Fix Command Arguments for Darwin_Gcc4_Breakage
1994  */
1995 static const char* apzDarwin_Gcc4_BreakagePatch[] = {
1996     "format",
1997     "((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))",
1998     (char*)NULL };
1999
2000 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2001  *
2002  *  Description of Darwin_Private_Extern fix
2003  */
2004 tSCC zDarwin_Private_ExternName[] =
2005      "darwin_private_extern";
2006
2007 /*
2008  *  File name selection pattern
2009  */
2010 tSCC zDarwin_Private_ExternList[] =
2011   "mach-o/dyld.h\0";
2012 /*
2013  *  Machine/OS name selection pattern
2014  */
2015 tSCC* apzDarwin_Private_ExternMachs[] = {
2016         "*-*-darwin*",
2017         (const char*)NULL };
2018
2019 /*
2020  *  content selection pattern - do fix if pattern found
2021  */
2022 tSCC zDarwin_Private_ExternSelect0[] =
2023        "__private_extern__ [a-z_]+ _dyld_";
2024
2025 #define    DARWIN_PRIVATE_EXTERN_TEST_CT  1
2026 static tTestDesc aDarwin_Private_ExternTests[] = {
2027   { TT_EGREP,    zDarwin_Private_ExternSelect0, (regex_t*)NULL }, };
2028
2029 /*
2030  *  Fix Command Arguments for Darwin_Private_Extern
2031  */
2032 static const char* apzDarwin_Private_ExternPatch[] = {
2033     "format",
2034     "extern",
2035     "__private_extern__",
2036     (char*)NULL };
2037
2038 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2039  *
2040  *  Description of Darwin_Stdint_1 fix
2041  */
2042 tSCC zDarwin_Stdint_1Name[] =
2043      "darwin_stdint_1";
2044
2045 /*
2046  *  File name selection pattern
2047  */
2048 tSCC zDarwin_Stdint_1List[] =
2049   "stdint.h\0";
2050 /*
2051  *  Machine/OS name selection pattern
2052  */
2053 tSCC* apzDarwin_Stdint_1Machs[] = {
2054         "*-*-darwin*",
2055         (const char*)NULL };
2056
2057 /*
2058  *  content selection pattern - do fix if pattern found
2059  */
2060 tSCC zDarwin_Stdint_1Select0[] =
2061        "#define UINT8_C\\(v\\)[ \t]+\\(v ## U\\)\n\
2062 #define UINT16_C\\(v\\)[ \t]+\\(v ## U\\)";
2063
2064 #define    DARWIN_STDINT_1_TEST_CT  1
2065 static tTestDesc aDarwin_Stdint_1Tests[] = {
2066   { TT_EGREP,    zDarwin_Stdint_1Select0, (regex_t*)NULL }, };
2067
2068 /*
2069  *  Fix Command Arguments for Darwin_Stdint_1
2070  */
2071 static const char* apzDarwin_Stdint_1Patch[] = {
2072     "format",
2073     "#define UINT8_C(v)\tv\n\
2074 #define UINT16_C(v)\tv",
2075     (char*)NULL };
2076
2077 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2078  *
2079  *  Description of Darwin_Stdint_2 fix
2080  */
2081 tSCC zDarwin_Stdint_2Name[] =
2082      "darwin_stdint_2";
2083
2084 /*
2085  *  File name selection pattern
2086  */
2087 tSCC zDarwin_Stdint_2List[] =
2088   "stdint.h\0";
2089 /*
2090  *  Machine/OS name selection pattern
2091  */
2092 tSCC* apzDarwin_Stdint_2Machs[] = {
2093         "*-*-darwin*",
2094         (const char*)NULL };
2095
2096 /*
2097  *  content selection pattern - do fix if pattern found
2098  */
2099 tSCC zDarwin_Stdint_2Select0[] =
2100        "#if __WORDSIZE == 64\n\
2101 #define INTPTR_MIN[ \t]+INT64_MIN\n\
2102 #define INTPTR_MAX[ \t]+INT64_MAX\n\
2103 #else\n\
2104 #define INTPTR_MIN[ \t]+INT32_MIN\n\
2105 #define INTPTR_MAX[ \t]+INT32_MAX\n\
2106 #endif";
2107
2108 #define    DARWIN_STDINT_2_TEST_CT  1
2109 static tTestDesc aDarwin_Stdint_2Tests[] = {
2110   { TT_EGREP,    zDarwin_Stdint_2Select0, (regex_t*)NULL }, };
2111
2112 /*
2113  *  Fix Command Arguments for Darwin_Stdint_2
2114  */
2115 static const char* apzDarwin_Stdint_2Patch[] = {
2116     "format",
2117     "#if __WORDSIZE == 64\n\
2118 #define INTPTR_MAX 9223372036854775807L\n\
2119 #define INTPTR_MIN (-INTPTR_MAX-1)\n\
2120 #else\n\
2121 #define INTPTR_MAX 2147483647L\n\
2122 #define INTPTR_MIN (-INTPTR_MAX-1)\n\
2123 #endif",
2124     (char*)NULL };
2125
2126 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2127  *
2128  *  Description of Darwin_Stdint_3 fix
2129  */
2130 tSCC zDarwin_Stdint_3Name[] =
2131      "darwin_stdint_3";
2132
2133 /*
2134  *  File name selection pattern
2135  */
2136 tSCC zDarwin_Stdint_3List[] =
2137   "stdint.h\0";
2138 /*
2139  *  Machine/OS name selection pattern
2140  */
2141 tSCC* apzDarwin_Stdint_3Machs[] = {
2142         "*-*-darwin*",
2143         (const char*)NULL };
2144
2145 /*
2146  *  content selection pattern - do fix if pattern found
2147  */
2148 tSCC zDarwin_Stdint_3Select0[] =
2149        "#if __WORDSIZE == 64\n\
2150 #define UINTPTR_MAX[ \t]+UINT64_MAX\n\
2151 #else\n\
2152 #define UINTPTR_MAX[ \t]+UINT32_MAX\n\
2153 #endif";
2154
2155 #define    DARWIN_STDINT_3_TEST_CT  1
2156 static tTestDesc aDarwin_Stdint_3Tests[] = {
2157   { TT_EGREP,    zDarwin_Stdint_3Select0, (regex_t*)NULL }, };
2158
2159 /*
2160  *  Fix Command Arguments for Darwin_Stdint_3
2161  */
2162 static const char* apzDarwin_Stdint_3Patch[] = {
2163     "format",
2164     "#if __WORDSIZE == 64\n\
2165 #define UINTPTR_MAX 18446744073709551615UL\n\
2166 #else\n\
2167 #define UINTPTR_MAX 4294967295UL\n\
2168 #endif",
2169     (char*)NULL };
2170
2171 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2172  *
2173  *  Description of Darwin_Stdint_4 fix
2174  */
2175 tSCC zDarwin_Stdint_4Name[] =
2176      "darwin_stdint_4";
2177
2178 /*
2179  *  File name selection pattern
2180  */
2181 tSCC zDarwin_Stdint_4List[] =
2182   "stdint.h\0";
2183 /*
2184  *  Machine/OS name selection pattern
2185  */
2186 tSCC* apzDarwin_Stdint_4Machs[] = {
2187         "*-*-darwin*",
2188         (const char*)NULL };
2189
2190 /*
2191  *  content selection pattern - do fix if pattern found
2192  */
2193 tSCC zDarwin_Stdint_4Select0[] =
2194        "#if __WORDSIZE == 64\n\
2195 #define SIZE_MAX[ \t]+UINT64_MAX\n\
2196 #else\n\
2197 #define SIZE_MAX[ \t]+UINT32_MAX\n\
2198 #endif";
2199
2200 #define    DARWIN_STDINT_4_TEST_CT  1
2201 static tTestDesc aDarwin_Stdint_4Tests[] = {
2202   { TT_EGREP,    zDarwin_Stdint_4Select0, (regex_t*)NULL }, };
2203
2204 /*
2205  *  Fix Command Arguments for Darwin_Stdint_4
2206  */
2207 static const char* apzDarwin_Stdint_4Patch[] = {
2208     "format",
2209     "#if __WORDSIZE == 64\n\
2210 #define SIZE_MAX 18446744073709551615UL\n\
2211 #else\n\
2212 #define SIZE_MAX 4294967295UL\n\
2213 #endif",
2214     (char*)NULL };
2215
2216 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2217  *
2218  *  Description of Darwin_Stdint_5 fix
2219  */
2220 tSCC zDarwin_Stdint_5Name[] =
2221      "darwin_stdint_5";
2222
2223 /*
2224  *  File name selection pattern
2225  */
2226 tSCC zDarwin_Stdint_5List[] =
2227   "stdint.h\0";
2228 /*
2229  *  Machine/OS name selection pattern
2230  */
2231 tSCC* apzDarwin_Stdint_5Machs[] = {
2232         "*-*-darwin*",
2233         (const char*)NULL };
2234
2235 /*
2236  *  content selection pattern - do fix if pattern found
2237  */
2238 tSCC zDarwin_Stdint_5Select0[] =
2239        "#define INTMAX_MIN[ \t]+INT64_MIN\n\
2240 #define INTMAX_MAX[ \t]+INT64_MAX\n\n\
2241 #define UINTMAX_MAX[ \t]+UINT64_MAX";
2242
2243 #define    DARWIN_STDINT_5_TEST_CT  1
2244 static tTestDesc aDarwin_Stdint_5Tests[] = {
2245   { TT_EGREP,    zDarwin_Stdint_5Select0, (regex_t*)NULL }, };
2246
2247 /*
2248  *  Fix Command Arguments for Darwin_Stdint_5
2249  */
2250 static const char* apzDarwin_Stdint_5Patch[] = {
2251     "format",
2252     "#if __WORDSIZE == 64\n\
2253 #define INTMAX_MIN   (-9223372036854775807L - 1)\n\
2254 #define INTMAX_MAX   9223372036854775807L\n\
2255 #define UINTMAX_MAX  18446744073709551615UL\n\
2256 #else\n\
2257 #define INTMAX_MIN   (-9223372036854775807LL - 1)\n\
2258 #define INTMAX_MAX   9223372036854775807LL\n\
2259 #define UINTMAX_MAX  18446744073709551615ULL\n\
2260 #endif",
2261     (char*)NULL };
2262
2263 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2264  *
2265  *  Description of Darwin_Stdint_6 fix
2266  */
2267 tSCC zDarwin_Stdint_6Name[] =
2268      "darwin_stdint_6";
2269
2270 /*
2271  *  File name selection pattern
2272  */
2273 tSCC zDarwin_Stdint_6List[] =
2274   "stdint.h\0";
2275 /*
2276  *  Machine/OS name selection pattern
2277  */
2278 tSCC* apzDarwin_Stdint_6Machs[] = {
2279         "*-*-darwin*",
2280         (const char*)NULL };
2281
2282 /*
2283  *  content selection pattern - do fix if pattern found
2284  */
2285 tSCC zDarwin_Stdint_6Select0[] =
2286        "#if __WORDSIZE == 64\n\
2287 #define PTRDIFF_MIN[ \t]+INT64_MIN\n\
2288 #define PTRDIFF_MAX[ \t]+INT64_MAX\n\
2289 #else\n\
2290 #define PTRDIFF_MIN[ \t]+INT32_MIN\n\
2291 #define PTRDIFF_MAX[ \t]+INT32_MAX\n\
2292 #endif";
2293
2294 #define    DARWIN_STDINT_6_TEST_CT  1
2295 static tTestDesc aDarwin_Stdint_6Tests[] = {
2296   { TT_EGREP,    zDarwin_Stdint_6Select0, (regex_t*)NULL }, };
2297
2298 /*
2299  *  Fix Command Arguments for Darwin_Stdint_6
2300  */
2301 static const char* apzDarwin_Stdint_6Patch[] = {
2302     "format",
2303     "#if __WORDSIZE == 64\n\
2304 #define PTRDIFF_MIN (-9223372036854775807L - 1)\n\
2305 #define PTRDIFF_MAX 9223372036854775807L\n\
2306 #else\n\
2307 #define PTRDIFF_MIN (-2147483647 - 1)\n\
2308 #define PTRDIFF_MAX 2147483647\n\
2309 #endif",
2310     (char*)NULL };
2311
2312 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2313  *
2314  *  Description of Darwin_Stdint_7 fix
2315  */
2316 tSCC zDarwin_Stdint_7Name[] =
2317      "darwin_stdint_7";
2318
2319 /*
2320  *  File name selection pattern
2321  */
2322 tSCC zDarwin_Stdint_7List[] =
2323   "stdint.h\0";
2324 /*
2325  *  Machine/OS name selection pattern
2326  */
2327 tSCC* apzDarwin_Stdint_7Machs[] = {
2328         "*-*-darwin*",
2329         (const char*)NULL };
2330
2331 /*
2332  *  content selection pattern - do fix if pattern found
2333  */
2334 tSCC zDarwin_Stdint_7Select0[] =
2335        "#define INTMAX_C\\(v\\)[ \t]+\\(v ## LL\\)\n\
2336 #define UINTMAX_C\\(v\\)[ \t]+\\(v ## ULL\\)";
2337
2338 #define    DARWIN_STDINT_7_TEST_CT  1
2339 static tTestDesc aDarwin_Stdint_7Tests[] = {
2340   { TT_EGREP,    zDarwin_Stdint_7Select0, (regex_t*)NULL }, };
2341
2342 /*
2343  *  Fix Command Arguments for Darwin_Stdint_7
2344  */
2345 static const char* apzDarwin_Stdint_7Patch[] = {
2346     "format",
2347     "#if __WORDSIZE == 64\n\
2348 #define INTMAX_C(v)  (v ## L)\n\
2349 #define UINTMAX_C(v) (v ## UL)\n\
2350 #else\n\
2351 #define INTMAX_C(v)  (v ## LL)\n\
2352 #define UINTMAX_C(v) (v ## ULL)\n\
2353 #endif",
2354     (char*)NULL };
2355
2356 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2357  *
2358  *  Description of Dec_Intern_Asm fix
2359  */
2360 tSCC zDec_Intern_AsmName[] =
2361      "dec_intern_asm";
2362
2363 /*
2364  *  File name selection pattern
2365  */
2366 tSCC zDec_Intern_AsmList[] =
2367   "c_asm.h\0";
2368 /*
2369  *  Machine/OS name selection pattern
2370  */
2371 #define apzDec_Intern_AsmMachs (const char**)NULL
2372 #define DEC_INTERN_ASM_TEST_CT  0
2373 #define aDec_Intern_AsmTests   (tTestDesc*)NULL
2374
2375 /*
2376  *  Fix Command Arguments for Dec_Intern_Asm
2377  */
2378 static const char* apzDec_Intern_AsmPatch[] = { sed_cmd_z,
2379     "-e", "/^[ \t]*float[ \t]*fasm/i\\\n\
2380 #ifdef __DECC\n",
2381     "-e", "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n\
2382 #endif\n",
2383     (char*)NULL };
2384
2385 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2386  *
2387  *  Description of Djgpp_Wchar_H fix
2388  */
2389 tSCC zDjgpp_Wchar_HName[] =
2390      "djgpp_wchar_h";
2391
2392 /*
2393  *  File name selection pattern
2394  */
2395 #define zDjgpp_Wchar_HList (char*)NULL
2396 /*
2397  *  Machine/OS name selection pattern
2398  */
2399 #define apzDjgpp_Wchar_HMachs (const char**)NULL
2400
2401 /*
2402  *  content selection pattern - do fix if pattern found
2403  */
2404 tSCC zDjgpp_Wchar_HSelect0[] =
2405        "__DJ_wint_t";
2406
2407 /*
2408  *  content bypass pattern - skip fix if pattern found
2409  */
2410 tSCC zDjgpp_Wchar_HBypass0[] =
2411        "sys/djtypes.h";
2412
2413 #define    DJGPP_WCHAR_H_TEST_CT  2
2414 static tTestDesc aDjgpp_Wchar_HTests[] = {
2415   { TT_NEGREP,   zDjgpp_Wchar_HBypass0, (regex_t*)NULL },
2416   { TT_EGREP,    zDjgpp_Wchar_HSelect0, (regex_t*)NULL }, };
2417
2418 /*
2419  *  Fix Command Arguments for Djgpp_Wchar_H
2420  */
2421 static const char* apzDjgpp_Wchar_HPatch[] = {
2422     "format",
2423     "%0\n\
2424 #include <sys/djtypes.h>",
2425     "#include <stddef.h>",
2426     (char*)NULL };
2427
2428 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2429  *
2430  *  Description of Ecd_Cursor fix
2431  */
2432 tSCC zEcd_CursorName[] =
2433      "ecd_cursor";
2434
2435 /*
2436  *  File name selection pattern
2437  */
2438 tSCC zEcd_CursorList[] =
2439   "sunwindow/win_lock.h\0sunwindow/win_cursor.h\0";
2440 /*
2441  *  Machine/OS name selection pattern
2442  */
2443 #define apzEcd_CursorMachs (const char**)NULL
2444
2445 /*
2446  *  content selection pattern - do fix if pattern found
2447  */
2448 tSCC zEcd_CursorSelect0[] =
2449        "ecd\\.cursor";
2450
2451 #define    ECD_CURSOR_TEST_CT  1
2452 static tTestDesc aEcd_CursorTests[] = {
2453   { TT_EGREP,    zEcd_CursorSelect0, (regex_t*)NULL }, };
2454
2455 /*
2456  *  Fix Command Arguments for Ecd_Cursor
2457  */
2458 static const char* apzEcd_CursorPatch[] = {
2459     "format",
2460     "ecd_cursor",
2461     (char*)NULL };
2462
2463 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2464  *
2465  *  Description of Freebsd_Gcc3_Breakage fix
2466  */
2467 tSCC zFreebsd_Gcc3_BreakageName[] =
2468      "freebsd_gcc3_breakage";
2469
2470 /*
2471  *  File name selection pattern
2472  */
2473 tSCC zFreebsd_Gcc3_BreakageList[] =
2474   "sys/cdefs.h\0";
2475 /*
2476  *  Machine/OS name selection pattern
2477  */
2478 tSCC* apzFreebsd_Gcc3_BreakageMachs[] = {
2479         "*-*-freebsd*",
2480         (const char*)NULL };
2481
2482 /*
2483  *  content selection pattern - do fix if pattern found
2484  */
2485 tSCC zFreebsd_Gcc3_BreakageSelect0[] =
2486        "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$";
2487
2488 /*
2489  *  content bypass pattern - skip fix if pattern found
2490  */
2491 tSCC zFreebsd_Gcc3_BreakageBypass0[] =
2492        "__GNUC__[ \\t]*([>=]=[ \\t]*[3-9]|>[ \\t]*2)";
2493
2494 #define    FREEBSD_GCC3_BREAKAGE_TEST_CT  2
2495 static tTestDesc aFreebsd_Gcc3_BreakageTests[] = {
2496   { TT_NEGREP,   zFreebsd_Gcc3_BreakageBypass0, (regex_t*)NULL },
2497   { TT_EGREP,    zFreebsd_Gcc3_BreakageSelect0, (regex_t*)NULL }, };
2498
2499 /*
2500  *  Fix Command Arguments for Freebsd_Gcc3_Breakage
2501  */
2502 static const char* apzFreebsd_Gcc3_BreakagePatch[] = {
2503     "format",
2504     "%0 || __GNUC__ >= 3",
2505     (char*)NULL };
2506
2507 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2508  *
2509  *  Description of Freebsd_Gcc4_Breakage fix
2510  */
2511 tSCC zFreebsd_Gcc4_BreakageName[] =
2512      "freebsd_gcc4_breakage";
2513
2514 /*
2515  *  File name selection pattern
2516  */
2517 tSCC zFreebsd_Gcc4_BreakageList[] =
2518   "sys/cdefs.h\0";
2519 /*
2520  *  Machine/OS name selection pattern
2521  */
2522 tSCC* apzFreebsd_Gcc4_BreakageMachs[] = {
2523         "*-*-freebsd*",
2524         (const char*)NULL };
2525
2526 /*
2527  *  content selection pattern - do fix if pattern found
2528  */
2529 tSCC zFreebsd_Gcc4_BreakageSelect0[] =
2530        "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \\|\\| __GNUC__ == 3$";
2531
2532 #define    FREEBSD_GCC4_BREAKAGE_TEST_CT  1
2533 static tTestDesc aFreebsd_Gcc4_BreakageTests[] = {
2534   { TT_EGREP,    zFreebsd_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
2535
2536 /*
2537  *  Fix Command Arguments for Freebsd_Gcc4_Breakage
2538  */
2539 static const char* apzFreebsd_Gcc4_BreakagePatch[] = {
2540     "format",
2541     "#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3",
2542     (char*)NULL };
2543
2544 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2545  *
2546  *  Description of Glibc_C99_Inline_1 fix
2547  */
2548 tSCC zGlibc_C99_Inline_1Name[] =
2549      "glibc_c99_inline_1";
2550
2551 /*
2552  *  File name selection pattern
2553  */
2554 tSCC zGlibc_C99_Inline_1List[] =
2555   "features.h\0*/features.h\0";
2556 /*
2557  *  Machine/OS name selection pattern
2558  */
2559 #define apzGlibc_C99_Inline_1Machs (const char**)NULL
2560
2561 /*
2562  *  content selection pattern - do fix if pattern found
2563  */
2564 tSCC zGlibc_C99_Inline_1Select0[] =
2565        "^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$";
2566
2567 #define    GLIBC_C99_INLINE_1_TEST_CT  1
2568 static tTestDesc aGlibc_C99_Inline_1Tests[] = {
2569   { TT_EGREP,    zGlibc_C99_Inline_1Select0, (regex_t*)NULL }, };
2570
2571 /*
2572  *  Fix Command Arguments for Glibc_C99_Inline_1
2573  */
2574 static const char* apzGlibc_C99_Inline_1Patch[] = {
2575     "format",
2576     "%0 && (defined __extern_inline || defined __GNUC_GNU_INLINE__)",
2577     (char*)NULL };
2578
2579 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2580  *
2581  *  Description of Glibc_C99_Inline_1a fix
2582  */
2583 tSCC zGlibc_C99_Inline_1aName[] =
2584      "glibc_c99_inline_1a";
2585
2586 /*
2587  *  File name selection pattern
2588  */
2589 tSCC zGlibc_C99_Inline_1aList[] =
2590   "features.h\0*/features.h\0";
2591 /*
2592  *  Machine/OS name selection pattern
2593  */
2594 #define apzGlibc_C99_Inline_1aMachs (const char**)NULL
2595
2596 /*
2597  *  content selection pattern - do fix if pattern found
2598  */
2599 tSCC zGlibc_C99_Inline_1aSelect0[] =
2600        "(\\) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__)\n\
2601 (#[ \t]*define[ \t]*__USE_EXTERN_INLINES[ \t]*1)";
2602
2603 #define    GLIBC_C99_INLINE_1A_TEST_CT  1
2604 static tTestDesc aGlibc_C99_Inline_1aTests[] = {
2605   { TT_EGREP,    zGlibc_C99_Inline_1aSelect0, (regex_t*)NULL }, };
2606
2607 /*
2608  *  Fix Command Arguments for Glibc_C99_Inline_1a
2609  */
2610 static const char* apzGlibc_C99_Inline_1aPatch[] = {
2611     "format",
2612     "%1 && (defined __extern_inline || defined __GNUC_GNU_INLINE__)\n\
2613 %2",
2614     (char*)NULL };
2615
2616 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2617  *
2618  *  Description of Glibc_C99_Inline_2 fix
2619  */
2620 tSCC zGlibc_C99_Inline_2Name[] =
2621      "glibc_c99_inline_2";
2622
2623 /*
2624  *  File name selection pattern
2625  */
2626 tSCC zGlibc_C99_Inline_2List[] =
2627   "sys/stat.h\0*/sys/stat.h\0";
2628 /*
2629  *  Machine/OS name selection pattern
2630  */
2631 #define apzGlibc_C99_Inline_2Machs (const char**)NULL
2632
2633 /*
2634  *  content selection pattern - do fix if pattern found
2635  */
2636 tSCC zGlibc_C99_Inline_2Select0[] =
2637        "extern __inline__ int";
2638
2639 #define    GLIBC_C99_INLINE_2_TEST_CT  1
2640 static tTestDesc aGlibc_C99_Inline_2Tests[] = {
2641   { TT_EGREP,    zGlibc_C99_Inline_2Select0, (regex_t*)NULL }, };
2642
2643 /*
2644  *  Fix Command Arguments for Glibc_C99_Inline_2
2645  */
2646 static const char* apzGlibc_C99_Inline_2Patch[] = { sed_cmd_z,
2647     "-e", "s/extern int \\(stat\\|lstat\\|fstat\\|mknod\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
2648 extern\\\n\
2649 #endif\\\n\
2650 __inline__ int \\1/",
2651     "-e", "s/extern int __REDIRECT\\(_NTH\\|\\) (\\(stat\\|lstat\\|fstat\\)/#ifdef __GNUC_GNU_INLINE__\\\n\
2652 extern\\\n\
2653 #endif\\\n\
2654 __inline__ int __REDIRECT\\1 (\\2/",
2655     "-e", "s/^extern __inline__ int/#ifdef __GNUC_GNU_INLINE__\\\n\
2656 extern\\\n\
2657 #endif\\\n\
2658 __inline__ int/",
2659     (char*)NULL };
2660
2661 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2662  *
2663  *  Description of Glibc_C99_Inline_3 fix
2664  */
2665 tSCC zGlibc_C99_Inline_3Name[] =
2666      "glibc_c99_inline_3";
2667
2668 /*
2669  *  File name selection pattern
2670  */
2671 tSCC zGlibc_C99_Inline_3List[] =
2672   "bits/string2.h\0*/bits/string2.h\0";
2673 /*
2674  *  Machine/OS name selection pattern
2675  */
2676 #define apzGlibc_C99_Inline_3Machs (const char**)NULL
2677
2678 /*
2679  *  content selection pattern - do fix if pattern found
2680  */
2681 tSCC zGlibc_C99_Inline_3Select0[] =
2682        "extern __inline";
2683
2684 /*
2685  *  content bypass pattern - skip fix if pattern found
2686  */
2687 tSCC zGlibc_C99_Inline_3Bypass0[] =
2688        "__extern_inline|__GNU_STDC_INLINE__";
2689
2690 #define    GLIBC_C99_INLINE_3_TEST_CT  2
2691 static tTestDesc aGlibc_C99_Inline_3Tests[] = {
2692   { TT_NEGREP,   zGlibc_C99_Inline_3Bypass0, (regex_t*)NULL },
2693   { TT_EGREP,    zGlibc_C99_Inline_3Select0, (regex_t*)NULL }, };
2694
2695 /*
2696  *  Fix Command Arguments for Glibc_C99_Inline_3
2697  */
2698 static const char* apzGlibc_C99_Inline_3Patch[] = {
2699     "format",
2700     "# if defined(__cplusplus) || defined(__GNUC_STDC_INLINE__)",
2701     "^# ifdef __cplusplus$",
2702     (char*)NULL };
2703
2704 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2705  *
2706  *  Description of Glibc_C99_Inline_4 fix
2707  */
2708 tSCC zGlibc_C99_Inline_4Name[] =
2709      "glibc_c99_inline_4";
2710
2711 /*
2712  *  File name selection pattern
2713  */
2714 tSCC zGlibc_C99_Inline_4List[] =
2715   "sys/sysmacros.h\0*/sys/sysmacros.h\0wchar.h\0*/wchar.h\0";
2716 /*
2717  *  Machine/OS name selection pattern
2718  */
2719 #define apzGlibc_C99_Inline_4Machs (const char**)NULL
2720
2721 /*
2722  *  content selection pattern - do fix if pattern found
2723  */
2724 tSCC zGlibc_C99_Inline_4Select0[] =
2725        "(^| )extern __inline";
2726
2727 /*
2728  *  content bypass pattern - skip fix if pattern found
2729  */
2730 tSCC zGlibc_C99_Inline_4Bypass0[] =
2731        "__extern_inline|__gnu_inline__";
2732
2733 #define    GLIBC_C99_INLINE_4_TEST_CT  2
2734 static tTestDesc aGlibc_C99_Inline_4Tests[] = {
2735   { TT_NEGREP,   zGlibc_C99_Inline_4Bypass0, (regex_t*)NULL },
2736   { TT_EGREP,    zGlibc_C99_Inline_4Select0, (regex_t*)NULL }, };
2737
2738 /*
2739  *  Fix Command Arguments for Glibc_C99_Inline_4
2740  */
2741 static const char* apzGlibc_C99_Inline_4Patch[] = {
2742     "format",
2743     "%0 __attribute__ ((__gnu_inline__))",
2744     (char*)NULL };
2745
2746 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2747  *
2748  *  Description of Glibc_Mutex_Init fix
2749  */
2750 tSCC zGlibc_Mutex_InitName[] =
2751      "glibc_mutex_init";
2752
2753 /*
2754  *  File name selection pattern
2755  */
2756 tSCC zGlibc_Mutex_InitList[] =
2757   "pthread.h\0";
2758 /*
2759  *  Machine/OS name selection pattern
2760  */
2761 #define apzGlibc_Mutex_InitMachs (const char**)NULL
2762
2763 /*
2764  *  content selection pattern - do fix if pattern found
2765  */
2766 tSCC zGlibc_Mutex_InitSelect0[] =
2767        "\\{ *\\{ *0, *\\} *\\}";
2768
2769 #define    GLIBC_MUTEX_INIT_TEST_CT  1
2770 static tTestDesc aGlibc_Mutex_InitTests[] = {
2771   { TT_EGREP,    zGlibc_Mutex_InitSelect0, (regex_t*)NULL }, };
2772
2773 /*
2774  *  Fix Command Arguments for Glibc_Mutex_Init
2775  */
2776 static const char* apzGlibc_Mutex_InitPatch[] = { sed_cmd_z,
2777     "-e", "/define[ \t]\\+PTHREAD_MUTEX_INITIALIZER[ \t]*\\\\/{\n\
2778 N\n\
2779 s/{ { 0, } }/{ { 0, 0, 0, 0, 0, 0 } }/\n\
2780 }",
2781     "-e", "s/{ \\(0, 0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\|ERRORCHECK\\|ADAPTIVE\\)_NP\\) }/{ \\1, 0 }/",
2782     "-e", "s/{ \\(0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\|ERRORCHECK\\|ADAPTIVE\\)_NP\\) }/{ \\1, 0, 0 }/",
2783     "-e", "/define[ \t]\\+PTHREAD_RWLOCK_INITIALIZER[ \t]*\\\\/N;s/^[ \t]*#[ \t]*\\(define[ \t]\\+PTHREAD_RWLOCK_INITIALIZER[ \t]*\\\\\\)\\n[ \t]*{ { 0, } }/# if __WORDSIZE == 64\\n#  \\1\\n  { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }\\n# else\\n#  \\1\\n  { { 0, 0, 0, 0, 0, 0, 0, 0 } }\\n# endif/",
2784     "-e", "s/{ \\(0, 0, 0, 0, 0, 0, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP\\) }/{ \\1, 0 }/",
2785     "-e", "/define[ \t]\\+PTHREAD_COND_INITIALIZER/s/{ { 0, } }/{ { 0, 0, 0, 0, 0, (void *) 0, 0, 0 } }/",
2786     (char*)NULL };
2787
2788 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2789  *
2790  *  Description of Glibc_Stdint fix
2791  */
2792 tSCC zGlibc_StdintName[] =
2793      "glibc_stdint";
2794
2795 /*
2796  *  File name selection pattern
2797  */
2798 tSCC zGlibc_StdintList[] =
2799   "stdint.h\0";
2800 /*
2801  *  Machine/OS name selection pattern
2802  */
2803 #define apzGlibc_StdintMachs (const char**)NULL
2804
2805 /*
2806  *  content selection pattern - do fix if pattern found
2807  */
2808 tSCC zGlibc_StdintSelect0[] =
2809        "GNU C Library";
2810
2811 #define    GLIBC_STDINT_TEST_CT  1
2812 static tTestDesc aGlibc_StdintTests[] = {
2813   { TT_EGREP,    zGlibc_StdintSelect0, (regex_t*)NULL }, };
2814
2815 /*
2816  *  Fix Command Arguments for Glibc_Stdint
2817  */
2818 static const char* apzGlibc_StdintPatch[] = {
2819     "format",
2820     "# define UINT8_C(c)\tc\n\
2821 # define UINT16_C(c)\tc",
2822     "# define UINT8_C\\(c\\)\tc ## U\n\
2823 # define UINT16_C\\(c\\)\tc ## U",
2824     (char*)NULL };
2825
2826 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2827  *
2828  *  Description of Glibc_Tgmath fix
2829  */
2830 tSCC zGlibc_TgmathName[] =
2831      "glibc_tgmath";
2832
2833 /*
2834  *  File name selection pattern
2835  */
2836 tSCC zGlibc_TgmathList[] =
2837   "tgmath.h\0";
2838 /*
2839  *  Machine/OS name selection pattern
2840  */
2841 #define apzGlibc_TgmathMachs (const char**)NULL
2842
2843 /*
2844  *  content selection pattern - do fix if pattern found
2845  */
2846 tSCC zGlibc_TgmathSelect0[] =
2847        "\\(\\(\\(type\\) 0.25\\) && \\(\\(type\\) 0.25 - 1\\)\\)";
2848
2849 /*
2850  *  content bypass pattern - skip fix if pattern found
2851  */
2852 tSCC zGlibc_TgmathBypass0[] =
2853        "__floating_type\\(type\\) \\\\\n\
2854 .*__builtin_classify_type";
2855
2856 #define    GLIBC_TGMATH_TEST_CT  2
2857 static tTestDesc aGlibc_TgmathTests[] = {
2858   { TT_NEGREP,   zGlibc_TgmathBypass0, (regex_t*)NULL },
2859   { TT_EGREP,    zGlibc_TgmathSelect0, (regex_t*)NULL }, };
2860
2861 /*
2862  *  Fix Command Arguments for Glibc_Tgmath
2863  */
2864 static const char* apzGlibc_TgmathPatch[] = {
2865     "format",
2866     "(__builtin_classify_type ((type) 0) == 8 || (__builtin_classify_type ((type) 0) == 9 && __builtin_classify_type (__real__ ((type) 0)) == 8))",
2867     (char*)NULL };
2868
2869 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2870  *
2871  *  Description of Gnu_Types fix
2872  */
2873 tSCC zGnu_TypesName[] =
2874      "gnu_types";
2875
2876 /*
2877  *  File name selection pattern
2878  */
2879 tSCC zGnu_TypesList[] =
2880   "sys/types.h\0stdlib.h\0sys/stdtypes.h\0stddef.h\0memory.h\0unistd.h\0";
2881 /*
2882  *  Machine/OS name selection pattern
2883  */
2884 tSCC* apzGnu_TypesMachs[] = {
2885         "*-*-solaris2.1[0-9]*",
2886         (const char*)NULL };
2887
2888 /*
2889  *  content selection pattern - do fix if pattern found
2890  */
2891 tSCC zGnu_TypesSelect0[] =
2892        "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
2893
2894 /*
2895  *  content bypass pattern - skip fix if pattern found
2896  */
2897 tSCC zGnu_TypesBypass0[] =
2898        "_GCC_(PTRDIFF|SIZE|WCHAR)_T";
2899
2900 #define    GNU_TYPES_TEST_CT  2
2901 static tTestDesc aGnu_TypesTests[] = {
2902   { TT_NEGREP,   zGnu_TypesBypass0, (regex_t*)NULL },
2903   { TT_EGREP,    zGnu_TypesSelect0, (regex_t*)NULL }, };
2904
2905 /*
2906  *  Fix Command Arguments for Gnu_Types
2907  */
2908 static const char* apzGnu_TypesPatch[] = {
2909     "gnu_type",
2910     (char*)NULL };
2911
2912 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2913  *
2914  *  Description of Hp_Inline fix
2915  */
2916 tSCC zHp_InlineName[] =
2917      "hp_inline";
2918
2919 /*
2920  *  File name selection pattern
2921  */
2922 tSCC zHp_InlineList[] =
2923   "sys/spinlock.h\0machine/machparam.h\0";
2924 /*
2925  *  Machine/OS name selection pattern
2926  */
2927 #define apzHp_InlineMachs (const char**)NULL
2928
2929 /*
2930  *  content selection pattern - do fix if pattern found
2931  */
2932 tSCC zHp_InlineSelect0[] =
2933        "[ \t]*#[ \t]*include[ \t]+\"\\.\\./machine/";
2934
2935 #define    HP_INLINE_TEST_CT  1
2936 static tTestDesc aHp_InlineTests[] = {
2937   { TT_EGREP,    zHp_InlineSelect0, (regex_t*)NULL }, };
2938
2939 /*
2940  *  Fix Command Arguments for Hp_Inline
2941  */
2942 static const char* apzHp_InlinePatch[] = {
2943     "format",
2944     "%1<machine/%2.h>",
2945     "([ \t]*#[ \t]*include[ \t]+)\"\\.\\./machine/([a-z]+)\\.h\"",
2946     (char*)NULL };
2947
2948 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2949  *
2950  *  Description of Hp_Sysfile fix
2951  */
2952 tSCC zHp_SysfileName[] =
2953      "hp_sysfile";
2954
2955 /*
2956  *  File name selection pattern
2957  */
2958 tSCC zHp_SysfileList[] =
2959   "sys/file.h\0";
2960 /*
2961  *  Machine/OS name selection pattern
2962  */
2963 #define apzHp_SysfileMachs (const char**)NULL
2964
2965 /*
2966  *  content selection pattern - do fix if pattern found
2967  */
2968 tSCC zHp_SysfileSelect0[] =
2969        "HPUX_SOURCE";
2970
2971 #define    HP_SYSFILE_TEST_CT  1
2972 static tTestDesc aHp_SysfileTests[] = {
2973   { TT_EGREP,    zHp_SysfileSelect0, (regex_t*)NULL }, };
2974
2975 /*
2976  *  Fix Command Arguments for Hp_Sysfile
2977  */
2978 static const char* apzHp_SysfilePatch[] = {
2979     "format",
2980     "(struct file *, ...)",
2981     "\\(\\.\\.\\.\\)",
2982     (char*)NULL };
2983
2984 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2985  *
2986  *  Description of Hppa_Hpux_Fp_Macros fix
2987  */
2988 tSCC zHppa_Hpux_Fp_MacrosName[] =
2989      "hppa_hpux_fp_macros";
2990
2991 /*
2992  *  File name selection pattern
2993  */
2994 tSCC zHppa_Hpux_Fp_MacrosList[] =
2995   "math.h\0";
2996 /*
2997  *  Machine/OS name selection pattern
2998  */
2999 tSCC* apzHppa_Hpux_Fp_MacrosMachs[] = {
3000         "hppa*-hp-hpux11*",
3001         (const char*)NULL };
3002
3003 /*
3004  *  content selection pattern - do fix if pattern found
3005  */
3006 tSCC zHppa_Hpux_Fp_MacrosSelect0[] =
3007        "#[ \t]*define[ \t]*FP_NORMAL.*\n\
3008 #[ \t]*define[ \t]*FP_ZERO.*\n\
3009 #[ \t]*define[ \t]*FP_INFINITE.*\n\
3010 #[ \t]*define[ \t]*FP_SUBNORMAL.*\n\
3011 #[ \t]*define[ \t]*FP_NAN.*\n";
3012
3013 #define    HPPA_HPUX_FP_MACROS_TEST_CT  1
3014 static tTestDesc aHppa_Hpux_Fp_MacrosTests[] = {
3015   { TT_EGREP,    zHppa_Hpux_Fp_MacrosSelect0, (regex_t*)NULL }, };
3016
3017 /*
3018  *  Fix Command Arguments for Hppa_Hpux_Fp_Macros
3019  */
3020 static const char* apzHppa_Hpux_Fp_MacrosPatch[] = {
3021     "format",
3022     "#endif /* _INCLUDE_HPUX_SOURCE */\n\n\
3023 #if defined(_INCLUDE_HPUX_SOURCE) || \\\n\
3024    (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L))\n\
3025 %0#endif\n\n\
3026 #ifdef _INCLUDE_HPUX_SOURCE\n",
3027     (char*)NULL };
3028
3029 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3030  *
3031  *  Description of Hpux10_Cpp_Pow_Inline fix
3032  */
3033 tSCC zHpux10_Cpp_Pow_InlineName[] =
3034      "hpux10_cpp_pow_inline";
3035
3036 /*
3037  *  File name selection pattern
3038  */
3039 tSCC zHpux10_Cpp_Pow_InlineList[] =
3040   "fixinc-test-limits.h\0math.h\0";
3041 /*
3042  *  Machine/OS name selection pattern
3043  */
3044 #define apzHpux10_Cpp_Pow_InlineMachs (const char**)NULL
3045
3046 /*
3047  *  content selection pattern - do fix if pattern found
3048  */
3049 tSCC zHpux10_Cpp_Pow_InlineSelect0[] =
3050        "^# +ifdef +__cplusplus\n\
3051  +\\}\n\
3052  +inline +double +pow\\(double +__d,int +__expon\\) +\\{\n\
3053 [ \t]+return +pow\\(__d,\\(double\\)__expon\\);\n\
3054  +\\}\n\
3055  +extern +\"C\" +\\{\n\
3056 #else\n\
3057 # +endif";
3058
3059 #define    HPUX10_CPP_POW_INLINE_TEST_CT  1
3060 static tTestDesc aHpux10_Cpp_Pow_InlineTests[] = {
3061   { TT_EGREP,    zHpux10_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
3062
3063 /*
3064  *  Fix Command Arguments for Hpux10_Cpp_Pow_Inline
3065  */
3066 static const char* apzHpux10_Cpp_Pow_InlinePatch[] = {
3067     "format",
3068     "",
3069     (char*)NULL };
3070
3071 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3072  *
3073  *  Description of Hpux11_Cpp_Pow_Inline fix
3074  */
3075 tSCC zHpux11_Cpp_Pow_InlineName[] =
3076      "hpux11_cpp_pow_inline";
3077
3078 /*
3079  *  File name selection pattern
3080  */
3081 tSCC zHpux11_Cpp_Pow_InlineList[] =
3082   "math.h\0";
3083 /*
3084  *  Machine/OS name selection pattern
3085  */
3086 #define apzHpux11_Cpp_Pow_InlineMachs (const char**)NULL
3087
3088 /*
3089  *  content selection pattern - do fix if pattern found
3090  */
3091 tSCC zHpux11_Cpp_Pow_InlineSelect0[] =
3092        " +inline double pow\\(double d,int expon\\) \\{\n\
3093  +return pow\\(d, \\(double\\)expon\\);\n\
3094  +\\}\n";
3095
3096 #define    HPUX11_CPP_POW_INLINE_TEST_CT  1
3097 static tTestDesc aHpux11_Cpp_Pow_InlineTests[] = {
3098   { TT_EGREP,    zHpux11_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
3099
3100 /*
3101  *  Fix Command Arguments for Hpux11_Cpp_Pow_Inline
3102  */
3103 static const char* apzHpux11_Cpp_Pow_InlinePatch[] = {
3104     "format",
3105     "",
3106     (char*)NULL };
3107
3108 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3109  *
3110  *  Description of Hpux10_Ctype_Declarations1 fix
3111  */
3112 tSCC zHpux10_Ctype_Declarations1Name[] =
3113      "hpux10_ctype_declarations1";
3114
3115 /*
3116  *  File name selection pattern
3117  */
3118 tSCC zHpux10_Ctype_Declarations1List[] =
3119   "ctype.h\0";
3120 /*
3121  *  Machine/OS name selection pattern
3122  */
3123 #define apzHpux10_Ctype_Declarations1Machs (const char**)NULL
3124
3125 /*
3126  *  content selection pattern - do fix if pattern found
3127  */
3128 tSCC zHpux10_Ctype_Declarations1Select0[] =
3129        "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
3130
3131 /*
3132  *  content bypass pattern - skip fix if pattern found
3133  */
3134 tSCC zHpux10_Ctype_Declarations1Bypass0[] =
3135        "^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
3136
3137 #define    HPUX10_CTYPE_DECLARATIONS1_TEST_CT  2
3138 static tTestDesc aHpux10_Ctype_Declarations1Tests[] = {
3139   { TT_NEGREP,   zHpux10_Ctype_Declarations1Bypass0, (regex_t*)NULL },
3140   { TT_EGREP,    zHpux10_Ctype_Declarations1Select0, (regex_t*)NULL }, };
3141
3142 /*
3143  *  Fix Command Arguments for Hpux10_Ctype_Declarations1
3144  */
3145 static const char* apzHpux10_Ctype_Declarations1Patch[] = {
3146     "format",
3147     "#ifdef _PROTOTYPES\n\
3148 extern int __tolower(int);\n\
3149 extern int __toupper(int);\n\
3150 #else /* NOT _PROTOTYPES */\n\
3151 extern int __tolower();\n\
3152 extern int __toupper();\n\
3153 #endif /* _PROTOTYPES */\n\n\
3154 %0\n",
3155     (char*)NULL };
3156
3157 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3158  *
3159  *  Description of Hpux10_Ctype_Declarations2 fix
3160  */
3161 tSCC zHpux10_Ctype_Declarations2Name[] =
3162      "hpux10_ctype_declarations2";
3163
3164 /*
3165  *  File name selection pattern
3166  */
3167 tSCC zHpux10_Ctype_Declarations2List[] =
3168   "ctype.h\0";
3169 /*
3170  *  Machine/OS name selection pattern
3171  */
3172 #define apzHpux10_Ctype_Declarations2Machs (const char**)NULL
3173
3174 /*
3175  *  content selection pattern - do fix if pattern found
3176  */
3177 tSCC zHpux10_Ctype_Declarations2Select0[] =
3178        "^#  if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
3179
3180 /*
3181  *  content bypass pattern - skip fix if pattern found
3182  */
3183 tSCC zHpux10_Ctype_Declarations2Bypass0[] =
3184        "^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(";
3185
3186 #define    HPUX10_CTYPE_DECLARATIONS2_TEST_CT  2
3187 static tTestDesc aHpux10_Ctype_Declarations2Tests[] = {
3188   { TT_NEGREP,   zHpux10_Ctype_Declarations2Bypass0, (regex_t*)NULL },
3189   { TT_EGREP,    zHpux10_Ctype_Declarations2Select0, (regex_t*)NULL }, };
3190
3191 /*
3192  *  Fix Command Arguments for Hpux10_Ctype_Declarations2
3193  */
3194 static const char* apzHpux10_Ctype_Declarations2Patch[] = {
3195     "format",
3196     "%0\n\n\
3197 #ifdef _PROTOTYPES\n\
3198      extern int _isalnum(int);\n\
3199      extern int _isalpha(int);\n\
3200      extern int _iscntrl(int);\n\
3201      extern int _isdigit(int);\n\
3202      extern int _isgraph(int);\n\
3203      extern int _islower(int);\n\
3204      extern int _isprint(int);\n\
3205      extern int _ispunct(int);\n\
3206      extern int _isspace(int);\n\
3207      extern int _isupper(int);\n\
3208      extern int _isxdigit(int);\n\
3209 #  else /* not _PROTOTYPES */\n\
3210      extern int _isalnum();\n\
3211      extern int _isalpha();\n\
3212      extern int _iscntrl();\n\
3213      extern int _isdigit();\n\
3214      extern int _isgraph();\n\
3215      extern int _islower();\n\
3216      extern int _isprint();\n\
3217      extern int _ispunct();\n\
3218      extern int _isspace();\n\
3219      extern int _isupper();\n\
3220      extern int _isxdigit();\n\
3221 #endif /* _PROTOTYPES */\n",
3222     (char*)NULL };
3223
3224 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3225  *
3226  *  Description of Hpux10_Stdio_Declarations fix
3227  */
3228 tSCC zHpux10_Stdio_DeclarationsName[] =
3229      "hpux10_stdio_declarations";
3230
3231 /*
3232  *  File name selection pattern
3233  */
3234 tSCC zHpux10_Stdio_DeclarationsList[] =
3235   "stdio.h\0";
3236 /*
3237  *  Machine/OS name selection pattern
3238  */
3239 #define apzHpux10_Stdio_DeclarationsMachs (const char**)NULL
3240
3241 /*
3242  *  content selection pattern - do fix if pattern found
3243  */
3244 tSCC zHpux10_Stdio_DeclarationsSelect0[] =
3245        "^#[ \t]*define _iob[ \t]*__iob";
3246
3247 /*
3248  *  content bypass pattern - skip fix if pattern found
3249  */
3250 tSCC zHpux10_Stdio_DeclarationsBypass0[] =
3251        "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
3252
3253 #define    HPUX10_STDIO_DECLARATIONS_TEST_CT  2
3254 static tTestDesc aHpux10_Stdio_DeclarationsTests[] = {
3255   { TT_NEGREP,   zHpux10_Stdio_DeclarationsBypass0, (regex_t*)NULL },
3256   { TT_EGREP,    zHpux10_Stdio_DeclarationsSelect0, (regex_t*)NULL }, };
3257
3258 /*
3259  *  Fix Command Arguments for Hpux10_Stdio_Declarations
3260  */
3261 static const char* apzHpux10_Stdio_DeclarationsPatch[] = {
3262     "format",
3263     "%0\n\n\
3264 #  if defined(__STDC__) || defined(__cplusplus)\n\
3265      extern int snprintf(char *, size_t, const char *, ...);\n\
3266      extern int vsnprintf(char *, size_t, const char *, __va_list);\n\
3267 #  else /* not __STDC__) || __cplusplus */\n\
3268      extern int snprintf();\n\
3269      extern int vsnprintf();\n\
3270 #  endif /* __STDC__) || __cplusplus */\n",
3271     (char*)NULL };
3272
3273 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3274  *
3275  *  Description of Hpux11_Abs fix
3276  */
3277 tSCC zHpux11_AbsName[] =
3278      "hpux11_abs";
3279
3280 /*
3281  *  File name selection pattern
3282  */
3283 tSCC zHpux11_AbsList[] =
3284   "stdlib.h\0";
3285 /*
3286  *  Machine/OS name selection pattern
3287  */
3288 tSCC* apzHpux11_AbsMachs[] = {
3289         "ia64-hp-hpux11*",
3290         (const char*)NULL };
3291
3292 /*
3293  *  content selection pattern - do fix if pattern found
3294  */
3295 tSCC zHpux11_AbsSelect0[] =
3296        "ifndef _MATH_INCLUDED";
3297
3298 #define    HPUX11_ABS_TEST_CT  1
3299 static tTestDesc aHpux11_AbsTests[] = {
3300   { TT_EGREP,    zHpux11_AbsSelect0, (regex_t*)NULL }, };
3301
3302 /*
3303  *  Fix Command Arguments for Hpux11_Abs
3304  */
3305 static const char* apzHpux11_AbsPatch[] = {
3306     "format",
3307     "if !defined(_MATH_INCLUDED) || defined(__GNUG__)",
3308     (char*)NULL };
3309
3310 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3311  *
3312  *  Description of Hpux11_Fabsf fix
3313  */
3314 tSCC zHpux11_FabsfName[] =
3315      "hpux11_fabsf";
3316
3317 /*
3318  *  File name selection pattern
3319  */
3320 tSCC zHpux11_FabsfList[] =
3321   "math.h\0";
3322 /*
3323  *  Machine/OS name selection pattern
3324  */
3325 #define apzHpux11_FabsfMachs (const char**)NULL
3326
3327 /*
3328  *  content selection pattern - do fix if pattern found
3329  */
3330 tSCC zHpux11_FabsfSelect0[] =
3331        "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
3332
3333 /*
3334  *  content bypass pattern - skip fix if pattern found
3335  */
3336 tSCC zHpux11_FabsfBypass0[] =
3337        "__cplusplus";
3338
3339 #define    HPUX11_FABSF_TEST_CT  2
3340 static tTestDesc aHpux11_FabsfTests[] = {
3341   { TT_NEGREP,   zHpux11_FabsfBypass0, (regex_t*)NULL },
3342   { TT_EGREP,    zHpux11_FabsfSelect0, (regex_t*)NULL }, };
3343
3344 /*
3345  *  Fix Command Arguments for Hpux11_Fabsf
3346  */
3347 static const char* apzHpux11_FabsfPatch[] = {
3348     "format",
3349     "#ifndef __cplusplus\n\
3350 %0\n\
3351 #endif",
3352     (char*)NULL };
3353
3354 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3355  *
3356  *  Description of Hpux11_Pthread_Const fix
3357  */
3358 tSCC zHpux11_Pthread_ConstName[] =
3359      "hpux11_pthread_const";
3360
3361 /*
3362  *  File name selection pattern
3363  */
3364 tSCC zHpux11_Pthread_ConstList[] =
3365   "sys/pthread.h\0";
3366 /*
3367  *  Machine/OS name selection pattern
3368  */
3369 tSCC* apzHpux11_Pthread_ConstMachs[] = {
3370         "*-hp-hpux11.[0-3]*",
3371         (const char*)NULL };
3372
3373 /*
3374  *  content selection pattern - do fix if pattern found
3375  */
3376 tSCC zHpux11_Pthread_ConstSelect0[] =
3377        "^#define[ \t]*__POINTER_SET[ \t]*\\(\\(void \\*\\) 1LL\\)";
3378
3379 #define    HPUX11_PTHREAD_CONST_TEST_CT  1
3380 static tTestDesc aHpux11_Pthread_ConstTests[] = {
3381   { TT_EGREP,    zHpux11_Pthread_ConstSelect0, (regex_t*)NULL }, };
3382
3383 /*
3384  *  Fix Command Arguments for Hpux11_Pthread_Const
3385  */
3386 static const char* apzHpux11_Pthread_ConstPatch[] = {
3387     "format",
3388     "#define __POINTER_SET\t\t((void *) 1L)",
3389     (char*)NULL };
3390
3391 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3392  *
3393  *  Description of Hpux11_Size_T fix
3394  */
3395 tSCC zHpux11_Size_TName[] =
3396      "hpux11_size_t";
3397
3398 /*
3399  *  File name selection pattern
3400  */
3401 #define zHpux11_Size_TList (char*)NULL
3402 /*
3403  *  Machine/OS name selection pattern
3404  */
3405 tSCC* apzHpux11_Size_TMachs[] = {
3406         "*-hp-hpux11*",
3407         (const char*)NULL };
3408
3409 /*
3410  *  content selection pattern - do fix if pattern found
3411  */
3412 tSCC zHpux11_Size_TSelect0[] =
3413        "__size_t";
3414
3415 #define    HPUX11_SIZE_T_TEST_CT  1
3416 static tTestDesc aHpux11_Size_TTests[] = {
3417   { TT_EGREP,    zHpux11_Size_TSelect0, (regex_t*)NULL }, };
3418
3419 /*
3420  *  Fix Command Arguments for Hpux11_Size_T
3421  */
3422 static const char* apzHpux11_Size_TPatch[] = {
3423     "format",
3424     "_hpux_size_t",
3425     (char*)NULL };
3426
3427 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3428  *
3429  *  Description of Hpux11_Snprintf fix
3430  */
3431 tSCC zHpux11_SnprintfName[] =
3432      "hpux11_snprintf";
3433
3434 /*
3435  *  File name selection pattern
3436  */
3437 tSCC zHpux11_SnprintfList[] =
3438   "stdio.h\0";
3439 /*
3440  *  Machine/OS name selection pattern
3441  */
3442 #define apzHpux11_SnprintfMachs (const char**)NULL
3443
3444 /*
3445  *  content selection pattern - do fix if pattern found
3446  */
3447 tSCC zHpux11_SnprintfSelect0[] =
3448        "(extern int snprintf *\\(char *\\*, *(|__|_hpux_)size_t,) *(char *\\*, *\\.\\.\\.\\);)";
3449
3450 #define    HPUX11_SNPRINTF_TEST_CT  1
3451 static tTestDesc aHpux11_SnprintfTests[] = {
3452   { TT_EGREP,    zHpux11_SnprintfSelect0, (regex_t*)NULL }, };
3453
3454 /*
3455  *  Fix Command Arguments for Hpux11_Snprintf
3456  */
3457 static const char* apzHpux11_SnprintfPatch[] = {
3458     "format",
3459     "%1 const %3",
3460     (char*)NULL };
3461
3462 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3463  *
3464  *  Description of Hpux11_Vsnprintf fix
3465  */
3466 tSCC zHpux11_VsnprintfName[] =
3467      "hpux11_vsnprintf";
3468
3469 /*
3470  *  File name selection pattern
3471  */
3472 tSCC zHpux11_VsnprintfList[] =
3473   "stdio.h\0";
3474 /*
3475  *  Machine/OS name selection pattern
3476  */
3477 #define apzHpux11_VsnprintfMachs (const char**)NULL
3478
3479 /*
3480  *  content selection pattern - do fix if pattern found
3481  */
3482 tSCC zHpux11_VsnprintfSelect0[] =
3483        "(extern int vsnprintf\\(char \\*, _[hpux]*_size_t, const char \\*,) __va__list\\);";
3484
3485 #define    HPUX11_VSNPRINTF_TEST_CT  1
3486 static tTestDesc aHpux11_VsnprintfTests[] = {
3487   { TT_EGREP,    zHpux11_VsnprintfSelect0, (regex_t*)NULL }, };
3488
3489 /*
3490  *  Fix Command Arguments for Hpux11_Vsnprintf
3491  */
3492 static const char* apzHpux11_VsnprintfPatch[] = {
3493     "format",
3494     "%1 __va_list);",
3495     (char*)NULL };
3496
3497 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3498  *
3499  *  Description of Hpux8_Bogus_Inlines fix
3500  */
3501 tSCC zHpux8_Bogus_InlinesName[] =
3502      "hpux8_bogus_inlines";
3503
3504 /*
3505  *  File name selection pattern
3506  */
3507 tSCC zHpux8_Bogus_InlinesList[] =
3508   "math.h\0";
3509 /*
3510  *  Machine/OS name selection pattern
3511  */
3512 #define apzHpux8_Bogus_InlinesMachs (const char**)NULL
3513
3514 /*
3515  *  content selection pattern - do fix if pattern found
3516  */
3517 tSCC zHpux8_Bogus_InlinesSelect0[] =
3518        "inline";
3519
3520 /*
3521  *  content bypass pattern - skip fix if pattern found
3522  */
3523 tSCC zHpux8_Bogus_InlinesBypass0[] =
3524        "__GNUG__";
3525
3526 #define    HPUX8_BOGUS_INLINES_TEST_CT  2
3527 static tTestDesc aHpux8_Bogus_InlinesTests[] = {
3528   { TT_NEGREP,   zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL },
3529   { TT_EGREP,    zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
3530
3531 /*
3532  *  Fix Command Arguments for Hpux8_Bogus_Inlines
3533  */
3534 static const char* apzHpux8_Bogus_InlinesPatch[] = { sed_cmd_z,
3535     "-e", "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@",
3536     "-e", "s@inline double abs(double [a-z][a-z]*) {.*}@@",
3537     "-e", "s@inline int sqr(int [a-z][a-z]*) {.*}@@",
3538     "-e", "s@inline double sqr(double [a-z][a-z]*) {.*}@@",
3539     (char*)NULL };
3540
3541 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3542  *
3543  *  Description of Hpux_Ctype_Macros fix
3544  */
3545 tSCC zHpux_Ctype_MacrosName[] =
3546      "hpux_ctype_macros";
3547
3548 /*
3549  *  File name selection pattern
3550  */
3551 tSCC zHpux_Ctype_MacrosList[] =
3552   "ctype.h\0";
3553 /*
3554  *  Machine/OS name selection pattern
3555  */
3556 #define apzHpux_Ctype_MacrosMachs (const char**)NULL
3557
3558 /*
3559  *  content selection pattern - do fix if pattern found
3560  */
3561 tSCC zHpux_Ctype_MacrosSelect0[] =
3562        "((: |\\()__SB_masks \\? )(__SB_masks\\[__(alnum|c)\\] & _IS)";
3563
3564 #define    HPUX_CTYPE_MACROS_TEST_CT  1
3565 static tTestDesc aHpux_Ctype_MacrosTests[] = {
3566   { TT_EGREP,    zHpux_Ctype_MacrosSelect0, (regex_t*)NULL }, };
3567
3568 /*
3569  *  Fix Command Arguments for Hpux_Ctype_Macros
3570  */
3571 static const char* apzHpux_Ctype_MacrosPatch[] = {
3572     "format",
3573     "%1(int)%3",
3574     (char*)NULL };
3575
3576 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3577  *
3578  *  Description of Hpux_Htonl fix
3579  */
3580 tSCC zHpux_HtonlName[] =
3581      "hpux_htonl";
3582
3583 /*
3584  *  File name selection pattern
3585  */
3586 tSCC zHpux_HtonlList[] =
3587   "netinet/in.h\0";
3588 /*
3589  *  Machine/OS name selection pattern
3590  */
3591 #define apzHpux_HtonlMachs (const char**)NULL
3592
3593 /*
3594  *  content selection pattern - do fix if pattern found
3595  */
3596 tSCC zHpux_HtonlSelect0[] =
3597        "#ifndef _XOPEN_SOURCE_EXTENDED\n\
3598 (/\\*\n\
3599  \\* Macros for number representation conversion\\.\n\
3600  \\*/\n\
3601 #ifndef ntohl)";
3602
3603 #define    HPUX_HTONL_TEST_CT  1
3604 static tTestDesc aHpux_HtonlTests[] = {
3605   { TT_EGREP,    zHpux_HtonlSelect0, (regex_t*)NULL }, };
3606
3607 /*
3608  *  Fix Command Arguments for Hpux_Htonl
3609  */
3610 static const char* apzHpux_HtonlPatch[] = {
3611     "format",
3612     "#if 1\n\
3613 %1",
3614     (char*)NULL };
3615
3616 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3617  *
3618  *  Description of Hpux_Long_Double fix
3619  */
3620 tSCC zHpux_Long_DoubleName[] =
3621      "hpux_long_double";
3622
3623 /*
3624  *  File name selection pattern
3625  */
3626 tSCC zHpux_Long_DoubleList[] =
3627   "stdlib.h\0";
3628 /*
3629  *  Machine/OS name selection pattern
3630  */
3631 tSCC* apzHpux_Long_DoubleMachs[] = {
3632         "*-*-hpux10*",
3633         "*-*-hpux11.[012]*",
3634         (const char*)NULL };
3635
3636 /*
3637  *  content selection pattern - do fix if pattern found
3638  */
3639 tSCC zHpux_Long_DoubleSelect0[] =
3640        "extern[ \t]long_double[ \t]strtold";
3641
3642 /*
3643  *  content bypass pattern - skip fix if pattern found
3644  */
3645 tSCC zHpux_Long_DoubleBypass0[] =
3646        "long_double_t";
3647
3648 #define    HPUX_LONG_DOUBLE_TEST_CT  2
3649 static tTestDesc aHpux_Long_DoubleTests[] = {
3650   { TT_NEGREP,   zHpux_Long_DoubleBypass0, (regex_t*)NULL },
3651   { TT_EGREP,    zHpux_Long_DoubleSelect0, (regex_t*)NULL }, };
3652
3653 /*
3654  *  Fix Command Arguments for Hpux_Long_Double
3655  */
3656 static const char* apzHpux_Long_DoublePatch[] = { sed_cmd_z,
3657     "-e", "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D",
3658     "-e", "s/long_double/long double/g",
3659     (char*)NULL };
3660
3661 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3662  *
3663  *  Description of Hpux_Long_Double_2 fix
3664  */
3665 tSCC zHpux_Long_Double_2Name[] =
3666      "hpux_long_double_2";
3667
3668 /*
3669  *  File name selection pattern
3670  */
3671 tSCC zHpux_Long_Double_2List[] =
3672   "stdlib.h\0";
3673 /*
3674  *  Machine/OS name selection pattern
3675  */
3676 tSCC* apzHpux_Long_Double_2Machs[] = {
3677         "hppa*-*-hpux11.3*",
3678         (const char*)NULL };
3679
3680 /*
3681  *  content selection pattern - do fix if pattern found
3682  */
3683 tSCC zHpux_Long_Double_2Select0[] =
3684        "#[ \t]*if[ \t]*!defined\\(__ia64\\) \\|\\| defined\\(_PROTOTYPES\\) \\|\\| defined\\(_LONG_DOUBLE_STRUCT\\)";
3685
3686 #define    HPUX_LONG_DOUBLE_2_TEST_CT  1
3687 static tTestDesc aHpux_Long_Double_2Tests[] = {
3688   { TT_EGREP,    zHpux_Long_Double_2Select0, (regex_t*)NULL }, };
3689
3690 /*
3691  *  Fix Command Arguments for Hpux_Long_Double_2
3692  */
3693 static const char* apzHpux_Long_Double_2Patch[] = {
3694     "format",
3695     "#  if !defined(_PROTOTYPES) || defined(_LONG_DOUBLE_STRUCT)",
3696     (char*)NULL };
3697
3698 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3699  *
3700  *  Description of Hpux_Systime fix
3701  */
3702 tSCC zHpux_SystimeName[] =
3703      "hpux_systime";
3704
3705 /*
3706  *  File name selection pattern
3707  */
3708 tSCC zHpux_SystimeList[] =
3709   "sys/time.h\0";
3710 /*
3711  *  Machine/OS name selection pattern
3712  */
3713 #define apzHpux_SystimeMachs (const char**)NULL
3714
3715 /*
3716  *  content selection pattern - do fix if pattern found
3717  */
3718 tSCC zHpux_SystimeSelect0[] =
3719        "^extern struct sigevent;";
3720
3721 #define    HPUX_SYSTIME_TEST_CT  1
3722 static tTestDesc aHpux_SystimeTests[] = {
3723   { TT_EGREP,    zHpux_SystimeSelect0, (regex_t*)NULL }, };
3724
3725 /*
3726  *  Fix Command Arguments for Hpux_Systime
3727  */
3728 static const char* apzHpux_SystimePatch[] = {
3729     "format",
3730     "struct sigevent;",
3731     (char*)NULL };
3732
3733 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3734  *
3735  *  Description of Hpux_Spu_Info fix
3736  */
3737 tSCC zHpux_Spu_InfoName[] =
3738      "hpux_spu_info";
3739
3740 /*
3741  *  File name selection pattern
3742  */
3743 tSCC zHpux_Spu_InfoList[] =
3744   "ia64/sys/getppdp.h\0*/sys/getppdp.h\0";
3745 /*
3746  *  Machine/OS name selection pattern
3747  */
3748 tSCC* apzHpux_Spu_InfoMachs[] = {
3749         "*-hp-hpux*",
3750         (const char*)NULL };
3751
3752 /*
3753  *  content selection pattern - do fix if pattern found
3754  */
3755 tSCC zHpux_Spu_InfoSelect0[] =
3756        "^.*extern.*spu_info.*";
3757
3758 #define    HPUX_SPU_INFO_TEST_CT  1
3759 static tTestDesc aHpux_Spu_InfoTests[] = {
3760   { TT_EGREP,    zHpux_Spu_InfoSelect0, (regex_t*)NULL }, };
3761
3762 /*
3763  *  Fix Command Arguments for Hpux_Spu_Info
3764  */
3765 static const char* apzHpux_Spu_InfoPatch[] = {
3766     "format",
3767     "#ifdef _KERNEL\n\
3768 %0\n\
3769 #endif",
3770     (char*)NULL };
3771
3772 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3773  *
3774  *  Description of Hpux11_Extern_Sendfile fix
3775  */
3776 tSCC zHpux11_Extern_SendfileName[] =
3777      "hpux11_extern_sendfile";
3778
3779 /*
3780  *  File name selection pattern
3781  */
3782 tSCC zHpux11_Extern_SendfileList[] =
3783   "sys/socket.h\0";
3784 /*
3785  *  Machine/OS name selection pattern
3786  */
3787 tSCC* apzHpux11_Extern_SendfileMachs[] = {
3788         "*-hp-hpux11.[12]*",
3789         (const char*)NULL };
3790
3791 /*
3792  *  content selection pattern - do fix if pattern found
3793  */
3794 tSCC zHpux11_Extern_SendfileSelect0[] =
3795        "^[ \t]*extern sbsize_t sendfile.*\n\
3796 .*, int\\)\\);\n";
3797
3798 #define    HPUX11_EXTERN_SENDFILE_TEST_CT  1
3799 static tTestDesc aHpux11_Extern_SendfileTests[] = {
3800   { TT_EGREP,    zHpux11_Extern_SendfileSelect0, (regex_t*)NULL }, };
3801
3802 /*
3803  *  Fix Command Arguments for Hpux11_Extern_Sendfile
3804  */
3805 static const char* apzHpux11_Extern_SendfilePatch[] = {
3806     "format",
3807     "#ifndef _APP32_64BIT_OFF_T\n\
3808 %0#endif\n",
3809     (char*)NULL };
3810
3811 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3812  *
3813  *  Description of Hpux11_Extern_Sendpath fix
3814  */
3815 tSCC zHpux11_Extern_SendpathName[] =
3816      "hpux11_extern_sendpath";
3817
3818 /*
3819  *  File name selection pattern
3820  */
3821 tSCC zHpux11_Extern_SendpathList[] =
3822   "sys/socket.h\0";
3823 /*
3824  *  Machine/OS name selection pattern
3825  */
3826 tSCC* apzHpux11_Extern_SendpathMachs[] = {
3827         "*-hp-hpux11.[12]*",
3828         (const char*)NULL };
3829
3830 /*
3831  *  content selection pattern - do fix if pattern found
3832  */
3833 tSCC zHpux11_Extern_SendpathSelect0[] =
3834        "^[ \t]*extern sbsize_t sendpath.*\n\
3835 .*, int\\)\\);\n";
3836
3837 #define    HPUX11_EXTERN_SENDPATH_TEST_CT  1
3838 static tTestDesc aHpux11_Extern_SendpathTests[] = {
3839   { TT_EGREP,    zHpux11_Extern_SendpathSelect0, (regex_t*)NULL }, };
3840
3841 /*
3842  *  Fix Command Arguments for Hpux11_Extern_Sendpath
3843  */
3844 static const char* apzHpux11_Extern_SendpathPatch[] = {
3845     "format",
3846     "#ifndef _APP32_64BIT_OFF_T\n\
3847 %0#endif\n",
3848     (char*)NULL };
3849
3850 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3851  *
3852  *  Description of Hpux_Extern_Errno fix
3853  */
3854 tSCC zHpux_Extern_ErrnoName[] =
3855      "hpux_extern_errno";
3856
3857 /*
3858  *  File name selection pattern
3859  */
3860 tSCC zHpux_Extern_ErrnoList[] =
3861   "errno.h\0";
3862 /*
3863  *  Machine/OS name selection pattern
3864  */
3865 tSCC* apzHpux_Extern_ErrnoMachs[] = {
3866         "*-hp-hpux10.*",
3867         "*-hp-hpux11.[0-2]*",
3868         (const char*)NULL };
3869
3870 /*
3871  *  content selection pattern - do fix if pattern found
3872  */
3873 tSCC zHpux_Extern_ErrnoSelect0[] =
3874        "^[ \t]*extern int errno;$";
3875
3876 #define    HPUX_EXTERN_ERRNO_TEST_CT  1
3877 static tTestDesc aHpux_Extern_ErrnoTests[] = {
3878   { TT_EGREP,    zHpux_Extern_ErrnoSelect0, (regex_t*)NULL }, };
3879
3880 /*
3881  *  Fix Command Arguments for Hpux_Extern_Errno
3882  */
3883 static const char* apzHpux_Extern_ErrnoPatch[] = {
3884     "format",
3885     "#ifdef __cplusplus\n\
3886 extern \"C\" {\n\
3887 #endif\n\
3888 %0\n\
3889 #ifdef __cplusplus\n\
3890 }\n\
3891 #endif",
3892     (char*)NULL };
3893
3894 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3895  *
3896  *  Description of Hpux_Pthread_Initializers fix
3897  */
3898 tSCC zHpux_Pthread_InitializersName[] =
3899      "hpux_pthread_initializers";
3900
3901 /*
3902  *  File name selection pattern
3903  */
3904 tSCC zHpux_Pthread_InitializersList[] =
3905   "sys/pthread.h\0";
3906 /*
3907  *  Machine/OS name selection pattern
3908  */
3909 tSCC* apzHpux_Pthread_InitializersMachs[] = {
3910         "*-hp-hpux11.[0-3]*",
3911         (const char*)NULL };
3912 #define HPUX_PTHREAD_INITIALIZERS_TEST_CT  0
3913 #define aHpux_Pthread_InitializersTests   (tTestDesc*)NULL
3914
3915 /*
3916  *  Fix Command Arguments for Hpux_Pthread_Initializers
3917  */
3918 static const char* apzHpux_Pthread_InitializersPatch[] = { sed_cmd_z,
3919     "-e", "s@^[ \t]*1, 1, 1, 1,[ \t]*\\\\@\t{ 1, 1, 1, 1 },\t\t\t\t\t\t\t\\\\@",
3920     "-e", "s@^[ \t]*1,[ \t]*\\\\@\t{ 1, 0 }@",
3921     "-e", "/^[ \t]*0$/d",
3922     "-e", "s@__PTHREAD_MUTEX_VALID, 0@{ __PTHREAD_MUTEX_VALID, 0 }@",
3923     "-e", "s@^[ \t]*0, 0, -1, 0,[ \t]*\\\\@\t{ 0, 0, -1, 0 },\t\t\t\t\t\t\\\\@",
3924     "-e", "s@0, __LWP_MTX_VALID, 0, 1, 1, 1, 1,[ \t]*\\\\@{ 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 },\t\t\t\\\\@",
3925     "-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\\\\@",
3926     "-e", "s@^[ \t]*0, 0[ \t]*\\\\@\t{ 0, 0 }\t\t\t\t\t\t\t\\\\@",
3927     "-e", "s@__PTHREAD_COND_VALID, 0@{ __PTHREAD_COND_VALID, 0 }@",
3928     "-e", "s@__LWP_COND_VALID, 0,[ \t]*\\\\@{ __LWP_COND_VALID, 0 },\t\t\t\t\t\\\\@",
3929     "-e", "s@__PTHREAD_RWLOCK_VALID, 0@{ __PTHREAD_RWLOCK_VALID, 0 }@",
3930     "-e", "s@__LWP_RWLOCK_VALID, 0,[ \t]*\\\\@{ __LWP_RWLOCK_VALID, 0 },\t\t\t\t\t\\\\@",
3931     "-e", "s@^[ \t]*0, 0, 0, 0, 0, 0, 0[ \t]*\\\\@\t{ 0, 0, 0, 0, 0 }, { 0, 0}\t\t\t\t\t\\\\@",
3932     (char*)NULL };
3933
3934 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3935  *
3936  *  Description of Hpux_C99_Intptr fix
3937  */
3938 tSCC zHpux_C99_IntptrName[] =
3939      "hpux_c99_intptr";
3940
3941 /*
3942  *  File name selection pattern
3943  */
3944 tSCC zHpux_C99_IntptrList[] =
3945   "stdint.h\0";
3946 /*
3947  *  Machine/OS name selection pattern
3948  */
3949 tSCC* apzHpux_C99_IntptrMachs[] = {
3950         "*-hp-hpux11.3*",
3951         (const char*)NULL };
3952 #define HPUX_C99_INTPTR_TEST_CT  0
3953 #define aHpux_C99_IntptrTests   (tTestDesc*)NULL
3954
3955 /*
3956  *  Fix Command Arguments for Hpux_C99_Intptr
3957  */
3958 static const char* apzHpux_C99_IntptrPatch[] = { sed_cmd_z,
3959     "-e", "s@^[ \t]*#[ \t]*define[ \t]*PTRDIFF_MAX[ \t]*INT32_MAX[ \t]*$@#define PTRDIFF_MAX (2147483647l)@",
3960     "-e", "s@^[ \t]*#[ \t]*define[ \t]*PTRDIFF_MIN[ \t]*INT32_MIN[ \t]*$@#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)@",
3961     "-e", "s@^[ \t]*#[ \t]*define[ \t]*INTPTR_MAX[ \t]*INT32_MAX[ \t]*$@#define INTPTR_MAX (2147483647l)@",
3962     "-e", "s@^[ \t]*#[ \t]*define[ \t]*INTPTR_MIN[ \t]*INT32_MIN[ \t]*$@#define INTPTR_MIN (-INTPTR_MAX - 1)@",
3963     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINTPTR_MAX[ \t]*UINT32_MAX[ \t]*$@#define UINTPTR_MAX (4294967295ul)@",
3964     "-e", "s@^[ \t]*#[ \t]*define[ \t]*SIZE_MAX[ \t]*UINT32_MAX[ \t]*$@#define SIZE_MAX (4294967295ul)@",
3965     (char*)NULL };
3966
3967 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3968  *
3969  *  Description of Hpux_C99_Inttypes fix
3970  */
3971 tSCC zHpux_C99_InttypesName[] =
3972      "hpux_c99_inttypes";
3973
3974 /*
3975  *  File name selection pattern
3976  */
3977 tSCC zHpux_C99_InttypesList[] =
3978   "inttypes.h\0stdint.h\0";
3979 /*
3980  *  Machine/OS name selection pattern
3981  */
3982 tSCC* apzHpux_C99_InttypesMachs[] = {
3983         "*-hp-hpux11.[23]*",
3984         (const char*)NULL };
3985 #define HPUX_C99_INTTYPES_TEST_CT  0
3986 #define aHpux_C99_InttypesTests   (tTestDesc*)NULL
3987
3988 /*
3989  *  Fix Command Arguments for Hpux_C99_Inttypes
3990  */
3991 static const char* apzHpux_C99_InttypesPatch[] = { sed_cmd_z,
3992     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT8_C(__c)[ \t]*__CONCAT_U__(__c)[ \t]*$@#define UINT8_C(__c) (__c)@",
3993     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT16_C(__c)[ \t]*__CONCAT_U__(__c)[ \t]*$@#define UINT16_C(__c) (__c)@",
3994     "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT32_C(__c)[ \t]*__CONCAT__(__c,l)[ \t]*$@#define INT32_C(__c) (__c)@",
3995     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT32_C(__c)[ \t].*$@#define UINT32_C(__c) __CONCAT__(__c,u)@",
3996     (char*)NULL };
3997
3998 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3999  *
4000  *  Description of Hpux_C99_Inttypes2 fix
4001  */
4002 tSCC zHpux_C99_Inttypes2Name[] =
4003      "hpux_c99_inttypes2";
4004
4005 /*
4006  *  File name selection pattern
4007  */
4008 tSCC zHpux_C99_Inttypes2List[] =
4009   "stdint.h\0";
4010 /*
4011  *  Machine/OS name selection pattern
4012  */
4013 tSCC* apzHpux_C99_Inttypes2Machs[] = {
4014         "*-hp-hpux11.2*",
4015         (const char*)NULL };
4016 #define HPUX_C99_INTTYPES2_TEST_CT  0
4017 #define aHpux_C99_Inttypes2Tests   (tTestDesc*)NULL
4018
4019 /*
4020  *  Fix Command Arguments for Hpux_C99_Inttypes2
4021  */
4022 static const char* apzHpux_C99_Inttypes2Patch[] = { sed_cmd_z,
4023     "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT8_C(__c)[ \t]*((signed char)(__c))[ \t]*$@#define INT8_C(__c) (__c)@",
4024     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT8_C(__c)[ \t]*((unsigned char)(__c))[ \t]*$@#define UINT8_C(__c) (__c)@",
4025     "-e", "s@^[ \t]*#[ \t]*define[ \t]*INT16_C(__c)[ \t]*((short)(__c))[ \t]*$@#define INT16_C(__c) (__c)@",
4026     "-e", "s@^[ \t]*#[ \t]*define[ \t]*UINT16_C(__c)[ \t]*((unsigned short)(__c))[ \t]*$@#define UINT16_C(__c) (__c)@",
4027     (char*)NULL };
4028
4029 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4030  *
4031  *  Description of Hpux_Stdint_Least_Fast fix
4032  */
4033 tSCC zHpux_Stdint_Least_FastName[] =
4034      "hpux_stdint_least_fast";
4035
4036 /*
4037  *  File name selection pattern
4038  */
4039 tSCC zHpux_Stdint_Least_FastList[] =
4040   "stdint.h\0";
4041 /*
4042  *  Machine/OS name selection pattern
4043  */
4044 tSCC* apzHpux_Stdint_Least_FastMachs[] = {
4045         "*-hp-hpux11.2*",
4046         (const char*)NULL };
4047
4048 /*
4049  *  content selection pattern - do fix if pattern found
4050  */
4051 tSCC zHpux_Stdint_Least_FastSelect0[] =
4052        "^[ \t]*#[ \t]*define[ \t]+UINT_(LEAST|FAST)64_MAX[ \t]+ULLONG_MAX";
4053
4054 #define    HPUX_STDINT_LEAST_FAST_TEST_CT  1
4055 static tTestDesc aHpux_Stdint_Least_FastTests[] = {
4056   { TT_EGREP,    zHpux_Stdint_Least_FastSelect0, (regex_t*)NULL }, };
4057
4058 /*
4059  *  Fix Command Arguments for Hpux_Stdint_Least_Fast
4060  */
4061 static const char* apzHpux_Stdint_Least_FastPatch[] = {
4062     "format",
4063     "#ifdef __LP64__\n\
4064 #  define\tUINT_%164_MAX\tULONG_MAX\n\
4065 #else\n\
4066 %0\n\
4067 #endif",
4068     (char*)NULL };
4069
4070 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4071  *
4072  *  Description of Hpux_Inttype_Int8_T fix
4073  */
4074 tSCC zHpux_Inttype_Int8_TName[] =
4075      "hpux_inttype_int8_t";
4076
4077 /*
4078  *  File name selection pattern
4079  */
4080 tSCC zHpux_Inttype_Int8_TList[] =
4081   "sys/_inttypes.h\0";
4082 /*
4083  *  Machine/OS name selection pattern
4084  */
4085 tSCC* apzHpux_Inttype_Int8_TMachs[] = {
4086         "*-hp-hpux1[01].*",
4087         (const char*)NULL };
4088
4089 /*
4090  *  content selection pattern - do fix if pattern found
4091  */
4092 tSCC zHpux_Inttype_Int8_TSelect0[] =
4093        "^[ \t]*typedef[ \t]*char[ \t]*int(_least){0,1}8_t.*";
4094
4095 #define    HPUX_INTTYPE_INT8_T_TEST_CT  1
4096 static tTestDesc aHpux_Inttype_Int8_TTests[] = {
4097   { TT_EGREP,    zHpux_Inttype_Int8_TSelect0, (regex_t*)NULL }, };
4098
4099 /*
4100  *  Fix Command Arguments for Hpux_Inttype_Int8_T
4101  */
4102 static const char* apzHpux_Inttype_Int8_TPatch[] = {
4103     "format",
4104     "typedef signed char int%18_t;",
4105     (char*)NULL };
4106
4107 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4108  *
4109  *  Description of Hpux_Imaginary_I fix
4110  */
4111 tSCC zHpux_Imaginary_IName[] =
4112      "hpux_imaginary_i";
4113
4114 /*
4115  *  File name selection pattern
4116  */
4117 tSCC zHpux_Imaginary_IList[] =
4118   "complex.h\0";
4119 /*
4120  *  Machine/OS name selection pattern
4121  */
4122 tSCC* apzHpux_Imaginary_IMachs[] = {
4123         "ia64-hp-hpux11.*",
4124         (const char*)NULL };
4125
4126 /*
4127  *  content selection pattern - do fix if pattern found
4128  */
4129 tSCC zHpux_Imaginary_ISelect0[] =
4130        "^[ \t]*#[ \t]*define[ \t]*_Complex_I.*";
4131
4132 #define    HPUX_IMAGINARY_I_TEST_CT  1
4133 static tTestDesc aHpux_Imaginary_ITests[] = {
4134   { TT_EGREP,    zHpux_Imaginary_ISelect0, (regex_t*)NULL }, };
4135
4136 /*
4137  *  Fix Command Arguments for Hpux_Imaginary_I
4138  */
4139 static const char* apzHpux_Imaginary_IPatch[] = {
4140     "format",
4141     "#define _Complex_I (__extension__ 1.0iF)",
4142     (char*)NULL };
4143
4144 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4145  *
4146  *  Description of Huge_Val_Hex fix
4147  */
4148 tSCC zHuge_Val_HexName[] =
4149      "huge_val_hex";
4150
4151 /*
4152  *  File name selection pattern
4153  */
4154 tSCC zHuge_Val_HexList[] =
4155   "bits/huge_val.h\0";
4156 /*
4157  *  Machine/OS name selection pattern
4158  */
4159 #define apzHuge_Val_HexMachs (const char**)NULL
4160
4161 /*
4162  *  content selection pattern - do fix if pattern found
4163  */
4164 tSCC zHuge_Val_HexSelect0[] =
4165        "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
4166
4167 /*
4168  *  content bypass pattern - skip fix if pattern found
4169  */
4170 tSCC zHuge_Val_HexBypass0[] =
4171        "__builtin_huge_val";
4172
4173 #define    HUGE_VAL_HEX_TEST_CT  2
4174 static tTestDesc aHuge_Val_HexTests[] = {
4175   { TT_NEGREP,   zHuge_Val_HexBypass0, (regex_t*)NULL },
4176   { TT_EGREP,    zHuge_Val_HexSelect0, (regex_t*)NULL }, };
4177
4178 /*
4179  *  Fix Command Arguments for Huge_Val_Hex
4180  */
4181 static const char* apzHuge_Val_HexPatch[] = {
4182     "format",
4183     "#define HUGE_VAL (__builtin_huge_val())\n",
4184     (char*)NULL };
4185
4186 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4187  *
4188  *  Description of Huge_Valf_Hex fix
4189  */
4190 tSCC zHuge_Valf_HexName[] =
4191      "huge_valf_hex";
4192
4193 /*
4194  *  File name selection pattern
4195  */
4196 tSCC zHuge_Valf_HexList[] =
4197   "bits/huge_val.h\0";
4198 /*
4199  *  Machine/OS name selection pattern
4200  */
4201 #define apzHuge_Valf_HexMachs (const char**)NULL
4202
4203 /*
4204  *  content selection pattern - do fix if pattern found
4205  */
4206 tSCC zHuge_Valf_HexSelect0[] =
4207        "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
4208
4209 /*
4210  *  content bypass pattern - skip fix if pattern found
4211  */
4212 tSCC zHuge_Valf_HexBypass0[] =
4213        "__builtin_huge_valf";
4214
4215 #define    HUGE_VALF_HEX_TEST_CT  2
4216 static tTestDesc aHuge_Valf_HexTests[] = {
4217   { TT_NEGREP,   zHuge_Valf_HexBypass0, (regex_t*)NULL },
4218   { TT_EGREP,    zHuge_Valf_HexSelect0, (regex_t*)NULL }, };
4219
4220 /*
4221  *  Fix Command Arguments for Huge_Valf_Hex
4222  */
4223 static const char* apzHuge_Valf_HexPatch[] = {
4224     "format",
4225     "#define HUGE_VALF (__builtin_huge_valf())\n",
4226     (char*)NULL };
4227
4228 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4229  *
4230  *  Description of Huge_Vall_Hex fix
4231  */
4232 tSCC zHuge_Vall_HexName[] =
4233      "huge_vall_hex";
4234
4235 /*
4236  *  File name selection pattern
4237  */
4238 tSCC zHuge_Vall_HexList[] =
4239   "bits/huge_val.h\0";
4240 /*
4241  *  Machine/OS name selection pattern
4242  */
4243 #define apzHuge_Vall_HexMachs (const char**)NULL
4244
4245 /*
4246  *  content selection pattern - do fix if pattern found
4247  */
4248 tSCC zHuge_Vall_HexSelect0[] =
4249        "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
4250
4251 /*
4252  *  content bypass pattern - skip fix if pattern found
4253  */
4254 tSCC zHuge_Vall_HexBypass0[] =
4255        "__builtin_huge_vall";
4256
4257 #define    HUGE_VALL_HEX_TEST_CT  2
4258 static tTestDesc aHuge_Vall_HexTests[] = {
4259   { TT_NEGREP,   zHuge_Vall_HexBypass0, (regex_t*)NULL },
4260   { TT_EGREP,    zHuge_Vall_HexSelect0, (regex_t*)NULL }, };
4261
4262 /*
4263  *  Fix Command Arguments for Huge_Vall_Hex
4264  */
4265 static const char* apzHuge_Vall_HexPatch[] = {
4266     "format",
4267     "#define HUGE_VALL (__builtin_huge_vall())\n",
4268     (char*)NULL };
4269
4270 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4271  *
4272  *  Description of Int_Abort_Free_And_Exit fix
4273  */
4274 tSCC zInt_Abort_Free_And_ExitName[] =
4275      "int_abort_free_and_exit";
4276
4277 /*
4278  *  File name selection pattern
4279  */
4280 tSCC zInt_Abort_Free_And_ExitList[] =
4281   "stdlib.h\0";
4282 /*
4283  *  Machine/OS name selection pattern
4284  */
4285 #define apzInt_Abort_Free_And_ExitMachs (const char**)NULL
4286
4287 /*
4288  *  content selection pattern - do fix if pattern found
4289  */
4290 tSCC zInt_Abort_Free_And_ExitSelect0[] =
4291        "int[ \t]+(abort|free|exit)[ \t]*\\(";
4292
4293 /*
4294  *  content bypass pattern - skip fix if pattern found
4295  */
4296 tSCC zInt_Abort_Free_And_ExitBypass0[] =
4297        "_CLASSIC_ANSI_TYPES";
4298
4299 #define    INT_ABORT_FREE_AND_EXIT_TEST_CT  2
4300 static tTestDesc aInt_Abort_Free_And_ExitTests[] = {
4301   { TT_NEGREP,   zInt_Abort_Free_And_ExitBypass0, (regex_t*)NULL },
4302   { TT_EGREP,    zInt_Abort_Free_And_ExitSelect0, (regex_t*)NULL }, };
4303
4304 /*
4305  *  Fix Command Arguments for Int_Abort_Free_And_Exit
4306  */
4307 static const char* apzInt_Abort_Free_And_ExitPatch[] = {
4308     "format",
4309     "void\t%1(",
4310     (char*)NULL };
4311
4312 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4313  *
4314  *  Description of Io_Quotes_Def fix
4315  */
4316 tSCC zIo_Quotes_DefName[] =
4317      "io_quotes_def";
4318
4319 /*
4320  *  File name selection pattern
4321  */
4322 #define zIo_Quotes_DefList (char*)NULL
4323 /*
4324  *  Machine/OS name selection pattern
4325  */
4326 #define apzIo_Quotes_DefMachs (const char**)NULL
4327
4328 /*
4329  *  content selection pattern - do fix if pattern found
4330  */
4331 tSCC zIo_Quotes_DefSelect0[] =
4332        "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
4333
4334 #define    IO_QUOTES_DEF_TEST_CT  1
4335 static tTestDesc aIo_Quotes_DefTests[] = {
4336   { TT_EGREP,    zIo_Quotes_DefSelect0, (regex_t*)NULL }, };
4337
4338 /*
4339  *  Fix Command Arguments for Io_Quotes_Def
4340  */
4341 static const char* apzIo_Quotes_DefPatch[] = {
4342     "char_macro_def",
4343     "IO",
4344     (char*)NULL };
4345
4346 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4347  *
4348  *  Description of Io_Quotes_Use fix
4349  */
4350 tSCC zIo_Quotes_UseName[] =
4351      "io_quotes_use";
4352
4353 /*
4354  *  File name selection pattern
4355  */
4356 #define zIo_Quotes_UseList (char*)NULL
4357 /*
4358  *  Machine/OS name selection pattern
4359  */
4360 #define apzIo_Quotes_UseMachs (const char**)NULL
4361
4362 /*
4363  *  content selection pattern - do fix if pattern found
4364  */
4365 tSCC zIo_Quotes_UseSelect0[] =
4366        "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*\\( *[^,']";
4367
4368 #define    IO_QUOTES_USE_TEST_CT  1
4369 static tTestDesc aIo_Quotes_UseTests[] = {
4370   { TT_EGREP,    zIo_Quotes_UseSelect0, (regex_t*)NULL }, };
4371
4372 /*
4373  *  Fix Command Arguments for Io_Quotes_Use
4374  */
4375 static const char* apzIo_Quotes_UsePatch[] = {
4376     "char_macro_use",
4377     "IO",
4378     (char*)NULL };
4379
4380 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4381  *
4382  *  Description of Ip_Missing_Semi fix
4383  */
4384 tSCC zIp_Missing_SemiName[] =
4385      "ip_missing_semi";
4386
4387 /*
4388  *  File name selection pattern
4389  */
4390 tSCC zIp_Missing_SemiList[] =
4391   "netinet/ip.h\0";
4392 /*
4393  *  Machine/OS name selection pattern
4394  */
4395 #define apzIp_Missing_SemiMachs (const char**)NULL
4396
4397 /*
4398  *  content selection pattern - do fix if pattern found
4399  */
4400 tSCC zIp_Missing_SemiSelect0[] =
4401        "}$";
4402
4403 #define    IP_MISSING_SEMI_TEST_CT  1
4404 static tTestDesc aIp_Missing_SemiTests[] = {
4405   { TT_EGREP,    zIp_Missing_SemiSelect0, (regex_t*)NULL }, };
4406
4407 /*
4408  *  Fix Command Arguments for Ip_Missing_Semi
4409  */
4410 static const char* apzIp_Missing_SemiPatch[] = { sed_cmd_z,
4411     "-e", "/^struct/,/^};/s/}$/};/",
4412     (char*)NULL };
4413
4414 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4415  *
4416  *  Description of Irix___Restrict fix
4417  */
4418 tSCC zIrix___RestrictName[] =
4419      "irix___restrict";
4420
4421 /*
4422  *  File name selection pattern
4423  */
4424 tSCC zIrix___RestrictList[] =
4425   "internal/sgimacros.h\0";
4426 /*
4427  *  Machine/OS name selection pattern
4428  */
4429 tSCC* apzIrix___RestrictMachs[] = {
4430         "mips-sgi-irix6.5",
4431         (const char*)NULL };
4432
4433 /*
4434  *  content selection pattern - do fix if pattern found
4435  */
4436 tSCC zIrix___RestrictSelect0[] =
4437        "(#ifdef __c99\n\
4438 )(#[ \t]*define __restrict restrict)";
4439
4440 #define    IRIX___RESTRICT_TEST_CT  1
4441 static tTestDesc aIrix___RestrictTests[] = {
4442   { TT_EGREP,    zIrix___RestrictSelect0, (regex_t*)NULL }, };
4443
4444 /*
4445  *  Fix Command Arguments for Irix___Restrict
4446  */
4447 static const char* apzIrix___RestrictPatch[] = {
4448     "format",
4449     "%1#  ifndef __cplusplus\n\
4450 %2\n\
4451 #  endif",
4452     (char*)NULL };
4453
4454 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4455  *
4456  *  Description of Irix___Generic1 fix
4457  */
4458 tSCC zIrix___Generic1Name[] =
4459      "irix___generic1";
4460
4461 /*
4462  *  File name selection pattern
4463  */
4464 tSCC zIrix___Generic1List[] =
4465   "internal/math_core.h\0";
4466 /*
4467  *  Machine/OS name selection pattern
4468  */
4469 tSCC* apzIrix___Generic1Machs[] = {
4470         "mips-sgi-irix6.5",
4471         (const char*)NULL };
4472
4473 /*
4474  *  content selection pattern - do fix if pattern found
4475  */
4476 tSCC zIrix___Generic1Select0[] =
4477        "#define ([a-z]+)\\(x\\) *__generic.*";
4478
4479 #define    IRIX___GENERIC1_TEST_CT  1
4480 static tTestDesc aIrix___Generic1Tests[] = {
4481   { TT_EGREP,    zIrix___Generic1Select0, (regex_t*)NULL }, };
4482
4483 /*
4484  *  Fix Command Arguments for Irix___Generic1
4485  */
4486 static const char* apzIrix___Generic1Patch[] = {
4487     "format",
4488     "extern int %1(double);\n\
4489 extern int %1f(float);\n\
4490 extern int %1l(long double);\n\
4491 #define %1(x) (sizeof(x) == sizeof(double) ? _%1(x) \\\n\
4492                : sizeof(x) == sizeof(float) ? _%1f(x) \\\n\
4493                : _%1l(x))\n",
4494     (char*)NULL };
4495
4496 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4497  *
4498  *  Description of Irix___Generic2 fix
4499  */
4500 tSCC zIrix___Generic2Name[] =
4501      "irix___generic2";
4502
4503 /*
4504  *  File name selection pattern
4505  */
4506 tSCC zIrix___Generic2List[] =
4507   "internal/math_core.h\0";
4508 /*
4509  *  Machine/OS name selection pattern
4510  */
4511 tSCC* apzIrix___Generic2Machs[] = {
4512         "mips-sgi-irix6.5",
4513         (const char*)NULL };
4514
4515 /*
4516  *  content selection pattern - do fix if pattern found
4517  */
4518 tSCC zIrix___Generic2Select0[] =
4519        "#define ([a-z]+)\\(x,y\\) *__generic.*";
4520
4521 #define    IRIX___GENERIC2_TEST_CT  1
4522 static tTestDesc aIrix___Generic2Tests[] = {
4523   { TT_EGREP,    zIrix___Generic2Select0, (regex_t*)NULL }, };
4524
4525 /*
4526  *  Fix Command Arguments for Irix___Generic2
4527  */
4528 static const char* apzIrix___Generic2Patch[] = {
4529     "format",
4530     "#define %1(x,y) \\\n\
4531   ((sizeof(x)<=4 && sizeof(y)<=4) ? _%1f(x,y) \\\n\
4532    : (sizeof(x)<=8 && sizeof(y)<=8) ? _%1(x,y) \\\n\
4533    : _%1l(x,y))\n",
4534     (char*)NULL };
4535
4536 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4537  *
4538  *  Description of Irix_Asm_Apostrophe fix
4539  */
4540 tSCC zIrix_Asm_ApostropheName[] =
4541      "irix_asm_apostrophe";
4542
4543 /*
4544  *  File name selection pattern
4545  */
4546 tSCC zIrix_Asm_ApostropheList[] =
4547   "sys/asm.h\0";
4548 /*
4549  *  Machine/OS name selection pattern
4550  */
4551 #define apzIrix_Asm_ApostropheMachs (const char**)NULL
4552
4553 /*
4554  *  content selection pattern - do fix if pattern found
4555  */
4556 tSCC zIrix_Asm_ApostropheSelect0[] =
4557        "^[ \t]*#.*[Ww]e're";
4558
4559 #define    IRIX_ASM_APOSTROPHE_TEST_CT  1
4560 static tTestDesc aIrix_Asm_ApostropheTests[] = {
4561   { TT_EGREP,    zIrix_Asm_ApostropheSelect0, (regex_t*)NULL }, };
4562
4563 /*
4564  *  Fix Command Arguments for Irix_Asm_Apostrophe
4565  */
4566 static const char* apzIrix_Asm_ApostrophePatch[] = {
4567     "format",
4568     "%1 are",
4569     "^([ \t]*#.*[Ww]e)'re",
4570     (char*)NULL };
4571
4572 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4573  *
4574  *  Description of Irix_Limits_Const fix
4575  */
4576 tSCC zIrix_Limits_ConstName[] =
4577      "irix_limits_const";
4578
4579 /*
4580  *  File name selection pattern
4581  */
4582 tSCC zIrix_Limits_ConstList[] =
4583   "fixinc-test-limits.h\0limits.h\0";
4584 /*
4585  *  Machine/OS name selection pattern
4586  */
4587 #define apzIrix_Limits_ConstMachs (const char**)NULL
4588
4589 /*
4590  *  content selection pattern - do fix if pattern found
4591  */
4592 tSCC zIrix_Limits_ConstSelect0[] =
4593        "^extern const ";
4594
4595 #define    IRIX_LIMITS_CONST_TEST_CT  1
4596 static tTestDesc aIrix_Limits_ConstTests[] = {
4597   { TT_EGREP,    zIrix_Limits_ConstSelect0, (regex_t*)NULL }, };
4598
4599 /*
4600  *  Fix Command Arguments for Irix_Limits_Const
4601  */
4602 static const char* apzIrix_Limits_ConstPatch[] = {
4603     "format",
4604     "extern __const ",
4605     (char*)NULL };
4606
4607 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4608  *
4609  *  Description of Irix_Socklen_T fix
4610  */
4611 tSCC zIrix_Socklen_TName[] =
4612      "irix_socklen_t";
4613
4614 /*
4615  *  File name selection pattern
4616  */
4617 tSCC zIrix_Socklen_TList[] =
4618   "sys/socket.h\0";
4619 /*
4620  *  Machine/OS name selection pattern
4621  */
4622 tSCC* apzIrix_Socklen_TMachs[] = {
4623         "mips-sgi-irix6.5",
4624         (const char*)NULL };
4625
4626 /*
4627  *  content selection pattern - do fix if pattern found
4628  */
4629 tSCC zIrix_Socklen_TSelect0[] =
4630        "(#define _SOCKLEN_T\n\
4631 )(typedef u_int32_t socklen_t;)";
4632
4633 #define    IRIX_SOCKLEN_T_TEST_CT  1
4634 static tTestDesc aIrix_Socklen_TTests[] = {
4635   { TT_EGREP,    zIrix_Socklen_TSelect0, (regex_t*)NULL }, };
4636
4637 /*
4638  *  Fix Command Arguments for Irix_Socklen_T
4639  */
4640 static const char* apzIrix_Socklen_TPatch[] = {
4641     "format",
4642     "%1#if _NO_XOPEN4 && _NO_XOPEN5\n\
4643 typedef int socklen_t;\n\
4644 #else\n\
4645 %2\n\
4646 #endif /* _NO_XOPEN4 && _NO_XOPEN5 */",
4647     (char*)NULL };
4648
4649 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4650  *
4651  *  Description of Irix_Stdint_C99 fix
4652  */
4653 tSCC zIrix_Stdint_C99Name[] =
4654      "irix_stdint_c99";
4655
4656 /*
4657  *  File name selection pattern
4658  */
4659 tSCC zIrix_Stdint_C99List[] =
4660   "stdint.h\0";
4661 /*
4662  *  Machine/OS name selection pattern
4663  */
4664 tSCC* apzIrix_Stdint_C99Machs[] = {
4665         "mips-sgi-irix6.5",
4666         (const char*)NULL };
4667
4668 /*
4669  *  content selection pattern - do fix if pattern found
4670  */
4671 tSCC zIrix_Stdint_C99Select0[] =
4672        "(#ifndef __c99\n\
4673 )(#error This header file is to be used only for c99 mode compilations)";
4674
4675 #define    IRIX_STDINT_C99_TEST_CT  1
4676 static tTestDesc aIrix_Stdint_C99Tests[] = {
4677   { TT_EGREP,    zIrix_Stdint_C99Select0, (regex_t*)NULL }, };
4678
4679 /*
4680  *  Fix Command Arguments for Irix_Stdint_C99
4681  */
4682 static const char* apzIrix_Stdint_C99Patch[] = {
4683     "format",
4684     "#if 0\n\
4685 %2",
4686     (char*)NULL };
4687
4688 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4689  *
4690  *  Description of Irix_Stdio_Va_List fix
4691  */
4692 tSCC zIrix_Stdio_Va_ListName[] =
4693      "irix_stdio_va_list";
4694
4695 /*
4696  *  File name selection pattern
4697  */
4698 tSCC zIrix_Stdio_Va_ListList[] =
4699   "stdio.h\0internal/stdio_core.h\0";
4700 /*
4701  *  Machine/OS name selection pattern
4702  */
4703 #define apzIrix_Stdio_Va_ListMachs (const char**)NULL
4704
4705 /*
4706  *  content selection pattern - do fix if pattern found
4707  */
4708 tSCC zIrix_Stdio_Va_ListSelect0[] =
4709        "/\\* va_list \\*/ char \\*";
4710
4711 #define    IRIX_STDIO_VA_LIST_TEST_CT  1
4712 static tTestDesc aIrix_Stdio_Va_ListTests[] = {
4713   { TT_EGREP,    zIrix_Stdio_Va_ListSelect0, (regex_t*)NULL }, };
4714
4715 /*
4716  *  Fix Command Arguments for Irix_Stdio_Va_List
4717  */
4718 static const char* apzIrix_Stdio_Va_ListPatch[] = {
4719     "format",
4720     "__gnuc_va_list",
4721     (char*)NULL };
4722
4723 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4724  *
4725  *  Description of Irix_Wcsftime fix
4726  */
4727 tSCC zIrix_WcsftimeName[] =
4728      "irix_wcsftime";
4729
4730 /*
4731  *  File name selection pattern
4732  */
4733 tSCC zIrix_WcsftimeList[] =
4734   "internal/wchar_core.h\0";
4735 /*
4736  *  Machine/OS name selection pattern
4737  */
4738 tSCC* apzIrix_WcsftimeMachs[] = {
4739         "mips-sgi-irix6.5",
4740         (const char*)NULL };
4741
4742 /*
4743  *  content selection pattern - do fix if pattern found
4744  */
4745 tSCC zIrix_WcsftimeSelect0[] =
4746        "#if _NO_XOPEN5\n\
4747 (extern size_t[ \t]+wcsftime.*const char *.*)";
4748
4749 #define    IRIX_WCSFTIME_TEST_CT  1
4750 static tTestDesc aIrix_WcsftimeTests[] = {
4751   { TT_EGREP,    zIrix_WcsftimeSelect0, (regex_t*)NULL }, };
4752
4753 /*
4754  *  Fix Command Arguments for Irix_Wcsftime
4755  */
4756 static const char* apzIrix_WcsftimePatch[] = {
4757     "format",
4758     "#if _NO_XOPEN5 && !defined(__c99)\n\
4759 %1",
4760     (char*)NULL };
4761
4762 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4763  *
4764  *  Description of Isc_Fmod fix
4765  */
4766 tSCC zIsc_FmodName[] =
4767      "isc_fmod";
4768
4769 /*
4770  *  File name selection pattern
4771  */
4772 tSCC zIsc_FmodList[] =
4773   "math.h\0";
4774 /*
4775  *  Machine/OS name selection pattern
4776  */
4777 #define apzIsc_FmodMachs (const char**)NULL
4778
4779 /*
4780  *  content selection pattern - do fix if pattern found
4781  */
4782 tSCC zIsc_FmodSelect0[] =
4783        "fmod\\(double\\)";
4784
4785 #define    ISC_FMOD_TEST_CT  1
4786 static tTestDesc aIsc_FmodTests[] = {
4787   { TT_EGREP,    zIsc_FmodSelect0, (regex_t*)NULL }, };
4788
4789 /*
4790  *  Fix Command Arguments for Isc_Fmod
4791  */
4792 static const char* apzIsc_FmodPatch[] = {
4793     "format",
4794     "fmod(double, double)",
4795     (char*)NULL };
4796
4797 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4798  *
4799  *  Description of Isc_Omits_With_Stdc fix
4800  */
4801 tSCC zIsc_Omits_With_StdcName[] =
4802      "isc_omits_with_stdc";
4803
4804 /*
4805  *  File name selection pattern
4806  */
4807 tSCC zIsc_Omits_With_StdcList[] =
4808   "stdio.h\0math.h\0ctype.h\0sys/limits.h\0sys/fcntl.h\0sys/dirent.h\0";
4809 /*
4810  *  Machine/OS name selection pattern
4811  */
4812 #define apzIsc_Omits_With_StdcMachs (const char**)NULL
4813
4814 /*
4815  *  content selection pattern - do fix if pattern found
4816  */
4817 tSCC zIsc_Omits_With_StdcSelect0[] =
4818        "!defined\\(__STDC__\\) && !defined\\(_POSIX_SOURCE\\)";
4819
4820 #define    ISC_OMITS_WITH_STDC_TEST_CT  1
4821 static tTestDesc aIsc_Omits_With_StdcTests[] = {
4822   { TT_EGREP,    zIsc_Omits_With_StdcSelect0, (regex_t*)NULL }, };
4823
4824 /*
4825  *  Fix Command Arguments for Isc_Omits_With_Stdc
4826  */
4827 static const char* apzIsc_Omits_With_StdcPatch[] = {
4828     "format",
4829     "!defined(_POSIX_SOURCE)",
4830     (char*)NULL };
4831
4832 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4833  *
4834  *  Description of Kandr_Concat fix
4835  */
4836 tSCC zKandr_ConcatName[] =
4837      "kandr_concat";
4838
4839 /*
4840  *  File name selection pattern
4841  */
4842 tSCC zKandr_ConcatList[] =
4843   "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";
4844 /*
4845  *  Machine/OS name selection pattern
4846  */
4847 #define apzKandr_ConcatMachs (const char**)NULL
4848
4849 /*
4850  *  content selection pattern - do fix if pattern found
4851  */
4852 tSCC zKandr_ConcatSelect0[] =
4853        "/\\*\\*/";
4854
4855 #define    KANDR_CONCAT_TEST_CT  1
4856 static tTestDesc aKandr_ConcatTests[] = {
4857   { TT_EGREP,    zKandr_ConcatSelect0, (regex_t*)NULL }, };
4858
4859 /*
4860  *  Fix Command Arguments for Kandr_Concat
4861  */
4862 static const char* apzKandr_ConcatPatch[] = {
4863     "format",
4864     "##",
4865     (char*)NULL };
4866
4867 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4868  *
4869  *  Description of Linux_Ia64_Ucontext fix
4870  */
4871 tSCC zLinux_Ia64_UcontextName[] =
4872      "linux_ia64_ucontext";
4873
4874 /*
4875  *  File name selection pattern
4876  */
4877 tSCC zLinux_Ia64_UcontextList[] =
4878   "sys/ucontext.h\0";
4879 /*
4880  *  Machine/OS name selection pattern
4881  */
4882 tSCC* apzLinux_Ia64_UcontextMachs[] = {
4883         "ia64-*-linux*",
4884         (const char*)NULL };
4885
4886 /*
4887  *  content selection pattern - do fix if pattern found
4888  */
4889 tSCC zLinux_Ia64_UcontextSelect0[] =
4890        "\\(\\(\\(char \\*\\) &\\(\\(struct sigcontext \\*\\) 0\\)->sc_gr\\[0\\]\\) - \\(char \\*\\) 0\\)";
4891
4892 #define    LINUX_IA64_UCONTEXT_TEST_CT  1
4893 static tTestDesc aLinux_Ia64_UcontextTests[] = {
4894   { TT_EGREP,    zLinux_Ia64_UcontextSelect0, (regex_t*)NULL }, };
4895
4896 /*
4897  *  Fix Command Arguments for Linux_Ia64_Ucontext
4898  */
4899 static const char* apzLinux_Ia64_UcontextPatch[] = {
4900     "format",
4901     "__builtin_offsetof (struct sigcontext, sc_gr[0])",
4902     (char*)NULL };
4903
4904 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4905  *
4906  *  Description of Lynxos_No_Warning_In_Sys_Time_H fix
4907  */
4908 tSCC zLynxos_No_Warning_In_Sys_Time_HName[] =
4909      "lynxos_no_warning_in_sys_time_h";
4910
4911 /*
4912  *  File name selection pattern
4913  */
4914 tSCC zLynxos_No_Warning_In_Sys_Time_HList[] =
4915   "sys/time.h\0";
4916 /*
4917  *  Machine/OS name selection pattern
4918  */
4919 #define apzLynxos_No_Warning_In_Sys_Time_HMachs (const char**)NULL
4920
4921 /*
4922  *  content selection pattern - do fix if pattern found
4923  */
4924 tSCC zLynxos_No_Warning_In_Sys_Time_HSelect0[] =
4925        "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
4926
4927 #define    LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT  1
4928 static tTestDesc aLynxos_No_Warning_In_Sys_Time_HTests[] = {
4929   { TT_EGREP,    zLynxos_No_Warning_In_Sys_Time_HSelect0, (regex_t*)NULL }, };
4930
4931 /*
4932  *  Fix Command Arguments for Lynxos_No_Warning_In_Sys_Time_H
4933  */
4934 static const char* apzLynxos_No_Warning_In_Sys_Time_HPatch[] = {
4935     "format",
4936     "",
4937     (char*)NULL };
4938
4939 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4940  *
4941  *  Description of Lynxos_Missing_Putenv fix
4942  */
4943 tSCC zLynxos_Missing_PutenvName[] =
4944      "lynxos_missing_putenv";
4945
4946 /*
4947  *  File name selection pattern
4948  */
4949 tSCC zLynxos_Missing_PutenvList[] =
4950   "stdlib.h\0";
4951 /*
4952  *  Machine/OS name selection pattern
4953  */
4954 tSCC* apzLynxos_Missing_PutenvMachs[] = {
4955         "*-*-lynxos*",
4956         (const char*)NULL };
4957
4958 /*
4959  *  content selection pattern - do fix if pattern found
4960  */
4961 tSCC zLynxos_Missing_PutenvSelect0[] =
4962        "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
4963
4964 /*
4965  *  content bypass pattern - skip fix if pattern found
4966  */
4967 tSCC zLynxos_Missing_PutenvBypass0[] =
4968        "putenv[ \\t]*\\(";
4969
4970 #define    LYNXOS_MISSING_PUTENV_TEST_CT  2
4971 static tTestDesc aLynxos_Missing_PutenvTests[] = {
4972   { TT_NEGREP,   zLynxos_Missing_PutenvBypass0, (regex_t*)NULL },
4973   { TT_EGREP,    zLynxos_Missing_PutenvSelect0, (regex_t*)NULL }, };
4974
4975 /*
4976  *  Fix Command Arguments for Lynxos_Missing_Putenv
4977  */
4978 static const char* apzLynxos_Missing_PutenvPatch[] = {
4979     "format",
4980     "%0\n\
4981 extern int putenv\t\t\t\t_AP((char *));",
4982     "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);",
4983     (char*)NULL };
4984
4985 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4986  *
4987  *  Description of Machine_Ansi_H_Va_List fix
4988  */
4989 tSCC zMachine_Ansi_H_Va_ListName[] =
4990      "machine_ansi_h_va_list";
4991
4992 /*
4993  *  File name selection pattern
4994  */
4995 #define zMachine_Ansi_H_Va_ListList (char*)NULL
4996 /*
4997  *  Machine/OS name selection pattern
4998  */
4999 #define apzMachine_Ansi_H_Va_ListMachs (const char**)NULL
5000
5001 /*
5002  *  content selection pattern - do fix if pattern found
5003  */
5004 tSCC zMachine_Ansi_H_Va_ListSelect0[] =
5005        "define[ \t]+_BSD_VA_LIST_[ \t]";
5006
5007 /*
5008  *  content bypass pattern - skip fix if pattern found
5009  */
5010 tSCC zMachine_Ansi_H_Va_ListBypass0[] =
5011        "__builtin_va_list";
5012
5013 #define    MACHINE_ANSI_H_VA_LIST_TEST_CT  2
5014 static tTestDesc aMachine_Ansi_H_Va_ListTests[] = {
5015   { TT_NEGREP,   zMachine_Ansi_H_Va_ListBypass0, (regex_t*)NULL },
5016   { TT_EGREP,    zMachine_Ansi_H_Va_ListSelect0, (regex_t*)NULL }, };
5017
5018 /*
5019  *  Fix Command Arguments for Machine_Ansi_H_Va_List
5020  */
5021 static const char* apzMachine_Ansi_H_Va_ListPatch[] = {
5022     "format",
5023     "%1__builtin_va_list",
5024     "(define[ \t]+_BSD_VA_LIST_[ \t]+).*",
5025     (char*)NULL };
5026
5027 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5028  *
5029  *  Description of Machine_Name fix
5030  */
5031 tSCC zMachine_NameName[] =
5032      "machine_name";
5033
5034 /*
5035  *  File name selection pattern
5036  */
5037 #define zMachine_NameList (char*)NULL
5038 /*
5039  *  Machine/OS name selection pattern
5040  */
5041 #define apzMachine_NameMachs (const char**)NULL
5042
5043 /*
5044  *  perform the C function call test
5045  */
5046 tSCC zMachine_NameFTst0[] = "machine_name";
5047
5048 #define    MACHINE_NAME_TEST_CT  1
5049 static tTestDesc aMachine_NameTests[] = {
5050   { TT_FUNCTION, zMachine_NameFTst0,   0 /* unused */ }, };
5051
5052 /*
5053  *  Fix Command Arguments for Machine_Name
5054  */
5055 static const char* apzMachine_NamePatch[] = {
5056     "machine_name",
5057     (char*)NULL };
5058
5059 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5060  *
5061  *  Description of Math_Exception fix
5062  */
5063 tSCC zMath_ExceptionName[] =
5064      "math_exception";
5065
5066 /*
5067  *  File name selection pattern
5068  */
5069 tSCC zMath_ExceptionList[] =
5070   "math.h\0";
5071 /*
5072  *  Machine/OS name selection pattern
5073  */
5074 #define apzMath_ExceptionMachs (const char**)NULL
5075
5076 /*
5077  *  content selection pattern - do fix if pattern found
5078  */
5079 tSCC zMath_ExceptionSelect0[] =
5080        "struct exception";
5081
5082 /*
5083  *  content bypass pattern - skip fix if pattern found
5084  */
5085 tSCC zMath_ExceptionBypass0[] =
5086        "We have a problem when using C\\+\\+|for C\\+\\+, _[a-z0-9A-Z_]+_exception; for C, exception";
5087
5088 #define    MATH_EXCEPTION_TEST_CT  2
5089 static tTestDesc aMath_ExceptionTests[] = {
5090   { TT_NEGREP,   zMath_ExceptionBypass0, (regex_t*)NULL },
5091   { TT_EGREP,    zMath_ExceptionSelect0, (regex_t*)NULL }, };
5092
5093 /*
5094  *  Fix Command Arguments for Math_Exception
5095  */
5096 static const char* apzMath_ExceptionPatch[] = {
5097     "wrap",
5098     "#ifdef __cplusplus\n\
5099 #define exception __math_exception\n\
5100 #endif\n",
5101     "#ifdef __cplusplus\n\
5102 #undef exception\n\
5103 #endif\n",
5104     (char*)NULL };
5105
5106 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5107  *
5108  *  Description of Math_Huge_Val_From_Dbl_Max fix
5109  */
5110 tSCC zMath_Huge_Val_From_Dbl_MaxName[] =
5111      "math_huge_val_from_dbl_max";
5112
5113 /*
5114  *  File name selection pattern
5115  */
5116 tSCC zMath_Huge_Val_From_Dbl_MaxList[] =
5117   "math.h\0";
5118 /*
5119  *  Machine/OS name selection pattern
5120  */
5121 #define apzMath_Huge_Val_From_Dbl_MaxMachs (const char**)NULL
5122
5123 /*
5124  *  content selection pattern - do fix if pattern found
5125  */
5126 tSCC zMath_Huge_Val_From_Dbl_MaxSelect0[] =
5127        "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
5128
5129 /*
5130  *  content bypass pattern - skip fix if pattern found
5131  */
5132 tSCC zMath_Huge_Val_From_Dbl_MaxBypass0[] =
5133        "define[ \t]+DBL_MAX";
5134
5135 #define    MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT  2
5136 static tTestDesc aMath_Huge_Val_From_Dbl_MaxTests[] = {
5137   { TT_NEGREP,   zMath_Huge_Val_From_Dbl_MaxBypass0, (regex_t*)NULL },
5138   { TT_EGREP,    zMath_Huge_Val_From_Dbl_MaxSelect0, (regex_t*)NULL }, };
5139
5140 /*
5141  *  Fix Command Arguments for Math_Huge_Val_From_Dbl_Max
5142  */
5143 static const char* apzMath_Huge_Val_From_Dbl_MaxPatch[] = { "sh", "-c",
5144     "\tdbl_max_def=`egrep 'define[ \t]+DBL_MAX[ \t]+.*' float.h | sed 's/.*DBL_MAX[ \t]*//' 2>/dev/null`\n\n\
5145 \tif ( test -n \"${dbl_max_def}\" ) > /dev/null 2>&1\n\
5146 \tthen sed -e '/define[ \t]*HUGE_VAL[ \t]*DBL_MAX/s@DBL_MAX@'\"$dbl_max_def@\"\n\
5147 \telse cat\n\
5148 \tfi",
5149     (char*)NULL };
5150
5151 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5152  *
5153  *  Description of Nested_Auth_Des fix
5154  */
5155 tSCC zNested_Auth_DesName[] =
5156      "nested_auth_des";
5157
5158 /*
5159  *  File name selection pattern
5160  */
5161 tSCC zNested_Auth_DesList[] =
5162   "rpc/rpc.h\0";
5163 /*
5164  *  Machine/OS name selection pattern
5165  */
5166 #define apzNested_Auth_DesMachs (const char**)NULL
5167
5168 /*
5169  *  content selection pattern - do fix if pattern found
5170  */
5171 tSCC zNested_Auth_DesSelect0[] =
5172        "(/\\*.*rpc/auth_des\\.h>.*)/\\*";
5173
5174 #define    NESTED_AUTH_DES_TEST_CT  1
5175 static tTestDesc aNested_Auth_DesTests[] = {
5176   { TT_EGREP,    zNested_Auth_DesSelect0, (regex_t*)NULL }, };
5177
5178 /*
5179  *  Fix Command Arguments for Nested_Auth_Des
5180  */
5181 static const char* apzNested_Auth_DesPatch[] = {
5182     "format",
5183     "%1*/ /*",
5184     (char*)NULL };
5185
5186 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5187  *
5188  *  Description of Nested_Sys_Limits fix
5189  */
5190 tSCC zNested_Sys_LimitsName[] =
5191      "nested_sys_limits";
5192
5193 /*
5194  *  File name selection pattern
5195  */
5196 tSCC zNested_Sys_LimitsList[] =
5197   "sys/limits.h\0";
5198 /*
5199  *  Machine/OS name selection pattern
5200  */
5201 #define apzNested_Sys_LimitsMachs (const char**)NULL
5202
5203 /*
5204  *  content selection pattern - do fix if pattern found
5205  */
5206 tSCC zNested_Sys_LimitsSelect0[] =
5207        "CHILD_MAX";
5208
5209 #define    NESTED_SYS_LIMITS_TEST_CT  1
5210 static tTestDesc aNested_Sys_LimitsTests[] = {
5211   { TT_EGREP,    zNested_Sys_LimitsSelect0, (regex_t*)NULL }, };
5212
5213 /*
5214  *  Fix Command Arguments for Nested_Sys_Limits
5215  */
5216 static const char* apzNested_Sys_LimitsPatch[] = { sed_cmd_z,
5217     "-e", "/CHILD_MAX/s,/\\* Max, Max,",
5218     "-e", "/OPEN_MAX/s,/\\* Max, Max,",
5219     (char*)NULL };
5220
5221 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5222  *
5223  *  Description of Netbsd_C99_Inline_1 fix
5224  */
5225 tSCC zNetbsd_C99_Inline_1Name[] =
5226      "netbsd_c99_inline_1";
5227
5228 /*
5229  *  File name selection pattern
5230  */
5231 tSCC zNetbsd_C99_Inline_1List[] =
5232   "signal.h\0";
5233 /*
5234  *  Machine/OS name selection pattern
5235  */
5236 tSCC* apzNetbsd_C99_Inline_1Machs[] = {
5237         "*-*-netbsd*",
5238         (const char*)NULL };
5239
5240 /*
5241  *  content selection pattern - do fix if pattern found
5242  */
5243 tSCC zNetbsd_C99_Inline_1Select0[] =
5244        "extern __inline int";
5245
5246 #define    NETBSD_C99_INLINE_1_TEST_CT  1
5247 static tTestDesc aNetbsd_C99_Inline_1Tests[] = {
5248   { TT_EGREP,    zNetbsd_C99_Inline_1Select0, (regex_t*)NULL }, };
5249
5250 /*
5251  *  Fix Command Arguments for Netbsd_C99_Inline_1
5252  */
5253 static const char* apzNetbsd_C99_Inline_1Patch[] = {
5254     "format",
5255     "extern\n\
5256 #ifdef __GNUC_STDC_INLINE__\n\
5257 __attribute__((__gnu_inline__))\n\
5258 #endif\n\
5259 __inline int",
5260     (char*)NULL };
5261
5262 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5263  *
5264  *  Description of Netbsd_C99_Inline_2 fix
5265  */
5266 tSCC zNetbsd_C99_Inline_2Name[] =
5267      "netbsd_c99_inline_2";
5268
5269 /*
5270  *  File name selection pattern
5271  */
5272 tSCC zNetbsd_C99_Inline_2List[] =
5273   "signal.h\0";
5274 /*
5275  *  Machine/OS name selection pattern
5276  */
5277 tSCC* apzNetbsd_C99_Inline_2Machs[] = {
5278         "*-*-netbsd*",
5279         (const char*)NULL };
5280
5281 /*
5282  *  content selection pattern - do fix if pattern found
5283  */
5284 tSCC zNetbsd_C99_Inline_2Select0[] =
5285        "#define _SIGINLINE extern __inline";
5286
5287 #define    NETBSD_C99_INLINE_2_TEST_CT  1
5288 static tTestDesc aNetbsd_C99_Inline_2Tests[] = {
5289   { TT_EGREP,    zNetbsd_C99_Inline_2Select0, (regex_t*)NULL }, };
5290
5291 /*
5292  *  Fix Command Arguments for Netbsd_C99_Inline_2
5293  */
5294 static const char* apzNetbsd_C99_Inline_2Patch[] = {
5295     "format",
5296     "#ifdef __GNUC_STDC_INLINE__\n\
5297 #define _SIGINLINE extern __attribute__((__gnu_inline__)) __inline\n\
5298 #else\n\
5299 %0\n\
5300 #endif",
5301     (char*)NULL };
5302
5303 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5304  *
5305  *  Description of Netbsd_Extra_Semicolon fix
5306  */
5307 tSCC zNetbsd_Extra_SemicolonName[] =
5308      "netbsd_extra_semicolon";
5309
5310 /*
5311  *  File name selection pattern
5312  */
5313 tSCC zNetbsd_Extra_SemicolonList[] =
5314   "sys/cdefs.h\0";
5315 /*
5316  *  Machine/OS name selection pattern
5317  */
5318 tSCC* apzNetbsd_Extra_SemicolonMachs[] = {
5319         "*-*-netbsd*",
5320         (const char*)NULL };
5321
5322 /*
5323  *  content selection pattern - do fix if pattern found
5324  */
5325 tSCC zNetbsd_Extra_SemicolonSelect0[] =
5326        "#define[ \t]*__END_DECLS[ \t]*};";
5327
5328 #define    NETBSD_EXTRA_SEMICOLON_TEST_CT  1
5329 static tTestDesc aNetbsd_Extra_SemicolonTests[] = {
5330   { TT_EGREP,    zNetbsd_Extra_SemicolonSelect0, (regex_t*)NULL }, };
5331
5332 /*
5333  *  Fix Command Arguments for Netbsd_Extra_Semicolon
5334  */
5335 static const char* apzNetbsd_Extra_SemicolonPatch[] = {
5336     "format",
5337     "#define __END_DECLS }",
5338     (char*)NULL };
5339
5340 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5341  *
5342  *  Description of Newlib_Stdint_1 fix
5343  */
5344 tSCC zNewlib_Stdint_1Name[] =
5345      "newlib_stdint_1";
5346
5347 /*
5348  *  File name selection pattern
5349  */
5350 tSCC zNewlib_Stdint_1List[] =
5351   "stdint.h\0";
5352 /*
5353  *  Machine/OS name selection pattern
5354  */
5355 #define apzNewlib_Stdint_1Machs (const char**)NULL
5356
5357 /*
5358  *  content selection pattern - do fix if pattern found
5359  */
5360 tSCC zNewlib_Stdint_1Select0[] =
5361        "@todo - Add support for wint_t types";
5362
5363 #define    NEWLIB_STDINT_1_TEST_CT  1
5364 static tTestDesc aNewlib_Stdint_1Tests[] = {
5365   { TT_EGREP,    zNewlib_Stdint_1Select0, (regex_t*)NULL }, };
5366
5367 /*
5368  *  Fix Command Arguments for Newlib_Stdint_1
5369  */
5370 static const char* apzNewlib_Stdint_1Patch[] = { sed_cmd_z,
5371     "-e", "s@#define INT32_MIN.*@#define INT32_MIN (-INT32_MAX - 1)@",
5372     "-e", "s@#define INT32_MAX.*@#define INT32_MAX __INT32_MAX__@",
5373     "-e", "s@#define UINT32_MAX.*@#define UINT32_MAX __UINT32_MAX__@",
5374     "-e", "s@#define INT_LEAST32_MIN.*@#define INT_LEAST32_MIN (-INT_LEAST32_MAX - 1)@",
5375     "-e", "s@#define INT_LEAST32_MAX.*@#define INT_LEAST32_MAX __INT_LEAST32_MAX__@",
5376     "-e", "s@#define UINT_LEAST32_MAX.*@#define UINT_LEAST32_MAX __UINT_LEAST32_MAX__@",
5377     "-e", "s@#define INT_FAST\\([0-9]*\\)_MIN.*@#define INT_FAST\\1_MIN (-INT_FAST\\1_MAX - 1)@",
5378     "-e", "s@#define INT_FAST\\([0-9]*\\)_MAX.*@#define INT_FAST\\1_MAX __INT_FAST\\1_MAX__@",
5379     "-e", "s@#define UINT_FAST\\([0-9]*\\)_MAX.*@#define UINT_FAST\\1_MAX __UINT_FAST\\1_MAX__@",
5380     "-e", "s@#define SIZE_MAX.*@#define SIZE_MAX __SIZE_MAX__@",
5381     "-e", "s@#define PTRDIFF_MIN.*@#define PTRDIFF_MIN (-PTRDIFF_MAX - 1)@",
5382     "-e", "s@#define PTRDIFF_MAX.*@#define PTRDIFF_MAX __PTRDIFF_MAX__@",
5383     "-e", "s@#define UINT8_C.*@#define UINT8_C(c) __UINT8_C(c)@",
5384     "-e", "s@#define UINT16_C.*@#define UINT16_C(c) __UINT16_C(c)@",
5385     (char*)NULL };
5386
5387 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5388  *
5389  *  Description of Newlib_Stdint_2 fix
5390  */
5391 tSCC zNewlib_Stdint_2Name[] =
5392      "newlib_stdint_2";
5393
5394 /*
5395  *  File name selection pattern
5396  */
5397 tSCC zNewlib_Stdint_2List[] =
5398   "stdint.h\0";
5399 /*
5400  *  Machine/OS name selection pattern
5401  */
5402 #define apzNewlib_Stdint_2Machs (const char**)NULL
5403
5404 /*
5405  *  content selection pattern - do fix if pattern found
5406  */
5407 tSCC zNewlib_Stdint_2Select0[] =
5408        "@todo - Add support for wint_t types";
5409
5410 #define    NEWLIB_STDINT_2_TEST_CT  1
5411 static tTestDesc aNewlib_Stdint_2Tests[] = {
5412   { TT_EGREP,    zNewlib_Stdint_2Select0, (regex_t*)NULL }, };
5413
5414 /*
5415  *  Fix Command Arguments for Newlib_Stdint_2
5416  */
5417 static const char* apzNewlib_Stdint_2Patch[] = {
5418     "format",
5419     "#define INTMAX_MAX __INTMAX_MAX__\n\
5420 #define INTMAX_MIN (-INTMAX_MAX - 1)\n\
5421 #define UINTMAX_MAX __UINTMAX_MAX__\n\
5422 #define WCHAR_MAX __WCHAR_MAX__\n\
5423 #define WCHAR_MIN __WCHAR_MIN__\n\
5424 #define WINT_MAX __WINT_MAX__\n\
5425 #define WINT_MIN __WINT_MIN__\n\n\
5426 %0",
5427     "/\\*\\* Macros for minimum-width integer constant expressions \\*/",
5428     (char*)NULL };
5429
5430 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5431  *
5432  *  Description of Next_Math_Prefix fix
5433  */
5434 tSCC zNext_Math_PrefixName[] =
5435      "next_math_prefix";
5436
5437 /*
5438  *  File name selection pattern
5439  */
5440 tSCC zNext_Math_PrefixList[] =
5441   "ansi/math.h\0";
5442 /*
5443  *  Machine/OS name selection pattern
5444  */
5445 #define apzNext_Math_PrefixMachs (const char**)NULL
5446
5447 /*
5448  *  content selection pattern - do fix if pattern found
5449  */
5450 tSCC zNext_Math_PrefixSelect0[] =
5451        "^extern[ \t]+double[ \t]+__const__[ \t]";
5452
5453 #define    NEXT_MATH_PREFIX_TEST_CT  1
5454 static tTestDesc aNext_Math_PrefixTests[] = {
5455   { TT_EGREP,    zNext_Math_PrefixSelect0, (regex_t*)NULL }, };
5456
5457 /*
5458  *  Fix Command Arguments for Next_Math_Prefix
5459  */
5460 static const char* apzNext_Math_PrefixPatch[] = {
5461     "format",
5462     "extern double %1(",
5463     "^extern[ \t]+double[ \t]+__const__[ \t]+([a-z]+)\\(",
5464     (char*)NULL };
5465
5466 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5467  *
5468  *  Description of Next_Template fix
5469  */
5470 tSCC zNext_TemplateName[] =
5471      "next_template";
5472
5473 /*
5474  *  File name selection pattern
5475  */
5476 tSCC zNext_TemplateList[] =
5477   "bsd/libc.h\0";
5478 /*
5479  *  Machine/OS name selection pattern
5480  */
5481 #define apzNext_TemplateMachs (const char**)NULL
5482
5483 /*
5484  *  content selection pattern - do fix if pattern found
5485  */
5486 tSCC zNext_TemplateSelect0[] =
5487        "[ \t]template\\)";
5488
5489 #define    NEXT_TEMPLATE_TEST_CT  1
5490 static tTestDesc aNext_TemplateTests[] = {
5491   { TT_EGREP,    zNext_TemplateSelect0, (regex_t*)NULL }, };
5492
5493 /*
5494  *  Fix Command Arguments for Next_Template
5495  */
5496 static const char* apzNext_TemplatePatch[] = {
5497     "format",
5498     "(%1)",
5499     "\\(([^)]*)[ \t]template\\)",
5500     (char*)NULL };
5501
5502 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5503  *
5504  *  Description of Next_Volitile fix
5505  */
5506 tSCC zNext_VolitileName[] =
5507      "next_volitile";
5508
5509 /*
5510  *  File name selection pattern
5511  */
5512 tSCC zNext_VolitileList[] =
5513   "ansi/stdlib.h\0";
5514 /*
5515  *  Machine/OS name selection pattern
5516  */
5517 #define apzNext_VolitileMachs (const char**)NULL
5518
5519 /*
5520  *  content selection pattern - do fix if pattern found
5521  */
5522 tSCC zNext_VolitileSelect0[] =
5523        "^extern[ \t]+volatile[ \t]+void[ \t]";
5524
5525 #define    NEXT_VOLITILE_TEST_CT  1
5526 static tTestDesc aNext_VolitileTests[] = {
5527   { TT_EGREP,    zNext_VolitileSelect0, (regex_t*)NULL }, };
5528
5529 /*
5530  *  Fix Command Arguments for Next_Volitile
5531  */
5532 static const char* apzNext_VolitilePatch[] = {
5533     "format",
5534     "extern void %1(",
5535     "^extern[ \t]+volatile[ \t]+void[ \t]+(exit|abort)\\(",
5536     (char*)NULL };
5537
5538 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5539  *
5540  *  Description of Next_Wait_Union fix
5541  */
5542 tSCC zNext_Wait_UnionName[] =
5543      "next_wait_union";
5544
5545 /*
5546  *  File name selection pattern
5547  */
5548 tSCC zNext_Wait_UnionList[] =
5549   "sys/wait.h\0";
5550 /*
5551  *  Machine/OS name selection pattern
5552  */
5553 #define apzNext_Wait_UnionMachs (const char**)NULL
5554
5555 /*
5556  *  content selection pattern - do fix if pattern found
5557  */
5558 tSCC zNext_Wait_UnionSelect0[] =
5559        "wait\\(union wait";
5560
5561 #define    NEXT_WAIT_UNION_TEST_CT  1
5562 static tTestDesc aNext_Wait_UnionTests[] = {
5563   { TT_EGREP,    zNext_Wait_UnionSelect0, (regex_t*)NULL }, };
5564
5565 /*
5566  *  Fix Command Arguments for Next_Wait_Union
5567  */
5568 static const char* apzNext_Wait_UnionPatch[] = {
5569     "format",
5570     "wait(void",
5571     (char*)NULL };
5572
5573 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5574  *
5575  *  Description of Nodeent_Syntax fix
5576  */
5577 tSCC zNodeent_SyntaxName[] =
5578      "nodeent_syntax";
5579
5580 /*
5581  *  File name selection pattern
5582  */
5583 tSCC zNodeent_SyntaxList[] =
5584   "netdnet/dnetdb.h\0";
5585 /*
5586  *  Machine/OS name selection pattern
5587  */
5588 #define apzNodeent_SyntaxMachs (const char**)NULL
5589
5590 /*
5591  *  content selection pattern - do fix if pattern found
5592  */
5593 tSCC zNodeent_SyntaxSelect0[] =
5594        "char[ \t]*\\*na_addr[ \t]*$";
5595
5596 #define    NODEENT_SYNTAX_TEST_CT  1
5597 static tTestDesc aNodeent_SyntaxTests[] = {
5598   { TT_EGREP,    zNodeent_SyntaxSelect0, (regex_t*)NULL }, };
5599
5600 /*
5601  *  Fix Command Arguments for Nodeent_Syntax
5602  */
5603 static const char* apzNodeent_SyntaxPatch[] = {
5604     "format",
5605     "%0;",
5606     (char*)NULL };
5607
5608 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5609  *
5610  *  Description of Openbsd_Null_Definition fix
5611  */
5612 tSCC zOpenbsd_Null_DefinitionName[] =
5613      "openbsd_null_definition";
5614
5615 /*
5616  *  File name selection pattern
5617  */
5618 tSCC zOpenbsd_Null_DefinitionList[] =
5619   "locale.h\0stddef.h\0stdio.h\0string.h\0time.h\0unistd.h\0wchar.h\0sys/param.h\0";
5620 /*
5621  *  Machine/OS name selection pattern
5622  */
5623 tSCC* apzOpenbsd_Null_DefinitionMachs[] = {
5624         "*-*-openbsd*",
5625         (const char*)NULL };
5626
5627 /*
5628  *  content selection pattern - do fix if pattern found
5629  */
5630 tSCC zOpenbsd_Null_DefinitionSelect0[] =
5631        "__GNUG__";
5632
5633 #define    OPENBSD_NULL_DEFINITION_TEST_CT  1
5634 static tTestDesc aOpenbsd_Null_DefinitionTests[] = {
5635   { TT_EGREP,    zOpenbsd_Null_DefinitionSelect0, (regex_t*)NULL }, };
5636
5637 /*
5638  *  Fix Command Arguments for Openbsd_Null_Definition
5639  */
5640 static const char* apzOpenbsd_Null_DefinitionPatch[] = {
5641     "format",
5642     "#ifndef NULL\n\
5643 #ifdef __cplusplus\n\
5644 #ifdef __GNUG__\n\
5645 #define NULL\t__null\n\
5646 #else\t /* ! __GNUG__  */\n\
5647 #define NULL\t0L\n\
5648 #endif\t /* __GNUG__  */\n\
5649 #else\t /* ! __cplusplus  */\n\
5650 #define NULL\t((void *)0)\n\
5651 #endif\t /* __cplusplus  */\n\
5652 #endif\t /* !NULL  */",
5653     "^#ifndef[ \t]*NULL\n\
5654 ^#ifdef[ \t]*__GNUG__\n\
5655 ^#define[ \t]*NULL[ \t]*__null\n\
5656 ^#else\n\
5657 ^#define[ \t]*NULL[ \t]*0L\n\
5658 ^#endif\n\
5659 ^#endif",
5660     (char*)NULL };
5661
5662 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5663  *
5664  *  Description of Obstack_Lvalue_Cast fix
5665  */
5666 tSCC zObstack_Lvalue_CastName[] =
5667      "obstack_lvalue_cast";
5668
5669 /*
5670  *  File name selection pattern
5671  */
5672 tSCC zObstack_Lvalue_CastList[] =
5673   "obstack.h\0";
5674 /*
5675  *  Machine/OS name selection pattern
5676  */
5677 #define apzObstack_Lvalue_CastMachs (const char**)NULL
5678
5679 /*
5680  *  content selection pattern - do fix if pattern found
5681  */
5682 tSCC zObstack_Lvalue_CastSelect0[] =
5683        "\\*\\(\\(([^()]*)\\*\\)(.*)\\)\\+\\+ = \\(([^()]*)\\)";
5684
5685 #define    OBSTACK_LVALUE_CAST_TEST_CT  1
5686 static tTestDesc aObstack_Lvalue_CastTests[] = {
5687   { TT_EGREP,    zObstack_Lvalue_CastSelect0, (regex_t*)NULL }, };
5688
5689 /*
5690  *  Fix Command Arguments for Obstack_Lvalue_Cast
5691  */
5692 static const char* apzObstack_Lvalue_CastPatch[] = {
5693     "format",
5694     "((*((%1*)%2) = (%3)), (%2 += sizeof (%1)))",
5695     (char*)NULL };
5696
5697 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5698  *
5699  *  Description of Openbsd_Va_Start fix
5700  */
5701 tSCC zOpenbsd_Va_StartName[] =
5702      "openbsd_va_start";
5703
5704 /*
5705  *  File name selection pattern
5706  */
5707 tSCC zOpenbsd_Va_StartList[] =
5708   "stdarg.h\0";
5709 /*
5710  *  Machine/OS name selection pattern
5711  */
5712 tSCC* apzOpenbsd_Va_StartMachs[] = {
5713         "*-*-openbsd*",
5714         (const char*)NULL };
5715
5716 /*
5717  *  content selection pattern - do fix if pattern found
5718  */
5719 tSCC zOpenbsd_Va_StartSelect0[] =
5720        "__builtin_stdarg_start";
5721
5722 #define    OPENBSD_VA_START_TEST_CT  1
5723 static tTestDesc aOpenbsd_Va_StartTests[] = {
5724   { TT_EGREP,    zOpenbsd_Va_StartSelect0, (regex_t*)NULL }, };
5725
5726 /*
5727  *  Fix Command Arguments for Openbsd_Va_Start
5728  */
5729 static const char* apzOpenbsd_Va_StartPatch[] = {
5730     "format",
5731     "__builtin_va_start",
5732     (char*)NULL };
5733
5734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5735  *
5736  *  Description of Osf_Namespace_A fix
5737  */
5738 tSCC zOsf_Namespace_AName[] =
5739      "osf_namespace_a";
5740
5741 /*
5742  *  File name selection pattern
5743  */
5744 tSCC zOsf_Namespace_AList[] =
5745   "reg_types.h\0sys/lc_core.h\0";
5746 /*
5747  *  Machine/OS name selection pattern
5748  */
5749 #define apzOsf_Namespace_AMachs (const char**)NULL
5750
5751 /*
5752  *  perform the 'test' shell command - do fix on success
5753  */
5754 tSCC zOsf_Namespace_ATest0[] =
5755        " -r reg_types.h";
5756 tSCC zOsf_Namespace_ATest1[] =
5757        " -r sys/lc_core.h";
5758 tSCC zOsf_Namespace_ATest2[] =
5759        " -n \"`grep '} regex_t;' reg_types.h`\"";
5760 tSCC zOsf_Namespace_ATest3[] =
5761        " -z \"`grep __regex_t regex.h`\"";
5762
5763 #define    OSF_NAMESPACE_A_TEST_CT  4
5764 static tTestDesc aOsf_Namespace_ATests[] = {
5765   { TT_TEST,     zOsf_Namespace_ATest0,   0 /* unused */ },
5766   { TT_TEST,     zOsf_Namespace_ATest1,   0 /* unused */ },
5767   { TT_TEST,     zOsf_Namespace_ATest2,   0 /* unused */ },
5768   { TT_TEST,     zOsf_Namespace_ATest3,   0 /* unused */ }, };
5769
5770 /*
5771  *  Fix Command Arguments for Osf_Namespace_A
5772  */
5773 static const char* apzOsf_Namespace_APatch[] = {
5774     "format",
5775     "__%0",
5776     "reg(ex|off|match)_t",
5777     (char*)NULL };
5778
5779 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5780  *
5781  *  Description of Osf_Namespace_C fix
5782  */
5783 tSCC zOsf_Namespace_CName[] =
5784      "osf_namespace_c";
5785
5786 /*
5787  *  File name selection pattern
5788  */
5789 tSCC zOsf_Namespace_CList[] =
5790   "regex.h\0";
5791 /*
5792  *  Machine/OS name selection pattern
5793  */
5794 #define apzOsf_Namespace_CMachs (const char**)NULL
5795
5796 /*
5797  *  content selection pattern - do fix if pattern found
5798  */
5799 tSCC zOsf_Namespace_CSelect0[] =
5800        "#include <reg_types.h>.*";
5801
5802 /*
5803  *  perform the 'test' shell command - do fix on success
5804  */
5805 tSCC zOsf_Namespace_CTest0[] =
5806        " -r reg_types.h";
5807 tSCC zOsf_Namespace_CTest1[] =
5808        " -r sys/lc_core.h";
5809 tSCC zOsf_Namespace_CTest2[] =
5810        " -n \"`grep '} regex_t;' reg_types.h`\"";
5811 tSCC zOsf_Namespace_CTest3[] =
5812        " -z \"`grep __regex_t regex.h`\"";
5813
5814 #define    OSF_NAMESPACE_C_TEST_CT  5
5815 static tTestDesc aOsf_Namespace_CTests[] = {
5816   { TT_TEST,     zOsf_Namespace_CTest0,   0 /* unused */ },
5817   { TT_TEST,     zOsf_Namespace_CTest1,   0 /* unused */ },
5818   { TT_TEST,     zOsf_Namespace_CTest2,   0 /* unused */ },
5819   { TT_TEST,     zOsf_Namespace_CTest3,   0 /* unused */ },
5820   { TT_EGREP,    zOsf_Namespace_CSelect0, (regex_t*)NULL }, };
5821
5822 /*
5823  *  Fix Command Arguments for Osf_Namespace_C
5824  */
5825 static const char* apzOsf_Namespace_CPatch[] = {
5826     "format",
5827     "%0\n\
5828 typedef __regex_t\tregex_t;\n\
5829 typedef __regoff_t\tregoff_t;\n\
5830 typedef __regmatch_t\tregmatch_t;",
5831     (char*)NULL };
5832
5833 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5834  *
5835  *  Description of Pthread_Incomplete_Struct_Argument fix
5836  */
5837 tSCC zPthread_Incomplete_Struct_ArgumentName[] =
5838      "pthread_incomplete_struct_argument";
5839
5840 /*
5841  *  File name selection pattern
5842  */
5843 tSCC zPthread_Incomplete_Struct_ArgumentList[] =
5844   "pthread.h\0";
5845 /*
5846  *  Machine/OS name selection pattern
5847  */
5848 #define apzPthread_Incomplete_Struct_ArgumentMachs (const char**)NULL
5849
5850 /*
5851  *  content selection pattern - do fix if pattern found
5852  */
5853 tSCC zPthread_Incomplete_Struct_ArgumentSelect0[] =
5854        "struct __jmp_buf_tag";
5855
5856 #define    PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT  1
5857 static tTestDesc aPthread_Incomplete_Struct_ArgumentTests[] = {
5858   { TT_EGREP,    zPthread_Incomplete_Struct_ArgumentSelect0, (regex_t*)NULL }, };
5859
5860 /*
5861  *  Fix Command Arguments for Pthread_Incomplete_Struct_Argument
5862  */
5863 static const char* apzPthread_Incomplete_Struct_ArgumentPatch[] = {
5864     "format",
5865     "%1 *%2%3",
5866     "^(extern int __sigsetjmp \\(struct __jmp_buf_tag) (__env)\\[1\\](.*)$",
5867     (char*)NULL };
5868
5869 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5870  *
5871  *  Description of Read_Ret_Type fix
5872  */
5873 tSCC zRead_Ret_TypeName[] =
5874      "read_ret_type";
5875
5876 /*
5877  *  File name selection pattern
5878  */
5879 tSCC zRead_Ret_TypeList[] =
5880   "stdio.h\0";
5881 /*
5882  *  Machine/OS name selection pattern
5883  */
5884 #define apzRead_Ret_TypeMachs (const char**)NULL
5885
5886 /*
5887  *  content selection pattern - do fix if pattern found
5888  */
5889 tSCC zRead_Ret_TypeSelect0[] =
5890        "extern int\t.*, fread\\(\\), fwrite\\(\\)";
5891
5892 #define    READ_RET_TYPE_TEST_CT  1
5893 static tTestDesc aRead_Ret_TypeTests[] = {
5894   { TT_EGREP,    zRead_Ret_TypeSelect0, (regex_t*)NULL }, };
5895
5896 /*
5897  *  Fix Command Arguments for Read_Ret_Type
5898  */
5899 static const char* apzRead_Ret_TypePatch[] = {
5900     "format",
5901     "extern unsigned int fread(), fwrite();\n\
5902 %1%2",
5903     "(extern int\t.*), fread\\(\\), fwrite\\(\\)(.*)",
5904     (char*)NULL };
5905
5906 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5907  *
5908  *  Description of Rpc_Xdr_Lvalue_Cast_A fix
5909  */
5910 tSCC zRpc_Xdr_Lvalue_Cast_AName[] =
5911      "rpc_xdr_lvalue_cast_a";
5912
5913 /*
5914  *  File name selection pattern
5915  */
5916 tSCC zRpc_Xdr_Lvalue_Cast_AList[] =
5917   "rpc/xdr.h\0";
5918 /*
5919  *  Machine/OS name selection pattern
5920  */
5921 #define apzRpc_Xdr_Lvalue_Cast_AMachs (const char**)NULL
5922
5923 /*
5924  *  content selection pattern - do fix if pattern found
5925  */
5926 tSCC zRpc_Xdr_Lvalue_Cast_ASelect0[] =
5927        "#define[ \t]*IXDR_GET_LONG.*\\\\\n\
5928 .*__extension__.*";
5929
5930 #define    RPC_XDR_LVALUE_CAST_A_TEST_CT  1
5931 static tTestDesc aRpc_Xdr_Lvalue_Cast_ATests[] = {
5932   { TT_EGREP,    zRpc_Xdr_Lvalue_Cast_ASelect0, (regex_t*)NULL }, };
5933
5934 /*
5935  *  Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_A
5936  */
5937 static const char* apzRpc_Xdr_Lvalue_Cast_APatch[] = {
5938     "format",
5939     "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))",
5940     (char*)NULL };
5941
5942 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5943  *
5944  *  Description of Rpc_Xdr_Lvalue_Cast_B fix
5945  */
5946 tSCC zRpc_Xdr_Lvalue_Cast_BName[] =
5947      "rpc_xdr_lvalue_cast_b";
5948
5949 /*
5950  *  File name selection pattern
5951  */
5952 tSCC zRpc_Xdr_Lvalue_Cast_BList[] =
5953   "rpc/xdr.h\0";
5954 /*
5955  *  Machine/OS name selection pattern
5956  */
5957 #define apzRpc_Xdr_Lvalue_Cast_BMachs (const char**)NULL
5958
5959 /*
5960  *  content selection pattern - do fix if pattern found
5961  */
5962 tSCC zRpc_Xdr_Lvalue_Cast_BSelect0[] =
5963        "#define[ \t]*IXDR_PUT_LONG.*\\\\\n\
5964 .*__extension__.*";
5965
5966 #define    RPC_XDR_LVALUE_CAST_B_TEST_CT  1
5967 static tTestDesc aRpc_Xdr_Lvalue_Cast_BTests[] = {
5968   { TT_EGREP,    zRpc_Xdr_Lvalue_Cast_BSelect0, (regex_t*)NULL }, };
5969
5970 /*
5971  *  Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_B
5972  */
5973 static const char* apzRpc_Xdr_Lvalue_Cast_BPatch[] = {
5974     "format",
5975     "#define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))",
5976     (char*)NULL };
5977
5978 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5979  *
5980  *  Description of Rs6000_Double fix
5981  */
5982 tSCC zRs6000_DoubleName[] =
5983      "rs6000_double";
5984
5985 /*
5986  *  File name selection pattern
5987  */
5988 tSCC zRs6000_DoubleList[] =
5989   "math.h\0";
5990 /*
5991  *  Machine/OS name selection pattern
5992  */
5993 #define apzRs6000_DoubleMachs (const char**)NULL
5994
5995 /*
5996  *  content selection pattern - do fix if pattern found
5997  */
5998 tSCC zRs6000_DoubleSelect0[] =
5999        "[^a-zA-Z_]class\\(";
6000
6001 #define    RS6000_DOUBLE_TEST_CT  1
6002 static tTestDesc aRs6000_DoubleTests[] = {
6003   { TT_EGREP,    zRs6000_DoubleSelect0, (regex_t*)NULL }, };
6004
6005 /*
6006  *  Fix Command Arguments for Rs6000_Double
6007  */
6008 static const char* apzRs6000_DoublePatch[] = {
6009     "format",
6010     "#ifndef __cplusplus\n\
6011 %0\n\
6012 #endif",
6013     "^.*[^a-zA-Z_]class\\(.*",
6014     (char*)NULL };
6015
6016 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6017  *
6018  *  Description of Rs6000_Fchmod fix
6019  */
6020 tSCC zRs6000_FchmodName[] =
6021      "rs6000_fchmod";
6022
6023 /*
6024  *  File name selection pattern
6025  */
6026 tSCC zRs6000_FchmodList[] =
6027   "sys/stat.h\0";
6028 /*
6029  *  Machine/OS name selection pattern
6030  */
6031 #define apzRs6000_FchmodMachs (const char**)NULL
6032
6033 /*
6034  *  content selection pattern - do fix if pattern found
6035  */
6036 tSCC zRs6000_FchmodSelect0[] =
6037        "fchmod\\(char \\*";
6038
6039 #define    RS6000_FCHMOD_TEST_CT  1
6040 static tTestDesc aRs6000_FchmodTests[] = {
6041   { TT_EGREP,    zRs6000_FchmodSelect0, (regex_t*)NULL }, };
6042
6043 /*
6044  *  Fix Command Arguments for Rs6000_Fchmod
6045  */
6046 static const char* apzRs6000_FchmodPatch[] = {
6047     "format",
6048     "fchmod(int",
6049     (char*)NULL };
6050
6051 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6052  *
6053  *  Description of Rs6000_Param fix
6054  */
6055 tSCC zRs6000_ParamName[] =
6056      "rs6000_param";
6057
6058 /*
6059  *  File name selection pattern
6060  */
6061 tSCC zRs6000_ParamList[] =
6062   "stdio.h\0unistd.h\0";
6063 /*
6064  *  Machine/OS name selection pattern
6065  */
6066 #define apzRs6000_ParamMachs (const char**)NULL
6067
6068 /*
6069  *  content selection pattern - do fix if pattern found
6070  */
6071 tSCC zRs6000_ParamSelect0[] =
6072        "rename\\(const char \\*old, const char \\*new\\)";
6073
6074 #define    RS6000_PARAM_TEST_CT  1
6075 static tTestDesc aRs6000_ParamTests[] = {
6076   { TT_EGREP,    zRs6000_ParamSelect0, (regex_t*)NULL }, };
6077
6078 /*
6079  *  Fix Command Arguments for Rs6000_Param
6080  */
6081 static const char* apzRs6000_ParamPatch[] = {
6082     "format",
6083     "rename(const char *_old, const char *_new)",
6084     (char*)NULL };
6085
6086 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6087  *
6088  *  Description of Sco_Math fix
6089  */
6090 tSCC zSco_MathName[] =
6091      "sco_math";
6092
6093 /*
6094  *  File name selection pattern
6095  */
6096 tSCC zSco_MathList[] =
6097   "math.h\0*/math.h\0";
6098 /*
6099  *  Machine/OS name selection pattern
6100  */
6101 #define apzSco_MathMachs (const char**)NULL
6102
6103 /*
6104  *  content selection pattern - do fix if pattern found
6105  */
6106 tSCC zSco_MathSelect0[] =
6107        "inline double abs";
6108
6109 /*
6110  *  content bypass pattern - skip fix if pattern found
6111  */
6112 tSCC zSco_MathBypass0[] =
6113        "__GNUG__";
6114
6115 #define    SCO_MATH_TEST_CT  2
6116 static tTestDesc aSco_MathTests[] = {
6117   { TT_NEGREP,   zSco_MathBypass0, (regex_t*)NULL },
6118   { TT_EGREP,    zSco_MathSelect0, (regex_t*)NULL }, };
6119
6120 /*
6121  *  Fix Command Arguments for Sco_Math
6122  */
6123 static const char* apzSco_MathPatch[] = { sed_cmd_z,
6124     "-e", "/#define.*__fp_class(a) \\\\/i\\\n\
6125 #ifndef __GNUC__\n",
6126     "-e", "/.*__builtin_generic/a\\\n\
6127 #else\\\n\
6128 #define __fp_class(a) \\\\\\\n\
6129   __builtin_choose_expr(__builtin_types_compatible_p(typeof(a),long double),\\\\\\\n\
6130    __fpclassifyl(a), \\\\\\\n\
6131     __builtin_choose_expr(__builtin_types_compatible_p(typeof(a), float), \\\\\\\n\
6132       __fpclassifyf(a),__fpclassify(a)))\\\n\
6133 #endif",
6134     "-e", "/extern \"C\\+\\+\"/N;/inline double abs/i\\\n\
6135 #ifndef __GNUC__\n",
6136     "-e", "/inline long double trunc/N;/inline long double trunc.*}.*extern \"C\\+\\+\"/a\\\n\
6137 #endif /* ! __GNUC__ */",
6138     (char*)NULL };
6139
6140 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6141  *
6142  *  Description of Solaris_Math_1 fix
6143  */
6144 tSCC zSolaris_Math_1Name[] =
6145      "solaris_math_1";
6146
6147 /*
6148  *  File name selection pattern
6149  */
6150 tSCC zSolaris_Math_1List[] =
6151   "iso/math_c99.h\0";
6152 /*
6153  *  Machine/OS name selection pattern
6154  */
6155 #define apzSolaris_Math_1Machs (const char**)NULL
6156
6157 /*
6158  *  content selection pattern - do fix if pattern found
6159  */
6160 tSCC zSolaris_Math_1Select0[] =
6161        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6162
6163 /*
6164  *  content bypass pattern - skip fix if pattern found
6165  */
6166 tSCC zSolaris_Math_1Bypass0[] =
6167        "__GNUC__";
6168
6169 #define    SOLARIS_MATH_1_TEST_CT  2
6170 static tTestDesc aSolaris_Math_1Tests[] = {
6171   { TT_NEGREP,   zSolaris_Math_1Bypass0, (regex_t*)NULL },
6172   { TT_EGREP,    zSolaris_Math_1Select0, (regex_t*)NULL }, };
6173
6174 /*
6175  *  Fix Command Arguments for Solaris_Math_1
6176  */
6177 static const char* apzSolaris_Math_1Patch[] = {
6178     "format",
6179     "#define\tHUGE_VA%1\t(__builtin_huge_va%2())",
6180     "^#define[ \t]+HUGE_VA([LF]+)[ \t]+__builtin_huge_va([lf]+)",
6181     (char*)NULL };
6182
6183 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6184  *
6185  *  Description of Solaris_Math_2 fix
6186  */
6187 tSCC zSolaris_Math_2Name[] =
6188      "solaris_math_2";
6189
6190 /*
6191  *  File name selection pattern
6192  */
6193 tSCC zSolaris_Math_2List[] =
6194   "iso/math_c99.h\0";
6195 /*
6196  *  Machine/OS name selection pattern
6197  */
6198 #define apzSolaris_Math_2Machs (const char**)NULL
6199
6200 /*
6201  *  content selection pattern - do fix if pattern found
6202  */
6203 tSCC zSolaris_Math_2Select0[] =
6204        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6205
6206 /*
6207  *  content bypass pattern - skip fix if pattern found
6208  */
6209 tSCC zSolaris_Math_2Bypass0[] =
6210        "__GNUC__";
6211
6212 #define    SOLARIS_MATH_2_TEST_CT  2
6213 static tTestDesc aSolaris_Math_2Tests[] = {
6214   { TT_NEGREP,   zSolaris_Math_2Bypass0, (regex_t*)NULL },
6215   { TT_EGREP,    zSolaris_Math_2Select0, (regex_t*)NULL }, };
6216
6217 /*
6218  *  Fix Command Arguments for Solaris_Math_2
6219  */
6220 static const char* apzSolaris_Math_2Patch[] = {
6221     "format",
6222     "#define\tINFINITY\t(__builtin_inff())",
6223     "^#define[ \t]+INFINITY[ \t]+__builtin_infinity",
6224     (char*)NULL };
6225
6226 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6227  *
6228  *  Description of Solaris_Math_3 fix
6229  */
6230 tSCC zSolaris_Math_3Name[] =
6231      "solaris_math_3";
6232
6233 /*
6234  *  File name selection pattern
6235  */
6236 tSCC zSolaris_Math_3List[] =
6237   "iso/math_c99.h\0";
6238 /*
6239  *  Machine/OS name selection pattern
6240  */
6241 #define apzSolaris_Math_3Machs (const char**)NULL
6242
6243 /*
6244  *  content selection pattern - do fix if pattern found
6245  */
6246 tSCC zSolaris_Math_3Select0[] =
6247        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6248
6249 /*
6250  *  content bypass pattern - skip fix if pattern found
6251  */
6252 tSCC zSolaris_Math_3Bypass0[] =
6253        "__GNUC__";
6254
6255 #define    SOLARIS_MATH_3_TEST_CT  2
6256 static tTestDesc aSolaris_Math_3Tests[] = {
6257   { TT_NEGREP,   zSolaris_Math_3Bypass0, (regex_t*)NULL },
6258   { TT_EGREP,    zSolaris_Math_3Select0, (regex_t*)NULL }, };
6259
6260 /*
6261  *  Fix Command Arguments for Solaris_Math_3
6262  */
6263 static const char* apzSolaris_Math_3Patch[] = {
6264     "format",
6265     "#define\tNAN\t\t(__builtin_nanf(\"\"))",
6266     "^#define[ \t]+NAN[ \t]+__builtin_nan",
6267     (char*)NULL };
6268
6269 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6270  *
6271  *  Description of Solaris_Math_4 fix
6272  */
6273 tSCC zSolaris_Math_4Name[] =
6274      "solaris_math_4";
6275
6276 /*
6277  *  File name selection pattern
6278  */
6279 tSCC zSolaris_Math_4List[] =
6280   "iso/math_c99.h\0";
6281 /*
6282  *  Machine/OS name selection pattern
6283  */
6284 #define apzSolaris_Math_4Machs (const char**)NULL
6285
6286 /*
6287  *  content selection pattern - do fix if pattern found
6288  */
6289 tSCC zSolaris_Math_4Select0[] =
6290        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6291
6292 /*
6293  *  content bypass pattern - skip fix if pattern found
6294  */
6295 tSCC zSolaris_Math_4Bypass0[] =
6296        "__GNUC__";
6297
6298 #define    SOLARIS_MATH_4_TEST_CT  2
6299 static tTestDesc aSolaris_Math_4Tests[] = {
6300   { TT_NEGREP,   zSolaris_Math_4Bypass0, (regex_t*)NULL },
6301   { TT_EGREP,    zSolaris_Math_4Select0, (regex_t*)NULL }, };
6302
6303 /*
6304  *  Fix Command Arguments for Solaris_Math_4
6305  */
6306 static const char* apzSolaris_Math_4Patch[] = {
6307     "format",
6308     "#define\tfpclassify(x) \\\n\
6309   __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x))",
6310     "^#define[ \t]+fpclassify\\(x\\)[ \t]+__builtin_fpclassify\\(x\\)",
6311     (char*)NULL };
6312
6313 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6314  *
6315  *  Description of Solaris_Math_8 fix
6316  */
6317 tSCC zSolaris_Math_8Name[] =
6318      "solaris_math_8";
6319
6320 /*
6321  *  File name selection pattern
6322  */
6323 tSCC zSolaris_Math_8List[] =
6324   "iso/math_c99.h\0";
6325 /*
6326  *  Machine/OS name selection pattern
6327  */
6328 #define apzSolaris_Math_8Machs (const char**)NULL
6329
6330 /*
6331  *  content selection pattern - do fix if pattern found
6332  */
6333 tSCC zSolaris_Math_8Select0[] =
6334        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6335
6336 /*
6337  *  content bypass pattern - skip fix if pattern found
6338  */
6339 tSCC zSolaris_Math_8Bypass0[] =
6340        "__GNUC__";
6341
6342 #define    SOLARIS_MATH_8_TEST_CT  2
6343 static tTestDesc aSolaris_Math_8Tests[] = {
6344   { TT_NEGREP,   zSolaris_Math_8Bypass0, (regex_t*)NULL },
6345   { TT_EGREP,    zSolaris_Math_8Select0, (regex_t*)NULL }, };
6346
6347 /*
6348  *  Fix Command Arguments for Solaris_Math_8
6349  */
6350 static const char* apzSolaris_Math_8Patch[] = {
6351     "format",
6352     "#define\tsignbit(x)\t(sizeof(x) == sizeof(float) \\\n\
6353 \t\t\t   ? __builtin_signbitf(x) \\\n\
6354 \t\t\t   : sizeof(x) == sizeof(long double) \\\n\
6355 \t\t\t     ? __builtin_signbitl(x) \\\n\
6356 \t\t\t     : __builtin_signbit(x))",
6357     "^#define[ \t]+signbit\\(x\\)[ \t]+__builtin_signbit\\(x\\)",
6358     (char*)NULL };
6359
6360 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6361  *
6362  *  Description of Solaris_Math_9 fix
6363  */
6364 tSCC zSolaris_Math_9Name[] =
6365      "solaris_math_9";
6366
6367 /*
6368  *  File name selection pattern
6369  */
6370 tSCC zSolaris_Math_9List[] =
6371   "iso/math_c99.h\0";
6372 /*
6373  *  Machine/OS name selection pattern
6374  */
6375 #define apzSolaris_Math_9Machs (const char**)NULL
6376
6377 /*
6378  *  content selection pattern - do fix if pattern found
6379  */
6380 tSCC zSolaris_Math_9Select0[] =
6381        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6382
6383 /*
6384  *  content bypass pattern - skip fix if pattern found
6385  */
6386 tSCC zSolaris_Math_9Bypass0[] =
6387        "__GNUC__";
6388
6389 #define    SOLARIS_MATH_9_TEST_CT  2
6390 static tTestDesc aSolaris_Math_9Tests[] = {
6391   { TT_NEGREP,   zSolaris_Math_9Bypass0, (regex_t*)NULL },
6392   { TT_EGREP,    zSolaris_Math_9Select0, (regex_t*)NULL }, };
6393
6394 /*
6395  *  Fix Command Arguments for Solaris_Math_9
6396  */
6397 static const char* apzSolaris_Math_9Patch[] = {
6398     "format",
6399     "#define\t%1(x, y)%2__builtin_%1(x, y)",
6400     "^#define[ \t]+([a-z]+)\\(x, y\\)([ \t]+)\\(\\(x\\) __builtin_[a-z]+\\(y\\)\\)",
6401     (char*)NULL };
6402
6403 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6404  *
6405  *  Description of Solaris_Math_10 fix
6406  */
6407 tSCC zSolaris_Math_10Name[] =
6408      "solaris_math_10";
6409
6410 /*
6411  *  File name selection pattern
6412  */
6413 tSCC zSolaris_Math_10List[] =
6414   "iso/math_c99.h\0";
6415 /*
6416  *  Machine/OS name selection pattern
6417  */
6418 #define apzSolaris_Math_10Machs (const char**)NULL
6419
6420 /*
6421  *  content selection pattern - do fix if pattern found
6422  */
6423 tSCC zSolaris_Math_10Select0[] =
6424        "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6425
6426 #define    SOLARIS_MATH_10_TEST_CT  1
6427 static tTestDesc aSolaris_Math_10Tests[] = {
6428   { TT_EGREP,    zSolaris_Math_10Select0, (regex_t*)NULL }, };
6429
6430 /*
6431  *  Fix Command Arguments for Solaris_Math_10
6432  */
6433 static const char* apzSolaris_Math_10Patch[] = {
6434     "format",
6435     "#define\tisinf(x) __builtin_isinf(x)",
6436     "^#define[ \t]+isinf\\(x\\)[ \t]+__extension__\\([ \t]*\\\\\n\
6437 [ \t]*\\{[ \t]*__typeof\\(x\\)[ \t]*__x_i[ \t]*=[ \t]*\\(x\\);[ \t]*\\\\\n\
6438 [ \t]*__x_i[ \t]*==[ \t]*\\(__typeof\\(__x_i\\)\\)[ \t]*INFINITY[ \t]*\\|\\|[ \t]*\\\\\n\
6439 [ \t]*__x_i[ \t]*==[ \t]*\\(__typeof\\(__x_i\\)\\)[ \t]*\\(-INFINITY\\);[ \t]*\\}\\)",
6440     (char*)NULL };
6441
6442 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6443  *
6444  *  Description of Solaris_Mutex_Init_2 fix
6445  */
6446 tSCC zSolaris_Mutex_Init_2Name[] =
6447      "solaris_mutex_init_2";
6448
6449 /*
6450  *  File name selection pattern
6451  */
6452 tSCC zSolaris_Mutex_Init_2List[] =
6453   "pthread.h\0";
6454 /*
6455  *  Machine/OS name selection pattern
6456  */
6457 tSCC* apzSolaris_Mutex_Init_2Machs[] = {
6458         "*-*-solaris2.[0-9]",
6459         "*-*-solaris2.[0-9][!0-9]*",
6460         (const char*)NULL };
6461
6462 /*
6463  *  content selection pattern - do fix if pattern found
6464  */
6465 tSCC zSolaris_Mutex_Init_2Select0[] =
6466        "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6467
6468 #define    SOLARIS_MUTEX_INIT_2_TEST_CT  1
6469 static tTestDesc aSolaris_Mutex_Init_2Tests[] = {
6470   { TT_EGREP,    zSolaris_Mutex_Init_2Select0, (regex_t*)NULL }, };
6471
6472 /*
6473  *  Fix Command Arguments for Solaris_Mutex_Init_2
6474  */
6475 static const char* apzSolaris_Mutex_Init_2Patch[] = {
6476     "format",
6477     "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
6478 %0\n\
6479 #else\n\
6480 %1, {0}}%4\n\
6481 #endif",
6482     "(^#define[ \t]+PTHREAD_(MUTEX|COND)_INITIALIZER[ \t]+(|/*.**/[ \t]*\\\\\n\
6483 [ \t]*)\\{.*),[ \t]*0\\}(|[ \t].*)$",
6484     (char*)NULL };
6485
6486 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6487  *
6488  *  Description of Solaris_Rwlock_Init_1 fix
6489  */
6490 tSCC zSolaris_Rwlock_Init_1Name[] =
6491      "solaris_rwlock_init_1";
6492
6493 /*
6494  *  File name selection pattern
6495  */
6496 tSCC zSolaris_Rwlock_Init_1List[] =
6497   "pthread.h\0";
6498 /*
6499  *  Machine/OS name selection pattern
6500  */
6501 tSCC* apzSolaris_Rwlock_Init_1Machs[] = {
6502         "*-*-solaris*",
6503         (const char*)NULL };
6504
6505 /*
6506  *  content selection pattern - do fix if pattern found
6507  */
6508 tSCC zSolaris_Rwlock_Init_1Select0[] =
6509        "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6510
6511 #define    SOLARIS_RWLOCK_INIT_1_TEST_CT  1
6512 static tTestDesc aSolaris_Rwlock_Init_1Tests[] = {
6513   { TT_EGREP,    zSolaris_Rwlock_Init_1Select0, (regex_t*)NULL }, };
6514
6515 /*
6516  *  Fix Command Arguments for Solaris_Rwlock_Init_1
6517  */
6518 static const char* apzSolaris_Rwlock_Init_1Patch[] = {
6519     "format",
6520     "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
6521 %0\n\
6522 #else\n\
6523 %1{0, 0, 0, {{0}, {0}, {0}}, {{0}, {0}}, {{0}, {0}}}\n\
6524 #endif",
6525     "(^#define[ \t]+PTHREAD_RWLOCK_INITIALIZER[ \t]+)\\{0, 0, 0, \\{0, 0, 0\\}, \\{0, 0\\}, \\{0, 0\\}\\}[ \t]*$",
6526     (char*)NULL };
6527
6528 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6529  *
6530  *  Description of Solaris_Once_Init_1 fix
6531  */
6532 tSCC zSolaris_Once_Init_1Name[] =
6533      "solaris_once_init_1";
6534
6535 /*
6536  *  File name selection pattern
6537  */
6538 tSCC zSolaris_Once_Init_1List[] =
6539   "pthread.h\0";
6540 /*
6541  *  Machine/OS name selection pattern
6542  */
6543 tSCC* apzSolaris_Once_Init_1Machs[] = {
6544         "*-*-solaris*",
6545         (const char*)NULL };
6546
6547 /*
6548  *  content selection pattern - do fix if pattern found
6549  */
6550 tSCC zSolaris_Once_Init_1Select0[] =
6551        "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6552
6553 #define    SOLARIS_ONCE_INIT_1_TEST_CT  1
6554 static tTestDesc aSolaris_Once_Init_1Tests[] = {
6555   { TT_EGREP,    zSolaris_Once_Init_1Select0, (regex_t*)NULL }, };
6556
6557 /*
6558  *  Fix Command Arguments for Solaris_Once_Init_1
6559  */
6560 static const char* apzSolaris_Once_Init_1Patch[] = {
6561     "format",
6562     "%1{%2}%3",
6563     "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{)([^}]+)(\\})[ \t]*$",
6564     (char*)NULL };
6565
6566 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6567  *
6568  *  Description of Solaris_Once_Init_2 fix
6569  */
6570 tSCC zSolaris_Once_Init_2Name[] =
6571      "solaris_once_init_2";
6572
6573 /*
6574  *  File name selection pattern
6575  */
6576 tSCC zSolaris_Once_Init_2List[] =
6577   "pthread.h\0";
6578 /*
6579  *  Machine/OS name selection pattern
6580  */
6581 tSCC* apzSolaris_Once_Init_2Machs[] = {
6582         "*-*-solaris2.[0-9]",
6583         "*-*-solaris2.[0-9][!0-9]*",
6584         (const char*)NULL };
6585
6586 /*
6587  *  content selection pattern - do fix if pattern found
6588  */
6589 tSCC zSolaris_Once_Init_2Select0[] =
6590        "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6591
6592 #define    SOLARIS_ONCE_INIT_2_TEST_CT  1
6593 static tTestDesc aSolaris_Once_Init_2Tests[] = {
6594   { TT_EGREP,    zSolaris_Once_Init_2Select0, (regex_t*)NULL }, };
6595
6596 /*
6597  *  Fix Command Arguments for Solaris_Once_Init_2
6598  */
6599 static const char* apzSolaris_Once_Init_2Patch[] = {
6600     "format",
6601     "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
6602 %0\n\
6603 #else\n\
6604 %1{0}, {0}, {0}, {%3}%4\n\
6605 #endif",
6606     "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{\\{)(0, 0, 0, )(PTHREAD_[A-Z_]+)(\\}\\})[ \t]*$",
6607     (char*)NULL };
6608
6609 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6610  *
6611  *  Description of Solaris_Int_Const fix
6612  */
6613 tSCC zSolaris_Int_ConstName[] =
6614      "solaris_int_const";
6615
6616 /*
6617  *  File name selection pattern
6618  */
6619 tSCC zSolaris_Int_ConstList[] =
6620   "sys/int_const.h\0";
6621 /*
6622  *  Machine/OS name selection pattern
6623  */
6624 #define apzSolaris_Int_ConstMachs (const char**)NULL
6625
6626 /*
6627  *  content selection pattern - do fix if pattern found
6628  */
6629 tSCC zSolaris_Int_ConstSelect0[] =
6630        "@\\(#\\)int_const.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6631
6632 #define    SOLARIS_INT_CONST_TEST_CT  1
6633 static tTestDesc aSolaris_Int_ConstTests[] = {
6634   { TT_EGREP,    zSolaris_Int_ConstSelect0, (regex_t*)NULL }, };
6635
6636 /*
6637  *  Fix Command Arguments for Solaris_Int_Const
6638  */
6639 static const char* apzSolaris_Int_ConstPatch[] = {
6640     "format",
6641     "#define\tUINT8_C(c)\t(c)\n\
6642 %1\n\
6643 #define\tUINT16_C(c)\t(c)",
6644     "^#define[ \t]+UINT8_C\\(c\\)[ \t]+__CONCAT__.*\n\
6645 (/*.**/)\n\
6646 #define[ \t]+UINT16_C\\(c\\)[ \t]+__CONCAT__.*",
6647     (char*)NULL };
6648
6649 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6650  *
6651  *  Description of Solaris_Int_Limits_1 fix
6652  */
6653 tSCC zSolaris_Int_Limits_1Name[] =
6654      "solaris_int_limits_1";
6655
6656 /*
6657  *  File name selection pattern
6658  */
6659 tSCC zSolaris_Int_Limits_1List[] =
6660   "sys/int_limits.h\0";
6661 /*
6662  *  Machine/OS name selection pattern
6663  */
6664 #define apzSolaris_Int_Limits_1Machs (const char**)NULL
6665
6666 /*
6667  *  content selection pattern - do fix if pattern found
6668  */
6669 tSCC zSolaris_Int_Limits_1Select0[] =
6670        "@\\(#\\)int_limits.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6671
6672 #define    SOLARIS_INT_LIMITS_1_TEST_CT  1
6673 static tTestDesc aSolaris_Int_Limits_1Tests[] = {
6674   { TT_EGREP,    zSolaris_Int_Limits_1Select0, (regex_t*)NULL }, };
6675
6676 /*
6677  *  Fix Command Arguments for Solaris_Int_Limits_1
6678  */
6679 static const char* apzSolaris_Int_Limits_1Patch[] = {
6680     "format",
6681     "#define\tUINT8_MAX\t(255)\n\
6682 #define\tUINT16_MAX\t(65535)",
6683     "^#define[ \t]+UINT8_MAX[ \t]+\\(255U\\)\n\
6684 #define[ \t]+UINT16_MAX[ \t]+\\(65535U\\)",
6685     (char*)NULL };
6686
6687 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6688  *
6689  *  Description of Solaris_Int_Limits_2 fix
6690  */
6691 tSCC zSolaris_Int_Limits_2Name[] =
6692      "solaris_int_limits_2";
6693
6694 /*
6695  *  File name selection pattern
6696  */
6697 tSCC zSolaris_Int_Limits_2List[] =
6698   "sys/int_limits.h\0";
6699 /*
6700  *  Machine/OS name selection pattern
6701  */
6702 #define apzSolaris_Int_Limits_2Machs (const char**)NULL
6703
6704 /*
6705  *  content selection pattern - do fix if pattern found
6706  */
6707 tSCC zSolaris_Int_Limits_2Select0[] =
6708        "@\\(#\\)int_limits.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
6709
6710 #define    SOLARIS_INT_LIMITS_2_TEST_CT  1
6711 static tTestDesc aSolaris_Int_Limits_2Tests[] = {
6712   { TT_EGREP,    zSolaris_Int_Limits_2Select0, (regex_t*)NULL }, };
6713
6714 /*
6715  *  Fix Command Arguments for Solaris_Int_Limits_2
6716  */
6717 static const char* apzSolaris_Int_Limits_2Patch[] = {
6718     "format",
6719     "#define\t%1_FAST16_%2 %132_%2",
6720     "^#define[ \t]+(INT|UINT)_FAST16_(MAX|MIN)[ \t](INT|UINT)16.*",
6721     (char*)NULL };
6722
6723 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6724  *
6725  *  Description of Solaris_Int_Types fix
6726  */
6727 tSCC zSolaris_Int_TypesName[] =
6728      "solaris_int_types";
6729
6730 /*
6731  *  File name selection pattern
6732  */
6733 tSCC zSolaris_Int_TypesList[] =
6734   "sys/int_types.h\0";
6735 /*
6736  *  Machine/OS name selection pattern
6737  */
6738 #define apzSolaris_Int_TypesMachs (const char**)NULL
6739
6740 /*
6741  *  content selection pattern - do fix if pattern found
6742  */
6743 tSCC zSolaris_Int_TypesSelect0[] =
6744        "__STDC__ - 0 == 0";
6745
6746 /*
6747  *  content bypass pattern - skip fix if pattern found
6748  */
6749 tSCC zSolaris_Int_TypesBypass0[] =
6750        "_LONGLONG_TYPE";
6751
6752 #define    SOLARIS_INT_TYPES_TEST_CT  2
6753 static tTestDesc aSolaris_Int_TypesTests[] = {
6754   { TT_NEGREP,   zSolaris_Int_TypesBypass0, (regex_t*)NULL },
6755   { TT_EGREP,    zSolaris_Int_TypesSelect0, (regex_t*)NULL }, };
6756
6757 /*
6758  *  Fix Command Arguments for Solaris_Int_Types
6759  */
6760 static const char* apzSolaris_Int_TypesPatch[] = {
6761     "format",
6762     "(defined(_STDC_C99) || !defined(_STRICT_STDC) || defined(__GNUC__))",
6763     (char*)NULL };
6764
6765 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6766  *
6767  *  Description of Solaris_Stdio_Tag fix
6768  */
6769 tSCC zSolaris_Stdio_TagName[] =
6770      "solaris_stdio_tag";
6771
6772 /*
6773  *  File name selection pattern
6774  */
6775 tSCC zSolaris_Stdio_TagList[] =
6776   "stdio_tag.h\0";
6777 /*
6778  *  Machine/OS name selection pattern
6779  */
6780 #define apzSolaris_Stdio_TagMachs (const char**)NULL
6781
6782 /*
6783  *  content selection pattern - do fix if pattern found
6784  */
6785 tSCC zSolaris_Stdio_TagSelect0[] =
6786        "__cplusplus < 54321L";
6787
6788 /*
6789  *  content bypass pattern - skip fix if pattern found
6790  */
6791 tSCC zSolaris_Stdio_TagBypass0[] =
6792        "__GNUC__";
6793
6794 #define    SOLARIS_STDIO_TAG_TEST_CT  2
6795 static tTestDesc aSolaris_Stdio_TagTests[] = {
6796   { TT_NEGREP,   zSolaris_Stdio_TagBypass0, (regex_t*)NULL },
6797   { TT_EGREP,    zSolaris_Stdio_TagSelect0, (regex_t*)NULL }, };
6798
6799 /*
6800  *  Fix Command Arguments for Solaris_Stdio_Tag
6801  */
6802 static const char* apzSolaris_Stdio_TagPatch[] = { sed_cmd_z,
6803     "-e", "s/defined(__cplusplus) && (__cplusplus < 54321L)/0/",
6804     (char*)NULL };
6805
6806 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6807  *
6808  *  Description of Statsswtch fix
6809  */
6810 tSCC zStatsswtchName[] =
6811      "statsswtch";
6812
6813 /*
6814  *  File name selection pattern
6815  */
6816 tSCC zStatsswtchList[] =
6817   "rpcsvc/rstat.h\0";
6818 /*
6819  *  Machine/OS name selection pattern
6820  */
6821 #define apzStatsswtchMachs (const char**)NULL
6822
6823 /*
6824  *  content selection pattern - do fix if pattern found
6825  */
6826 tSCC zStatsswtchSelect0[] =
6827        "boottime$";
6828
6829 #define    STATSSWTCH_TEST_CT  1
6830 static tTestDesc aStatsswtchTests[] = {
6831   { TT_EGREP,    zStatsswtchSelect0, (regex_t*)NULL }, };
6832
6833 /*
6834  *  Fix Command Arguments for Statsswtch
6835  */
6836 static const char* apzStatsswtchPatch[] = {
6837     "format",
6838     "boottime;",
6839     (char*)NULL };
6840
6841 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6842  *
6843  *  Description of Stdio_Stdarg_H fix
6844  */
6845 tSCC zStdio_Stdarg_HName[] =
6846      "stdio_stdarg_h";
6847
6848 /*
6849  *  File name selection pattern
6850  */
6851 tSCC zStdio_Stdarg_HList[] =
6852   "stdio.h\0";
6853 /*
6854  *  Machine/OS name selection pattern
6855  */
6856 tSCC* apzStdio_Stdarg_HMachs[] = {
6857         "*-*-solaris2.1[0-9]*",
6858         (const char*)NULL };
6859
6860 /*
6861  *  content bypass pattern - skip fix if pattern found
6862  */
6863 tSCC zStdio_Stdarg_HBypass0[] =
6864        "include.*(stdarg.h|machine/ansi.h)";
6865
6866 #define    STDIO_STDARG_H_TEST_CT  1
6867 static tTestDesc aStdio_Stdarg_HTests[] = {
6868   { TT_NEGREP,   zStdio_Stdarg_HBypass0, (regex_t*)NULL }, };
6869
6870 /*
6871  *  Fix Command Arguments for Stdio_Stdarg_H
6872  */
6873 static const char* apzStdio_Stdarg_HPatch[] = {
6874     "wrap",
6875     "#define __need___va_list\n\
6876 #include <stdarg.h>\n",
6877     (char*)NULL };
6878
6879 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6880  *
6881  *  Description of Stdio_Va_List fix
6882  */
6883 tSCC zStdio_Va_ListName[] =
6884      "stdio_va_list";
6885
6886 /*
6887  *  File name selection pattern
6888  */
6889 tSCC zStdio_Va_ListList[] =
6890   "stdio.h\0internal/stdio_core.h\0internal/wchar_core.h\0";
6891 /*
6892  *  Machine/OS name selection pattern
6893  */
6894 tSCC* apzStdio_Va_ListMachs[] = {
6895         "*-*-solaris2.1[0-9]*",
6896         (const char*)NULL };
6897
6898 /*
6899  *  content bypass pattern - skip fix if pattern found
6900  */
6901 tSCC zStdio_Va_ListBypass0[] =
6902        "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
6903
6904 #define    STDIO_VA_LIST_TEST_CT  1
6905 static tTestDesc aStdio_Va_ListTests[] = {
6906   { TT_NEGREP,   zStdio_Va_ListBypass0, (regex_t*)NULL }, };
6907
6908 /*
6909  *  Fix Command Arguments for Stdio_Va_List
6910  */
6911 static const char* apzStdio_Va_ListPatch[] = { sed_cmd_z,
6912     "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
6913 s@(va_list)&@(__gnuc_va_list)\\&@\n\
6914 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
6915 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
6916 s@ va_list@ __not_va_list__@\n\
6917 s@\\*va_list@*__not_va_list__@\n\
6918 s@ __va_list)@ __gnuc_va_list)@\n\
6919 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
6920 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
6921 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
6922 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
6923 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
6924 s@VA_LIST@DUMMY_VA_LIST@\n\
6925 s@_Va_LIST@_VA_LIST@",
6926     (char*)NULL };
6927
6928 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6929  *
6930  *  Description of Stdio_Va_List_Clients fix
6931  */
6932 tSCC zStdio_Va_List_ClientsName[] =
6933      "stdio_va_list_clients";
6934
6935 /*
6936  *  File name selection pattern
6937  */
6938 tSCC zStdio_Va_List_ClientsList[] =
6939   "com_err.h\0cps.h\0curses.h\0krb5.h\0lc_core.h\0pfmt.h\0wchar.h\0curses_colr/curses.h\0";
6940 /*
6941  *  Machine/OS name selection pattern
6942  */
6943 #define apzStdio_Va_List_ClientsMachs (const char**)NULL
6944
6945 /*
6946  *  content bypass pattern - skip fix if pattern found
6947  */
6948 tSCC zStdio_Va_List_ClientsBypass0[] =
6949        "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
6950 tSCC zStdio_Va_List_ClientsBypass1[] =
6951        "include <stdarg\\.h>|#ifdef va_start";
6952
6953 #define    STDIO_VA_LIST_CLIENTS_TEST_CT  2
6954 static tTestDesc aStdio_Va_List_ClientsTests[] = {
6955   { TT_NEGREP,   zStdio_Va_List_ClientsBypass0, (regex_t*)NULL },
6956   { TT_NEGREP,   zStdio_Va_List_ClientsBypass1, (regex_t*)NULL }, };
6957
6958 /*
6959  *  Fix Command Arguments for Stdio_Va_List_Clients
6960  */
6961 static const char* apzStdio_Va_List_ClientsPatch[] = { sed_cmd_z,
6962     "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
6963 s@(va_list)&@(__gnuc_va_list)\\&@\n\
6964 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
6965 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
6966 s@ va_list@ __not_va_list__@\n\
6967 s@\\*va_list@*__not_va_list__@\n\
6968 s@ __va_list)@ __gnuc_va_list)@\n\
6969 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
6970 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
6971 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
6972 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
6973 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
6974 s@VA_LIST@DUMMY_VA_LIST@\n\
6975 s@_Va_LIST@_VA_LIST@",
6976     (char*)NULL };
6977
6978 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6979  *
6980  *  Description of Strict_Ansi_Not fix
6981  */
6982 tSCC zStrict_Ansi_NotName[] =
6983      "strict_ansi_not";
6984
6985 /*
6986  *  File name selection pattern
6987  */
6988 #define zStrict_Ansi_NotList (char*)NULL
6989 /*
6990  *  Machine/OS name selection pattern
6991  */
6992 #define apzStrict_Ansi_NotMachs (const char**)NULL
6993
6994 /*
6995  *  content selection pattern - do fix if pattern found
6996  */
6997 tSCC zStrict_Ansi_NotSelect0[] =
6998        "^([ \t]*#[ \t]*if.*)(!__STDC__|__STDC__[ \t]*==[ \t]*0|__STDC__[ \t]*!=[ \t]*1|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*0)";
6999
7000 /*
7001  *  content bypass pattern - skip fix if pattern found
7002  */
7003 tSCC zStrict_Ansi_NotBypass0[] =
7004        "GNU and MIPS C compilers define __STDC__ differently";
7005 tSCC zStrict_Ansi_NotBypass1[] =
7006        "__SCO_VERSION__.*__STDC__ != 1";
7007
7008 /*
7009  *  perform the C function call test
7010  */
7011 tSCC zStrict_Ansi_NotFTst0[] = "stdc_0_in_system_headers";
7012
7013 #define    STRICT_ANSI_NOT_TEST_CT  4
7014 static tTestDesc aStrict_Ansi_NotTests[] = {
7015   { TT_FUNCTION, zStrict_Ansi_NotFTst0,   0 /* unused */ },
7016   { TT_NEGREP,   zStrict_Ansi_NotBypass0, (regex_t*)NULL },
7017   { TT_NEGREP,   zStrict_Ansi_NotBypass1, (regex_t*)NULL },
7018   { TT_EGREP,    zStrict_Ansi_NotSelect0, (regex_t*)NULL }, };
7019
7020 /*
7021  *  Fix Command Arguments for Strict_Ansi_Not
7022  */
7023 static const char* apzStrict_Ansi_NotPatch[] = {
7024     "format",
7025     "%1 !defined(__STRICT_ANSI__)",
7026     (char*)NULL };
7027
7028 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7029  *
7030  *  Description of Strict_Ansi_Not_Ctd fix
7031  */
7032 tSCC zStrict_Ansi_Not_CtdName[] =
7033      "strict_ansi_not_ctd";
7034
7035 /*
7036  *  File name selection pattern
7037  */
7038 tSCC zStrict_Ansi_Not_CtdList[] =
7039   "math.h\0limits.h\0stdio.h\0signal.h\0stdlib.h\0sys/signal.h\0time.h\0";
7040 /*
7041  *  Machine/OS name selection pattern
7042  */
7043 #define apzStrict_Ansi_Not_CtdMachs (const char**)NULL
7044
7045 /*
7046  *  content selection pattern - do fix if pattern found
7047  */
7048 tSCC zStrict_Ansi_Not_CtdSelect0[] =
7049        "^([ \t]*(\\(|&&|\\|\\|)([ \t(]*!*[ \t]*defined\\([a-zA-Z_0-9]+\\)[ \t]*[|&][|&])*[ \t(]*)(__STDC__[ \t]*(|-[ \t]*0[ \t]*)==[ \t]*0)";
7050
7051 /*
7052  *  perform the C function call test
7053  */
7054 tSCC zStrict_Ansi_Not_CtdFTst0[] = "stdc_0_in_system_headers";
7055
7056 #define    STRICT_ANSI_NOT_CTD_TEST_CT  2
7057 static tTestDesc aStrict_Ansi_Not_CtdTests[] = {
7058   { TT_FUNCTION, zStrict_Ansi_Not_CtdFTst0,   0 /* unused */ },
7059   { TT_EGREP,    zStrict_Ansi_Not_CtdSelect0, (regex_t*)NULL }, };
7060
7061 /*
7062  *  Fix Command Arguments for Strict_Ansi_Not_Ctd
7063  */
7064 static const char* apzStrict_Ansi_Not_CtdPatch[] = {
7065     "format",
7066     "%1 !defined(__STRICT_ANSI__)",
7067     (char*)NULL };
7068
7069 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7070  *
7071  *  Description of Strict_Ansi_Only fix
7072  */
7073 tSCC zStrict_Ansi_OnlyName[] =
7074      "strict_ansi_only";
7075
7076 /*
7077  *  File name selection pattern
7078  */
7079 #define zStrict_Ansi_OnlyList (char*)NULL
7080 /*
7081  *  Machine/OS name selection pattern
7082  */
7083 #define apzStrict_Ansi_OnlyMachs (const char**)NULL
7084
7085 /*
7086  *  content selection pattern - do fix if pattern found
7087  */
7088 tSCC zStrict_Ansi_OnlySelect0[] =
7089        "^([ \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)";
7090
7091 /*
7092  *  perform the C function call test
7093  */
7094 tSCC zStrict_Ansi_OnlyFTst0[] = "stdc_0_in_system_headers";
7095
7096 #define    STRICT_ANSI_ONLY_TEST_CT  2
7097 static tTestDesc aStrict_Ansi_OnlyTests[] = {
7098   { TT_FUNCTION, zStrict_Ansi_OnlyFTst0,   0 /* unused */ },
7099   { TT_EGREP,    zStrict_Ansi_OnlySelect0, (regex_t*)NULL }, };
7100
7101 /*
7102  *  Fix Command Arguments for Strict_Ansi_Only
7103  */
7104 static const char* apzStrict_Ansi_OnlyPatch[] = {
7105     "format",
7106     "%1 defined(__STRICT_ANSI__)",
7107     (char*)NULL };
7108
7109 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7110  *
7111  *  Description of Struct_File fix
7112  */
7113 tSCC zStruct_FileName[] =
7114      "struct_file";
7115
7116 /*
7117  *  File name selection pattern
7118  */
7119 tSCC zStruct_FileList[] =
7120   "rpc/xdr.h\0";
7121 /*
7122  *  Machine/OS name selection pattern
7123  */
7124 #define apzStruct_FileMachs (const char**)NULL
7125
7126 /*
7127  *  content selection pattern - do fix if pattern found
7128  */
7129 tSCC zStruct_FileSelect0[] =
7130        "^.*xdrstdio_create.*struct __file_s";
7131
7132 #define    STRUCT_FILE_TEST_CT  1
7133 static tTestDesc aStruct_FileTests[] = {
7134   { TT_EGREP,    zStruct_FileSelect0, (regex_t*)NULL }, };
7135
7136 /*
7137  *  Fix Command Arguments for Struct_File
7138  */
7139 static const char* apzStruct_FilePatch[] = {
7140     "format",
7141     "struct __file_s;\n\
7142 %0",
7143     (char*)NULL };
7144
7145 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7146  *
7147  *  Description of Struct_Sockaddr fix
7148  */
7149 tSCC zStruct_SockaddrName[] =
7150      "struct_sockaddr";
7151
7152 /*
7153  *  File name selection pattern
7154  */
7155 tSCC zStruct_SockaddrList[] =
7156   "rpc/auth.h\0";
7157 /*
7158  *  Machine/OS name selection pattern
7159  */
7160 #define apzStruct_SockaddrMachs (const char**)NULL
7161
7162 /*
7163  *  content selection pattern - do fix if pattern found
7164  */
7165 tSCC zStruct_SockaddrSelect0[] =
7166        "^.*authdes_create.*struct sockaddr[^_]";
7167
7168 /*
7169  *  content bypass pattern - skip fix if pattern found
7170  */
7171 tSCC zStruct_SockaddrBypass0[] =
7172        "<sys/socket.h>";
7173 tSCC zStruct_SockaddrBypass1[] =
7174        "struct sockaddr;\n";
7175
7176 #define    STRUCT_SOCKADDR_TEST_CT  3
7177 static tTestDesc aStruct_SockaddrTests[] = {
7178   { TT_NEGREP,   zStruct_SockaddrBypass0, (regex_t*)NULL },
7179   { TT_NEGREP,   zStruct_SockaddrBypass1, (regex_t*)NULL },
7180   { TT_EGREP,    zStruct_SockaddrSelect0, (regex_t*)NULL }, };
7181
7182 /*
7183  *  Fix Command Arguments for Struct_Sockaddr
7184  */
7185 static const char* apzStruct_SockaddrPatch[] = {
7186     "format",
7187     "struct sockaddr;\n\
7188 %0",
7189     (char*)NULL };
7190
7191 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7192  *
7193  *  Description of Sun_Auth_Proto fix
7194  */
7195 tSCC zSun_Auth_ProtoName[] =
7196      "sun_auth_proto";
7197
7198 /*
7199  *  File name selection pattern
7200  */
7201 tSCC zSun_Auth_ProtoList[] =
7202   "rpc/auth.h\0rpc/clnt.h\0rpc/svc.h\0rpc/xdr.h\0";
7203 /*
7204  *  Machine/OS name selection pattern
7205  */
7206 #define apzSun_Auth_ProtoMachs (const char**)NULL
7207
7208 /*
7209  *  content selection pattern - do fix if pattern found
7210  */
7211 tSCC zSun_Auth_ProtoSelect0[] =
7212        "\\(\\*[a-z][a-z_]*\\)\\(\\)";
7213
7214 /*
7215  *  content bypass pattern - skip fix if pattern found
7216  */
7217 tSCC zSun_Auth_ProtoBypass0[] =
7218        "__cplusplus";
7219
7220 #define    SUN_AUTH_PROTO_TEST_CT  2
7221 static tTestDesc aSun_Auth_ProtoTests[] = {
7222   { TT_NEGREP,   zSun_Auth_ProtoBypass0, (regex_t*)NULL },
7223   { TT_EGREP,    zSun_Auth_ProtoSelect0, (regex_t*)NULL }, };
7224
7225 /*
7226  *  Fix Command Arguments for Sun_Auth_Proto
7227  */
7228 static const char* apzSun_Auth_ProtoPatch[] = {
7229     "format",
7230     "#ifdef __cplusplus\n\
7231 %1(...);%2\n\
7232 #else\n\
7233 %1();%2\n\
7234 #endif",
7235     "(.*\\(\\*[a-z][a-z_]*\\))\\(\\);(.*)",
7236     (char*)NULL };
7237
7238 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7239  *
7240  *  Description of Sun_Bogus_Ifdef fix
7241  */
7242 tSCC zSun_Bogus_IfdefName[] =
7243      "sun_bogus_ifdef";
7244
7245 /*
7246  *  File name selection pattern
7247  */
7248 tSCC zSun_Bogus_IfdefList[] =
7249   "hsfs/hsfs_spec.h\0hsfs/iso_spec.h\0";
7250 /*
7251  *  Machine/OS name selection pattern
7252  */
7253 #define apzSun_Bogus_IfdefMachs (const char**)NULL
7254
7255 /*
7256  *  content selection pattern - do fix if pattern found
7257  */
7258 tSCC zSun_Bogus_IfdefSelect0[] =
7259        "#ifdef(.*\\|\\|.*)";
7260
7261 #define    SUN_BOGUS_IFDEF_TEST_CT  1
7262 static tTestDesc aSun_Bogus_IfdefTests[] = {
7263   { TT_EGREP,    zSun_Bogus_IfdefSelect0, (regex_t*)NULL }, };
7264
7265 /*
7266  *  Fix Command Arguments for Sun_Bogus_Ifdef
7267  */
7268 static const char* apzSun_Bogus_IfdefPatch[] = {
7269     "format",
7270     "#if%1",
7271     (char*)NULL };
7272
7273 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7274  *
7275  *  Description of Sun_Catmacro fix
7276  */
7277 tSCC zSun_CatmacroName[] =
7278      "sun_catmacro";
7279
7280 /*
7281  *  File name selection pattern
7282  */
7283 tSCC zSun_CatmacroList[] =
7284   "pixrect/memvar.h\0";
7285 /*
7286  *  Machine/OS name selection pattern
7287  */
7288 #define apzSun_CatmacroMachs (const char**)NULL
7289
7290 /*
7291  *  content selection pattern - do fix if pattern found
7292  */
7293 tSCC zSun_CatmacroSelect0[] =
7294        "^#define[ \t]+CAT\\(a,b\\).*";
7295
7296 #define    SUN_CATMACRO_TEST_CT  1
7297 static tTestDesc aSun_CatmacroTests[] = {
7298   { TT_EGREP,    zSun_CatmacroSelect0, (regex_t*)NULL }, };
7299
7300 /*
7301  *  Fix Command Arguments for Sun_Catmacro
7302  */
7303 static const char* apzSun_CatmacroPatch[] = {
7304     "format",
7305     "#ifdef __STDC__\n\
7306 #  define CAT(a,b) a##b\n\
7307 #else\n\
7308 %0\n\
7309 #endif",
7310     (char*)NULL };
7311
7312 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7313  *
7314  *  Description of Sun_Malloc fix
7315  */
7316 tSCC zSun_MallocName[] =
7317      "sun_malloc";
7318
7319 /*
7320  *  File name selection pattern
7321  */
7322 tSCC zSun_MallocList[] =
7323   "malloc.h\0";
7324 /*
7325  *  Machine/OS name selection pattern
7326  */
7327 #define apzSun_MallocMachs (const char**)NULL
7328
7329 /*
7330  *  content bypass pattern - skip fix if pattern found
7331  */
7332 tSCC zSun_MallocBypass0[] =
7333        "_CLASSIC_ANSI_TYPES";
7334
7335 #define    SUN_MALLOC_TEST_CT  1
7336 static tTestDesc aSun_MallocTests[] = {
7337   { TT_NEGREP,   zSun_MallocBypass0, (regex_t*)NULL }, };
7338
7339 /*
7340  *  Fix Command Arguments for Sun_Malloc
7341  */
7342 static const char* apzSun_MallocPatch[] = { sed_cmd_z,
7343     "-e", "s/typedef[ \t]char \\*\tmalloc_t/typedef void \\*\tmalloc_t/g",
7344     "-e", "s/int[ \t][ \t]*free/void\tfree/g",
7345     "-e", "s/char\\([ \t]*\\*[ \t]*malloc\\)/void\\1/g",
7346     "-e", "s/char\\([ \t]*\\*[ \t]*realloc\\)/void\\1/g",
7347     "-e", "s/char\\([ \t]*\\*[ \t]*calloc\\)/void\\1/g",
7348     (char*)NULL };
7349
7350 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7351  *
7352  *  Description of Sun_Rusers_Semi fix
7353  */
7354 tSCC zSun_Rusers_SemiName[] =
7355      "sun_rusers_semi";
7356
7357 /*
7358  *  File name selection pattern
7359  */
7360 tSCC zSun_Rusers_SemiList[] =
7361   "rpcsvc/rusers.h\0";
7362 /*
7363  *  Machine/OS name selection pattern
7364  */
7365 #define apzSun_Rusers_SemiMachs (const char**)NULL
7366
7367 /*
7368  *  content selection pattern - do fix if pattern found
7369  */
7370 tSCC zSun_Rusers_SemiSelect0[] =
7371        "_cnt$";
7372
7373 #define    SUN_RUSERS_SEMI_TEST_CT  1
7374 static tTestDesc aSun_Rusers_SemiTests[] = {
7375   { TT_EGREP,    zSun_Rusers_SemiSelect0, (regex_t*)NULL }, };
7376
7377 /*
7378  *  Fix Command Arguments for Sun_Rusers_Semi
7379  */
7380 static const char* apzSun_Rusers_SemiPatch[] = { sed_cmd_z,
7381     "-e", "/^struct/,/^};/s/_cnt$/_cnt;/",
7382     (char*)NULL };
7383
7384 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7385  *
7386  *  Description of Sun_Signal fix
7387  */
7388 tSCC zSun_SignalName[] =
7389      "sun_signal";
7390
7391 /*
7392  *  File name selection pattern
7393  */
7394 tSCC zSun_SignalList[] =
7395   "sys/signal.h\0signal.h\0";
7396 /*
7397  *  Machine/OS name selection pattern
7398  */
7399 #define apzSun_SignalMachs (const char**)NULL
7400
7401 /*
7402  *  content selection pattern - do fix if pattern found
7403  */
7404 tSCC zSun_SignalSelect0[] =
7405        "^void\t\\(\\*signal\\(\\)\\)\\(\\);.*";
7406
7407 #define    SUN_SIGNAL_TEST_CT  1
7408 static tTestDesc aSun_SignalTests[] = {
7409   { TT_EGREP,    zSun_SignalSelect0, (regex_t*)NULL }, };
7410
7411 /*
7412  *  Fix Command Arguments for Sun_Signal
7413  */
7414 static const char* apzSun_SignalPatch[] = {
7415     "format",
7416     "#ifdef __cplusplus\n\
7417 void\t(*signal(...))(...);\n\
7418 #else\n\
7419 %0\n\
7420 #endif",
7421     (char*)NULL };
7422
7423 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7424  *
7425  *  Description of Sunos_Strlen fix
7426  */
7427 tSCC zSunos_StrlenName[] =
7428      "sunos_strlen";
7429
7430 /*
7431  *  File name selection pattern
7432  */
7433 tSCC zSunos_StrlenList[] =
7434   "strings.h\0";
7435 /*
7436  *  Machine/OS name selection pattern
7437  */
7438 #define apzSunos_StrlenMachs (const char**)NULL
7439
7440 /*
7441  *  content selection pattern - do fix if pattern found
7442  */
7443 tSCC zSunos_StrlenSelect0[] =
7444        "int[ \t]*strlen\\(\\);(.*)";
7445
7446 #define    SUNOS_STRLEN_TEST_CT  1
7447 static tTestDesc aSunos_StrlenTests[] = {
7448   { TT_EGREP,    zSunos_StrlenSelect0, (regex_t*)NULL }, };
7449
7450 /*
7451  *  Fix Command Arguments for Sunos_Strlen
7452  */
7453 static const char* apzSunos_StrlenPatch[] = {
7454     "format",
7455     "__SIZE_TYPE__ strlen();%1",
7456     (char*)NULL };
7457
7458 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7459  *
7460  *  Description of Svr4_Disable_Opt fix
7461  */
7462 tSCC zSvr4_Disable_OptName[] =
7463      "svr4_disable_opt";
7464
7465 /*
7466  *  File name selection pattern
7467  */
7468 tSCC zSvr4_Disable_OptList[] =
7469   "string.h\0";
7470 /*
7471  *  Machine/OS name selection pattern
7472  */
7473 #define apzSvr4_Disable_OptMachs (const char**)NULL
7474
7475 /*
7476  *  content selection pattern - do fix if pattern found
7477  */
7478 tSCC zSvr4_Disable_OptSelect0[] =
7479        "#define.*__std_hdr_";
7480
7481 #define    SVR4_DISABLE_OPT_TEST_CT  1
7482 static tTestDesc aSvr4_Disable_OptTests[] = {
7483   { TT_EGREP,    zSvr4_Disable_OptSelect0, (regex_t*)NULL }, };
7484
7485 /*
7486  *  Fix Command Arguments for Svr4_Disable_Opt
7487  */
7488 static const char* apzSvr4_Disable_OptPatch[] = { sed_cmd_z,
7489     "-e", "/#define.*__std_hdr_/d",
7490     (char*)NULL };
7491
7492 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7493  *
7494  *  Description of Svr4_Getcwd fix
7495  */
7496 tSCC zSvr4_GetcwdName[] =
7497      "svr4_getcwd";
7498
7499 /*
7500  *  File name selection pattern
7501  */
7502 tSCC zSvr4_GetcwdList[] =
7503   "stdlib.h\0unistd.h\0prototypes.h\0";
7504 /*
7505  *  Machine/OS name selection pattern
7506  */
7507 #define apzSvr4_GetcwdMachs (const char**)NULL
7508
7509 /*
7510  *  content selection pattern - do fix if pattern found
7511  */
7512 tSCC zSvr4_GetcwdSelect0[] =
7513        "getcwd\\(char \\*, int\\)";
7514
7515 #define    SVR4_GETCWD_TEST_CT  1
7516 static tTestDesc aSvr4_GetcwdTests[] = {
7517   { TT_EGREP,    zSvr4_GetcwdSelect0, (regex_t*)NULL }, };
7518
7519 /*
7520  *  Fix Command Arguments for Svr4_Getcwd
7521  */
7522 static const char* apzSvr4_GetcwdPatch[] = {
7523     "format",
7524     "getcwd(char *, size_t)",
7525     (char*)NULL };
7526
7527 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7528  *
7529  *  Description of Svr4_Profil fix
7530  */
7531 tSCC zSvr4_ProfilName[] =
7532      "svr4_profil";
7533
7534 /*
7535  *  File name selection pattern
7536  */
7537 tSCC zSvr4_ProfilList[] =
7538   "stdlib.h\0unistd.h\0";
7539 /*
7540  *  Machine/OS name selection pattern
7541  */
7542 #define apzSvr4_ProfilMachs (const char**)NULL
7543
7544 /*
7545  *  content selection pattern - do fix if pattern found
7546  */
7547 tSCC zSvr4_ProfilSelect0[] =
7548        "profil\\(unsigned short \\*, unsigned int, unsigned int, unsigned int\\)";
7549
7550 /*
7551  *  content bypass pattern - skip fix if pattern found
7552  */
7553 tSCC zSvr4_ProfilBypass0[] =
7554        "Silicon Graphics";
7555
7556 #define    SVR4_PROFIL_TEST_CT  2
7557 static tTestDesc aSvr4_ProfilTests[] = {
7558   { TT_NEGREP,   zSvr4_ProfilBypass0, (regex_t*)NULL },
7559   { TT_EGREP,    zSvr4_ProfilSelect0, (regex_t*)NULL }, };
7560
7561 /*
7562  *  Fix Command Arguments for Svr4_Profil
7563  */
7564 static const char* apzSvr4_ProfilPatch[] = {
7565     "format",
7566     "profil(unsigned short *, size_t, int, unsigned int)",
7567     (char*)NULL };
7568
7569 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7570  *
7571  *  Description of Svr4_Sighandler_Type fix
7572  */
7573 tSCC zSvr4_Sighandler_TypeName[] =
7574      "svr4_sighandler_type";
7575
7576 /*
7577  *  File name selection pattern
7578  */
7579 tSCC zSvr4_Sighandler_TypeList[] =
7580   "sys/signal.h\0";
7581 /*
7582  *  Machine/OS name selection pattern
7583  */
7584 #define apzSvr4_Sighandler_TypeMachs (const char**)NULL
7585
7586 /*
7587  *  content selection pattern - do fix if pattern found
7588  */
7589 tSCC zSvr4_Sighandler_TypeSelect0[] =
7590        "void *\\(\\*\\)\\(\\)";
7591
7592 #define    SVR4_SIGHANDLER_TYPE_TEST_CT  1
7593 static tTestDesc aSvr4_Sighandler_TypeTests[] = {
7594   { TT_EGREP,    zSvr4_Sighandler_TypeSelect0, (regex_t*)NULL }, };
7595
7596 /*
7597  *  Fix Command Arguments for Svr4_Sighandler_Type
7598  */
7599 static const char* apzSvr4_Sighandler_TypePatch[] = {
7600     "format",
7601     "void (*)(int)",
7602     (char*)NULL };
7603
7604 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7605  *
7606  *  Description of Svr4_Undeclared_Getrnge fix
7607  */
7608 tSCC zSvr4_Undeclared_GetrngeName[] =
7609      "svr4_undeclared_getrnge";
7610
7611 /*
7612  *  File name selection pattern
7613  */
7614 tSCC zSvr4_Undeclared_GetrngeList[] =
7615   "regexp.h\0";
7616 /*
7617  *  Machine/OS name selection pattern
7618  */
7619 #define apzSvr4_Undeclared_GetrngeMachs (const char**)NULL
7620
7621 /*
7622  *  content selection pattern - do fix if pattern found
7623  */
7624 tSCC zSvr4_Undeclared_GetrngeSelect0[] =
7625        "getrnge";
7626
7627 /*
7628  *  content bypass pattern - skip fix if pattern found
7629  */
7630 tSCC zSvr4_Undeclared_GetrngeBypass0[] =
7631        "static void getrnge";
7632
7633 #define    SVR4_UNDECLARED_GETRNGE_TEST_CT  2
7634 static tTestDesc aSvr4_Undeclared_GetrngeTests[] = {
7635   { TT_NEGREP,   zSvr4_Undeclared_GetrngeBypass0, (regex_t*)NULL },
7636   { TT_EGREP,    zSvr4_Undeclared_GetrngeSelect0, (regex_t*)NULL }, };
7637
7638 /*
7639  *  Fix Command Arguments for Svr4_Undeclared_Getrnge
7640  */
7641 static const char* apzSvr4_Undeclared_GetrngePatch[] = {
7642     "format",
7643     "%0\n\
7644 static int getrnge ();",
7645     "^static int[ \t]+size;",
7646     (char*)NULL };
7647
7648 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7649  *
7650  *  Description of Sysv68_String fix
7651  */
7652 tSCC zSysv68_StringName[] =
7653      "sysv68_string";
7654
7655 /*
7656  *  File name selection pattern
7657  */
7658 tSCC zSysv68_StringList[] =
7659   "testing.h\0string.h\0";
7660 /*
7661  *  Machine/OS name selection pattern
7662  */
7663 #define apzSysv68_StringMachs (const char**)NULL
7664
7665 /*
7666  *  content bypass pattern - skip fix if pattern found
7667  */
7668 tSCC zSysv68_StringBypass0[] =
7669        "_CLASSIC_ANSI_TYPES";
7670
7671 #define    SYSV68_STRING_TEST_CT  1
7672 static tTestDesc aSysv68_StringTests[] = {
7673   { TT_NEGREP,   zSysv68_StringBypass0, (regex_t*)NULL }, };
7674
7675 /*
7676  *  Fix Command Arguments for Sysv68_String
7677  */
7678 static const char* apzSysv68_StringPatch[] = { sed_cmd_z,
7679     "-e", "s/extern[ \t]*int[ \t]*strlen();/extern unsigned int strlen();/",
7680     "-e", "s/extern[ \t]*int[ \t]*ffs[ \t]*(long);/extern int ffs(int);/",
7681     "-e", "s/strdup(char \\*s1);/strdup(const char *s1);/",
7682     "-e", "/^extern char$/N",
7683     "-e", "s/^extern char\\(\\n\t\\*memccpy(),\\)$/extern void\\1/",
7684     "-e", "/^extern int$/N",
7685     "-e", "s/^extern int\\(\\n\tstrlen(),\\)/extern size_t\\1/",
7686     "-e", "/^\tstrncmp(),$/N",
7687     "-e", "s/^\\(\tstrncmp()\\),\\n\\(\tstrlen(),\\)$/\\1;\\\n\
7688 extern unsigned int\\\n\
7689 \\2/",
7690     (char*)NULL };
7691
7692 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7693  *
7694  *  Description of Sysz_Stdlib_For_Sun fix
7695  */
7696 tSCC zSysz_Stdlib_For_SunName[] =
7697      "sysz_stdlib_for_sun";
7698
7699 /*
7700  *  File name selection pattern
7701  */
7702 tSCC zSysz_Stdlib_For_SunList[] =
7703   "stdlib.h\0";
7704 /*
7705  *  Machine/OS name selection pattern
7706  */
7707 #define apzSysz_Stdlib_For_SunMachs (const char**)NULL
7708
7709 /*
7710  *  content selection pattern - do fix if pattern found
7711  */
7712 tSCC zSysz_Stdlib_For_SunSelect0[] =
7713        "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
7714
7715 /*
7716  *  content bypass pattern - skip fix if pattern found
7717  */
7718 tSCC zSysz_Stdlib_For_SunBypass0[] =
7719        "_CLASSIC_ANSI_TYPES";
7720
7721 #define    SYSZ_STDLIB_FOR_SUN_TEST_CT  2
7722 static tTestDesc aSysz_Stdlib_For_SunTests[] = {
7723   { TT_NEGREP,   zSysz_Stdlib_For_SunBypass0, (regex_t*)NULL },
7724   { TT_EGREP,    zSysz_Stdlib_For_SunSelect0, (regex_t*)NULL }, };
7725
7726 /*
7727  *  Fix Command Arguments for Sysz_Stdlib_For_Sun
7728  */
7729 static const char* apzSysz_Stdlib_For_SunPatch[] = {
7730     "format",
7731     "void *\t%1(",
7732     (char*)NULL };
7733
7734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7735  *
7736  *  Description of Thread_Keyword fix
7737  */
7738 tSCC zThread_KeywordName[] =
7739      "thread_keyword";
7740
7741 /*
7742  *  File name selection pattern
7743  */
7744 tSCC zThread_KeywordList[] =
7745   "pthread.h\0bits/sigthread.h\0";
7746 /*
7747  *  Machine/OS name selection pattern
7748  */
7749 #define apzThread_KeywordMachs (const char**)NULL
7750
7751 /*
7752  *  content selection pattern - do fix if pattern found
7753  */
7754 tSCC zThread_KeywordSelect0[] =
7755        "([* ])__thread([,)])";
7756
7757 #define    THREAD_KEYWORD_TEST_CT  1
7758 static tTestDesc aThread_KeywordTests[] = {
7759   { TT_EGREP,    zThread_KeywordSelect0, (regex_t*)NULL }, };
7760
7761 /*
7762  *  Fix Command Arguments for Thread_Keyword
7763  */
7764 static const char* apzThread_KeywordPatch[] = {
7765     "format",
7766     "%1__thr%2",
7767     (char*)NULL };
7768
7769 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7770  *
7771  *  Description of Tinfo_Cplusplus fix
7772  */
7773 tSCC zTinfo_CplusplusName[] =
7774      "tinfo_cplusplus";
7775
7776 /*
7777  *  File name selection pattern
7778  */
7779 tSCC zTinfo_CplusplusList[] =
7780   "tinfo.h\0";
7781 /*
7782  *  Machine/OS name selection pattern
7783  */
7784 #define apzTinfo_CplusplusMachs (const char**)NULL
7785
7786 /*
7787  *  content selection pattern - do fix if pattern found
7788  */
7789 tSCC zTinfo_CplusplusSelect0[] =
7790        "[ \t]_cplusplus";
7791
7792 #define    TINFO_CPLUSPLUS_TEST_CT  1
7793 static tTestDesc aTinfo_CplusplusTests[] = {
7794   { TT_EGREP,    zTinfo_CplusplusSelect0, (regex_t*)NULL }, };
7795
7796 /*
7797  *  Fix Command Arguments for Tinfo_Cplusplus
7798  */
7799 static const char* apzTinfo_CplusplusPatch[] = {
7800     "format",
7801     " __cplusplus",
7802     (char*)NULL };
7803
7804 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7805  *
7806  *  Description of Ultrix_Const fix
7807  */
7808 tSCC zUltrix_ConstName[] =
7809      "ultrix_const";
7810
7811 /*
7812  *  File name selection pattern
7813  */
7814 tSCC zUltrix_ConstList[] =
7815   "stdio.h\0";
7816 /*
7817  *  Machine/OS name selection pattern
7818  */
7819 #define apzUltrix_ConstMachs (const char**)NULL
7820
7821 /*
7822  *  content selection pattern - do fix if pattern found
7823  */
7824 tSCC zUltrix_ConstSelect0[] =
7825        "perror\\( char \\*";
7826
7827 #define    ULTRIX_CONST_TEST_CT  1
7828 static tTestDesc aUltrix_ConstTests[] = {
7829   { TT_EGREP,    zUltrix_ConstSelect0, (regex_t*)NULL }, };
7830
7831 /*
7832  *  Fix Command Arguments for Ultrix_Const
7833  */
7834 static const char* apzUltrix_ConstPatch[] = {
7835     "format",
7836     "%1 const %3 *__",
7837     "([ \t*](perror|fputs|fwrite|scanf|fscanf)\\(.*)[ \t]+(char|void) \\*__",
7838     (char*)NULL };
7839
7840 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7841  *
7842  *  Description of Ultrix_Const2 fix
7843  */
7844 tSCC zUltrix_Const2Name[] =
7845      "ultrix_const2";
7846
7847 /*
7848  *  File name selection pattern
7849  */
7850 tSCC zUltrix_Const2List[] =
7851   "stdio.h\0";
7852 /*
7853  *  Machine/OS name selection pattern
7854  */
7855 #define apzUltrix_Const2Machs (const char**)NULL
7856
7857 /*
7858  *  content selection pattern - do fix if pattern found
7859  */
7860 tSCC zUltrix_Const2Select0[] =
7861        "\\*fopen\\( char \\*";
7862
7863 #define    ULTRIX_CONST2_TEST_CT  1
7864 static tTestDesc aUltrix_Const2Tests[] = {
7865   { TT_EGREP,    zUltrix_Const2Select0, (regex_t*)NULL }, };
7866
7867 /*
7868  *  Fix Command Arguments for Ultrix_Const2
7869  */
7870 static const char* apzUltrix_Const2Patch[] = {
7871     "format",
7872     "%1( const char *%3, const char *",
7873     "([ \t*](fopen|sscanf|popen|tempnam))\\([ \t]*char[ \t]*\\*([^,]*),[ \t]*char[ \t]*\\*[ \t]*",
7874     (char*)NULL };
7875
7876 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7877  *
7878  *  Description of Va_I960_Macro fix
7879  */
7880 tSCC zVa_I960_MacroName[] =
7881      "va_i960_macro";
7882
7883 /*
7884  *  File name selection pattern
7885  */
7886 tSCC zVa_I960_MacroList[] =
7887   "arch/i960/archI960.h\0";
7888 /*
7889  *  Machine/OS name selection pattern
7890  */
7891 #define apzVa_I960_MacroMachs (const char**)NULL
7892
7893 /*
7894  *  content selection pattern - do fix if pattern found
7895  */
7896 tSCC zVa_I960_MacroSelect0[] =
7897        "__(vsiz|vali|vpad|alignof__)";
7898
7899 #define    VA_I960_MACRO_TEST_CT  1
7900 static tTestDesc aVa_I960_MacroTests[] = {
7901   { TT_EGREP,    zVa_I960_MacroSelect0, (regex_t*)NULL }, };
7902
7903 /*
7904  *  Fix Command Arguments for Va_I960_Macro
7905  */
7906 static const char* apzVa_I960_MacroPatch[] = {
7907     "format",
7908     "__vx%1",
7909     (char*)NULL };
7910
7911 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7912  *
7913  *  Description of Void_Null fix
7914  */
7915 tSCC zVoid_NullName[] =
7916      "void_null";
7917
7918 /*
7919  *  File name selection pattern
7920  */
7921 tSCC zVoid_NullList[] =
7922   "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";
7923 /*
7924  *  Machine/OS name selection pattern
7925  */
7926 #define apzVoid_NullMachs (const char**)NULL
7927
7928 /*
7929  *  content selection pattern - do fix if pattern found
7930  */
7931 tSCC zVoid_NullSelect0[] =
7932        "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
7933
7934 /*
7935  *  content bypass pattern - skip fix if pattern found
7936  */
7937 tSCC zVoid_NullBypass0[] =
7938        "__cplusplus";
7939
7940 #define    VOID_NULL_TEST_CT  2
7941 static tTestDesc aVoid_NullTests[] = {
7942   { TT_NEGREP,   zVoid_NullBypass0, (regex_t*)NULL },
7943   { TT_EGREP,    zVoid_NullSelect0, (regex_t*)NULL }, };
7944
7945 /*
7946  *  Fix Command Arguments for Void_Null
7947  */
7948 static const char* apzVoid_NullPatch[] = {
7949     "format",
7950     "#define NULL 0",
7951     (char*)NULL };
7952
7953 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7954  *
7955  *  Description of Vxworks_Gcc_Problem fix
7956  */
7957 tSCC zVxworks_Gcc_ProblemName[] =
7958      "vxworks_gcc_problem";
7959
7960 /*
7961  *  File name selection pattern
7962  */
7963 tSCC zVxworks_Gcc_ProblemList[] =
7964   "types/vxTypesBase.h\0";
7965 /*
7966  *  Machine/OS name selection pattern
7967  */
7968 #define apzVxworks_Gcc_ProblemMachs (const char**)NULL
7969
7970 /*
7971  *  content selection pattern - do fix if pattern found
7972  */
7973 tSCC zVxworks_Gcc_ProblemSelect0[] =
7974        "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
7975
7976 #define    VXWORKS_GCC_PROBLEM_TEST_CT  1
7977 static tTestDesc aVxworks_Gcc_ProblemTests[] = {
7978   { TT_EGREP,    zVxworks_Gcc_ProblemSelect0, (regex_t*)NULL }, };
7979
7980 /*
7981  *  Fix Command Arguments for Vxworks_Gcc_Problem
7982  */
7983 static const char* apzVxworks_Gcc_ProblemPatch[] = { sed_cmd_z,
7984     "-e", "s/#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__/#if 1/",
7985     "-e", "/[ \t]size_t/i\\\n\
7986 #ifndef _GCC_SIZE_T\\\n\
7987 #define _GCC_SIZE_T\n",
7988     "-e", "/[ \t]size_t/a\\\n\
7989 #endif\n",
7990     "-e", "/[ \t]ptrdiff_t/i\\\n\
7991 #ifndef _GCC_PTRDIFF_T\\\n\
7992 #define _GCC_PTRDIFF_T\n",
7993     "-e", "/[ \t]ptrdiff_t/a\\\n\
7994 #endif\n",
7995     "-e", "/[ \t]wchar_t/i\\\n\
7996 #ifndef _GCC_WCHAR_T\\\n\
7997 #define _GCC_WCHAR_T\n",
7998     "-e", "/[ \t]wchar_t/a\\\n\
7999 #endif\n",
8000     (char*)NULL };
8001
8002 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8003  *
8004  *  Description of Vxworks_Needs_Vxtypes fix
8005  */
8006 tSCC zVxworks_Needs_VxtypesName[] =
8007      "vxworks_needs_vxtypes";
8008
8009 /*
8010  *  File name selection pattern
8011  */
8012 tSCC zVxworks_Needs_VxtypesList[] =
8013   "time.h\0";
8014 /*
8015  *  Machine/OS name selection pattern
8016  */
8017 #define apzVxworks_Needs_VxtypesMachs (const char**)NULL
8018
8019 /*
8020  *  content selection pattern - do fix if pattern found
8021  */
8022 tSCC zVxworks_Needs_VxtypesSelect0[] =
8023        "uint_t([ \t]+_clocks_per_sec)";
8024
8025 #define    VXWORKS_NEEDS_VXTYPES_TEST_CT  1
8026 static tTestDesc aVxworks_Needs_VxtypesTests[] = {
8027   { TT_EGREP,    zVxworks_Needs_VxtypesSelect0, (regex_t*)NULL }, };
8028
8029 /*
8030  *  Fix Command Arguments for Vxworks_Needs_Vxtypes
8031  */
8032 static const char* apzVxworks_Needs_VxtypesPatch[] = {
8033     "format",
8034     "unsigned int%1",
8035     (char*)NULL };
8036
8037 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8038  *
8039  *  Description of Vxworks_Needs_Vxworks fix
8040  */
8041 tSCC zVxworks_Needs_VxworksName[] =
8042      "vxworks_needs_vxworks";
8043
8044 /*
8045  *  File name selection pattern
8046  */
8047 tSCC zVxworks_Needs_VxworksList[] =
8048   "sys/stat.h\0";
8049 /*
8050  *  Machine/OS name selection pattern
8051  */
8052 #define apzVxworks_Needs_VxworksMachs (const char**)NULL
8053
8054 /*
8055  *  content selection pattern - do fix if pattern found
8056  */
8057 tSCC zVxworks_Needs_VxworksSelect0[] =
8058        "#[ \t]define[ \t]+__INCstath";
8059
8060 /*
8061  *  perform the 'test' shell command - do fix on success
8062  */
8063 tSCC zVxworks_Needs_VxworksTest0[] =
8064        " -r types/vxTypesOld.h";
8065 tSCC zVxworks_Needs_VxworksTest1[] =
8066        " -n \"`egrep '#include' $file`\"";
8067 tSCC zVxworks_Needs_VxworksTest2[] =
8068        " -n \"`egrep ULONG $file`\"";
8069
8070 #define    VXWORKS_NEEDS_VXWORKS_TEST_CT  4
8071 static tTestDesc aVxworks_Needs_VxworksTests[] = {
8072   { TT_TEST,     zVxworks_Needs_VxworksTest0,   0 /* unused */ },
8073   { TT_TEST,     zVxworks_Needs_VxworksTest1,   0 /* unused */ },
8074   { TT_TEST,     zVxworks_Needs_VxworksTest2,   0 /* unused */ },
8075   { TT_EGREP,    zVxworks_Needs_VxworksSelect0, (regex_t*)NULL }, };
8076
8077 /*
8078  *  Fix Command Arguments for Vxworks_Needs_Vxworks
8079  */
8080 static const char* apzVxworks_Needs_VxworksPatch[] = { sed_cmd_z,
8081     "-e", "/#[ \t]define[ \t][ \t]*__INCstath/a\\\n\
8082 #include <types/vxTypesOld.h>\n",
8083     (char*)NULL };
8084
8085 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8086  *
8087  *  Description of Vxworks_Time fix
8088  */
8089 tSCC zVxworks_TimeName[] =
8090      "vxworks_time";
8091
8092 /*
8093  *  File name selection pattern
8094  */
8095 tSCC zVxworks_TimeList[] =
8096   "time.h\0";
8097 /*
8098  *  Machine/OS name selection pattern
8099  */
8100 #define apzVxworks_TimeMachs (const char**)NULL
8101
8102 /*
8103  *  content selection pattern - do fix if pattern found
8104  */
8105 tSCC zVxworks_TimeSelect0[] =
8106        "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
8107
8108 /*
8109  *  perform the 'test' shell command - do fix on success
8110  */
8111 tSCC zVxworks_TimeTest0[] =
8112        " -r vxWorks.h";
8113
8114 #define    VXWORKS_TIME_TEST_CT  2
8115 static tTestDesc aVxworks_TimeTests[] = {
8116   { TT_TEST,     zVxworks_TimeTest0,   0 /* unused */ },
8117   { TT_EGREP,    zVxworks_TimeSelect0, (regex_t*)NULL }, };
8118
8119 /*
8120  *  Fix Command Arguments for Vxworks_Time
8121  */
8122 static const char* apzVxworks_TimePatch[] = {
8123     "format",
8124     "#ifndef __gcc_VOIDFUNCPTR_defined\n\
8125 #ifdef __cplusplus\n\
8126 typedef void (*__gcc_VOIDFUNCPTR) (...);\n\
8127 #else\n\
8128 typedef void (*__gcc_VOIDFUNCPTR) ();\n\
8129 #endif\n\
8130 #define __gcc_VOIDFUNCPTR_defined\n\
8131 #endif\n\
8132 #define VOIDFUNCPTR __gcc_VOIDFUNCPTR",
8133     (char*)NULL };
8134
8135 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8136  *
8137  *  Description of X11_Class fix
8138  */
8139 tSCC zX11_ClassName[] =
8140      "x11_class";
8141
8142 /*
8143  *  File name selection pattern
8144  */
8145 tSCC zX11_ClassList[] =
8146   "X11/ShellP.h\0";
8147 /*
8148  *  Machine/OS name selection pattern
8149  */
8150 #define apzX11_ClassMachs (const char**)NULL
8151
8152 /*
8153  *  content selection pattern - do fix if pattern found
8154  */
8155 tSCC zX11_ClassSelect0[] =
8156        "^([ \t]*char \\*)class;(.*)";
8157
8158 /*
8159  *  content bypass pattern - skip fix if pattern found
8160  */
8161 tSCC zX11_ClassBypass0[] =
8162        "__cplusplus";
8163
8164 #define    X11_CLASS_TEST_CT  2
8165 static tTestDesc aX11_ClassTests[] = {
8166   { TT_NEGREP,   zX11_ClassBypass0, (regex_t*)NULL },
8167   { TT_EGREP,    zX11_ClassSelect0, (regex_t*)NULL }, };
8168
8169 /*
8170  *  Fix Command Arguments for X11_Class
8171  */
8172 static const char* apzX11_ClassPatch[] = {
8173     "format",
8174     "#ifdef __cplusplus\n\
8175 %1c_class;%2\n\
8176 #else\n\
8177 %1class;%2\n\
8178 #endif",
8179     (char*)NULL };
8180
8181 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8182  *
8183  *  Description of X11_Class_Usage fix
8184  */
8185 tSCC zX11_Class_UsageName[] =
8186      "x11_class_usage";
8187
8188 /*
8189  *  File name selection pattern
8190  */
8191 tSCC zX11_Class_UsageList[] =
8192   "Xm/BaseClassI.h\0";
8193 /*
8194  *  Machine/OS name selection pattern
8195  */
8196 #define apzX11_Class_UsageMachs (const char**)NULL
8197
8198 /*
8199  *  content selection pattern - do fix if pattern found
8200  */
8201 tSCC zX11_Class_UsageSelect0[] =
8202        " class\\)";
8203
8204 /*
8205  *  content bypass pattern - skip fix if pattern found
8206  */
8207 tSCC zX11_Class_UsageBypass0[] =
8208        "__cplusplus";
8209
8210 #define    X11_CLASS_USAGE_TEST_CT  2
8211 static tTestDesc aX11_Class_UsageTests[] = {
8212   { TT_NEGREP,   zX11_Class_UsageBypass0, (regex_t*)NULL },
8213   { TT_EGREP,    zX11_Class_UsageSelect0, (regex_t*)NULL }, };
8214
8215 /*
8216  *  Fix Command Arguments for X11_Class_Usage
8217  */
8218 static const char* apzX11_Class_UsagePatch[] = {
8219     "format",
8220     " c_class)",
8221     (char*)NULL };
8222
8223 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8224  *
8225  *  Description of X11_New fix
8226  */
8227 tSCC zX11_NewName[] =
8228      "x11_new";
8229
8230 /*
8231  *  File name selection pattern
8232  */
8233 tSCC zX11_NewList[] =
8234   "Xm/Traversal.h\0";
8235 /*
8236  *  Machine/OS name selection pattern
8237  */
8238 #define apzX11_NewMachs (const char**)NULL
8239
8240 /*
8241  *  content bypass pattern - skip fix if pattern found
8242  */
8243 tSCC zX11_NewBypass0[] =
8244        "__cplusplus";
8245
8246 #define    X11_NEW_TEST_CT  1
8247 static tTestDesc aX11_NewTests[] = {
8248   { TT_NEGREP,   zX11_NewBypass0, (regex_t*)NULL }, };
8249
8250 /*
8251  *  Fix Command Arguments for X11_New
8252  */
8253 static const char* apzX11_NewPatch[] = { sed_cmd_z,
8254     "-e", "/Widget\told, new;/i\\\n\
8255 #ifdef __cplusplus\\\n\
8256 \tWidget\told, c_new;\\\n\
8257 #else\n",
8258     "-e", "/Widget\told, new;/a\\\n\
8259 #endif\n",
8260     "-e", "s/Widget new,/Widget c_new,/g",
8261     (char*)NULL };
8262
8263 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8264  *
8265  *  Description of X11_Sprintf fix
8266  */
8267 tSCC zX11_SprintfName[] =
8268      "x11_sprintf";
8269
8270 /*
8271  *  File name selection pattern
8272  */
8273 tSCC zX11_SprintfList[] =
8274   "X11/Xmu.h\0X11/Xmu/Xmu.h\0";
8275 /*
8276  *  Machine/OS name selection pattern
8277  */
8278 #define apzX11_SprintfMachs (const char**)NULL
8279
8280 /*
8281  *  content selection pattern - do fix if pattern found
8282  */
8283 tSCC zX11_SprintfSelect0[] =
8284        "^extern char \\*\tsprintf\\(\\);$";
8285
8286 #define    X11_SPRINTF_TEST_CT  1
8287 static tTestDesc aX11_SprintfTests[] = {
8288   { TT_EGREP,    zX11_SprintfSelect0, (regex_t*)NULL }, };
8289
8290 /*
8291  *  Fix Command Arguments for X11_Sprintf
8292  */
8293 static const char* apzX11_SprintfPatch[] = {
8294     "format",
8295     "#ifndef __STDC__\n\
8296 %0\n\
8297 #endif /* !defined __STDC__ */",
8298     (char*)NULL };
8299
8300
8301 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8302  *
8303  *  List of all fixes
8304  */
8305 #define REGEX_COUNT          247
8306 #define MACH_LIST_SIZE_LIMIT 181
8307 #define FIX_COUNT            204
8308
8309 /*
8310  *  Enumerate the fixes
8311  */
8312 typedef enum {
8313     AAB_AIX_STDIO_FIXIDX,
8314     AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_FIXIDX,
8315     AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_FIXIDX,
8316     AAB_FD_ZERO_ASM_POSIX_TYPES_H_FIXIDX,
8317     AAB_FD_ZERO_GNU_TYPES_H_FIXIDX,
8318     AAB_FD_ZERO_SELECTBITS_H_FIXIDX,
8319     AAB_SOLARIS_SYS_VARARGS_H_FIXIDX,
8320     AAB_SUN_MEMCPY_FIXIDX,
8321     AIX_COMPLEX_FIXIDX,
8322     AIX_PTHREAD_FIXIDX,
8323     AIX_STDINT_1_FIXIDX,
8324     AIX_STDINT_2_FIXIDX,
8325     AIX_STDINT_3_FIXIDX,
8326     AIX_STDINT_4_FIXIDX,
8327     AIX_STDINT_5_FIXIDX,
8328     AIX_SYSMACHINE_FIXIDX,
8329     AIX_SYSWAIT_2_FIXIDX,
8330     AIX_VOLATILE_FIXIDX,
8331     ALPHA___ASSERT_FIXIDX,
8332     ALPHA___EXTERN_PREFIX_FIXIDX,
8333     ALPHA___EXTERN_PREFIX_STANDARDS_FIXIDX,
8334     ALPHA___EXTERN_PREFIX_SYS_STAT_FIXIDX,
8335     ALPHA_ASSERT_FIXIDX,
8336     ALPHA_BAD_LVAL_FIXIDX,
8337     ALPHA_GETOPT_FIXIDX,
8338     ALPHA_IF_SEMICOLON_FIXIDX,
8339     ALPHA_PARENS_FIXIDX,
8340     ALPHA_PTHREAD_FIXIDX,
8341     ALPHA_PTHREAD_GCC_FIXIDX,
8342     ALPHA_PTHREAD_INIT_FIXIDX,
8343     ALPHA_SBRK_FIXIDX,
8344     ALPHA_WCHAR_FIXIDX,
8345     AVOID_BOOL_DEFINE_FIXIDX,
8346     AVOID_BOOL_TYPE_FIXIDX,
8347     AVOID_WCHAR_T_TYPE_FIXIDX,
8348     BAD_STRUCT_TERM_FIXIDX,
8349     BADQUOTE_FIXIDX,
8350     BROKEN_ASSERT_STDIO_FIXIDX,
8351     BROKEN_ASSERT_STDLIB_FIXIDX,
8352     BROKEN_CABS_FIXIDX,
8353     BROKEN_NAN_FIXIDX,
8354     BSD_STDIO_ATTRS_CONFLICT_FIXIDX,
8355     CTRL_QUOTES_DEF_FIXIDX,
8356     CTRL_QUOTES_USE_FIXIDX,
8357     CXX_UNREADY_FIXIDX,
8358     DARWIN_EXTERNC_FIXIDX,
8359     DARWIN_GCC4_BREAKAGE_FIXIDX,
8360     DARWIN_PRIVATE_EXTERN_FIXIDX,
8361     DARWIN_STDINT_1_FIXIDX,
8362     DARWIN_STDINT_2_FIXIDX,
8363     DARWIN_STDINT_3_FIXIDX,
8364     DARWIN_STDINT_4_FIXIDX,
8365     DARWIN_STDINT_5_FIXIDX,
8366     DARWIN_STDINT_6_FIXIDX,
8367     DARWIN_STDINT_7_FIXIDX,
8368     DEC_INTERN_ASM_FIXIDX,
8369     DJGPP_WCHAR_H_FIXIDX,
8370     ECD_CURSOR_FIXIDX,
8371     FREEBSD_GCC3_BREAKAGE_FIXIDX,
8372     FREEBSD_GCC4_BREAKAGE_FIXIDX,
8373     GLIBC_C99_INLINE_1_FIXIDX,
8374     GLIBC_C99_INLINE_1A_FIXIDX,
8375     GLIBC_C99_INLINE_2_FIXIDX,
8376     GLIBC_C99_INLINE_3_FIXIDX,
8377     GLIBC_C99_INLINE_4_FIXIDX,
8378     GLIBC_MUTEX_INIT_FIXIDX,
8379     GLIBC_STDINT_FIXIDX,
8380     GLIBC_TGMATH_FIXIDX,
8381     GNU_TYPES_FIXIDX,
8382     HP_INLINE_FIXIDX,
8383     HP_SYSFILE_FIXIDX,
8384     HPPA_HPUX_FP_MACROS_FIXIDX,
8385     HPUX10_CPP_POW_INLINE_FIXIDX,
8386     HPUX11_CPP_POW_INLINE_FIXIDX,
8387     HPUX10_CTYPE_DECLARATIONS1_FIXIDX,
8388     HPUX10_CTYPE_DECLARATIONS2_FIXIDX,
8389     HPUX10_STDIO_DECLARATIONS_FIXIDX,
8390     HPUX11_ABS_FIXIDX,
8391     HPUX11_FABSF_FIXIDX,
8392     HPUX11_PTHREAD_CONST_FIXIDX,
8393     HPUX11_SIZE_T_FIXIDX,
8394     HPUX11_SNPRINTF_FIXIDX,
8395     HPUX11_VSNPRINTF_FIXIDX,
8396     HPUX8_BOGUS_INLINES_FIXIDX,
8397     HPUX_CTYPE_MACROS_FIXIDX,
8398     HPUX_HTONL_FIXIDX,
8399     HPUX_LONG_DOUBLE_FIXIDX,
8400     HPUX_LONG_DOUBLE_2_FIXIDX,
8401     HPUX_SYSTIME_FIXIDX,
8402     HPUX_SPU_INFO_FIXIDX,
8403     HPUX11_EXTERN_SENDFILE_FIXIDX,
8404     HPUX11_EXTERN_SENDPATH_FIXIDX,
8405     HPUX_EXTERN_ERRNO_FIXIDX,
8406     HPUX_PTHREAD_INITIALIZERS_FIXIDX,
8407     HPUX_C99_INTPTR_FIXIDX,
8408     HPUX_C99_INTTYPES_FIXIDX,
8409     HPUX_C99_INTTYPES2_FIXIDX,
8410     HPUX_STDINT_LEAST_FAST_FIXIDX,
8411     HPUX_INTTYPE_INT8_T_FIXIDX,
8412     HPUX_IMAGINARY_I_FIXIDX,
8413     HUGE_VAL_HEX_FIXIDX,
8414     HUGE_VALF_HEX_FIXIDX,
8415     HUGE_VALL_HEX_FIXIDX,
8416     INT_ABORT_FREE_AND_EXIT_FIXIDX,
8417     IO_QUOTES_DEF_FIXIDX,
8418     IO_QUOTES_USE_FIXIDX,
8419     IP_MISSING_SEMI_FIXIDX,
8420     IRIX___RESTRICT_FIXIDX,
8421     IRIX___GENERIC1_FIXIDX,
8422     IRIX___GENERIC2_FIXIDX,
8423     IRIX_ASM_APOSTROPHE_FIXIDX,
8424     IRIX_LIMITS_CONST_FIXIDX,
8425     IRIX_SOCKLEN_T_FIXIDX,
8426     IRIX_STDINT_C99_FIXIDX,
8427     IRIX_STDIO_VA_LIST_FIXIDX,
8428     IRIX_WCSFTIME_FIXIDX,
8429     ISC_FMOD_FIXIDX,
8430     ISC_OMITS_WITH_STDC_FIXIDX,
8431     KANDR_CONCAT_FIXIDX,
8432     LINUX_IA64_UCONTEXT_FIXIDX,
8433     LYNXOS_NO_WARNING_IN_SYS_TIME_H_FIXIDX,
8434     LYNXOS_MISSING_PUTENV_FIXIDX,
8435     MACHINE_ANSI_H_VA_LIST_FIXIDX,
8436     MACHINE_NAME_FIXIDX,
8437     MATH_EXCEPTION_FIXIDX,
8438     MATH_HUGE_VAL_FROM_DBL_MAX_FIXIDX,
8439     NESTED_AUTH_DES_FIXIDX,
8440     NESTED_SYS_LIMITS_FIXIDX,
8441     NETBSD_C99_INLINE_1_FIXIDX,
8442     NETBSD_C99_INLINE_2_FIXIDX,
8443     NETBSD_EXTRA_SEMICOLON_FIXIDX,
8444     NEWLIB_STDINT_1_FIXIDX,
8445     NEWLIB_STDINT_2_FIXIDX,
8446     NEXT_MATH_PREFIX_FIXIDX,
8447     NEXT_TEMPLATE_FIXIDX,
8448     NEXT_VOLITILE_FIXIDX,
8449     NEXT_WAIT_UNION_FIXIDX,
8450     NODEENT_SYNTAX_FIXIDX,
8451     OPENBSD_NULL_DEFINITION_FIXIDX,
8452     OBSTACK_LVALUE_CAST_FIXIDX,
8453     OPENBSD_VA_START_FIXIDX,
8454     OSF_NAMESPACE_A_FIXIDX,
8455     OSF_NAMESPACE_C_FIXIDX,
8456     PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_FIXIDX,
8457     READ_RET_TYPE_FIXIDX,
8458     RPC_XDR_LVALUE_CAST_A_FIXIDX,
8459     RPC_XDR_LVALUE_CAST_B_FIXIDX,
8460     RS6000_DOUBLE_FIXIDX,
8461     RS6000_FCHMOD_FIXIDX,
8462     RS6000_PARAM_FIXIDX,
8463     SCO_MATH_FIXIDX,
8464     SOLARIS_MATH_1_FIXIDX,
8465     SOLARIS_MATH_2_FIXIDX,
8466     SOLARIS_MATH_3_FIXIDX,
8467     SOLARIS_MATH_4_FIXIDX,
8468     SOLARIS_MATH_8_FIXIDX,
8469     SOLARIS_MATH_9_FIXIDX,
8470     SOLARIS_MATH_10_FIXIDX,
8471     SOLARIS_MUTEX_INIT_2_FIXIDX,
8472     SOLARIS_RWLOCK_INIT_1_FIXIDX,
8473     SOLARIS_ONCE_INIT_1_FIXIDX,
8474     SOLARIS_ONCE_INIT_2_FIXIDX,
8475     SOLARIS_INT_CONST_FIXIDX,
8476     SOLARIS_INT_LIMITS_1_FIXIDX,
8477     SOLARIS_INT_LIMITS_2_FIXIDX,
8478     SOLARIS_INT_TYPES_FIXIDX,
8479     SOLARIS_STDIO_TAG_FIXIDX,
8480     STATSSWTCH_FIXIDX,
8481     STDIO_STDARG_H_FIXIDX,
8482     STDIO_VA_LIST_FIXIDX,
8483     STDIO_VA_LIST_CLIENTS_FIXIDX,
8484     STRICT_ANSI_NOT_FIXIDX,
8485     STRICT_ANSI_NOT_CTD_FIXIDX,
8486     STRICT_ANSI_ONLY_FIXIDX,
8487     STRUCT_FILE_FIXIDX,
8488     STRUCT_SOCKADDR_FIXIDX,
8489     SUN_AUTH_PROTO_FIXIDX,
8490     SUN_BOGUS_IFDEF_FIXIDX,
8491     SUN_CATMACRO_FIXIDX,
8492     SUN_MALLOC_FIXIDX,
8493     SUN_RUSERS_SEMI_FIXIDX,
8494     SUN_SIGNAL_FIXIDX,
8495     SUNOS_STRLEN_FIXIDX,
8496     SVR4_DISABLE_OPT_FIXIDX,
8497     SVR4_GETCWD_FIXIDX,
8498     SVR4_PROFIL_FIXIDX,
8499     SVR4_SIGHANDLER_TYPE_FIXIDX,
8500     SVR4_UNDECLARED_GETRNGE_FIXIDX,
8501     SYSV68_STRING_FIXIDX,
8502     SYSZ_STDLIB_FOR_SUN_FIXIDX,
8503     THREAD_KEYWORD_FIXIDX,
8504     TINFO_CPLUSPLUS_FIXIDX,
8505     ULTRIX_CONST_FIXIDX,
8506     ULTRIX_CONST2_FIXIDX,
8507     VA_I960_MACRO_FIXIDX,
8508     VOID_NULL_FIXIDX,
8509     VXWORKS_GCC_PROBLEM_FIXIDX,
8510     VXWORKS_NEEDS_VXTYPES_FIXIDX,
8511     VXWORKS_NEEDS_VXWORKS_FIXIDX,
8512     VXWORKS_TIME_FIXIDX,
8513     X11_CLASS_FIXIDX,
8514     X11_CLASS_USAGE_FIXIDX,
8515     X11_NEW_FIXIDX,
8516     X11_SPRINTF_FIXIDX
8517 } t_fixinc_idx;
8518
8519 tFixDesc fixDescList[ FIX_COUNT ] = {
8520   {  zAab_Aix_StdioName,    zAab_Aix_StdioList,
8521      apzAab_Aix_StdioMachs,
8522      AAB_AIX_STDIO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8523      aAab_Aix_StdioTests,   apzAab_Aix_StdioPatch, 0 },
8524
8525   {  zAab_Darwin7_9_Long_Double_FuncsName,    zAab_Darwin7_9_Long_Double_FuncsList,
8526      apzAab_Darwin7_9_Long_Double_FuncsMachs,
8527      AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8528      aAab_Darwin7_9_Long_Double_FuncsTests,   apzAab_Darwin7_9_Long_Double_FuncsPatch, 0 },
8529
8530   {  zAab_Darwin7_9_Long_Double_Funcs_2Name,    zAab_Darwin7_9_Long_Double_Funcs_2List,
8531      apzAab_Darwin7_9_Long_Double_Funcs_2Machs,
8532      AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8533      aAab_Darwin7_9_Long_Double_Funcs_2Tests,   apzAab_Darwin7_9_Long_Double_Funcs_2Patch, 0 },
8534
8535   {  zAab_Fd_Zero_Asm_Posix_Types_HName,    zAab_Fd_Zero_Asm_Posix_Types_HList,
8536      apzAab_Fd_Zero_Asm_Posix_Types_HMachs,
8537      AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8538      aAab_Fd_Zero_Asm_Posix_Types_HTests,   apzAab_Fd_Zero_Asm_Posix_Types_HPatch, 0 },
8539
8540   {  zAab_Fd_Zero_Gnu_Types_HName,    zAab_Fd_Zero_Gnu_Types_HList,
8541      apzAab_Fd_Zero_Gnu_Types_HMachs,
8542      AAB_FD_ZERO_GNU_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8543      aAab_Fd_Zero_Gnu_Types_HTests,   apzAab_Fd_Zero_Gnu_Types_HPatch, 0 },
8544
8545   {  zAab_Fd_Zero_Selectbits_HName,    zAab_Fd_Zero_Selectbits_HList,
8546      apzAab_Fd_Zero_Selectbits_HMachs,
8547      AAB_FD_ZERO_SELECTBITS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8548      aAab_Fd_Zero_Selectbits_HTests,   apzAab_Fd_Zero_Selectbits_HPatch, 0 },
8549
8550   {  zAab_Solaris_Sys_Varargs_HName,    zAab_Solaris_Sys_Varargs_HList,
8551      apzAab_Solaris_Sys_Varargs_HMachs,
8552      AAB_SOLARIS_SYS_VARARGS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8553      aAab_Solaris_Sys_Varargs_HTests,   apzAab_Solaris_Sys_Varargs_HPatch, 0 },
8554
8555   {  zAab_Sun_MemcpyName,    zAab_Sun_MemcpyList,
8556      apzAab_Sun_MemcpyMachs,
8557      AAB_SUN_MEMCPY_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8558      aAab_Sun_MemcpyTests,   apzAab_Sun_MemcpyPatch, 0 },
8559
8560   {  zAix_ComplexName,    zAix_ComplexList,
8561      apzAix_ComplexMachs,
8562      AIX_COMPLEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8563      aAix_ComplexTests,   apzAix_ComplexPatch, 0 },
8564
8565   {  zAix_PthreadName,    zAix_PthreadList,
8566      apzAix_PthreadMachs,
8567      AIX_PTHREAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8568      aAix_PthreadTests,   apzAix_PthreadPatch, 0 },
8569
8570   {  zAix_Stdint_1Name,    zAix_Stdint_1List,
8571      apzAix_Stdint_1Machs,
8572      AIX_STDINT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8573      aAix_Stdint_1Tests,   apzAix_Stdint_1Patch, 0 },
8574
8575   {  zAix_Stdint_2Name,    zAix_Stdint_2List,
8576      apzAix_Stdint_2Machs,
8577      AIX_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8578      aAix_Stdint_2Tests,   apzAix_Stdint_2Patch, 0 },
8579
8580   {  zAix_Stdint_3Name,    zAix_Stdint_3List,
8581      apzAix_Stdint_3Machs,
8582      AIX_STDINT_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8583      aAix_Stdint_3Tests,   apzAix_Stdint_3Patch, 0 },
8584
8585   {  zAix_Stdint_4Name,    zAix_Stdint_4List,
8586      apzAix_Stdint_4Machs,
8587      AIX_STDINT_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8588      aAix_Stdint_4Tests,   apzAix_Stdint_4Patch, 0 },
8589
8590   {  zAix_Stdint_5Name,    zAix_Stdint_5List,
8591      apzAix_Stdint_5Machs,
8592      AIX_STDINT_5_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8593      aAix_Stdint_5Tests,   apzAix_Stdint_5Patch, 0 },
8594
8595   {  zAix_SysmachineName,    zAix_SysmachineList,
8596      apzAix_SysmachineMachs,
8597      AIX_SYSMACHINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8598      aAix_SysmachineTests,   apzAix_SysmachinePatch, 0 },
8599
8600   {  zAix_Syswait_2Name,    zAix_Syswait_2List,
8601      apzAix_Syswait_2Machs,
8602      AIX_SYSWAIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8603      aAix_Syswait_2Tests,   apzAix_Syswait_2Patch, 0 },
8604
8605   {  zAix_VolatileName,    zAix_VolatileList,
8606      apzAix_VolatileMachs,
8607      AIX_VOLATILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8608      aAix_VolatileTests,   apzAix_VolatilePatch, 0 },
8609
8610   {  zAlpha___AssertName,    zAlpha___AssertList,
8611      apzAlpha___AssertMachs,
8612      ALPHA___ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8613      aAlpha___AssertTests,   apzAlpha___AssertPatch, 0 },
8614
8615   {  zAlpha___Extern_PrefixName,    zAlpha___Extern_PrefixList,
8616      apzAlpha___Extern_PrefixMachs,
8617      ALPHA___EXTERN_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8618      aAlpha___Extern_PrefixTests,   apzAlpha___Extern_PrefixPatch, 0 },
8619
8620   {  zAlpha___Extern_Prefix_StandardsName,    zAlpha___Extern_Prefix_StandardsList,
8621      apzAlpha___Extern_Prefix_StandardsMachs,
8622      ALPHA___EXTERN_PREFIX_STANDARDS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8623      aAlpha___Extern_Prefix_StandardsTests,   apzAlpha___Extern_Prefix_StandardsPatch, 0 },
8624
8625   {  zAlpha___Extern_Prefix_Sys_StatName,    zAlpha___Extern_Prefix_Sys_StatList,
8626      apzAlpha___Extern_Prefix_Sys_StatMachs,
8627      ALPHA___EXTERN_PREFIX_SYS_STAT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8628      aAlpha___Extern_Prefix_Sys_StatTests,   apzAlpha___Extern_Prefix_Sys_StatPatch, 0 },
8629
8630   {  zAlpha_AssertName,    zAlpha_AssertList,
8631      apzAlpha_AssertMachs,
8632      ALPHA_ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8633      aAlpha_AssertTests,   apzAlpha_AssertPatch, 0 },
8634
8635   {  zAlpha_Bad_LvalName,    zAlpha_Bad_LvalList,
8636      apzAlpha_Bad_LvalMachs,
8637      ALPHA_BAD_LVAL_TEST_CT, FD_MACH_ONLY,
8638      aAlpha_Bad_LvalTests,   apzAlpha_Bad_LvalPatch, 0 },
8639
8640   {  zAlpha_GetoptName,    zAlpha_GetoptList,
8641      apzAlpha_GetoptMachs,
8642      ALPHA_GETOPT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8643      aAlpha_GetoptTests,   apzAlpha_GetoptPatch, 0 },
8644
8645   {  zAlpha_If_SemicolonName,    zAlpha_If_SemicolonList,
8646      apzAlpha_If_SemicolonMachs,
8647      ALPHA_IF_SEMICOLON_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8648      aAlpha_If_SemicolonTests,   apzAlpha_If_SemicolonPatch, 0 },
8649
8650   {  zAlpha_ParensName,    zAlpha_ParensList,
8651      apzAlpha_ParensMachs,
8652      ALPHA_PARENS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8653      aAlpha_ParensTests,   apzAlpha_ParensPatch, 0 },
8654
8655   {  zAlpha_PthreadName,    zAlpha_PthreadList,
8656      apzAlpha_PthreadMachs,
8657      ALPHA_PTHREAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8658      aAlpha_PthreadTests,   apzAlpha_PthreadPatch, 0 },
8659
8660   {  zAlpha_Pthread_GccName,    zAlpha_Pthread_GccList,
8661      apzAlpha_Pthread_GccMachs,
8662      ALPHA_PTHREAD_GCC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8663      aAlpha_Pthread_GccTests,   apzAlpha_Pthread_GccPatch, 0 },
8664
8665   {  zAlpha_Pthread_InitName,    zAlpha_Pthread_InitList,
8666      apzAlpha_Pthread_InitMachs,
8667      ALPHA_PTHREAD_INIT_TEST_CT, FD_MACH_ONLY,
8668      aAlpha_Pthread_InitTests,   apzAlpha_Pthread_InitPatch, 0 },
8669
8670   {  zAlpha_SbrkName,    zAlpha_SbrkList,
8671      apzAlpha_SbrkMachs,
8672      ALPHA_SBRK_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8673      aAlpha_SbrkTests,   apzAlpha_SbrkPatch, 0 },
8674
8675   {  zAlpha_WcharName,    zAlpha_WcharList,
8676      apzAlpha_WcharMachs,
8677      ALPHA_WCHAR_TEST_CT, FD_MACH_ONLY,
8678      aAlpha_WcharTests,   apzAlpha_WcharPatch, 0 },
8679
8680   {  zAvoid_Bool_DefineName,    zAvoid_Bool_DefineList,
8681      apzAvoid_Bool_DefineMachs,
8682      AVOID_BOOL_DEFINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8683      aAvoid_Bool_DefineTests,   apzAvoid_Bool_DefinePatch, 0 },
8684
8685   {  zAvoid_Bool_TypeName,    zAvoid_Bool_TypeList,
8686      apzAvoid_Bool_TypeMachs,
8687      AVOID_BOOL_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8688      aAvoid_Bool_TypeTests,   apzAvoid_Bool_TypePatch, 0 },
8689
8690   {  zAvoid_Wchar_T_TypeName,    zAvoid_Wchar_T_TypeList,
8691      apzAvoid_Wchar_T_TypeMachs,
8692      AVOID_WCHAR_T_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8693      aAvoid_Wchar_T_TypeTests,   apzAvoid_Wchar_T_TypePatch, 0 },
8694
8695   {  zBad_Struct_TermName,    zBad_Struct_TermList,
8696      apzBad_Struct_TermMachs,
8697      BAD_STRUCT_TERM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8698      aBad_Struct_TermTests,   apzBad_Struct_TermPatch, 0 },
8699
8700   {  zBadquoteName,    zBadquoteList,
8701      apzBadquoteMachs,
8702      BADQUOTE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8703      aBadquoteTests,   apzBadquotePatch, 0 },
8704
8705   {  zBroken_Assert_StdioName,    zBroken_Assert_StdioList,
8706      apzBroken_Assert_StdioMachs,
8707      BROKEN_ASSERT_STDIO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8708      aBroken_Assert_StdioTests,   apzBroken_Assert_StdioPatch, 0 },
8709
8710   {  zBroken_Assert_StdlibName,    zBroken_Assert_StdlibList,
8711      apzBroken_Assert_StdlibMachs,
8712      BROKEN_ASSERT_STDLIB_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8713      aBroken_Assert_StdlibTests,   apzBroken_Assert_StdlibPatch, 0 },
8714
8715   {  zBroken_CabsName,    zBroken_CabsList,
8716      apzBroken_CabsMachs,
8717      BROKEN_CABS_TEST_CT, FD_MACH_ONLY,
8718      aBroken_CabsTests,   apzBroken_CabsPatch, 0 },
8719
8720   {  zBroken_NanName,    zBroken_NanList,
8721      apzBroken_NanMachs,
8722      BROKEN_NAN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8723      aBroken_NanTests,   apzBroken_NanPatch, 0 },
8724
8725   {  zBsd_Stdio_Attrs_ConflictName,    zBsd_Stdio_Attrs_ConflictList,
8726      apzBsd_Stdio_Attrs_ConflictMachs,
8727      BSD_STDIO_ATTRS_CONFLICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8728      aBsd_Stdio_Attrs_ConflictTests,   apzBsd_Stdio_Attrs_ConflictPatch, 0 },
8729
8730   {  zCtrl_Quotes_DefName,    zCtrl_Quotes_DefList,
8731      apzCtrl_Quotes_DefMachs,
8732      CTRL_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8733      aCtrl_Quotes_DefTests,   apzCtrl_Quotes_DefPatch, 0 },
8734
8735   {  zCtrl_Quotes_UseName,    zCtrl_Quotes_UseList,
8736      apzCtrl_Quotes_UseMachs,
8737      CTRL_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8738      aCtrl_Quotes_UseTests,   apzCtrl_Quotes_UsePatch, 0 },
8739
8740   {  zCxx_UnreadyName,    zCxx_UnreadyList,
8741      apzCxx_UnreadyMachs,
8742      CXX_UNREADY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8743      aCxx_UnreadyTests,   apzCxx_UnreadyPatch, 0 },
8744
8745   {  zDarwin_ExterncName,    zDarwin_ExterncList,
8746      apzDarwin_ExterncMachs,
8747      DARWIN_EXTERNC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8748      aDarwin_ExterncTests,   apzDarwin_ExterncPatch, 0 },
8749
8750   {  zDarwin_Gcc4_BreakageName,    zDarwin_Gcc4_BreakageList,
8751      apzDarwin_Gcc4_BreakageMachs,
8752      DARWIN_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8753      aDarwin_Gcc4_BreakageTests,   apzDarwin_Gcc4_BreakagePatch, 0 },
8754
8755   {  zDarwin_Private_ExternName,    zDarwin_Private_ExternList,
8756      apzDarwin_Private_ExternMachs,
8757      DARWIN_PRIVATE_EXTERN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8758      aDarwin_Private_ExternTests,   apzDarwin_Private_ExternPatch, 0 },
8759
8760   {  zDarwin_Stdint_1Name,    zDarwin_Stdint_1List,
8761      apzDarwin_Stdint_1Machs,
8762      DARWIN_STDINT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8763      aDarwin_Stdint_1Tests,   apzDarwin_Stdint_1Patch, 0 },
8764
8765   {  zDarwin_Stdint_2Name,    zDarwin_Stdint_2List,
8766      apzDarwin_Stdint_2Machs,
8767      DARWIN_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8768      aDarwin_Stdint_2Tests,   apzDarwin_Stdint_2Patch, 0 },
8769
8770   {  zDarwin_Stdint_3Name,    zDarwin_Stdint_3List,
8771      apzDarwin_Stdint_3Machs,
8772      DARWIN_STDINT_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8773      aDarwin_Stdint_3Tests,   apzDarwin_Stdint_3Patch, 0 },
8774
8775   {  zDarwin_Stdint_4Name,    zDarwin_Stdint_4List,
8776      apzDarwin_Stdint_4Machs,
8777      DARWIN_STDINT_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8778      aDarwin_Stdint_4Tests,   apzDarwin_Stdint_4Patch, 0 },
8779
8780   {  zDarwin_Stdint_5Name,    zDarwin_Stdint_5List,
8781      apzDarwin_Stdint_5Machs,
8782      DARWIN_STDINT_5_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8783      aDarwin_Stdint_5Tests,   apzDarwin_Stdint_5Patch, 0 },
8784
8785   {  zDarwin_Stdint_6Name,    zDarwin_Stdint_6List,
8786      apzDarwin_Stdint_6Machs,
8787      DARWIN_STDINT_6_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8788      aDarwin_Stdint_6Tests,   apzDarwin_Stdint_6Patch, 0 },
8789
8790   {  zDarwin_Stdint_7Name,    zDarwin_Stdint_7List,
8791      apzDarwin_Stdint_7Machs,
8792      DARWIN_STDINT_7_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8793      aDarwin_Stdint_7Tests,   apzDarwin_Stdint_7Patch, 0 },
8794
8795   {  zDec_Intern_AsmName,    zDec_Intern_AsmList,
8796      apzDec_Intern_AsmMachs,
8797      DEC_INTERN_ASM_TEST_CT, FD_MACH_ONLY,
8798      aDec_Intern_AsmTests,   apzDec_Intern_AsmPatch, 0 },
8799
8800   {  zDjgpp_Wchar_HName,    zDjgpp_Wchar_HList,
8801      apzDjgpp_Wchar_HMachs,
8802      DJGPP_WCHAR_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8803      aDjgpp_Wchar_HTests,   apzDjgpp_Wchar_HPatch, 0 },
8804
8805   {  zEcd_CursorName,    zEcd_CursorList,
8806      apzEcd_CursorMachs,
8807      ECD_CURSOR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8808      aEcd_CursorTests,   apzEcd_CursorPatch, 0 },
8809
8810   {  zFreebsd_Gcc3_BreakageName,    zFreebsd_Gcc3_BreakageList,
8811      apzFreebsd_Gcc3_BreakageMachs,
8812      FREEBSD_GCC3_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8813      aFreebsd_Gcc3_BreakageTests,   apzFreebsd_Gcc3_BreakagePatch, 0 },
8814
8815   {  zFreebsd_Gcc4_BreakageName,    zFreebsd_Gcc4_BreakageList,
8816      apzFreebsd_Gcc4_BreakageMachs,
8817      FREEBSD_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8818      aFreebsd_Gcc4_BreakageTests,   apzFreebsd_Gcc4_BreakagePatch, 0 },
8819
8820   {  zGlibc_C99_Inline_1Name,    zGlibc_C99_Inline_1List,
8821      apzGlibc_C99_Inline_1Machs,
8822      GLIBC_C99_INLINE_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8823      aGlibc_C99_Inline_1Tests,   apzGlibc_C99_Inline_1Patch, 0 },
8824
8825   {  zGlibc_C99_Inline_1aName,    zGlibc_C99_Inline_1aList,
8826      apzGlibc_C99_Inline_1aMachs,
8827      GLIBC_C99_INLINE_1A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8828      aGlibc_C99_Inline_1aTests,   apzGlibc_C99_Inline_1aPatch, 0 },
8829
8830   {  zGlibc_C99_Inline_2Name,    zGlibc_C99_Inline_2List,
8831      apzGlibc_C99_Inline_2Machs,
8832      GLIBC_C99_INLINE_2_TEST_CT, FD_MACH_ONLY,
8833      aGlibc_C99_Inline_2Tests,   apzGlibc_C99_Inline_2Patch, 0 },
8834
8835   {  zGlibc_C99_Inline_3Name,    zGlibc_C99_Inline_3List,
8836      apzGlibc_C99_Inline_3Machs,
8837      GLIBC_C99_INLINE_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8838      aGlibc_C99_Inline_3Tests,   apzGlibc_C99_Inline_3Patch, 0 },
8839
8840   {  zGlibc_C99_Inline_4Name,    zGlibc_C99_Inline_4List,
8841      apzGlibc_C99_Inline_4Machs,
8842      GLIBC_C99_INLINE_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8843      aGlibc_C99_Inline_4Tests,   apzGlibc_C99_Inline_4Patch, 0 },
8844
8845   {  zGlibc_Mutex_InitName,    zGlibc_Mutex_InitList,
8846      apzGlibc_Mutex_InitMachs,
8847      GLIBC_MUTEX_INIT_TEST_CT, FD_MACH_ONLY,
8848      aGlibc_Mutex_InitTests,   apzGlibc_Mutex_InitPatch, 0 },
8849
8850   {  zGlibc_StdintName,    zGlibc_StdintList,
8851      apzGlibc_StdintMachs,
8852      GLIBC_STDINT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8853      aGlibc_StdintTests,   apzGlibc_StdintPatch, 0 },
8854
8855   {  zGlibc_TgmathName,    zGlibc_TgmathList,
8856      apzGlibc_TgmathMachs,
8857      GLIBC_TGMATH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8858      aGlibc_TgmathTests,   apzGlibc_TgmathPatch, 0 },
8859
8860   {  zGnu_TypesName,    zGnu_TypesList,
8861      apzGnu_TypesMachs,
8862      GNU_TYPES_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
8863      aGnu_TypesTests,   apzGnu_TypesPatch, 0 },
8864
8865   {  zHp_InlineName,    zHp_InlineList,
8866      apzHp_InlineMachs,
8867      HP_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8868      aHp_InlineTests,   apzHp_InlinePatch, 0 },
8869
8870   {  zHp_SysfileName,    zHp_SysfileList,
8871      apzHp_SysfileMachs,
8872      HP_SYSFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8873      aHp_SysfileTests,   apzHp_SysfilePatch, 0 },
8874
8875   {  zHppa_Hpux_Fp_MacrosName,    zHppa_Hpux_Fp_MacrosList,
8876      apzHppa_Hpux_Fp_MacrosMachs,
8877      HPPA_HPUX_FP_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8878      aHppa_Hpux_Fp_MacrosTests,   apzHppa_Hpux_Fp_MacrosPatch, 0 },
8879
8880   {  zHpux10_Cpp_Pow_InlineName,    zHpux10_Cpp_Pow_InlineList,
8881      apzHpux10_Cpp_Pow_InlineMachs,
8882      HPUX10_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8883      aHpux10_Cpp_Pow_InlineTests,   apzHpux10_Cpp_Pow_InlinePatch, 0 },
8884
8885   {  zHpux11_Cpp_Pow_InlineName,    zHpux11_Cpp_Pow_InlineList,
8886      apzHpux11_Cpp_Pow_InlineMachs,
8887      HPUX11_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8888      aHpux11_Cpp_Pow_InlineTests,   apzHpux11_Cpp_Pow_InlinePatch, 0 },
8889
8890   {  zHpux10_Ctype_Declarations1Name,    zHpux10_Ctype_Declarations1List,
8891      apzHpux10_Ctype_Declarations1Machs,
8892      HPUX10_CTYPE_DECLARATIONS1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8893      aHpux10_Ctype_Declarations1Tests,   apzHpux10_Ctype_Declarations1Patch, 0 },
8894
8895   {  zHpux10_Ctype_Declarations2Name,    zHpux10_Ctype_Declarations2List,
8896      apzHpux10_Ctype_Declarations2Machs,
8897      HPUX10_CTYPE_DECLARATIONS2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8898      aHpux10_Ctype_Declarations2Tests,   apzHpux10_Ctype_Declarations2Patch, 0 },
8899
8900   {  zHpux10_Stdio_DeclarationsName,    zHpux10_Stdio_DeclarationsList,
8901      apzHpux10_Stdio_DeclarationsMachs,
8902      HPUX10_STDIO_DECLARATIONS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8903      aHpux10_Stdio_DeclarationsTests,   apzHpux10_Stdio_DeclarationsPatch, 0 },
8904
8905   {  zHpux11_AbsName,    zHpux11_AbsList,
8906      apzHpux11_AbsMachs,
8907      HPUX11_ABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8908      aHpux11_AbsTests,   apzHpux11_AbsPatch, 0 },
8909
8910   {  zHpux11_FabsfName,    zHpux11_FabsfList,
8911      apzHpux11_FabsfMachs,
8912      HPUX11_FABSF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8913      aHpux11_FabsfTests,   apzHpux11_FabsfPatch, 0 },
8914
8915   {  zHpux11_Pthread_ConstName,    zHpux11_Pthread_ConstList,
8916      apzHpux11_Pthread_ConstMachs,
8917      HPUX11_PTHREAD_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8918      aHpux11_Pthread_ConstTests,   apzHpux11_Pthread_ConstPatch, 0 },
8919
8920   {  zHpux11_Size_TName,    zHpux11_Size_TList,
8921      apzHpux11_Size_TMachs,
8922      HPUX11_SIZE_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8923      aHpux11_Size_TTests,   apzHpux11_Size_TPatch, 0 },
8924
8925   {  zHpux11_SnprintfName,    zHpux11_SnprintfList,
8926      apzHpux11_SnprintfMachs,
8927      HPUX11_SNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8928      aHpux11_SnprintfTests,   apzHpux11_SnprintfPatch, 0 },
8929
8930   {  zHpux11_VsnprintfName,    zHpux11_VsnprintfList,
8931      apzHpux11_VsnprintfMachs,
8932      HPUX11_VSNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8933      aHpux11_VsnprintfTests,   apzHpux11_VsnprintfPatch, 0 },
8934
8935   {  zHpux8_Bogus_InlinesName,    zHpux8_Bogus_InlinesList,
8936      apzHpux8_Bogus_InlinesMachs,
8937      HPUX8_BOGUS_INLINES_TEST_CT, FD_MACH_ONLY,
8938      aHpux8_Bogus_InlinesTests,   apzHpux8_Bogus_InlinesPatch, 0 },
8939
8940   {  zHpux_Ctype_MacrosName,    zHpux_Ctype_MacrosList,
8941      apzHpux_Ctype_MacrosMachs,
8942      HPUX_CTYPE_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8943      aHpux_Ctype_MacrosTests,   apzHpux_Ctype_MacrosPatch, 0 },
8944
8945   {  zHpux_HtonlName,    zHpux_HtonlList,
8946      apzHpux_HtonlMachs,
8947      HPUX_HTONL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8948      aHpux_HtonlTests,   apzHpux_HtonlPatch, 0 },
8949
8950   {  zHpux_Long_DoubleName,    zHpux_Long_DoubleList,
8951      apzHpux_Long_DoubleMachs,
8952      HPUX_LONG_DOUBLE_TEST_CT, FD_MACH_ONLY,
8953      aHpux_Long_DoubleTests,   apzHpux_Long_DoublePatch, 0 },
8954
8955   {  zHpux_Long_Double_2Name,    zHpux_Long_Double_2List,
8956      apzHpux_Long_Double_2Machs,
8957      HPUX_LONG_DOUBLE_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8958      aHpux_Long_Double_2Tests,   apzHpux_Long_Double_2Patch, 0 },
8959
8960   {  zHpux_SystimeName,    zHpux_SystimeList,
8961      apzHpux_SystimeMachs,
8962      HPUX_SYSTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8963      aHpux_SystimeTests,   apzHpux_SystimePatch, 0 },
8964
8965   {  zHpux_Spu_InfoName,    zHpux_Spu_InfoList,
8966      apzHpux_Spu_InfoMachs,
8967      HPUX_SPU_INFO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8968      aHpux_Spu_InfoTests,   apzHpux_Spu_InfoPatch, 0 },
8969
8970   {  zHpux11_Extern_SendfileName,    zHpux11_Extern_SendfileList,
8971      apzHpux11_Extern_SendfileMachs,
8972      HPUX11_EXTERN_SENDFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8973      aHpux11_Extern_SendfileTests,   apzHpux11_Extern_SendfilePatch, 0 },
8974
8975   {  zHpux11_Extern_SendpathName,    zHpux11_Extern_SendpathList,
8976      apzHpux11_Extern_SendpathMachs,
8977      HPUX11_EXTERN_SENDPATH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8978      aHpux11_Extern_SendpathTests,   apzHpux11_Extern_SendpathPatch, 0 },
8979
8980   {  zHpux_Extern_ErrnoName,    zHpux_Extern_ErrnoList,
8981      apzHpux_Extern_ErrnoMachs,
8982      HPUX_EXTERN_ERRNO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8983      aHpux_Extern_ErrnoTests,   apzHpux_Extern_ErrnoPatch, 0 },
8984
8985   {  zHpux_Pthread_InitializersName,    zHpux_Pthread_InitializersList,
8986      apzHpux_Pthread_InitializersMachs,
8987      HPUX_PTHREAD_INITIALIZERS_TEST_CT, FD_MACH_ONLY,
8988      aHpux_Pthread_InitializersTests,   apzHpux_Pthread_InitializersPatch, 0 },
8989
8990   {  zHpux_C99_IntptrName,    zHpux_C99_IntptrList,
8991      apzHpux_C99_IntptrMachs,
8992      HPUX_C99_INTPTR_TEST_CT, FD_MACH_ONLY,
8993      aHpux_C99_IntptrTests,   apzHpux_C99_IntptrPatch, 0 },
8994
8995   {  zHpux_C99_InttypesName,    zHpux_C99_InttypesList,
8996      apzHpux_C99_InttypesMachs,
8997      HPUX_C99_INTTYPES_TEST_CT, FD_MACH_ONLY,
8998      aHpux_C99_InttypesTests,   apzHpux_C99_InttypesPatch, 0 },
8999
9000   {  zHpux_C99_Inttypes2Name,    zHpux_C99_Inttypes2List,
9001      apzHpux_C99_Inttypes2Machs,
9002      HPUX_C99_INTTYPES2_TEST_CT, FD_MACH_ONLY,
9003      aHpux_C99_Inttypes2Tests,   apzHpux_C99_Inttypes2Patch, 0 },
9004
9005   {  zHpux_Stdint_Least_FastName,    zHpux_Stdint_Least_FastList,
9006      apzHpux_Stdint_Least_FastMachs,
9007      HPUX_STDINT_LEAST_FAST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9008      aHpux_Stdint_Least_FastTests,   apzHpux_Stdint_Least_FastPatch, 0 },
9009
9010   {  zHpux_Inttype_Int8_TName,    zHpux_Inttype_Int8_TList,
9011      apzHpux_Inttype_Int8_TMachs,
9012      HPUX_INTTYPE_INT8_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9013      aHpux_Inttype_Int8_TTests,   apzHpux_Inttype_Int8_TPatch, 0 },
9014
9015   {  zHpux_Imaginary_IName,    zHpux_Imaginary_IList,
9016      apzHpux_Imaginary_IMachs,
9017      HPUX_IMAGINARY_I_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9018      aHpux_Imaginary_ITests,   apzHpux_Imaginary_IPatch, 0 },
9019
9020   {  zHuge_Val_HexName,    zHuge_Val_HexList,
9021      apzHuge_Val_HexMachs,
9022      HUGE_VAL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9023      aHuge_Val_HexTests,   apzHuge_Val_HexPatch, 0 },
9024
9025   {  zHuge_Valf_HexName,    zHuge_Valf_HexList,
9026      apzHuge_Valf_HexMachs,
9027      HUGE_VALF_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9028      aHuge_Valf_HexTests,   apzHuge_Valf_HexPatch, 0 },
9029
9030   {  zHuge_Vall_HexName,    zHuge_Vall_HexList,
9031      apzHuge_Vall_HexMachs,
9032      HUGE_VALL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9033      aHuge_Vall_HexTests,   apzHuge_Vall_HexPatch, 0 },
9034
9035   {  zInt_Abort_Free_And_ExitName,    zInt_Abort_Free_And_ExitList,
9036      apzInt_Abort_Free_And_ExitMachs,
9037      INT_ABORT_FREE_AND_EXIT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9038      aInt_Abort_Free_And_ExitTests,   apzInt_Abort_Free_And_ExitPatch, 0 },
9039
9040   {  zIo_Quotes_DefName,    zIo_Quotes_DefList,
9041      apzIo_Quotes_DefMachs,
9042      IO_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9043      aIo_Quotes_DefTests,   apzIo_Quotes_DefPatch, 0 },
9044
9045   {  zIo_Quotes_UseName,    zIo_Quotes_UseList,
9046      apzIo_Quotes_UseMachs,
9047      IO_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9048      aIo_Quotes_UseTests,   apzIo_Quotes_UsePatch, 0 },
9049
9050   {  zIp_Missing_SemiName,    zIp_Missing_SemiList,
9051      apzIp_Missing_SemiMachs,
9052      IP_MISSING_SEMI_TEST_CT, FD_MACH_ONLY,
9053      aIp_Missing_SemiTests,   apzIp_Missing_SemiPatch, 0 },
9054
9055   {  zIrix___RestrictName,    zIrix___RestrictList,
9056      apzIrix___RestrictMachs,
9057      IRIX___RESTRICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9058      aIrix___RestrictTests,   apzIrix___RestrictPatch, 0 },
9059
9060   {  zIrix___Generic1Name,    zIrix___Generic1List,
9061      apzIrix___Generic1Machs,
9062      IRIX___GENERIC1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9063      aIrix___Generic1Tests,   apzIrix___Generic1Patch, 0 },
9064
9065   {  zIrix___Generic2Name,    zIrix___Generic2List,
9066      apzIrix___Generic2Machs,
9067      IRIX___GENERIC2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9068      aIrix___Generic2Tests,   apzIrix___Generic2Patch, 0 },
9069
9070   {  zIrix_Asm_ApostropheName,    zIrix_Asm_ApostropheList,
9071      apzIrix_Asm_ApostropheMachs,
9072      IRIX_ASM_APOSTROPHE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9073      aIrix_Asm_ApostropheTests,   apzIrix_Asm_ApostrophePatch, 0 },
9074
9075   {  zIrix_Limits_ConstName,    zIrix_Limits_ConstList,
9076      apzIrix_Limits_ConstMachs,
9077      IRIX_LIMITS_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9078      aIrix_Limits_ConstTests,   apzIrix_Limits_ConstPatch, 0 },
9079
9080   {  zIrix_Socklen_TName,    zIrix_Socklen_TList,
9081      apzIrix_Socklen_TMachs,
9082      IRIX_SOCKLEN_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9083      aIrix_Socklen_TTests,   apzIrix_Socklen_TPatch, 0 },
9084
9085   {  zIrix_Stdint_C99Name,    zIrix_Stdint_C99List,
9086      apzIrix_Stdint_C99Machs,
9087      IRIX_STDINT_C99_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9088      aIrix_Stdint_C99Tests,   apzIrix_Stdint_C99Patch, 0 },
9089
9090   {  zIrix_Stdio_Va_ListName,    zIrix_Stdio_Va_ListList,
9091      apzIrix_Stdio_Va_ListMachs,
9092      IRIX_STDIO_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9093      aIrix_Stdio_Va_ListTests,   apzIrix_Stdio_Va_ListPatch, 0 },
9094
9095   {  zIrix_WcsftimeName,    zIrix_WcsftimeList,
9096      apzIrix_WcsftimeMachs,
9097      IRIX_WCSFTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9098      aIrix_WcsftimeTests,   apzIrix_WcsftimePatch, 0 },
9099
9100   {  zIsc_FmodName,    zIsc_FmodList,
9101      apzIsc_FmodMachs,
9102      ISC_FMOD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9103      aIsc_FmodTests,   apzIsc_FmodPatch, 0 },
9104
9105   {  zIsc_Omits_With_StdcName,    zIsc_Omits_With_StdcList,
9106      apzIsc_Omits_With_StdcMachs,
9107      ISC_OMITS_WITH_STDC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9108      aIsc_Omits_With_StdcTests,   apzIsc_Omits_With_StdcPatch, 0 },
9109
9110   {  zKandr_ConcatName,    zKandr_ConcatList,
9111      apzKandr_ConcatMachs,
9112      KANDR_CONCAT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9113      aKandr_ConcatTests,   apzKandr_ConcatPatch, 0 },
9114
9115   {  zLinux_Ia64_UcontextName,    zLinux_Ia64_UcontextList,
9116      apzLinux_Ia64_UcontextMachs,
9117      LINUX_IA64_UCONTEXT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9118      aLinux_Ia64_UcontextTests,   apzLinux_Ia64_UcontextPatch, 0 },
9119
9120   {  zLynxos_No_Warning_In_Sys_Time_HName,    zLynxos_No_Warning_In_Sys_Time_HList,
9121      apzLynxos_No_Warning_In_Sys_Time_HMachs,
9122      LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9123      aLynxos_No_Warning_In_Sys_Time_HTests,   apzLynxos_No_Warning_In_Sys_Time_HPatch, 0 },
9124
9125   {  zLynxos_Missing_PutenvName,    zLynxos_Missing_PutenvList,
9126      apzLynxos_Missing_PutenvMachs,
9127      LYNXOS_MISSING_PUTENV_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9128      aLynxos_Missing_PutenvTests,   apzLynxos_Missing_PutenvPatch, 0 },
9129
9130   {  zMachine_Ansi_H_Va_ListName,    zMachine_Ansi_H_Va_ListList,
9131      apzMachine_Ansi_H_Va_ListMachs,
9132      MACHINE_ANSI_H_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9133      aMachine_Ansi_H_Va_ListTests,   apzMachine_Ansi_H_Va_ListPatch, 0 },
9134
9135   {  zMachine_NameName,    zMachine_NameList,
9136      apzMachine_NameMachs,
9137      MACHINE_NAME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9138      aMachine_NameTests,   apzMachine_NamePatch, 0 },
9139
9140   {  zMath_ExceptionName,    zMath_ExceptionList,
9141      apzMath_ExceptionMachs,
9142      MATH_EXCEPTION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9143      aMath_ExceptionTests,   apzMath_ExceptionPatch, 0 },
9144
9145   {  zMath_Huge_Val_From_Dbl_MaxName,    zMath_Huge_Val_From_Dbl_MaxList,
9146      apzMath_Huge_Val_From_Dbl_MaxMachs,
9147      MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT, FD_MACH_ONLY | FD_SHELL_SCRIPT,
9148      aMath_Huge_Val_From_Dbl_MaxTests,   apzMath_Huge_Val_From_Dbl_MaxPatch, 0 },
9149
9150   {  zNested_Auth_DesName,    zNested_Auth_DesList,
9151      apzNested_Auth_DesMachs,
9152      NESTED_AUTH_DES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9153      aNested_Auth_DesTests,   apzNested_Auth_DesPatch, 0 },
9154
9155   {  zNested_Sys_LimitsName,    zNested_Sys_LimitsList,
9156      apzNested_Sys_LimitsMachs,
9157      NESTED_SYS_LIMITS_TEST_CT, FD_MACH_ONLY,
9158      aNested_Sys_LimitsTests,   apzNested_Sys_LimitsPatch, 0 },
9159
9160   {  zNetbsd_C99_Inline_1Name,    zNetbsd_C99_Inline_1List,
9161      apzNetbsd_C99_Inline_1Machs,
9162      NETBSD_C99_INLINE_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9163      aNetbsd_C99_Inline_1Tests,   apzNetbsd_C99_Inline_1Patch, 0 },
9164
9165   {  zNetbsd_C99_Inline_2Name,    zNetbsd_C99_Inline_2List,
9166      apzNetbsd_C99_Inline_2Machs,
9167      NETBSD_C99_INLINE_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9168      aNetbsd_C99_Inline_2Tests,   apzNetbsd_C99_Inline_2Patch, 0 },
9169
9170   {  zNetbsd_Extra_SemicolonName,    zNetbsd_Extra_SemicolonList,
9171      apzNetbsd_Extra_SemicolonMachs,
9172      NETBSD_EXTRA_SEMICOLON_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9173      aNetbsd_Extra_SemicolonTests,   apzNetbsd_Extra_SemicolonPatch, 0 },
9174
9175   {  zNewlib_Stdint_1Name,    zNewlib_Stdint_1List,
9176      apzNewlib_Stdint_1Machs,
9177      NEWLIB_STDINT_1_TEST_CT, FD_MACH_ONLY,
9178      aNewlib_Stdint_1Tests,   apzNewlib_Stdint_1Patch, 0 },
9179
9180   {  zNewlib_Stdint_2Name,    zNewlib_Stdint_2List,
9181      apzNewlib_Stdint_2Machs,
9182      NEWLIB_STDINT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9183      aNewlib_Stdint_2Tests,   apzNewlib_Stdint_2Patch, 0 },
9184
9185   {  zNext_Math_PrefixName,    zNext_Math_PrefixList,
9186      apzNext_Math_PrefixMachs,
9187      NEXT_MATH_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9188      aNext_Math_PrefixTests,   apzNext_Math_PrefixPatch, 0 },
9189
9190   {  zNext_TemplateName,    zNext_TemplateList,
9191      apzNext_TemplateMachs,
9192      NEXT_TEMPLATE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9193      aNext_TemplateTests,   apzNext_TemplatePatch, 0 },
9194
9195   {  zNext_VolitileName,    zNext_VolitileList,
9196      apzNext_VolitileMachs,
9197      NEXT_VOLITILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9198      aNext_VolitileTests,   apzNext_VolitilePatch, 0 },
9199
9200   {  zNext_Wait_UnionName,    zNext_Wait_UnionList,
9201      apzNext_Wait_UnionMachs,
9202      NEXT_WAIT_UNION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9203      aNext_Wait_UnionTests,   apzNext_Wait_UnionPatch, 0 },
9204
9205   {  zNodeent_SyntaxName,    zNodeent_SyntaxList,
9206      apzNodeent_SyntaxMachs,
9207      NODEENT_SYNTAX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9208      aNodeent_SyntaxTests,   apzNodeent_SyntaxPatch, 0 },
9209
9210   {  zOpenbsd_Null_DefinitionName,    zOpenbsd_Null_DefinitionList,
9211      apzOpenbsd_Null_DefinitionMachs,
9212      OPENBSD_NULL_DEFINITION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9213      aOpenbsd_Null_DefinitionTests,   apzOpenbsd_Null_DefinitionPatch, 0 },
9214
9215   {  zObstack_Lvalue_CastName,    zObstack_Lvalue_CastList,
9216      apzObstack_Lvalue_CastMachs,
9217      OBSTACK_LVALUE_CAST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9218      aObstack_Lvalue_CastTests,   apzObstack_Lvalue_CastPatch, 0 },
9219
9220   {  zOpenbsd_Va_StartName,    zOpenbsd_Va_StartList,
9221      apzOpenbsd_Va_StartMachs,
9222      OPENBSD_VA_START_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9223      aOpenbsd_Va_StartTests,   apzOpenbsd_Va_StartPatch, 0 },
9224
9225   {  zOsf_Namespace_AName,    zOsf_Namespace_AList,
9226      apzOsf_Namespace_AMachs,
9227      OSF_NAMESPACE_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9228      aOsf_Namespace_ATests,   apzOsf_Namespace_APatch, 0 },
9229
9230   {  zOsf_Namespace_CName,    zOsf_Namespace_CList,
9231      apzOsf_Namespace_CMachs,
9232      OSF_NAMESPACE_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9233      aOsf_Namespace_CTests,   apzOsf_Namespace_CPatch, 0 },
9234
9235   {  zPthread_Incomplete_Struct_ArgumentName,    zPthread_Incomplete_Struct_ArgumentList,
9236      apzPthread_Incomplete_Struct_ArgumentMachs,
9237      PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9238      aPthread_Incomplete_Struct_ArgumentTests,   apzPthread_Incomplete_Struct_ArgumentPatch, 0 },
9239
9240   {  zRead_Ret_TypeName,    zRead_Ret_TypeList,
9241      apzRead_Ret_TypeMachs,
9242      READ_RET_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9243      aRead_Ret_TypeTests,   apzRead_Ret_TypePatch, 0 },
9244
9245   {  zRpc_Xdr_Lvalue_Cast_AName,    zRpc_Xdr_Lvalue_Cast_AList,
9246      apzRpc_Xdr_Lvalue_Cast_AMachs,
9247      RPC_XDR_LVALUE_CAST_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9248      aRpc_Xdr_Lvalue_Cast_ATests,   apzRpc_Xdr_Lvalue_Cast_APatch, 0 },
9249
9250   {  zRpc_Xdr_Lvalue_Cast_BName,    zRpc_Xdr_Lvalue_Cast_BList,
9251      apzRpc_Xdr_Lvalue_Cast_BMachs,
9252      RPC_XDR_LVALUE_CAST_B_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9253      aRpc_Xdr_Lvalue_Cast_BTests,   apzRpc_Xdr_Lvalue_Cast_BPatch, 0 },
9254
9255   {  zRs6000_DoubleName,    zRs6000_DoubleList,
9256      apzRs6000_DoubleMachs,
9257      RS6000_DOUBLE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9258      aRs6000_DoubleTests,   apzRs6000_DoublePatch, 0 },
9259
9260   {  zRs6000_FchmodName,    zRs6000_FchmodList,
9261      apzRs6000_FchmodMachs,
9262      RS6000_FCHMOD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9263      aRs6000_FchmodTests,   apzRs6000_FchmodPatch, 0 },
9264
9265   {  zRs6000_ParamName,    zRs6000_ParamList,
9266      apzRs6000_ParamMachs,
9267      RS6000_PARAM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9268      aRs6000_ParamTests,   apzRs6000_ParamPatch, 0 },
9269
9270   {  zSco_MathName,    zSco_MathList,
9271      apzSco_MathMachs,
9272      SCO_MATH_TEST_CT, FD_MACH_ONLY,
9273      aSco_MathTests,   apzSco_MathPatch, 0 },
9274
9275   {  zSolaris_Math_1Name,    zSolaris_Math_1List,
9276      apzSolaris_Math_1Machs,
9277      SOLARIS_MATH_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9278      aSolaris_Math_1Tests,   apzSolaris_Math_1Patch, 0 },
9279
9280   {  zSolaris_Math_2Name,    zSolaris_Math_2List,
9281      apzSolaris_Math_2Machs,
9282      SOLARIS_MATH_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9283      aSolaris_Math_2Tests,   apzSolaris_Math_2Patch, 0 },
9284
9285   {  zSolaris_Math_3Name,    zSolaris_Math_3List,
9286      apzSolaris_Math_3Machs,
9287      SOLARIS_MATH_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9288      aSolaris_Math_3Tests,   apzSolaris_Math_3Patch, 0 },
9289
9290   {  zSolaris_Math_4Name,    zSolaris_Math_4List,
9291      apzSolaris_Math_4Machs,
9292      SOLARIS_MATH_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9293      aSolaris_Math_4Tests,   apzSolaris_Math_4Patch, 0 },
9294
9295   {  zSolaris_Math_8Name,    zSolaris_Math_8List,
9296      apzSolaris_Math_8Machs,
9297      SOLARIS_MATH_8_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9298      aSolaris_Math_8Tests,   apzSolaris_Math_8Patch, 0 },
9299
9300   {  zSolaris_Math_9Name,    zSolaris_Math_9List,
9301      apzSolaris_Math_9Machs,
9302      SOLARIS_MATH_9_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9303      aSolaris_Math_9Tests,   apzSolaris_Math_9Patch, 0 },
9304
9305   {  zSolaris_Math_10Name,    zSolaris_Math_10List,
9306      apzSolaris_Math_10Machs,
9307      SOLARIS_MATH_10_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9308      aSolaris_Math_10Tests,   apzSolaris_Math_10Patch, 0 },
9309
9310   {  zSolaris_Mutex_Init_2Name,    zSolaris_Mutex_Init_2List,
9311      apzSolaris_Mutex_Init_2Machs,
9312      SOLARIS_MUTEX_INIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9313      aSolaris_Mutex_Init_2Tests,   apzSolaris_Mutex_Init_2Patch, 0 },
9314
9315   {  zSolaris_Rwlock_Init_1Name,    zSolaris_Rwlock_Init_1List,
9316      apzSolaris_Rwlock_Init_1Machs,
9317      SOLARIS_RWLOCK_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9318      aSolaris_Rwlock_Init_1Tests,   apzSolaris_Rwlock_Init_1Patch, 0 },
9319
9320   {  zSolaris_Once_Init_1Name,    zSolaris_Once_Init_1List,
9321      apzSolaris_Once_Init_1Machs,
9322      SOLARIS_ONCE_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9323      aSolaris_Once_Init_1Tests,   apzSolaris_Once_Init_1Patch, 0 },
9324
9325   {  zSolaris_Once_Init_2Name,    zSolaris_Once_Init_2List,
9326      apzSolaris_Once_Init_2Machs,
9327      SOLARIS_ONCE_INIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9328      aSolaris_Once_Init_2Tests,   apzSolaris_Once_Init_2Patch, 0 },
9329
9330   {  zSolaris_Int_ConstName,    zSolaris_Int_ConstList,
9331      apzSolaris_Int_ConstMachs,
9332      SOLARIS_INT_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9333      aSolaris_Int_ConstTests,   apzSolaris_Int_ConstPatch, 0 },
9334
9335   {  zSolaris_Int_Limits_1Name,    zSolaris_Int_Limits_1List,
9336      apzSolaris_Int_Limits_1Machs,
9337      SOLARIS_INT_LIMITS_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9338      aSolaris_Int_Limits_1Tests,   apzSolaris_Int_Limits_1Patch, 0 },
9339
9340   {  zSolaris_Int_Limits_2Name,    zSolaris_Int_Limits_2List,
9341      apzSolaris_Int_Limits_2Machs,
9342      SOLARIS_INT_LIMITS_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9343      aSolaris_Int_Limits_2Tests,   apzSolaris_Int_Limits_2Patch, 0 },
9344
9345   {  zSolaris_Int_TypesName,    zSolaris_Int_TypesList,
9346      apzSolaris_Int_TypesMachs,
9347      SOLARIS_INT_TYPES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9348      aSolaris_Int_TypesTests,   apzSolaris_Int_TypesPatch, 0 },
9349
9350   {  zSolaris_Stdio_TagName,    zSolaris_Stdio_TagList,
9351      apzSolaris_Stdio_TagMachs,
9352      SOLARIS_STDIO_TAG_TEST_CT, FD_MACH_ONLY,
9353      aSolaris_Stdio_TagTests,   apzSolaris_Stdio_TagPatch, 0 },
9354
9355   {  zStatsswtchName,    zStatsswtchList,
9356      apzStatsswtchMachs,
9357      STATSSWTCH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9358      aStatsswtchTests,   apzStatsswtchPatch, 0 },
9359
9360   {  zStdio_Stdarg_HName,    zStdio_Stdarg_HList,
9361      apzStdio_Stdarg_HMachs,
9362      STDIO_STDARG_H_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
9363      aStdio_Stdarg_HTests,   apzStdio_Stdarg_HPatch, 0 },
9364
9365   {  zStdio_Va_ListName,    zStdio_Va_ListList,
9366      apzStdio_Va_ListMachs,
9367      STDIO_VA_LIST_TEST_CT, FD_MACH_IFNOT,
9368      aStdio_Va_ListTests,   apzStdio_Va_ListPatch, 0 },
9369
9370   {  zStdio_Va_List_ClientsName,    zStdio_Va_List_ClientsList,
9371      apzStdio_Va_List_ClientsMachs,
9372      STDIO_VA_LIST_CLIENTS_TEST_CT, FD_MACH_ONLY,
9373      aStdio_Va_List_ClientsTests,   apzStdio_Va_List_ClientsPatch, 0 },
9374
9375   {  zStrict_Ansi_NotName,    zStrict_Ansi_NotList,
9376      apzStrict_Ansi_NotMachs,
9377      STRICT_ANSI_NOT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9378      aStrict_Ansi_NotTests,   apzStrict_Ansi_NotPatch, 0 },
9379
9380   {  zStrict_Ansi_Not_CtdName,    zStrict_Ansi_Not_CtdList,
9381      apzStrict_Ansi_Not_CtdMachs,
9382      STRICT_ANSI_NOT_CTD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9383      aStrict_Ansi_Not_CtdTests,   apzStrict_Ansi_Not_CtdPatch, 0 },
9384
9385   {  zStrict_Ansi_OnlyName,    zStrict_Ansi_OnlyList,
9386      apzStrict_Ansi_OnlyMachs,
9387      STRICT_ANSI_ONLY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9388      aStrict_Ansi_OnlyTests,   apzStrict_Ansi_OnlyPatch, 0 },
9389
9390   {  zStruct_FileName,    zStruct_FileList,
9391      apzStruct_FileMachs,
9392      STRUCT_FILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9393      aStruct_FileTests,   apzStruct_FilePatch, 0 },
9394
9395   {  zStruct_SockaddrName,    zStruct_SockaddrList,
9396      apzStruct_SockaddrMachs,
9397      STRUCT_SOCKADDR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9398      aStruct_SockaddrTests,   apzStruct_SockaddrPatch, 0 },
9399
9400   {  zSun_Auth_ProtoName,    zSun_Auth_ProtoList,
9401      apzSun_Auth_ProtoMachs,
9402      SUN_AUTH_PROTO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9403      aSun_Auth_ProtoTests,   apzSun_Auth_ProtoPatch, 0 },
9404
9405   {  zSun_Bogus_IfdefName,    zSun_Bogus_IfdefList,
9406      apzSun_Bogus_IfdefMachs,
9407      SUN_BOGUS_IFDEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9408      aSun_Bogus_IfdefTests,   apzSun_Bogus_IfdefPatch, 0 },
9409
9410   {  zSun_CatmacroName,    zSun_CatmacroList,
9411      apzSun_CatmacroMachs,
9412      SUN_CATMACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9413      aSun_CatmacroTests,   apzSun_CatmacroPatch, 0 },
9414
9415   {  zSun_MallocName,    zSun_MallocList,
9416      apzSun_MallocMachs,
9417      SUN_MALLOC_TEST_CT, FD_MACH_ONLY,
9418      aSun_MallocTests,   apzSun_MallocPatch, 0 },
9419
9420   {  zSun_Rusers_SemiName,    zSun_Rusers_SemiList,
9421      apzSun_Rusers_SemiMachs,
9422      SUN_RUSERS_SEMI_TEST_CT, FD_MACH_ONLY,
9423      aSun_Rusers_SemiTests,   apzSun_Rusers_SemiPatch, 0 },
9424
9425   {  zSun_SignalName,    zSun_SignalList,
9426      apzSun_SignalMachs,
9427      SUN_SIGNAL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9428      aSun_SignalTests,   apzSun_SignalPatch, 0 },
9429
9430   {  zSunos_StrlenName,    zSunos_StrlenList,
9431      apzSunos_StrlenMachs,
9432      SUNOS_STRLEN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9433      aSunos_StrlenTests,   apzSunos_StrlenPatch, 0 },
9434
9435   {  zSvr4_Disable_OptName,    zSvr4_Disable_OptList,
9436      apzSvr4_Disable_OptMachs,
9437      SVR4_DISABLE_OPT_TEST_CT, FD_MACH_ONLY,
9438      aSvr4_Disable_OptTests,   apzSvr4_Disable_OptPatch, 0 },
9439
9440   {  zSvr4_GetcwdName,    zSvr4_GetcwdList,
9441      apzSvr4_GetcwdMachs,
9442      SVR4_GETCWD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9443      aSvr4_GetcwdTests,   apzSvr4_GetcwdPatch, 0 },
9444
9445   {  zSvr4_ProfilName,    zSvr4_ProfilList,
9446      apzSvr4_ProfilMachs,
9447      SVR4_PROFIL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9448      aSvr4_ProfilTests,   apzSvr4_ProfilPatch, 0 },
9449
9450   {  zSvr4_Sighandler_TypeName,    zSvr4_Sighandler_TypeList,
9451      apzSvr4_Sighandler_TypeMachs,
9452      SVR4_SIGHANDLER_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9453      aSvr4_Sighandler_TypeTests,   apzSvr4_Sighandler_TypePatch, 0 },
9454
9455   {  zSvr4_Undeclared_GetrngeName,    zSvr4_Undeclared_GetrngeList,
9456      apzSvr4_Undeclared_GetrngeMachs,
9457      SVR4_UNDECLARED_GETRNGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9458      aSvr4_Undeclared_GetrngeTests,   apzSvr4_Undeclared_GetrngePatch, 0 },
9459
9460   {  zSysv68_StringName,    zSysv68_StringList,
9461      apzSysv68_StringMachs,
9462      SYSV68_STRING_TEST_CT, FD_MACH_ONLY,
9463      aSysv68_StringTests,   apzSysv68_StringPatch, 0 },
9464
9465   {  zSysz_Stdlib_For_SunName,    zSysz_Stdlib_For_SunList,
9466      apzSysz_Stdlib_For_SunMachs,
9467      SYSZ_STDLIB_FOR_SUN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9468      aSysz_Stdlib_For_SunTests,   apzSysz_Stdlib_For_SunPatch, 0 },
9469
9470   {  zThread_KeywordName,    zThread_KeywordList,
9471      apzThread_KeywordMachs,
9472      THREAD_KEYWORD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9473      aThread_KeywordTests,   apzThread_KeywordPatch, 0 },
9474
9475   {  zTinfo_CplusplusName,    zTinfo_CplusplusList,
9476      apzTinfo_CplusplusMachs,
9477      TINFO_CPLUSPLUS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9478      aTinfo_CplusplusTests,   apzTinfo_CplusplusPatch, 0 },
9479
9480   {  zUltrix_ConstName,    zUltrix_ConstList,
9481      apzUltrix_ConstMachs,
9482      ULTRIX_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9483      aUltrix_ConstTests,   apzUltrix_ConstPatch, 0 },
9484
9485   {  zUltrix_Const2Name,    zUltrix_Const2List,
9486      apzUltrix_Const2Machs,
9487      ULTRIX_CONST2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9488      aUltrix_Const2Tests,   apzUltrix_Const2Patch, 0 },
9489
9490   {  zVa_I960_MacroName,    zVa_I960_MacroList,
9491      apzVa_I960_MacroMachs,
9492      VA_I960_MACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9493      aVa_I960_MacroTests,   apzVa_I960_MacroPatch, 0 },
9494
9495   {  zVoid_NullName,    zVoid_NullList,
9496      apzVoid_NullMachs,
9497      VOID_NULL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9498      aVoid_NullTests,   apzVoid_NullPatch, 0 },
9499
9500   {  zVxworks_Gcc_ProblemName,    zVxworks_Gcc_ProblemList,
9501      apzVxworks_Gcc_ProblemMachs,
9502      VXWORKS_GCC_PROBLEM_TEST_CT, FD_MACH_ONLY,
9503      aVxworks_Gcc_ProblemTests,   apzVxworks_Gcc_ProblemPatch, 0 },
9504
9505   {  zVxworks_Needs_VxtypesName,    zVxworks_Needs_VxtypesList,
9506      apzVxworks_Needs_VxtypesMachs,
9507      VXWORKS_NEEDS_VXTYPES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9508      aVxworks_Needs_VxtypesTests,   apzVxworks_Needs_VxtypesPatch, 0 },
9509
9510   {  zVxworks_Needs_VxworksName,    zVxworks_Needs_VxworksList,
9511      apzVxworks_Needs_VxworksMachs,
9512      VXWORKS_NEEDS_VXWORKS_TEST_CT, FD_MACH_ONLY,
9513      aVxworks_Needs_VxworksTests,   apzVxworks_Needs_VxworksPatch, 0 },
9514
9515   {  zVxworks_TimeName,    zVxworks_TimeList,
9516      apzVxworks_TimeMachs,
9517      VXWORKS_TIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9518      aVxworks_TimeTests,   apzVxworks_TimePatch, 0 },
9519
9520   {  zX11_ClassName,    zX11_ClassList,
9521      apzX11_ClassMachs,
9522      X11_CLASS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9523      aX11_ClassTests,   apzX11_ClassPatch, 0 },
9524
9525   {  zX11_Class_UsageName,    zX11_Class_UsageList,
9526      apzX11_Class_UsageMachs,
9527      X11_CLASS_USAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9528      aX11_Class_UsageTests,   apzX11_Class_UsagePatch, 0 },
9529
9530   {  zX11_NewName,    zX11_NewList,
9531      apzX11_NewMachs,
9532      X11_NEW_TEST_CT, FD_MACH_ONLY,
9533      aX11_NewTests,   apzX11_NewPatch, 0 },
9534
9535   {  zX11_SprintfName,    zX11_SprintfList,
9536      apzX11_SprintfMachs,
9537      X11_SPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9538      aX11_SprintfTests,   apzX11_SprintfPatch, 0 }
9539 };