1 /* -*- buffer-read-only: t -*- vi: set ro:
3 * DO NOT EDIT THIS FILE (fixincl.x)
5 * It has been AutoGen-ed Saturday January 6, 2007 at 10:08:19 AM PST
6 * From the definitions inclhack.def
7 * and the template file fixincl
9 /* DO NOT SVN-MERGE THIS FILE, EITHER Sat Jan 6 10:08:19 PST 2007
11 * You must regenerate it. Use the ./genfixes script.
14 * This is part of the fixincl program used to install modified versions of
15 * certain ANSI-incompatible system header files which are fixed to work
16 * correctly with ANSI C and placed in a directory that GNU C will search.
18 * This file contains 207 fixup descriptions.
20 * See README for more information.
22 * inclhack copyright (c) 1998, 1999, 2000, 2001
23 * The Free Software Foundation, Inc.
25 * inclhack is free software.
27 * You may redistribute it and/or modify it under the terms of the
28 * GNU General Public License, as published by the Free Software
29 * Foundation; either version 2 of the License, or (at your option)
32 * inclhack is distributed in the hope that it will be useful,
33 * but WITHOUT ANY WARRANTY; without even the implied warranty of
34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35 * See the GNU General Public License for more details.
37 * You should have received a copy of the GNU General Public License
38 * along with inclhack. If not, write to:
39 * The Free Software Foundation, Inc.,
40 * 51 Franklin Street, Fifth Floor
41 * Boston, MA 02110-1301, USA.
44 /* * * * * * * * * * * * * * * * * * * * * * * * * *
46 * Description of Aab_Darwin7_9_Long_Double_Funcs fix
48 tSCC zAab_Darwin7_9_Long_Double_FuncsName[] =
49 "AAB_darwin7_9_long_double_funcs";
52 * File name selection pattern
54 tSCC zAab_Darwin7_9_Long_Double_FuncsList[] =
55 "architecture/ppc/math.h\0";
57 * Machine/OS name selection pattern
59 tSCC* apzAab_Darwin7_9_Long_Double_FuncsMachs[] = {
64 * content bypass pattern - skip fix if pattern found
66 tSCC zAab_Darwin7_9_Long_Double_FuncsBypass0[] =
69 #define AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT 1
70 static tTestDesc aAab_Darwin7_9_Long_Double_FuncsTests[] = {
71 { TT_NEGREP, zAab_Darwin7_9_Long_Double_FuncsBypass0, (regex_t*)NULL }, };
74 * Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs
76 static const char* apzAab_Darwin7_9_Long_Double_FuncsPatch[] = {
77 "/* This file prototypes the long double functions available on Mac OS\n\
80 # undef __APPLE_CC__\n\
81 # define __APPLE_CC__ 1345\n\
82 # include_next <architecture/ppc/math.h>\n\
83 # undef __APPLE_CC__\n\
84 # define __APPLE_CC__ 1\n\
85 # ifndef __LIBMLDBL_COMPAT\n\
86 # ifdef __LONG_DOUBLE_128__\n\
87 # define __LIBMLDBL_COMPAT(sym) __asm(\"_\" #sym \"$LDBL128\")\n\
89 # define __LIBMLDBL_COMPAT(sym)\n\
90 # endif /* __LONG_DOUBLE_128__ */\n\
91 # endif /* __LIBMLDBL_COMPAT */\n\
92 # ifdef __cplusplus\n\
95 extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl);\n\
96 extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl);\n\
97 extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl);\n\
98 extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l);\n\
99 extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl);\n\
100 extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl);\n\
101 extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl);\n\
102 extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl);\n\
103 extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl);\n\
104 extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl);\n\
105 extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl);\n\
106 extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl);\n\
107 extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl);\n\
108 extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);\n\
109 extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l);\n\
110 extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l);\n\
111 extern long double logl( long double ) __LIBMLDBL_COMPAT(logl);\n\
112 extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l);\n\
113 extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l);\n\
114 extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl);\n\
115 extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl);\n\
116 extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl);\n\
117 extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl);\n\
118 extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl);\n\
119 extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl);\n\
120 extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl);\n\
121 extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl);\n\
122 extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl);\n\
123 extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl);\n\
124 extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl);\n\
125 extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl);\n\
126 extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl);\n\
127 extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl);\n\
128 extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl);\n\
129 extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal);\n\
130 extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal);\n\
131 extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill);\n\
132 extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl);\n\
133 extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl);\n\
134 extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl);\n\
135 extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl);\n\
136 extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl);\n\
137 extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl);\n\
138 extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl);\n\
139 extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl);\n\
140 extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl);\n\
141 extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl);\n\
142 extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl);\n\
143 extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol);\n\
144 extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl);\n\
145 extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl);\n\
146 extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl);\n\
147 extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl);\n\
148 extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml);\n\
149 extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl);\n\
150 extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl);\n\
151 extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal);\n\
152 # ifdef __cplusplus\n\
155 #endif /* __MATH__ */",
158 /* * * * * * * * * * * * * * * * * * * * * * * * * *
160 * Description of Aab_Darwin7_9_Long_Double_Funcs_2 fix
162 tSCC zAab_Darwin7_9_Long_Double_Funcs_2Name[] =
163 "AAB_darwin7_9_long_double_funcs_2";
166 * File name selection pattern
168 tSCC zAab_Darwin7_9_Long_Double_Funcs_2List[] =
171 * Machine/OS name selection pattern
173 tSCC* apzAab_Darwin7_9_Long_Double_Funcs_2Machs[] = {
178 * content selection pattern - do fix if pattern found
180 tSCC zAab_Darwin7_9_Long_Double_Funcs_2Select0[] =
181 "#include[ \\t]+\\\"";
183 #define AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_TEST_CT 1
184 static tTestDesc aAab_Darwin7_9_Long_Double_Funcs_2Tests[] = {
185 { TT_EGREP, zAab_Darwin7_9_Long_Double_Funcs_2Select0, (regex_t*)NULL }, };
188 * Fix Command Arguments for Aab_Darwin7_9_Long_Double_Funcs_2
190 static const char* apzAab_Darwin7_9_Long_Double_Funcs_2Patch[] = {
193 "([ \\t]*#[ \\t]*include[ \\t]+)\"([a-z0-9/]+)\\.h\"",
196 /* * * * * * * * * * * * * * * * * * * * * * * * * *
198 * Description of Aab_Fd_Zero_Asm_Posix_Types_H fix
200 tSCC zAab_Fd_Zero_Asm_Posix_Types_HName[] =
201 "AAB_fd_zero_asm_posix_types_h";
204 * File name selection pattern
206 tSCC zAab_Fd_Zero_Asm_Posix_Types_HList[] =
207 "asm/posix_types.h\0";
209 * Machine/OS name selection pattern
211 tSCC* apzAab_Fd_Zero_Asm_Posix_Types_HMachs[] = {
212 "i[34567]86-*-linux*",
216 * content bypass pattern - skip fix if pattern found
218 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass0[] =
220 tSCC zAab_Fd_Zero_Asm_Posix_Types_HBypass1[] =
223 #define AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT 2
224 static tTestDesc aAab_Fd_Zero_Asm_Posix_Types_HTests[] = {
225 { TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass0, (regex_t*)NULL },
226 { TT_NEGREP, zAab_Fd_Zero_Asm_Posix_Types_HBypass1, (regex_t*)NULL }, };
229 * Fix Command Arguments for Aab_Fd_Zero_Asm_Posix_Types_H
231 static const char* apzAab_Fd_Zero_Asm_Posix_Types_HPatch[] = {
232 "/* This file fixes a bug in the __FD_ZERO macro\n\
233 for older versions of the Linux kernel. */\n\
234 #ifndef _POSIX_TYPES_H_WRAPPER\n\
235 #include <features.h>\n\
236 #include_next <asm/posix_types.h>\n\n\
237 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
239 #define __FD_ZERO(fdsetp) \\\n\
241 int __d0, __d1; \\\n\
242 __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
243 : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
244 : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
245 \"1\" ((__kernel_fd_set *) (fdsetp)) :\"memory\"); \\\n\
248 #define _POSIX_TYPES_H_WRAPPER\n\
249 #endif /* _POSIX_TYPES_H_WRAPPER */",
252 /* * * * * * * * * * * * * * * * * * * * * * * * * *
254 * Description of Aab_Fd_Zero_Gnu_Types_H fix
256 tSCC zAab_Fd_Zero_Gnu_Types_HName[] =
257 "AAB_fd_zero_gnu_types_h";
260 * File name selection pattern
262 tSCC zAab_Fd_Zero_Gnu_Types_HList[] =
265 * Machine/OS name selection pattern
267 tSCC* apzAab_Fd_Zero_Gnu_Types_HMachs[] = {
268 "i[34567]86-*-linux*",
270 #define AAB_FD_ZERO_GNU_TYPES_H_TEST_CT 0
271 #define aAab_Fd_Zero_Gnu_Types_HTests (tTestDesc*)NULL
274 * Fix Command Arguments for Aab_Fd_Zero_Gnu_Types_H
276 static const char* apzAab_Fd_Zero_Gnu_Types_HPatch[] = {
277 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 1.x. */\n\
278 #ifndef _TYPES_H_WRAPPER\n\
279 #include <features.h>\n\
280 #include_next <gnu/types.h>\n\n\
281 #if defined(__FD_ZERO) && !defined(__GLIBC__)\n\
283 # define __FD_ZERO(fdsetp) \\\n\
285 int __d0, __d1; \\\n\
286 __asm__ __volatile__(\"cld ; rep ; stosl\" \\\n\
287 : \"=&c\" (__d0), \"=&D\" (__d1) \\\n\
288 : \"a\" (0), \"0\" (__FDSET_LONGS), \\\n\
289 \"1\" ((__fd_set *) (fdsetp)) :\"memory\"); \\\n\
292 #define _TYPES_H_WRAPPER\n\
293 #endif /* _TYPES_H_WRAPPER */",
296 /* * * * * * * * * * * * * * * * * * * * * * * * * *
298 * Description of Aab_Fd_Zero_Selectbits_H fix
300 tSCC zAab_Fd_Zero_Selectbits_HName[] =
301 "AAB_fd_zero_selectbits_h";
304 * File name selection pattern
306 tSCC zAab_Fd_Zero_Selectbits_HList[] =
309 * Machine/OS name selection pattern
311 tSCC* apzAab_Fd_Zero_Selectbits_HMachs[] = {
312 "i[34567]86-*-linux*",
314 #define AAB_FD_ZERO_SELECTBITS_H_TEST_CT 0
315 #define aAab_Fd_Zero_Selectbits_HTests (tTestDesc*)NULL
318 * Fix Command Arguments for Aab_Fd_Zero_Selectbits_H
320 static const char* apzAab_Fd_Zero_Selectbits_HPatch[] = {
321 "/* This file fixes a bug in the __FD_ZERO macro present in glibc 2.0.x. */\n\
322 #ifndef _SELECTBITS_H_WRAPPER\n\
323 #include <features.h>\n\
324 #include_next <selectbits.h>\n\n\
325 #if defined(__FD_ZERO) && defined(__GLIBC__) \\\\\n\
326 && defined(__GLIBC_MINOR__) && __GLIBC__ == 2 \\\\\n\
327 && __GLIBC_MINOR__ == 0\n\
329 #define __FD_ZERO(fdsetp) \\\\\n\
331 int __d0, __d1; \\\\\n\
332 __asm__ __volatile__ (\"cld; rep; stosl\" \\\\\n\
333 : \"=&c\" (__d0), \"=&D\" (__d1) \\\\\n\
334 : \"a\" (0), \"0\" (sizeof (__fd_set) \\\\\n\
335 / sizeof (__fd_mask)), \\\\\n\
336 \"1\" ((__fd_mask *) (fdsetp)) \\\\\n\
337 : \"memory\"); \\\\\n\
340 #define _SELECTBITS_H_WRAPPER\n\
341 #endif /* _SELECTBITS_H_WRAPPER */",
344 /* * * * * * * * * * * * * * * * * * * * * * * * * *
346 * Description of Aab_Solaris_Sys_Varargs_H fix
348 tSCC zAab_Solaris_Sys_Varargs_HName[] =
349 "AAB_solaris_sys_varargs_h";
352 * File name selection pattern
354 tSCC zAab_Solaris_Sys_Varargs_HList[] =
357 * Machine/OS name selection pattern
359 tSCC* apzAab_Solaris_Sys_Varargs_HMachs[] = {
362 #define AAB_SOLARIS_SYS_VARARGS_H_TEST_CT 0
363 #define aAab_Solaris_Sys_Varargs_HTests (tTestDesc*)NULL
366 * Fix Command Arguments for Aab_Solaris_Sys_Varargs_H
368 static const char* apzAab_Solaris_Sys_Varargs_HPatch[] = {
370 #include <stdarg.h>\n\
372 #include <varargs.h>\n\
376 /* * * * * * * * * * * * * * * * * * * * * * * * * *
378 * Description of Aab_Sun_Memcpy fix
380 tSCC zAab_Sun_MemcpyName[] =
384 * File name selection pattern
386 tSCC zAab_Sun_MemcpyList[] =
389 * Machine/OS name selection pattern
391 #define apzAab_Sun_MemcpyMachs (const char**)NULL
394 * content selection pattern - do fix if pattern found
396 tSCC zAab_Sun_MemcpySelect0[] =
397 "/\\*\t@\\(#\\)(head/memory.h\t50.1\t |memory\\.h 1\\.[2-4] 8./../.. SMI; from S5R2 1\\.2\t)\\*/";
399 #define AAB_SUN_MEMCPY_TEST_CT 1
400 static tTestDesc aAab_Sun_MemcpyTests[] = {
401 { TT_EGREP, zAab_Sun_MemcpySelect0, (regex_t*)NULL }, };
404 * Fix Command Arguments for Aab_Sun_Memcpy
406 static const char* apzAab_Sun_MemcpyPatch[] = {
407 "/* This file was generated by fixincludes */\n\
408 #ifndef __memory_h__\n\
409 #define __memory_h__\n\n\
411 extern void *memccpy();\n\
412 extern void *memchr();\n\
413 extern void *memcpy();\n\
414 extern void *memset();\n\
416 extern char *memccpy();\n\
417 extern char *memchr();\n\
418 extern char *memcpy();\n\
419 extern char *memset();\n\
420 #endif /* __STDC__ */\n\n\
421 extern int memcmp();\n\n\
422 #endif /* __memory_h__ */\n\
426 * Completely replace <sys/varargs.h> with a file that includes gcc's\n\
427 * stdarg.h or varargs.h files as appropriate.\n\
431 hackname = AAB_svr4_no_varargs;\n\
432 files = sys/varargs.h;\n\
433 replace = \"/* This file was generated by fixincludes. */\\n\"\n\
434 \"#ifndef _SYS_VARARGS_H\\n\"\n\
435 \"#define _SYS_VARARGS_H\\n\\n\"\n\n\
436 \"#ifdef __STDC__\\n\"\n\
437 \"#include <stdarg.h>\\n\"\n\
439 \"#include <varargs.h>\\n\"\n\
440 \"#endif\\n\\n\"\n\n\
441 \"#endif /* _SYS_VARARGS_H */\\n\";\n\
445 * Completely replace <sys/byteorder.h> with a file that implements gcc's\n\
446 * optimized byteswapping. (The original probably implemented some\n\
447 * incompatible optimized byteswapping.)\n\
450 hackname = AAB_svr4_replace_byteorder;\n\
451 mach = \"*-*-sysv4*\";\n\
452 mach = \"i[34567]86-*-sysv5*\";\n\
453 mach = \"i[34567]86-*-sco3.2v5*\";\n\
454 mach = \"i[34567]86-*-udk*\";\n\
455 mach = \"i[34567]86-*-solaris2.[0-4]\";\n\
456 mach = \"powerpcle-*-solaris2.[0-4]\";\n\
457 mach = \"sparc-*-solaris2.[0-4]\";\n\
458 mach = \"i[34567]86-sequent-ptx*\";\n\
459 files = sys/byteorder.h;\n\
460 replace = <<- _EndOfHeader_\n\
461 #ifndef _SYS_BYTEORDER_H\n\
462 #define _SYS_BYTEORDER_H\n\n\
463 /* Functions to convert `short' and `long' quantities from host byte order\n\
464 to (internet) network byte order (i.e. big-endian).\n\n\
465 Written by Ron Guilmette (rfg@ncd.com).\n\n\
466 This isn't actually used by GCC. It is installed by fixinc.svr4.\n\n\
467 For big-endian machines these functions are essentially no-ops.\n\n\
468 For little-endian machines, we define the functions using specialized\n\
469 asm sequences in cases where doing so yields better code (e.g. i386). */\n\n\
470 #if !defined (__GNUC__) && !defined (__GNUG__)\n\
471 #error You lose! This file is only useful with GNU compilers.\n\
473 #ifndef __BYTE_ORDER__\n\
474 /* Byte order defines. These are as defined on UnixWare 1.1, but with\n\
475 double underscores added at the front and back. */\n\
476 #define __LITTLE_ENDIAN__ 1234\n\
477 #define __BIG_ENDIAN__ 4321\n\
478 #define __PDP_ENDIAN__ 3412\n\
481 static __inline__ unsigned long htonl (unsigned long);\n\
482 static __inline__ unsigned short htons (unsigned int);\n\
483 static __inline__ unsigned long ntohl (unsigned long);\n\
484 static __inline__ unsigned short ntohs (unsigned int);\n\
485 #endif /* defined (__STDC__) */\n\n\
486 #if defined (__i386__)\n\n\
487 #ifndef __BYTE_ORDER__\n\
488 #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\
490 /* Convert a host long to a network long. */\n\n\
491 /* We must use a new-style function definition, so that this will also\n\
492 be valid for C++. */\n\
493 static __inline__ unsigned long\n\
494 htonl (unsigned long __arg)\n\
496 register unsigned long __result;\n\n\
497 __asm__ (\"xchg%B0 %b0,%h0\n\
499 xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\
502 /* Convert a host short to a network short. */\n\n\
503 static __inline__ unsigned short\n\
504 htons (unsigned int __arg)\n\
506 register unsigned short __result;\n\n\
507 __asm__ (\"xchg%B0 %b0,%h0\" : \"=q\" (__result) : \"0\" (__arg));\n\
510 #elif (defined (__ns32k__) || defined (__vax__) || defined (__arm__))\n\n\
511 #ifndef __BYTE_ORDER__\n\
512 #define __BYTE_ORDER__ __LITTLE_ENDIAN__\n\
514 /* For other little-endian machines, using C code is just as efficient as\n\
515 using assembly code. */\n\n\
516 /* Convert a host long to a network long. */\n\n\
517 static __inline__ unsigned long\n\
518 htonl (unsigned long __arg)\n\
520 register unsigned long __result;\n\n\
521 __result = (__arg >> 24) & 0x000000ff;\n\
522 __result |= (__arg >> 8) & 0x0000ff00;\n\
523 __result |= (__arg << 8) & 0x00ff0000;\n\
524 __result |= (__arg << 24) & 0xff000000;\n\
527 /* Convert a host short to a network short. */\n\n\
528 static __inline__ unsigned short\n\
529 htons (unsigned int __arg)\n\
531 register unsigned short __result;\n\n\
532 __result = (__arg << 8) & 0xff00;\n\
533 __result |= (__arg >> 8) & 0x00ff;\n\
536 #else /* must be a big-endian machine */\n\n\
537 #ifndef __BYTE_ORDER__\n\
538 #define __BYTE_ORDER__ __BIG_ENDIAN__\n\
540 /* Convert a host long to a network long. */\n\n\
541 static __inline__ unsigned long\n\
542 htonl (unsigned long __arg)\n\
546 /* Convert a host short to a network short. */\n\n\
547 static __inline__ unsigned short\n\
548 htons (unsigned int __arg)\n\
552 #endif /* big-endian */\n\n\
553 /* Convert a network long to a host long. */\n\n\
554 static __inline__ unsigned long\n\
555 ntohl (unsigned long __arg)\n\
557 return htonl (__arg);\n\
559 /* Convert a network short to a host short. */\n\n\
560 static __inline__ unsigned short\n\
561 ntohs (unsigned int __arg)\n\
563 return htons (__arg);\n\
568 /* * * * * * * * * * * * * * * * * * * * * * * * * *
570 * Description of Aab_Ultrix_Ansi_Compat fix
572 tSCC zAab_Ultrix_Ansi_CompatName[] =
573 "AAB_ultrix_ansi_compat";
576 * File name selection pattern
578 tSCC zAab_Ultrix_Ansi_CompatList[] =
581 * Machine/OS name selection pattern
583 #define apzAab_Ultrix_Ansi_CompatMachs (const char**)NULL
586 * content selection pattern - do fix if pattern found
588 tSCC zAab_Ultrix_Ansi_CompatSelect0[] =
591 #define AAB_ULTRIX_ANSI_COMPAT_TEST_CT 1
592 static tTestDesc aAab_Ultrix_Ansi_CompatTests[] = {
593 { TT_EGREP, zAab_Ultrix_Ansi_CompatSelect0, (regex_t*)NULL }, };
596 * Fix Command Arguments for Aab_Ultrix_Ansi_Compat
598 static const char* apzAab_Ultrix_Ansi_CompatPatch[] = {
599 "/* This file intentionally left blank. */\n",
602 /* * * * * * * * * * * * * * * * * * * * * * * * * *
604 * Description of Aab_Ultrix_Limits fix
606 tSCC zAab_Ultrix_LimitsName[] =
610 * File name selection pattern
612 tSCC zAab_Ultrix_LimitsList[] =
615 * Machine/OS name selection pattern
617 tSCC* apzAab_Ultrix_LimitsMachs[] = {
620 #define AAB_ULTRIX_LIMITS_TEST_CT 0
621 #define aAab_Ultrix_LimitsTests (tTestDesc*)NULL
624 * Fix Command Arguments for Aab_Ultrix_Limits
626 static const char* apzAab_Ultrix_LimitsPatch[] = {
627 "#ifndef _LIMITS_INCLUDED\n\
628 #define _LIMITS_INCLUDED\n\
629 #include <sys/limits.h>\n\
630 #endif /* _LIMITS_INCLUDED */",
633 /* * * * * * * * * * * * * * * * * * * * * * * * * *
635 * Description of Aab_Ultrix_Memory fix
637 tSCC zAab_Ultrix_MemoryName[] =
641 * File name selection pattern
643 tSCC zAab_Ultrix_MemoryList[] =
646 * Machine/OS name selection pattern
648 tSCC* apzAab_Ultrix_MemoryMachs[] = {
651 #define AAB_ULTRIX_MEMORY_TEST_CT 0
652 #define aAab_Ultrix_MemoryTests (tTestDesc*)NULL
655 * Fix Command Arguments for Aab_Ultrix_Memory
657 static const char* apzAab_Ultrix_MemoryPatch[] = {
658 "#ifndef _MEMORY_INCLUDED\n\
659 #define _MEMORY_INCLUDED\n\
660 #include <strings.h>\n\
661 #endif /* _MEMORY_INCLUDED */",
664 /* * * * * * * * * * * * * * * * * * * * * * * * * *
666 * Description of Aab_Ultrix_String fix
668 tSCC zAab_Ultrix_StringName[] =
672 * File name selection pattern
674 tSCC zAab_Ultrix_StringList[] =
677 * Machine/OS name selection pattern
679 tSCC* apzAab_Ultrix_StringMachs[] = {
682 #define AAB_ULTRIX_STRING_TEST_CT 0
683 #define aAab_Ultrix_StringTests (tTestDesc*)NULL
686 * Fix Command Arguments for Aab_Ultrix_String
688 static const char* apzAab_Ultrix_StringPatch[] = {
689 "#ifndef _STRING_INCLUDED\n\
690 #define _STRING_INCLUDED\n\
691 #include <strings.h>\n\
692 #endif /* _STRING_INCLUDED */",
695 /* * * * * * * * * * * * * * * * * * * * * * * * * *
697 * Description of Aix_Pthread fix
699 tSCC zAix_PthreadName[] =
703 * File name selection pattern
705 tSCC zAix_PthreadList[] =
708 * Machine/OS name selection pattern
710 #define apzAix_PthreadMachs (const char**)NULL
713 * content selection pattern - do fix if pattern found
715 tSCC zAix_PthreadSelect0[] =
716 "(#define [A-Za-z_0-9]+)(\\\\\n\
720 #define AIX_PTHREAD_TEST_CT 1
721 static tTestDesc aAix_PthreadTests[] = {
722 { TT_EGREP, zAix_PthreadSelect0, (regex_t*)NULL }, };
725 * Fix Command Arguments for Aix_Pthread
727 static const char* apzAix_PthreadPatch[] = {
732 /* * * * * * * * * * * * * * * * * * * * * * * * * *
734 * Description of Aix_Sysmachine fix
736 tSCC zAix_SysmachineName[] =
740 * File name selection pattern
742 tSCC zAix_SysmachineList[] =
745 * Machine/OS name selection pattern
747 #define apzAix_SysmachineMachs (const char**)NULL
750 * content selection pattern - do fix if pattern found
752 tSCC zAix_SysmachineSelect0[] =
755 #define AIX_SYSMACHINE_TEST_CT 1
756 static tTestDesc aAix_SysmachineTests[] = {
757 { TT_EGREP, zAix_SysmachineSelect0, (regex_t*)NULL }, };
760 * Fix Command Arguments for Aix_Sysmachine
762 static const char* apzAix_SysmachinePatch[] = {
767 /* * * * * * * * * * * * * * * * * * * * * * * * * *
769 * Description of Aix_Syswait fix
771 tSCC zAix_SyswaitName[] =
775 * File name selection pattern
777 tSCC zAix_SyswaitList[] =
780 * Machine/OS name selection pattern
782 #define apzAix_SyswaitMachs (const char**)NULL
785 * content selection pattern - do fix if pattern found
787 tSCC zAix_SyswaitSelect0[] =
788 "^extern pid_t wait3\\(\\);\n";
789 tSCC zAix_SyswaitSelect1[] =
792 #define AIX_SYSWAIT_TEST_CT 2
793 static tTestDesc aAix_SyswaitTests[] = {
794 { TT_EGREP, zAix_SyswaitSelect0, (regex_t*)NULL },
795 { TT_EGREP, zAix_SyswaitSelect1, (regex_t*)NULL }, };
798 * Fix Command Arguments for Aix_Syswait
800 static const char* apzAix_SyswaitPatch[] = {
806 /* * * * * * * * * * * * * * * * * * * * * * * * * *
808 * Description of Aix_Syswait_2 fix
810 tSCC zAix_Syswait_2Name[] =
814 * File name selection pattern
816 tSCC zAix_Syswait_2List[] =
819 * Machine/OS name selection pattern
821 #define apzAix_Syswait_2Machs (const char**)NULL
824 * content selection pattern - do fix if pattern found
826 tSCC zAix_Syswait_2Select0[] =
827 "\\? (\\(\\(\\(\\(unsigned[^)]*\\)[^)]*\\) >> [^)]*\\) \\& 0xff\\) : -1)";
829 #define AIX_SYSWAIT_2_TEST_CT 1
830 static tTestDesc aAix_Syswait_2Tests[] = {
831 { TT_EGREP, zAix_Syswait_2Select0, (regex_t*)NULL }, };
834 * Fix Command Arguments for Aix_Syswait_2
836 static const char* apzAix_Syswait_2Patch[] = {
841 /* * * * * * * * * * * * * * * * * * * * * * * * * *
843 * Description of Aix_Volatile fix
845 tSCC zAix_VolatileName[] =
849 * File name selection pattern
851 tSCC zAix_VolatileList[] =
854 * Machine/OS name selection pattern
856 #define apzAix_VolatileMachs (const char**)NULL
859 * content selection pattern - do fix if pattern found
861 tSCC zAix_VolatileSelect0[] =
862 "typedef volatile int sig_atomic_t";
864 #define AIX_VOLATILE_TEST_CT 1
865 static tTestDesc aAix_VolatileTests[] = {
866 { TT_EGREP, zAix_VolatileSelect0, (regex_t*)NULL }, };
869 * Fix Command Arguments for Aix_Volatile
871 static const char* apzAix_VolatilePatch[] = {
873 "typedef int sig_atomic_t",
876 /* * * * * * * * * * * * * * * * * * * * * * * * * *
878 * Description of Alpha___Assert fix
880 tSCC zAlpha___AssertName[] =
884 * File name selection pattern
886 tSCC zAlpha___AssertList[] =
889 * Machine/OS name selection pattern
891 #define apzAlpha___AssertMachs (const char**)NULL
894 * content selection pattern - do fix if pattern found
896 tSCC zAlpha___AssertSelect0[] =
897 "__assert\\(char \\*, char \\*, int\\)";
899 #define ALPHA___ASSERT_TEST_CT 1
900 static tTestDesc aAlpha___AssertTests[] = {
901 { TT_EGREP, zAlpha___AssertSelect0, (regex_t*)NULL }, };
904 * Fix Command Arguments for Alpha___Assert
906 static const char* apzAlpha___AssertPatch[] = {
908 "__assert(const char *, const char *, int)",
911 /* * * * * * * * * * * * * * * * * * * * * * * * * *
913 * Description of Alpha___Extern_Prefix fix
915 tSCC zAlpha___Extern_PrefixName[] =
916 "alpha___extern_prefix";
919 * File name selection pattern
921 #define zAlpha___Extern_PrefixList (char*)NULL
923 * Machine/OS name selection pattern
925 tSCC* apzAlpha___Extern_PrefixMachs[] = {
930 * content selection pattern - do fix if pattern found
932 tSCC zAlpha___Extern_PrefixSelect0[] =
933 "(.*)(defined\\(__DECC\\)|def[ \t]*__DECC)[ \t]*\n\
934 (#[ \t]*pragma[ \t]*extern_prefix.*)";
936 #define ALPHA___EXTERN_PREFIX_TEST_CT 1
937 static tTestDesc aAlpha___Extern_PrefixTests[] = {
938 { TT_EGREP, zAlpha___Extern_PrefixSelect0, (regex_t*)NULL }, };
941 * Fix Command Arguments for Alpha___Extern_Prefix
943 static const char* apzAlpha___Extern_PrefixPatch[] = {
945 "%1 (defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX))\n\
949 /* * * * * * * * * * * * * * * * * * * * * * * * * *
951 * Description of Alpha___Extern_Prefix_Standards fix
953 tSCC zAlpha___Extern_Prefix_StandardsName[] =
954 "alpha___extern_prefix_standards";
957 * File name selection pattern
959 tSCC zAlpha___Extern_Prefix_StandardsList[] =
962 * Machine/OS name selection pattern
964 tSCC* apzAlpha___Extern_Prefix_StandardsMachs[] = {
969 * content selection pattern - do fix if pattern found
971 tSCC zAlpha___Extern_Prefix_StandardsSelect0[] =
972 ".*!defined\\(_LIBC_POLLUTION_H_\\) && !defined\\(__DECC\\)";
974 #define ALPHA___EXTERN_PREFIX_STANDARDS_TEST_CT 1
975 static tTestDesc aAlpha___Extern_Prefix_StandardsTests[] = {
976 { TT_EGREP, zAlpha___Extern_Prefix_StandardsSelect0, (regex_t*)NULL }, };
979 * Fix Command Arguments for Alpha___Extern_Prefix_Standards
981 static const char* apzAlpha___Extern_Prefix_StandardsPatch[] = {
983 "%0 && !defined(__PRAGMA_EXTERN_PREFIX)",
986 /* * * * * * * * * * * * * * * * * * * * * * * * * *
988 * Description of Alpha___Extern_Prefix_Sys_Stat fix
990 tSCC zAlpha___Extern_Prefix_Sys_StatName[] =
991 "alpha___extern_prefix_sys_stat";
994 * File name selection pattern
996 tSCC zAlpha___Extern_Prefix_Sys_StatList[] =
997 "sys/stat.h\0sys/mount.h\0";
999 * Machine/OS name selection pattern
1001 tSCC* apzAlpha___Extern_Prefix_Sys_StatMachs[] = {
1003 (const char*)NULL };
1006 * content selection pattern - do fix if pattern found
1008 tSCC zAlpha___Extern_Prefix_Sys_StatSelect0[] =
1009 "#[ \t]*if[ \t]*defined\\(__DECC\\)";
1011 #define ALPHA___EXTERN_PREFIX_SYS_STAT_TEST_CT 1
1012 static tTestDesc aAlpha___Extern_Prefix_Sys_StatTests[] = {
1013 { TT_EGREP, zAlpha___Extern_Prefix_Sys_StatSelect0, (regex_t*)NULL }, };
1016 * Fix Command Arguments for Alpha___Extern_Prefix_Sys_Stat
1018 static const char* apzAlpha___Extern_Prefix_Sys_StatPatch[] = {
1020 "%0 || defined(__PRAGMA_EXTERN_PREFIX)",
1023 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1025 * Description of Alpha_Assert fix
1027 tSCC zAlpha_AssertName[] =
1031 * File name selection pattern
1033 tSCC zAlpha_AssertList[] =
1036 * Machine/OS name selection pattern
1038 #define apzAlpha_AssertMachs (const char**)NULL
1041 * content selection pattern - do fix if pattern found
1043 tSCC zAlpha_AssertSelect0[] =
1044 "(#define assert\\(EX\\).*)\\(\\(int\\) \\(EX\\)\\)";
1046 #define ALPHA_ASSERT_TEST_CT 1
1047 static tTestDesc aAlpha_AssertTests[] = {
1048 { TT_EGREP, zAlpha_AssertSelect0, (regex_t*)NULL }, };
1051 * Fix Command Arguments for Alpha_Assert
1053 static const char* apzAlpha_AssertPatch[] = {
1058 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1060 * Description of Alpha_Bad_Lval fix
1062 tSCC zAlpha_Bad_LvalName[] =
1066 * File name selection pattern
1068 #define zAlpha_Bad_LvalList (char*)NULL
1070 * Machine/OS name selection pattern
1072 tSCC* apzAlpha_Bad_LvalMachs[] = {
1074 (const char*)NULL };
1077 * content selection pattern - do fix if pattern found
1079 tSCC zAlpha_Bad_LvalSelect0[] =
1080 "^[ \t]*#[ \t]*pragma[ \t]+extern_prefix";
1082 #define ALPHA_BAD_LVAL_TEST_CT 1
1083 static tTestDesc aAlpha_Bad_LvalTests[] = {
1084 { TT_EGREP, zAlpha_Bad_LvalSelect0, (regex_t*)NULL }, };
1087 * Fix Command Arguments for Alpha_Bad_Lval
1089 static const char* apzAlpha_Bad_LvalPatch[] = { "sed",
1090 "-e", "s/^[ \t]*#[ \t]*define[ \t][ \t]*\\([^(]*\\)\\(([^)]*)\\)[ \t]*\\(_.*\\)\\1\\2[ \t]*$/#define \\1 \\3\\1/",
1093 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1095 * Description of Alpha_Getopt fix
1097 tSCC zAlpha_GetoptName[] =
1101 * File name selection pattern
1103 tSCC zAlpha_GetoptList[] =
1104 "stdio.h\0stdlib.h\0";
1106 * Machine/OS name selection pattern
1108 #define apzAlpha_GetoptMachs (const char**)NULL
1111 * content selection pattern - do fix if pattern found
1113 tSCC zAlpha_GetoptSelect0[] =
1114 "getopt\\(int, char \\*\\[\\], *char \\*\\)";
1116 #define ALPHA_GETOPT_TEST_CT 1
1117 static tTestDesc aAlpha_GetoptTests[] = {
1118 { TT_EGREP, zAlpha_GetoptSelect0, (regex_t*)NULL }, };
1121 * Fix Command Arguments for Alpha_Getopt
1123 static const char* apzAlpha_GetoptPatch[] = {
1125 "getopt(int, char *const[], const char *)",
1128 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1130 * Description of Alpha_Parens fix
1132 tSCC zAlpha_ParensName[] =
1136 * File name selection pattern
1138 tSCC zAlpha_ParensList[] =
1141 * Machine/OS name selection pattern
1143 #define apzAlpha_ParensMachs (const char**)NULL
1146 * content selection pattern - do fix if pattern found
1148 tSCC zAlpha_ParensSelect0[] =
1149 "#ifndef\\(__mips64\\)";
1151 #define ALPHA_PARENS_TEST_CT 1
1152 static tTestDesc aAlpha_ParensTests[] = {
1153 { TT_EGREP, zAlpha_ParensSelect0, (regex_t*)NULL }, };
1156 * Fix Command Arguments for Alpha_Parens
1158 static const char* apzAlpha_ParensPatch[] = {
1163 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1165 * Description of Alpha_Pthread fix
1167 tSCC zAlpha_PthreadName[] =
1171 * File name selection pattern
1173 tSCC zAlpha_PthreadList[] =
1176 * Machine/OS name selection pattern
1178 tSCC* apzAlpha_PthreadMachs[] = {
1180 (const char*)NULL };
1183 * content selection pattern - do fix if pattern found
1185 tSCC zAlpha_PthreadSelect0[] =
1186 "((#[ \t]*if)([ \t]*defined[ \t]*\\(_PTHREAD_ENV_DECC\\)|def _PTHREAD_ENV_DECC)(.*))\n\
1187 (#[ \t]*define _PTHREAD_USE_PTDNAM_)";
1189 #define ALPHA_PTHREAD_TEST_CT 1
1190 static tTestDesc aAlpha_PthreadTests[] = {
1191 { TT_EGREP, zAlpha_PthreadSelect0, (regex_t*)NULL }, };
1194 * Fix Command Arguments for Alpha_Pthread
1196 static const char* apzAlpha_PthreadPatch[] = {
1198 "%2 defined (_PTHREAD_ENV_DECC)%4 || defined (__PRAGMA_EXTERN_PREFIX)\n\
1202 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1204 * Description of Alpha_Pthread_Gcc fix
1206 tSCC zAlpha_Pthread_GccName[] =
1207 "alpha_pthread_gcc";
1210 * File name selection pattern
1212 tSCC zAlpha_Pthread_GccList[] =
1215 * Machine/OS name selection pattern
1217 tSCC* apzAlpha_Pthread_GccMachs[] = {
1219 (const char*)NULL };
1222 * content selection pattern - do fix if pattern found
1224 tSCC zAlpha_Pthread_GccSelect0[] =
1226 # error <pthread.h>: unrecognized compiler.";
1228 #define ALPHA_PTHREAD_GCC_TEST_CT 1
1229 static tTestDesc aAlpha_Pthread_GccTests[] = {
1230 { TT_EGREP, zAlpha_Pthread_GccSelect0, (regex_t*)NULL }, };
1233 * Fix Command Arguments for Alpha_Pthread_Gcc
1235 static const char* apzAlpha_Pthread_GccPatch[] = {
1237 "#elif defined (__GNUC__)\n\
1238 # define _PTHREAD_ENV_GCC\n\
1242 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1244 * Description of Alpha_Pthread_Init fix
1246 tSCC zAlpha_Pthread_InitName[] =
1247 "alpha_pthread_init";
1250 * File name selection pattern
1252 tSCC zAlpha_Pthread_InitList[] =
1255 * Machine/OS name selection pattern
1257 tSCC* apzAlpha_Pthread_InitMachs[] = {
1259 (const char*)NULL };
1262 * content selection pattern - do fix if pattern found
1264 tSCC zAlpha_Pthread_InitSelect0[] =
1265 " \\* @\\(#\\).RCSfile: pthread\\.h,v \\$ .Revision: 1\\.1\\.33\\.21 \\$ \\(DEC\\) .Date: 2000/08/15 15:30:13 \\$";
1267 #define ALPHA_PTHREAD_INIT_TEST_CT 1
1268 static tTestDesc aAlpha_Pthread_InitTests[] = {
1269 { TT_EGREP, zAlpha_Pthread_InitSelect0, (regex_t*)NULL }, };
1272 * Fix Command Arguments for Alpha_Pthread_Init
1274 static const char* apzAlpha_Pthread_InitPatch[] = { "sed",
1275 "-e", "s@MVALID\\(.*\\)A}@MVALID\\1A, 0, 0, 0, 0, 0, 0 }@\n\
1276 s@MVALID\\(.*\\)_}@MVALID\\1_, 0, 0, 0, 0 }@\n\
1277 s@CVALID\\(.*\\)A}@CVALID\\1A, 0, 0, 0, 0 }@\n\
1278 s@CVALID\\(.*\\)_}@CVALID\\1_, 0, 0 }@\n\
1279 s@WVALID\\(.*\\)A}@WVALID\\1A, 0, 0, 0, 0, 0, 0, 0, 0, 0 }@\n\
1280 s@WVALID\\(.*\\)_}@WVALID\\1_, 0, 0, 0, 0, 0, 0, 0 }@\n",
1283 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1285 * Description of Alpha_Sbrk fix
1287 tSCC zAlpha_SbrkName[] =
1291 * File name selection pattern
1293 tSCC zAlpha_SbrkList[] =
1296 * Machine/OS name selection pattern
1298 #define apzAlpha_SbrkMachs (const char**)NULL
1301 * content selection pattern - do fix if pattern found
1303 tSCC zAlpha_SbrkSelect0[] =
1304 "char[ \t]*\\*[\t ]*sbrk[ \t]*\\(";
1306 #define ALPHA_SBRK_TEST_CT 1
1307 static tTestDesc aAlpha_SbrkTests[] = {
1308 { TT_EGREP, zAlpha_SbrkSelect0, (regex_t*)NULL }, };
1311 * Fix Command Arguments for Alpha_Sbrk
1313 static const char* apzAlpha_SbrkPatch[] = {
1318 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1320 * Description of Alpha_Wchar fix
1322 tSCC zAlpha_WcharName[] =
1326 * File name selection pattern
1328 tSCC zAlpha_WcharList[] =
1331 * Machine/OS name selection pattern
1333 tSCC* apzAlpha_WcharMachs[] = {
1335 (const char*)NULL };
1338 * content selection pattern - do fix if pattern found
1340 tSCC zAlpha_WcharSelect0[] =
1341 "#define wcstok wcstok_r";
1343 #define ALPHA_WCHAR_TEST_CT 1
1344 static tTestDesc aAlpha_WcharTests[] = {
1345 { TT_EGREP, zAlpha_WcharSelect0, (regex_t*)NULL }, };
1348 * Fix Command Arguments for Alpha_Wchar
1350 static const char* apzAlpha_WcharPatch[] = { "sed",
1351 "-e", "s@#define wcstok wcstok_r@extern wchar_t *wcstok __((wchar_t *, const wchar_t *, wchar_t **)) __asm__(\"wcstok_r\");@",
1352 "-e", "s@#define wcsftime __wcsftime_isoc@extern size_t wcsftime __((wchar_t *, size_t, const wchar_t *, const struct tm *)) __asm__(\"__wcsftime_isoc\");@",
1355 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1357 * Description of Avoid_Bool_Define fix
1359 tSCC zAvoid_Bool_DefineName[] =
1360 "avoid_bool_define";
1363 * File name selection pattern
1365 tSCC zAvoid_Bool_DefineList[] =
1366 "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1368 * Machine/OS name selection pattern
1370 #define apzAvoid_Bool_DefineMachs (const char**)NULL
1373 * content selection pattern - do fix if pattern found
1375 tSCC zAvoid_Bool_DefineSelect0[] =
1376 "#[ \t]*define[ \t]+bool[ \t]";
1379 * content bypass pattern - skip fix if pattern found
1381 tSCC zAvoid_Bool_DefineBypass0[] =
1384 #define AVOID_BOOL_DEFINE_TEST_CT 2
1385 static tTestDesc aAvoid_Bool_DefineTests[] = {
1386 { TT_NEGREP, zAvoid_Bool_DefineBypass0, (regex_t*)NULL },
1387 { TT_EGREP, zAvoid_Bool_DefineSelect0, (regex_t*)NULL }, };
1390 * Fix Command Arguments for Avoid_Bool_Define
1392 static const char* apzAvoid_Bool_DefinePatch[] = {
1394 "#ifndef __cplusplus\n\
1397 "^[ \t]*#[ \t]*define[ \t]+bool[ \t].*",
1400 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1402 * Description of Avoid_Bool_Type fix
1404 tSCC zAvoid_Bool_TypeName[] =
1408 * File name selection pattern
1410 tSCC zAvoid_Bool_TypeList[] =
1411 "curses.h\0curses_colr/curses.h\0term.h\0tinfo.h\0";
1413 * Machine/OS name selection pattern
1415 #define apzAvoid_Bool_TypeMachs (const char**)NULL
1418 * content selection pattern - do fix if pattern found
1420 tSCC zAvoid_Bool_TypeSelect0[] =
1421 "^[ \t]*typedef[ \t].*[ \t]bool[ \t]*;";
1424 * content bypass pattern - skip fix if pattern found
1426 tSCC zAvoid_Bool_TypeBypass0[] =
1429 #define AVOID_BOOL_TYPE_TEST_CT 2
1430 static tTestDesc aAvoid_Bool_TypeTests[] = {
1431 { TT_NEGREP, zAvoid_Bool_TypeBypass0, (regex_t*)NULL },
1432 { TT_EGREP, zAvoid_Bool_TypeSelect0, (regex_t*)NULL }, };
1435 * Fix Command Arguments for Avoid_Bool_Type
1437 static const char* apzAvoid_Bool_TypePatch[] = {
1439 "#ifndef __cplusplus\n\
1444 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1446 * Description of Avoid_Wchar_T_Type fix
1448 tSCC zAvoid_Wchar_T_TypeName[] =
1449 "avoid_wchar_t_type";
1452 * File name selection pattern
1454 #define zAvoid_Wchar_T_TypeList (char*)NULL
1456 * Machine/OS name selection pattern
1458 #define apzAvoid_Wchar_T_TypeMachs (const char**)NULL
1461 * content selection pattern - do fix if pattern found
1463 tSCC zAvoid_Wchar_T_TypeSelect0[] =
1464 "^[ \t]*typedef[ \t].*[ \t]wchar_t[ \t]*;";
1467 * content bypass pattern - skip fix if pattern found
1469 tSCC zAvoid_Wchar_T_TypeBypass0[] =
1471 tSCC zAvoid_Wchar_T_TypeBypass1[] =
1473 tSCC zAvoid_Wchar_T_TypeBypass2[] =
1474 "XFree86: xc/lib/X11/Xlib\\.h";
1476 #define AVOID_WCHAR_T_TYPE_TEST_CT 4
1477 static tTestDesc aAvoid_Wchar_T_TypeTests[] = {
1478 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass0, (regex_t*)NULL },
1479 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass1, (regex_t*)NULL },
1480 { TT_NEGREP, zAvoid_Wchar_T_TypeBypass2, (regex_t*)NULL },
1481 { TT_EGREP, zAvoid_Wchar_T_TypeSelect0, (regex_t*)NULL }, };
1484 * Fix Command Arguments for Avoid_Wchar_T_Type
1486 static const char* apzAvoid_Wchar_T_TypePatch[] = {
1488 "#ifndef __cplusplus\n\
1493 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1495 * Description of Bad_Struct_Term fix
1497 tSCC zBad_Struct_TermName[] =
1501 * File name selection pattern
1503 tSCC zBad_Struct_TermList[] =
1506 * Machine/OS name selection pattern
1508 #define apzBad_Struct_TermMachs (const char**)NULL
1511 * content selection pattern - do fix if pattern found
1513 tSCC zBad_Struct_TermSelect0[] =
1514 "^[ \t]*typedef[ \t]+struct[ \t]+term[ \t]*;";
1516 #define BAD_STRUCT_TERM_TEST_CT 1
1517 static tTestDesc aBad_Struct_TermTests[] = {
1518 { TT_EGREP, zBad_Struct_TermSelect0, (regex_t*)NULL }, };
1521 * Fix Command Arguments for Bad_Struct_Term
1523 static const char* apzBad_Struct_TermPatch[] = {
1528 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1530 * Description of Badquote fix
1532 tSCC zBadquoteName[] =
1536 * File name selection pattern
1538 tSCC zBadquoteList[] =
1539 "sundev/vuid_event.h\0";
1541 * Machine/OS name selection pattern
1543 #define apzBadquoteMachs (const char**)NULL
1546 * content selection pattern - do fix if pattern found
1548 tSCC zBadquoteSelect0[] =
1551 #define BADQUOTE_TEST_CT 1
1552 static tTestDesc aBadquoteTests[] = {
1553 { TT_EGREP, zBadquoteSelect0, (regex_t*)NULL }, };
1556 * Fix Command Arguments for Badquote
1558 static const char* apzBadquotePatch[] = {
1563 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1565 * Description of Broken_Assert_Stdio fix
1567 tSCC zBroken_Assert_StdioName[] =
1568 "broken_assert_stdio";
1571 * File name selection pattern
1573 tSCC zBroken_Assert_StdioList[] =
1576 * Machine/OS name selection pattern
1578 #define apzBroken_Assert_StdioMachs (const char**)NULL
1581 * content selection pattern - do fix if pattern found
1583 tSCC zBroken_Assert_StdioSelect0[] =
1587 * content bypass pattern - skip fix if pattern found
1589 tSCC zBroken_Assert_StdioBypass0[] =
1590 "include.*stdio\\.h";
1592 #define BROKEN_ASSERT_STDIO_TEST_CT 2
1593 static tTestDesc aBroken_Assert_StdioTests[] = {
1594 { TT_NEGREP, zBroken_Assert_StdioBypass0, (regex_t*)NULL },
1595 { TT_EGREP, zBroken_Assert_StdioSelect0, (regex_t*)NULL }, };
1598 * Fix Command Arguments for Broken_Assert_Stdio
1600 static const char* apzBroken_Assert_StdioPatch[] = {
1602 "#include <stdio.h>\n",
1605 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1607 * Description of Broken_Assert_Stdlib fix
1609 tSCC zBroken_Assert_StdlibName[] =
1610 "broken_assert_stdlib";
1613 * File name selection pattern
1615 tSCC zBroken_Assert_StdlibList[] =
1618 * Machine/OS name selection pattern
1620 #define apzBroken_Assert_StdlibMachs (const char**)NULL
1623 * content selection pattern - do fix if pattern found
1625 tSCC zBroken_Assert_StdlibSelect0[] =
1626 "exit *\\(|abort *\\(";
1629 * content bypass pattern - skip fix if pattern found
1631 tSCC zBroken_Assert_StdlibBypass0[] =
1632 "include.*stdlib\\.h";
1634 #define BROKEN_ASSERT_STDLIB_TEST_CT 2
1635 static tTestDesc aBroken_Assert_StdlibTests[] = {
1636 { TT_NEGREP, zBroken_Assert_StdlibBypass0, (regex_t*)NULL },
1637 { TT_EGREP, zBroken_Assert_StdlibSelect0, (regex_t*)NULL }, };
1640 * Fix Command Arguments for Broken_Assert_Stdlib
1642 static const char* apzBroken_Assert_StdlibPatch[] = {
1644 "#ifdef __cplusplus\n\
1645 #include <stdlib.h>\n\
1649 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1651 * Description of Broken_Cabs fix
1653 tSCC zBroken_CabsName[] =
1657 * File name selection pattern
1659 tSCC zBroken_CabsList[] =
1660 "math.h\0architecture/*/math.h\0";
1662 * Machine/OS name selection pattern
1664 #define apzBroken_CabsMachs (const char**)NULL
1667 * content selection pattern - do fix if pattern found
1669 tSCC zBroken_CabsSelect0[] =
1670 "^extern[ \t]+double[ \t]+cabs";
1672 #define BROKEN_CABS_TEST_CT 1
1673 static tTestDesc aBroken_CabsTests[] = {
1674 { TT_EGREP, zBroken_CabsSelect0, (regex_t*)NULL }, };
1677 * Fix Command Arguments for Broken_Cabs
1679 static const char* apzBroken_CabsPatch[] = {
1682 "^extern[ \t]+double[ \t]+cabs[ \t]*\\([^\\)]*\\);",
1685 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1687 * Description of Broken_Nan fix
1689 tSCC zBroken_NanName[] =
1693 * File name selection pattern
1695 tSCC zBroken_NanList[] =
1696 "architecture/ppc/math.h\0architecture/*/math.h\0";
1698 * Machine/OS name selection pattern
1700 #define apzBroken_NanMachs (const char**)NULL
1703 * content selection pattern - do fix if pattern found
1705 tSCC zBroken_NanSelect0[] =
1706 "#if defined(__APPLE_CC__) && (__APPLE_CC__ >= 1345)";
1709 * content bypass pattern - skip fix if pattern found
1711 tSCC zBroken_NanBypass0[] =
1714 #define BROKEN_NAN_TEST_CT 2
1715 static tTestDesc aBroken_NanTests[] = {
1716 { TT_NEGREP, zBroken_NanBypass0, (regex_t*)NULL },
1717 { TT_EGREP, zBroken_NanSelect0, (regex_t*)NULL }, };
1720 * Fix Command Arguments for Broken_Nan
1722 static const char* apzBroken_NanPatch[] = {
1727 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1729 * Description of Bsd_Stdio_Attrs_Conflict fix
1731 tSCC zBsd_Stdio_Attrs_ConflictName[] =
1732 "bsd_stdio_attrs_conflict";
1735 * File name selection pattern
1737 tSCC zBsd_Stdio_Attrs_ConflictList[] =
1740 * Machine/OS name selection pattern
1742 tSCC* apzBsd_Stdio_Attrs_ConflictMachs[] = {
1745 (const char*)NULL };
1748 * content selection pattern - do fix if pattern found
1750 tSCC zBsd_Stdio_Attrs_ConflictSelect0[] =
1751 "^#define[ \t]*vfscanf[ \t]*__svfscanf[ \t]*$";
1753 #define BSD_STDIO_ATTRS_CONFLICT_TEST_CT 1
1754 static tTestDesc aBsd_Stdio_Attrs_ConflictTests[] = {
1755 { TT_EGREP, zBsd_Stdio_Attrs_ConflictSelect0, (regex_t*)NULL }, };
1758 * Fix Command Arguments for Bsd_Stdio_Attrs_Conflict
1760 static const char* apzBsd_Stdio_Attrs_ConflictPatch[] = {
1762 "#define _BSD_STRING(_BSD_X) _BSD_STRINGX(_BSD_X)\n\
1763 #define _BSD_STRINGX(_BSD_X) #_BSD_X\n\
1764 int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) \"__svfscanf\");",
1767 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1769 * Description of Ctrl_Quotes_Def fix
1771 tSCC zCtrl_Quotes_DefName[] =
1775 * File name selection pattern
1777 #define zCtrl_Quotes_DefList (char*)NULL
1779 * Machine/OS name selection pattern
1781 #define apzCtrl_Quotes_DefMachs (const char**)NULL
1784 * content selection pattern - do fix if pattern found
1786 tSCC zCtrl_Quotes_DefSelect0[] =
1787 "define[ \t]+[A-Z0-9_]+CTRL\\([a-zA-Z][,)]";
1789 #define CTRL_QUOTES_DEF_TEST_CT 1
1790 static tTestDesc aCtrl_Quotes_DefTests[] = {
1791 { TT_EGREP, zCtrl_Quotes_DefSelect0, (regex_t*)NULL }, };
1794 * Fix Command Arguments for Ctrl_Quotes_Def
1796 static const char* apzCtrl_Quotes_DefPatch[] = {
1801 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1803 * Description of Ctrl_Quotes_Use fix
1805 tSCC zCtrl_Quotes_UseName[] =
1809 * File name selection pattern
1811 #define zCtrl_Quotes_UseList (char*)NULL
1813 * Machine/OS name selection pattern
1815 #define apzCtrl_Quotes_UseMachs (const char**)NULL
1818 * content selection pattern - do fix if pattern found
1820 tSCC zCtrl_Quotes_UseSelect0[] =
1821 "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+CTRL[ \t]*\\( *[^,']";
1823 #define CTRL_QUOTES_USE_TEST_CT 1
1824 static tTestDesc aCtrl_Quotes_UseTests[] = {
1825 { TT_EGREP, zCtrl_Quotes_UseSelect0, (regex_t*)NULL }, };
1828 * Fix Command Arguments for Ctrl_Quotes_Use
1830 static const char* apzCtrl_Quotes_UsePatch[] = {
1835 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1837 * Description of Cxx_Unready fix
1839 tSCC zCxx_UnreadyName[] =
1843 * File name selection pattern
1845 tSCC zCxx_UnreadyList[] =
1846 "sys/mman.h\0rpc/types.h\0";
1848 * Machine/OS name selection pattern
1850 #define apzCxx_UnreadyMachs (const char**)NULL
1853 * content selection pattern - do fix if pattern found
1855 tSCC zCxx_UnreadySelect0[] =
1859 * content bypass pattern - skip fix if pattern found
1861 tSCC zCxx_UnreadyBypass0[] =
1862 "\"C\"|__BEGIN_DECLS";
1864 #define CXX_UNREADY_TEST_CT 2
1865 static tTestDesc aCxx_UnreadyTests[] = {
1866 { TT_NEGREP, zCxx_UnreadyBypass0, (regex_t*)NULL },
1867 { TT_EGREP, zCxx_UnreadySelect0, (regex_t*)NULL }, };
1870 * Fix Command Arguments for Cxx_Unready
1872 static const char* apzCxx_UnreadyPatch[] = {
1874 "#ifdef __cplusplus\n\
1877 "#ifdef __cplusplus\n\
1882 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1884 * Description of Darwin_Gcc4_Breakage fix
1886 tSCC zDarwin_Gcc4_BreakageName[] =
1887 "darwin_gcc4_breakage";
1890 * File name selection pattern
1892 tSCC zDarwin_Gcc4_BreakageList[] =
1893 "AvailabilityMacros.h\0";
1895 * Machine/OS name selection pattern
1897 tSCC* apzDarwin_Gcc4_BreakageMachs[] = {
1899 (const char*)NULL };
1902 * content selection pattern - do fix if pattern found
1904 tSCC zDarwin_Gcc4_BreakageSelect0[] =
1905 "\\(__GNUC__ >= 3\\) && \\(__GNUC_MINOR__ >= 1\\)";
1907 #define DARWIN_GCC4_BREAKAGE_TEST_CT 1
1908 static tTestDesc aDarwin_Gcc4_BreakageTests[] = {
1909 { TT_EGREP, zDarwin_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
1912 * Fix Command Arguments for Darwin_Gcc4_Breakage
1914 static const char* apzDarwin_Gcc4_BreakagePatch[] = {
1916 "((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))",
1919 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1921 * Description of Darwin_Private_Extern fix
1923 tSCC zDarwin_Private_ExternName[] =
1924 "darwin_private_extern";
1927 * File name selection pattern
1929 tSCC zDarwin_Private_ExternList[] =
1932 * Machine/OS name selection pattern
1934 tSCC* apzDarwin_Private_ExternMachs[] = {
1936 (const char*)NULL };
1939 * content selection pattern - do fix if pattern found
1941 tSCC zDarwin_Private_ExternSelect0[] =
1942 "__private_extern__ [a-z_]+ _dyld_";
1944 #define DARWIN_PRIVATE_EXTERN_TEST_CT 1
1945 static tTestDesc aDarwin_Private_ExternTests[] = {
1946 { TT_EGREP, zDarwin_Private_ExternSelect0, (regex_t*)NULL }, };
1949 * Fix Command Arguments for Darwin_Private_Extern
1951 static const char* apzDarwin_Private_ExternPatch[] = {
1954 "__private_extern__",
1957 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1959 * Description of Dec_Intern_Asm fix
1961 tSCC zDec_Intern_AsmName[] =
1965 * File name selection pattern
1967 tSCC zDec_Intern_AsmList[] =
1970 * Machine/OS name selection pattern
1972 #define apzDec_Intern_AsmMachs (const char**)NULL
1973 #define DEC_INTERN_ASM_TEST_CT 0
1974 #define aDec_Intern_AsmTests (tTestDesc*)NULL
1977 * Fix Command Arguments for Dec_Intern_Asm
1979 static const char* apzDec_Intern_AsmPatch[] = { "sed",
1980 "-e", "/^[ \t]*float[ \t]*fasm/i\\\n\
1982 "-e", "/^[ \t]*#[ \t]*pragma[ \t]*intrinsic([ \t]*dasm/a\\\n\
1986 /* * * * * * * * * * * * * * * * * * * * * * * * * *
1988 * Description of Djgpp_Wchar_H fix
1990 tSCC zDjgpp_Wchar_HName[] =
1994 * File name selection pattern
1996 #define zDjgpp_Wchar_HList (char*)NULL
1998 * Machine/OS name selection pattern
2000 #define apzDjgpp_Wchar_HMachs (const char**)NULL
2003 * content selection pattern - do fix if pattern found
2005 tSCC zDjgpp_Wchar_HSelect0[] =
2009 * content bypass pattern - skip fix if pattern found
2011 tSCC zDjgpp_Wchar_HBypass0[] =
2014 #define DJGPP_WCHAR_H_TEST_CT 2
2015 static tTestDesc aDjgpp_Wchar_HTests[] = {
2016 { TT_NEGREP, zDjgpp_Wchar_HBypass0, (regex_t*)NULL },
2017 { TT_EGREP, zDjgpp_Wchar_HSelect0, (regex_t*)NULL }, };
2020 * Fix Command Arguments for Djgpp_Wchar_H
2022 static const char* apzDjgpp_Wchar_HPatch[] = {
2025 #include <sys/djtypes.h>",
2026 "#include <stddef.h>",
2029 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2031 * Description of Ecd_Cursor fix
2033 tSCC zEcd_CursorName[] =
2037 * File name selection pattern
2039 tSCC zEcd_CursorList[] =
2040 "sunwindow/win_lock.h\0sunwindow/win_cursor.h\0";
2042 * Machine/OS name selection pattern
2044 #define apzEcd_CursorMachs (const char**)NULL
2047 * content selection pattern - do fix if pattern found
2049 tSCC zEcd_CursorSelect0[] =
2052 #define ECD_CURSOR_TEST_CT 1
2053 static tTestDesc aEcd_CursorTests[] = {
2054 { TT_EGREP, zEcd_CursorSelect0, (regex_t*)NULL }, };
2057 * Fix Command Arguments for Ecd_Cursor
2059 static const char* apzEcd_CursorPatch[] = {
2064 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2066 * Description of Exception_Structure fix
2068 tSCC zException_StructureName[] =
2069 "exception_structure";
2072 * File name selection pattern
2074 tSCC zException_StructureList[] =
2077 * Machine/OS name selection pattern
2079 #define apzException_StructureMachs (const char**)NULL
2082 * content selection pattern - do fix if pattern found
2084 tSCC zException_StructureSelect0[] =
2088 * content bypass pattern - skip fix if pattern found
2090 tSCC zException_StructureBypass0[] =
2091 "matherr.*(struct exception|__MATH_EXCEPTION|[ \\t]*__FP_EXCEPTION[ \\t]*\\*[ \\t]*)";
2093 #define EXCEPTION_STRUCTURE_TEST_CT 2
2094 static tTestDesc aException_StructureTests[] = {
2095 { TT_NEGREP, zException_StructureBypass0, (regex_t*)NULL },
2096 { TT_EGREP, zException_StructureSelect0, (regex_t*)NULL }, };
2099 * Fix Command Arguments for Exception_Structure
2101 static const char* apzException_StructurePatch[] = {
2103 "struct exception;\n",
2106 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2108 * Description of Freebsd_Gcc3_Breakage fix
2110 tSCC zFreebsd_Gcc3_BreakageName[] =
2111 "freebsd_gcc3_breakage";
2114 * File name selection pattern
2116 tSCC zFreebsd_Gcc3_BreakageList[] =
2119 * Machine/OS name selection pattern
2121 tSCC* apzFreebsd_Gcc3_BreakageMachs[] = {
2123 (const char*)NULL };
2126 * content selection pattern - do fix if pattern found
2128 tSCC zFreebsd_Gcc3_BreakageSelect0[] =
2129 "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$";
2132 * content bypass pattern - skip fix if pattern found
2134 tSCC zFreebsd_Gcc3_BreakageBypass0[] =
2135 "__GNUC__[ \\t]*([>=]=[ \\t]*[3-9]|>[ \\t]*2)";
2137 #define FREEBSD_GCC3_BREAKAGE_TEST_CT 2
2138 static tTestDesc aFreebsd_Gcc3_BreakageTests[] = {
2139 { TT_NEGREP, zFreebsd_Gcc3_BreakageBypass0, (regex_t*)NULL },
2140 { TT_EGREP, zFreebsd_Gcc3_BreakageSelect0, (regex_t*)NULL }, };
2143 * Fix Command Arguments for Freebsd_Gcc3_Breakage
2145 static const char* apzFreebsd_Gcc3_BreakagePatch[] = {
2147 "%0 || __GNUC__ >= 3",
2150 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2152 * Description of Freebsd_Gcc4_Breakage fix
2154 tSCC zFreebsd_Gcc4_BreakageName[] =
2155 "freebsd_gcc4_breakage";
2158 * File name selection pattern
2160 tSCC zFreebsd_Gcc4_BreakageList[] =
2163 * Machine/OS name selection pattern
2165 tSCC* apzFreebsd_Gcc4_BreakageMachs[] = {
2167 (const char*)NULL };
2170 * content selection pattern - do fix if pattern found
2172 tSCC zFreebsd_Gcc4_BreakageSelect0[] =
2173 "^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \\|\\| __GNUC__ == 3$";
2175 #define FREEBSD_GCC4_BREAKAGE_TEST_CT 1
2176 static tTestDesc aFreebsd_Gcc4_BreakageTests[] = {
2177 { TT_EGREP, zFreebsd_Gcc4_BreakageSelect0, (regex_t*)NULL }, };
2180 * Fix Command Arguments for Freebsd_Gcc4_Breakage
2182 static const char* apzFreebsd_Gcc4_BreakagePatch[] = {
2184 "#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3",
2187 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2189 * Description of Glibc_C99_Inline_1 fix
2191 tSCC zGlibc_C99_Inline_1Name[] =
2192 "glibc_c99_inline_1";
2195 * File name selection pattern
2197 tSCC zGlibc_C99_Inline_1List[] =
2198 "features.h\0*/features.h\0";
2200 * Machine/OS name selection pattern
2202 #define apzGlibc_C99_Inline_1Machs (const char**)NULL
2205 * content selection pattern - do fix if pattern found
2207 tSCC zGlibc_C99_Inline_1Select0[] =
2208 "^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$";
2210 #define GLIBC_C99_INLINE_1_TEST_CT 1
2211 static tTestDesc aGlibc_C99_Inline_1Tests[] = {
2212 { TT_EGREP, zGlibc_C99_Inline_1Select0, (regex_t*)NULL }, };
2215 * Fix Command Arguments for Glibc_C99_Inline_1
2217 static const char* apzGlibc_C99_Inline_1Patch[] = {
2219 "%0 && __STDC_VERSION__ < 199901L",
2222 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2224 * Description of Glibc_C99_Inline_2 fix
2226 tSCC zGlibc_C99_Inline_2Name[] =
2227 "glibc_c99_inline_2";
2230 * File name selection pattern
2232 tSCC zGlibc_C99_Inline_2List[] =
2233 "sys/stat.h\0*/sys/stat.h\0";
2235 * Machine/OS name selection pattern
2237 #define apzGlibc_C99_Inline_2Machs (const char**)NULL
2240 * content selection pattern - do fix if pattern found
2242 tSCC zGlibc_C99_Inline_2Select0[] =
2243 "extern __inline__ int";
2245 #define GLIBC_C99_INLINE_2_TEST_CT 1
2246 static tTestDesc aGlibc_C99_Inline_2Tests[] = {
2247 { TT_EGREP, zGlibc_C99_Inline_2Select0, (regex_t*)NULL }, };
2250 * Fix Command Arguments for Glibc_C99_Inline_2
2252 static const char* apzGlibc_C99_Inline_2Patch[] = { "sed",
2253 "-e", "s/extern int \\(stat\\|lstat\\|fstat\\|mknod\\)/#if __STDC_VERSION__ < 199901L\\\n\
2256 __inline__ int \\1/",
2257 "-e", "s/extern int __REDIRECT\\(_NTH\\|\\) (\\(stat\\|lstat\\|fstat\\)/#if __STDC_VERSION__ < 199901L\\\n\
2260 __inline__ int __REDIRECT\\1 (\\2/",
2261 "-e", "s/^extern __inline__ int/#if __STDC_VERSION__ < 199901L\\\n\
2267 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2269 * Description of Glibc_C99_Inline_3 fix
2271 tSCC zGlibc_C99_Inline_3Name[] =
2272 "glibc_c99_inline_3";
2275 * File name selection pattern
2277 tSCC zGlibc_C99_Inline_3List[] =
2278 "bits/string2.h\0*/bits/string2.h\0";
2280 * Machine/OS name selection pattern
2282 #define apzGlibc_C99_Inline_3Machs (const char**)NULL
2285 * content bypass pattern - skip fix if pattern found
2287 tSCC zGlibc_C99_Inline_3Bypass0[] =
2290 #define GLIBC_C99_INLINE_3_TEST_CT 1
2291 static tTestDesc aGlibc_C99_Inline_3Tests[] = {
2292 { TT_NEGREP, zGlibc_C99_Inline_3Bypass0, (regex_t*)NULL }, };
2295 * Fix Command Arguments for Glibc_C99_Inline_3
2297 static const char* apzGlibc_C99_Inline_3Patch[] = {
2299 "# if defined(__cplusplus) || __STDC_VERSION__ >= 19901L",
2300 "^# ifdef __cplusplus$",
2303 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2305 * Description of Glibc_C99_Inline_4 fix
2307 tSCC zGlibc_C99_Inline_4Name[] =
2308 "glibc_c99_inline_4";
2311 * File name selection pattern
2313 tSCC zGlibc_C99_Inline_4List[] =
2314 "sys/sysmacros.h\0*/sys/sysmacros.h\0";
2316 * Machine/OS name selection pattern
2318 #define apzGlibc_C99_Inline_4Machs (const char**)NULL
2321 * content bypass pattern - skip fix if pattern found
2323 tSCC zGlibc_C99_Inline_4Bypass0[] =
2326 #define GLIBC_C99_INLINE_4_TEST_CT 1
2327 static tTestDesc aGlibc_C99_Inline_4Tests[] = {
2328 { TT_NEGREP, zGlibc_C99_Inline_4Bypass0, (regex_t*)NULL }, };
2331 * Fix Command Arguments for Glibc_C99_Inline_4
2333 static const char* apzGlibc_C99_Inline_4Patch[] = {
2336 #if __STDC_VERSION__ < 19901L\n\
2342 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2344 * Description of Glibc_Mutex_Init fix
2346 tSCC zGlibc_Mutex_InitName[] =
2350 * File name selection pattern
2352 tSCC zGlibc_Mutex_InitList[] =
2355 * Machine/OS name selection pattern
2357 #define apzGlibc_Mutex_InitMachs (const char**)NULL
2360 * content selection pattern - do fix if pattern found
2362 tSCC zGlibc_Mutex_InitSelect0[] =
2363 "\\{ *\\{ *0, *\\} *\\}";
2365 #define GLIBC_MUTEX_INIT_TEST_CT 1
2366 static tTestDesc aGlibc_Mutex_InitTests[] = {
2367 { TT_EGREP, zGlibc_Mutex_InitSelect0, (regex_t*)NULL }, };
2370 * Fix Command Arguments for Glibc_Mutex_Init
2372 static const char* apzGlibc_Mutex_InitPatch[] = { "sed",
2373 "-e", "/define[ \t]\\+PTHREAD_MUTEX_INITIALIZER[ \t]*\\\\/,+1s/{ { 0, } }/{ { 0, 0, 0, 0, 0, 0 } }/",
2374 "-e", "s/{ \\(0, 0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\|ERRORCHECK\\|ADAPTIVE\\)_NP\\) }/{ \\1, 0 }/",
2375 "-e", "s/{ \\(0, 0, 0, PTHREAD_MUTEX_\\(RECURSIVE\\|ERRORCHECK\\|ADAPTIVE\\)_NP\\) }/{ \\1, 0, 0 }/",
2376 "-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/",
2377 "-e", "s/{ \\(0, 0, 0, 0, 0, 0, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP\\) }/{ \\1, 0 }/",
2378 "-e", "/define[ \t]\\+PTHREAD_COND_INITIALIZER/s/{ { 0, } }/{ { 0, 0, 0, 0, 0, (void *) 0, 0, 0 } }/",
2381 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2383 * Description of Gnu_Types fix
2385 tSCC zGnu_TypesName[] =
2389 * File name selection pattern
2391 tSCC zGnu_TypesList[] =
2392 "sys/types.h\0stdlib.h\0sys/stdtypes.h\0stddef.h\0memory.h\0unistd.h\0";
2394 * Machine/OS name selection pattern
2396 tSCC* apzGnu_TypesMachs[] = {
2397 "*-*-solaris2.1[0-9]*",
2398 (const char*)NULL };
2401 * content selection pattern - do fix if pattern found
2403 tSCC zGnu_TypesSelect0[] =
2404 "^[ \t]*typedef[ \t]+.*[ \t](ptrdiff|size|wchar)_t;";
2407 * content bypass pattern - skip fix if pattern found
2409 tSCC zGnu_TypesBypass0[] =
2410 "_GCC_(PTRDIFF|SIZE|WCHAR)_T";
2412 #define GNU_TYPES_TEST_CT 2
2413 static tTestDesc aGnu_TypesTests[] = {
2414 { TT_NEGREP, zGnu_TypesBypass0, (regex_t*)NULL },
2415 { TT_EGREP, zGnu_TypesSelect0, (regex_t*)NULL }, };
2418 * Fix Command Arguments for Gnu_Types
2420 static const char* apzGnu_TypesPatch[] = {
2424 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2426 * Description of Hp_Inline fix
2428 tSCC zHp_InlineName[] =
2432 * File name selection pattern
2434 tSCC zHp_InlineList[] =
2435 "sys/spinlock.h\0machine/machparam.h\0";
2437 * Machine/OS name selection pattern
2439 #define apzHp_InlineMachs (const char**)NULL
2442 * content selection pattern - do fix if pattern found
2444 tSCC zHp_InlineSelect0[] =
2445 "[ \t]*#[ \t]*include[ \t]+\"\\.\\./machine/";
2447 #define HP_INLINE_TEST_CT 1
2448 static tTestDesc aHp_InlineTests[] = {
2449 { TT_EGREP, zHp_InlineSelect0, (regex_t*)NULL }, };
2452 * Fix Command Arguments for Hp_Inline
2454 static const char* apzHp_InlinePatch[] = {
2457 "([ \t]*#[ \t]*include[ \t]+)\"\\.\\./machine/([a-z]+)\\.h\"",
2460 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2462 * Description of Hp_Sysfile fix
2464 tSCC zHp_SysfileName[] =
2468 * File name selection pattern
2470 tSCC zHp_SysfileList[] =
2473 * Machine/OS name selection pattern
2475 #define apzHp_SysfileMachs (const char**)NULL
2478 * content selection pattern - do fix if pattern found
2480 tSCC zHp_SysfileSelect0[] =
2483 #define HP_SYSFILE_TEST_CT 1
2484 static tTestDesc aHp_SysfileTests[] = {
2485 { TT_EGREP, zHp_SysfileSelect0, (regex_t*)NULL }, };
2488 * Fix Command Arguments for Hp_Sysfile
2490 static const char* apzHp_SysfilePatch[] = {
2492 "(struct file *, ...)",
2496 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2498 * Description of Hpux10_Cpp_Pow_Inline fix
2500 tSCC zHpux10_Cpp_Pow_InlineName[] =
2501 "hpux10_cpp_pow_inline";
2504 * File name selection pattern
2506 tSCC zHpux10_Cpp_Pow_InlineList[] =
2507 "fixinc-test-limits.h\0math.h\0";
2509 * Machine/OS name selection pattern
2511 #define apzHpux10_Cpp_Pow_InlineMachs (const char**)NULL
2514 * content selection pattern - do fix if pattern found
2516 tSCC zHpux10_Cpp_Pow_InlineSelect0[] =
2517 "^# +ifdef +__cplusplus\n\
2519 +inline +double +pow\\(double +__d,int +__expon\\) +\\{\n\
2520 [ \t]+return +pow\\(__d,\\(double\\)__expon\\);\n\
2522 +extern +\"C\" +\\{\n\
2526 #define HPUX10_CPP_POW_INLINE_TEST_CT 1
2527 static tTestDesc aHpux10_Cpp_Pow_InlineTests[] = {
2528 { TT_EGREP, zHpux10_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
2531 * Fix Command Arguments for Hpux10_Cpp_Pow_Inline
2533 static const char* apzHpux10_Cpp_Pow_InlinePatch[] = {
2538 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2540 * Description of Hpux11_Cpp_Pow_Inline fix
2542 tSCC zHpux11_Cpp_Pow_InlineName[] =
2543 "hpux11_cpp_pow_inline";
2546 * File name selection pattern
2548 tSCC zHpux11_Cpp_Pow_InlineList[] =
2551 * Machine/OS name selection pattern
2553 #define apzHpux11_Cpp_Pow_InlineMachs (const char**)NULL
2556 * content selection pattern - do fix if pattern found
2558 tSCC zHpux11_Cpp_Pow_InlineSelect0[] =
2559 " +inline double pow\\(double d,int expon\\) \\{\n\
2560 +return pow\\(d, \\(double\\)expon\\);\n\
2563 #define HPUX11_CPP_POW_INLINE_TEST_CT 1
2564 static tTestDesc aHpux11_Cpp_Pow_InlineTests[] = {
2565 { TT_EGREP, zHpux11_Cpp_Pow_InlineSelect0, (regex_t*)NULL }, };
2568 * Fix Command Arguments for Hpux11_Cpp_Pow_Inline
2570 static const char* apzHpux11_Cpp_Pow_InlinePatch[] = {
2575 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2577 * Description of Hpux10_Ctype_Declarations1 fix
2579 tSCC zHpux10_Ctype_Declarations1Name[] =
2580 "hpux10_ctype_declarations1";
2583 * File name selection pattern
2585 tSCC zHpux10_Ctype_Declarations1List[] =
2588 * Machine/OS name selection pattern
2590 #define apzHpux10_Ctype_Declarations1Machs (const char**)NULL
2593 * content selection pattern - do fix if pattern found
2595 tSCC zHpux10_Ctype_Declarations1Select0[] =
2596 "^#[ \t]*define _toupper\\(__c\\)[ \t]*__toupper\\(__c\\)";
2599 * content bypass pattern - skip fix if pattern found
2601 tSCC zHpux10_Ctype_Declarations1Bypass0[] =
2602 "^[ \t]*extern[ \t]*int[ \t]*__tolower[ \t]*\\(";
2604 #define HPUX10_CTYPE_DECLARATIONS1_TEST_CT 2
2605 static tTestDesc aHpux10_Ctype_Declarations1Tests[] = {
2606 { TT_NEGREP, zHpux10_Ctype_Declarations1Bypass0, (regex_t*)NULL },
2607 { TT_EGREP, zHpux10_Ctype_Declarations1Select0, (regex_t*)NULL }, };
2610 * Fix Command Arguments for Hpux10_Ctype_Declarations1
2612 static const char* apzHpux10_Ctype_Declarations1Patch[] = {
2614 "#ifdef _PROTOTYPES\n\
2615 extern int __tolower(int);\n\
2616 extern int __toupper(int);\n\
2617 #else /* NOT _PROTOTYPES */\n\
2618 extern int __tolower();\n\
2619 extern int __toupper();\n\
2620 #endif /* _PROTOTYPES */\n\n\
2624 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2626 * Description of Hpux10_Ctype_Declarations2 fix
2628 tSCC zHpux10_Ctype_Declarations2Name[] =
2629 "hpux10_ctype_declarations2";
2632 * File name selection pattern
2634 tSCC zHpux10_Ctype_Declarations2List[] =
2637 * Machine/OS name selection pattern
2639 #define apzHpux10_Ctype_Declarations2Machs (const char**)NULL
2642 * content selection pattern - do fix if pattern found
2644 tSCC zHpux10_Ctype_Declarations2Select0[] =
2645 "^# if defined\\(_SB_CTYPE_MACROS\\) && \\!defined\\(__lint\\)";
2648 * content bypass pattern - skip fix if pattern found
2650 tSCC zHpux10_Ctype_Declarations2Bypass0[] =
2651 "^[ \t]*extern[ \t]*int[ \t]*_isalnum[ \t]*\\(";
2653 #define HPUX10_CTYPE_DECLARATIONS2_TEST_CT 2
2654 static tTestDesc aHpux10_Ctype_Declarations2Tests[] = {
2655 { TT_NEGREP, zHpux10_Ctype_Declarations2Bypass0, (regex_t*)NULL },
2656 { TT_EGREP, zHpux10_Ctype_Declarations2Select0, (regex_t*)NULL }, };
2659 * Fix Command Arguments for Hpux10_Ctype_Declarations2
2661 static const char* apzHpux10_Ctype_Declarations2Patch[] = {
2664 #ifdef _PROTOTYPES\n\
2665 extern int _isalnum(int);\n\
2666 extern int _isalpha(int);\n\
2667 extern int _iscntrl(int);\n\
2668 extern int _isdigit(int);\n\
2669 extern int _isgraph(int);\n\
2670 extern int _islower(int);\n\
2671 extern int _isprint(int);\n\
2672 extern int _ispunct(int);\n\
2673 extern int _isspace(int);\n\
2674 extern int _isupper(int);\n\
2675 extern int _isxdigit(int);\n\
2676 # else /* not _PROTOTYPES */\n\
2677 extern int _isalnum();\n\
2678 extern int _isalpha();\n\
2679 extern int _iscntrl();\n\
2680 extern int _isdigit();\n\
2681 extern int _isgraph();\n\
2682 extern int _islower();\n\
2683 extern int _isprint();\n\
2684 extern int _ispunct();\n\
2685 extern int _isspace();\n\
2686 extern int _isupper();\n\
2687 extern int _isxdigit();\n\
2688 #endif /* _PROTOTYPES */\n",
2691 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2693 * Description of Hpux10_Stdio_Declarations fix
2695 tSCC zHpux10_Stdio_DeclarationsName[] =
2696 "hpux10_stdio_declarations";
2699 * File name selection pattern
2701 tSCC zHpux10_Stdio_DeclarationsList[] =
2704 * Machine/OS name selection pattern
2706 #define apzHpux10_Stdio_DeclarationsMachs (const char**)NULL
2709 * content selection pattern - do fix if pattern found
2711 tSCC zHpux10_Stdio_DeclarationsSelect0[] =
2712 "^#[ \t]*define _iob[ \t]*__iob";
2715 * content bypass pattern - skip fix if pattern found
2717 tSCC zHpux10_Stdio_DeclarationsBypass0[] =
2718 "^[ \t]*extern[ \t]*int[ \t]*vsnprintf[ \t]*\\(";
2720 #define HPUX10_STDIO_DECLARATIONS_TEST_CT 2
2721 static tTestDesc aHpux10_Stdio_DeclarationsTests[] = {
2722 { TT_NEGREP, zHpux10_Stdio_DeclarationsBypass0, (regex_t*)NULL },
2723 { TT_EGREP, zHpux10_Stdio_DeclarationsSelect0, (regex_t*)NULL }, };
2726 * Fix Command Arguments for Hpux10_Stdio_Declarations
2728 static const char* apzHpux10_Stdio_DeclarationsPatch[] = {
2731 # if defined(__STDC__) || defined(__cplusplus)\n\
2732 extern int snprintf(char *, size_t, const char *, ...);\n\
2733 extern int vsnprintf(char *, size_t, const char *, __va_list);\n\
2734 # else /* not __STDC__) || __cplusplus */\n\
2735 extern int snprintf();\n\
2736 extern int vsnprintf();\n\
2737 # endif /* __STDC__) || __cplusplus */\n",
2740 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2742 * Description of Hpux11_Abs fix
2744 tSCC zHpux11_AbsName[] =
2748 * File name selection pattern
2750 tSCC zHpux11_AbsList[] =
2753 * Machine/OS name selection pattern
2755 tSCC* apzHpux11_AbsMachs[] = {
2757 (const char*)NULL };
2760 * content selection pattern - do fix if pattern found
2762 tSCC zHpux11_AbsSelect0[] =
2763 "ifndef _MATH_INCLUDED";
2765 #define HPUX11_ABS_TEST_CT 1
2766 static tTestDesc aHpux11_AbsTests[] = {
2767 { TT_EGREP, zHpux11_AbsSelect0, (regex_t*)NULL }, };
2770 * Fix Command Arguments for Hpux11_Abs
2772 static const char* apzHpux11_AbsPatch[] = {
2774 "if !defined(_MATH_INCLUDED) || defined(__GNUG__)",
2777 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2779 * Description of Hpux11_Fabsf fix
2781 tSCC zHpux11_FabsfName[] =
2785 * File name selection pattern
2787 tSCC zHpux11_FabsfList[] =
2790 * Machine/OS name selection pattern
2792 #define apzHpux11_FabsfMachs (const char**)NULL
2795 * content selection pattern - do fix if pattern found
2797 tSCC zHpux11_FabsfSelect0[] =
2798 "^[ \t]*#[ \t]*define[ \t]+fabsf\\(.*";
2801 * content bypass pattern - skip fix if pattern found
2803 tSCC zHpux11_FabsfBypass0[] =
2806 #define HPUX11_FABSF_TEST_CT 2
2807 static tTestDesc aHpux11_FabsfTests[] = {
2808 { TT_NEGREP, zHpux11_FabsfBypass0, (regex_t*)NULL },
2809 { TT_EGREP, zHpux11_FabsfSelect0, (regex_t*)NULL }, };
2812 * Fix Command Arguments for Hpux11_Fabsf
2814 static const char* apzHpux11_FabsfPatch[] = {
2816 "#ifndef __cplusplus\n\
2821 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2823 * Description of Hpux11_Size_T fix
2825 tSCC zHpux11_Size_TName[] =
2829 * File name selection pattern
2831 #define zHpux11_Size_TList (char*)NULL
2833 * Machine/OS name selection pattern
2835 tSCC* apzHpux11_Size_TMachs[] = {
2837 (const char*)NULL };
2840 * content selection pattern - do fix if pattern found
2842 tSCC zHpux11_Size_TSelect0[] =
2845 #define HPUX11_SIZE_T_TEST_CT 1
2846 static tTestDesc aHpux11_Size_TTests[] = {
2847 { TT_EGREP, zHpux11_Size_TSelect0, (regex_t*)NULL }, };
2850 * Fix Command Arguments for Hpux11_Size_T
2852 static const char* apzHpux11_Size_TPatch[] = {
2857 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2859 * Description of Hpux11_Snprintf fix
2861 tSCC zHpux11_SnprintfName[] =
2865 * File name selection pattern
2867 tSCC zHpux11_SnprintfList[] =
2870 * Machine/OS name selection pattern
2872 #define apzHpux11_SnprintfMachs (const char**)NULL
2875 * content selection pattern - do fix if pattern found
2877 tSCC zHpux11_SnprintfSelect0[] =
2878 "(extern int snprintf *\\(char *\\*, *(|__|_hpux_)size_t,) *(char *\\*, *\\.\\.\\.\\);)";
2880 #define HPUX11_SNPRINTF_TEST_CT 1
2881 static tTestDesc aHpux11_SnprintfTests[] = {
2882 { TT_EGREP, zHpux11_SnprintfSelect0, (regex_t*)NULL }, };
2885 * Fix Command Arguments for Hpux11_Snprintf
2887 static const char* apzHpux11_SnprintfPatch[] = {
2892 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2894 * Description of Hpux11_Uint32_C fix
2896 tSCC zHpux11_Uint32_CName[] =
2900 * File name selection pattern
2902 tSCC zHpux11_Uint32_CList[] =
2905 * Machine/OS name selection pattern
2907 #define apzHpux11_Uint32_CMachs (const char**)NULL
2910 * content selection pattern - do fix if pattern found
2912 tSCC zHpux11_Uint32_CSelect0[] =
2913 "^#define UINT32_C\\(__c\\)[ \t]*__CONCAT__\\(__CONCAT_U__\\(__c\\),l\\)";
2915 #define HPUX11_UINT32_C_TEST_CT 1
2916 static tTestDesc aHpux11_Uint32_CTests[] = {
2917 { TT_EGREP, zHpux11_Uint32_CSelect0, (regex_t*)NULL }, };
2920 * Fix Command Arguments for Hpux11_Uint32_C
2922 static const char* apzHpux11_Uint32_CPatch[] = {
2924 "#define UINT32_C(__c) __CONCAT__(__c,ul)",
2927 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2929 * Description of Hpux11_Vsnprintf fix
2931 tSCC zHpux11_VsnprintfName[] =
2935 * File name selection pattern
2937 tSCC zHpux11_VsnprintfList[] =
2940 * Machine/OS name selection pattern
2942 #define apzHpux11_VsnprintfMachs (const char**)NULL
2945 * content selection pattern - do fix if pattern found
2947 tSCC zHpux11_VsnprintfSelect0[] =
2948 "(extern int vsnprintf\\(char \\*, _[hpux]*_size_t, const char \\*,) __va__list\\);";
2950 #define HPUX11_VSNPRINTF_TEST_CT 1
2951 static tTestDesc aHpux11_VsnprintfTests[] = {
2952 { TT_EGREP, zHpux11_VsnprintfSelect0, (regex_t*)NULL }, };
2955 * Fix Command Arguments for Hpux11_Vsnprintf
2957 static const char* apzHpux11_VsnprintfPatch[] = {
2962 /* * * * * * * * * * * * * * * * * * * * * * * * * *
2964 * Description of Hpux8_Bogus_Inlines fix
2966 tSCC zHpux8_Bogus_InlinesName[] =
2967 "hpux8_bogus_inlines";
2970 * File name selection pattern
2972 tSCC zHpux8_Bogus_InlinesList[] =
2975 * Machine/OS name selection pattern
2977 #define apzHpux8_Bogus_InlinesMachs (const char**)NULL
2980 * content selection pattern - do fix if pattern found
2982 tSCC zHpux8_Bogus_InlinesSelect0[] =
2986 * content bypass pattern - skip fix if pattern found
2988 tSCC zHpux8_Bogus_InlinesBypass0[] =
2991 #define HPUX8_BOGUS_INLINES_TEST_CT 2
2992 static tTestDesc aHpux8_Bogus_InlinesTests[] = {
2993 { TT_NEGREP, zHpux8_Bogus_InlinesBypass0, (regex_t*)NULL },
2994 { TT_EGREP, zHpux8_Bogus_InlinesSelect0, (regex_t*)NULL }, };
2997 * Fix Command Arguments for Hpux8_Bogus_Inlines
2999 static const char* apzHpux8_Bogus_InlinesPatch[] = { "sed",
3000 "-e", "s@inline int abs(int [a-z][a-z]*) {.*}@extern \"C\" int abs(int);@",
3001 "-e", "s@inline double abs(double [a-z][a-z]*) {.*}@@",
3002 "-e", "s@inline int sqr(int [a-z][a-z]*) {.*}@@",
3003 "-e", "s@inline double sqr(double [a-z][a-z]*) {.*}@@",
3006 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3008 * Description of Hpux_Ctype_Macros fix
3010 tSCC zHpux_Ctype_MacrosName[] =
3011 "hpux_ctype_macros";
3014 * File name selection pattern
3016 tSCC zHpux_Ctype_MacrosList[] =
3019 * Machine/OS name selection pattern
3021 #define apzHpux_Ctype_MacrosMachs (const char**)NULL
3024 * content selection pattern - do fix if pattern found
3026 tSCC zHpux_Ctype_MacrosSelect0[] =
3027 "((: |\\()__SB_masks \\? )(__SB_masks\\[__(alnum|c)\\] & _IS)";
3029 #define HPUX_CTYPE_MACROS_TEST_CT 1
3030 static tTestDesc aHpux_Ctype_MacrosTests[] = {
3031 { TT_EGREP, zHpux_Ctype_MacrosSelect0, (regex_t*)NULL }, };
3034 * Fix Command Arguments for Hpux_Ctype_Macros
3036 static const char* apzHpux_Ctype_MacrosPatch[] = {
3041 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3043 * Description of Hpux_Htonl fix
3045 tSCC zHpux_HtonlName[] =
3049 * File name selection pattern
3051 tSCC zHpux_HtonlList[] =
3054 * Machine/OS name selection pattern
3056 #define apzHpux_HtonlMachs (const char**)NULL
3059 * content selection pattern - do fix if pattern found
3061 tSCC zHpux_HtonlSelect0[] =
3062 "#ifndef _XOPEN_SOURCE_EXTENDED\n\
3064 \\* Macros for number representation conversion\\.\n\
3068 #define HPUX_HTONL_TEST_CT 1
3069 static tTestDesc aHpux_HtonlTests[] = {
3070 { TT_EGREP, zHpux_HtonlSelect0, (regex_t*)NULL }, };
3073 * Fix Command Arguments for Hpux_Htonl
3075 static const char* apzHpux_HtonlPatch[] = {
3081 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3083 * Description of Hpux_Long_Double fix
3085 tSCC zHpux_Long_DoubleName[] =
3089 * File name selection pattern
3091 tSCC zHpux_Long_DoubleList[] =
3094 * Machine/OS name selection pattern
3096 #define apzHpux_Long_DoubleMachs (const char**)NULL
3099 * content selection pattern - do fix if pattern found
3101 tSCC zHpux_Long_DoubleSelect0[] =
3102 "extern[ \t]long_double[ \t]strtold";
3105 * content bypass pattern - skip fix if pattern found
3107 tSCC zHpux_Long_DoubleBypass0[] =
3110 #define HPUX_LONG_DOUBLE_TEST_CT 2
3111 static tTestDesc aHpux_Long_DoubleTests[] = {
3112 { TT_NEGREP, zHpux_Long_DoubleBypass0, (regex_t*)NULL },
3113 { TT_EGREP, zHpux_Long_DoubleSelect0, (regex_t*)NULL }, };
3116 * Fix Command Arguments for Hpux_Long_Double
3118 static const char* apzHpux_Long_DoublePatch[] = { "sed",
3119 "-e", "/^#[ \t]*ifndef _LONG_DOUBLE/,/\\/\\* _LONG_DOUBLE \\*\\//D",
3120 "-e", "s/long_double/long double/g",
3123 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3125 * Description of Hpux_Systime fix
3127 tSCC zHpux_SystimeName[] =
3131 * File name selection pattern
3133 tSCC zHpux_SystimeList[] =
3136 * Machine/OS name selection pattern
3138 #define apzHpux_SystimeMachs (const char**)NULL
3141 * content selection pattern - do fix if pattern found
3143 tSCC zHpux_SystimeSelect0[] =
3144 "^extern struct sigevent;";
3146 #define HPUX_SYSTIME_TEST_CT 1
3147 static tTestDesc aHpux_SystimeTests[] = {
3148 { TT_EGREP, zHpux_SystimeSelect0, (regex_t*)NULL }, };
3151 * Fix Command Arguments for Hpux_Systime
3153 static const char* apzHpux_SystimePatch[] = {
3158 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3160 * Description of Hpux_Spu_Info fix
3162 tSCC zHpux_Spu_InfoName[] =
3166 * File name selection pattern
3168 tSCC zHpux_Spu_InfoList[] =
3169 "ia64/sys/getppdp.h\0";
3171 * Machine/OS name selection pattern
3173 tSCC* apzHpux_Spu_InfoMachs[] = {
3175 (const char*)NULL };
3178 * content selection pattern - do fix if pattern found
3180 tSCC zHpux_Spu_InfoSelect0[] =
3181 "^.*extern.*spu_info.*";
3183 #define HPUX_SPU_INFO_TEST_CT 1
3184 static tTestDesc aHpux_Spu_InfoTests[] = {
3185 { TT_EGREP, zHpux_Spu_InfoSelect0, (regex_t*)NULL }, };
3188 * Fix Command Arguments for Hpux_Spu_Info
3190 static const char* apzHpux_Spu_InfoPatch[] = {
3197 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3199 * Description of Hpux11_Extern_Sendfile fix
3201 tSCC zHpux11_Extern_SendfileName[] =
3202 "hpux11_extern_sendfile";
3205 * File name selection pattern
3207 tSCC zHpux11_Extern_SendfileList[] =
3210 * Machine/OS name selection pattern
3212 tSCC* apzHpux11_Extern_SendfileMachs[] = {
3213 "*-hp-hpux11.[12]*",
3214 (const char*)NULL };
3217 * content selection pattern - do fix if pattern found
3219 tSCC zHpux11_Extern_SendfileSelect0[] =
3220 "^[ \t]*extern sbsize_t sendfile.*\n\
3223 #define HPUX11_EXTERN_SENDFILE_TEST_CT 1
3224 static tTestDesc aHpux11_Extern_SendfileTests[] = {
3225 { TT_EGREP, zHpux11_Extern_SendfileSelect0, (regex_t*)NULL }, };
3228 * Fix Command Arguments for Hpux11_Extern_Sendfile
3230 static const char* apzHpux11_Extern_SendfilePatch[] = {
3232 "#ifndef _APP32_64BIT_OFF_T\n\
3236 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3238 * Description of Hpux11_Extern_Sendpath fix
3240 tSCC zHpux11_Extern_SendpathName[] =
3241 "hpux11_extern_sendpath";
3244 * File name selection pattern
3246 tSCC zHpux11_Extern_SendpathList[] =
3249 * Machine/OS name selection pattern
3251 tSCC* apzHpux11_Extern_SendpathMachs[] = {
3252 "*-hp-hpux11.[12]*",
3253 (const char*)NULL };
3256 * content selection pattern - do fix if pattern found
3258 tSCC zHpux11_Extern_SendpathSelect0[] =
3259 "^[ \t]*extern sbsize_t sendpath.*\n\
3262 #define HPUX11_EXTERN_SENDPATH_TEST_CT 1
3263 static tTestDesc aHpux11_Extern_SendpathTests[] = {
3264 { TT_EGREP, zHpux11_Extern_SendpathSelect0, (regex_t*)NULL }, };
3267 * Fix Command Arguments for Hpux11_Extern_Sendpath
3269 static const char* apzHpux11_Extern_SendpathPatch[] = {
3271 "#ifndef _APP32_64BIT_OFF_T\n\
3275 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3277 * Description of Hpux_Extern_Errno fix
3279 tSCC zHpux_Extern_ErrnoName[] =
3280 "hpux_extern_errno";
3283 * File name selection pattern
3285 tSCC zHpux_Extern_ErrnoList[] =
3288 * Machine/OS name selection pattern
3290 tSCC* apzHpux_Extern_ErrnoMachs[] = {
3292 "*-hp-hpux11.[0-2]*",
3293 (const char*)NULL };
3296 * content selection pattern - do fix if pattern found
3298 tSCC zHpux_Extern_ErrnoSelect0[] =
3299 "^[ \t]*extern int errno;$";
3301 #define HPUX_EXTERN_ERRNO_TEST_CT 1
3302 static tTestDesc aHpux_Extern_ErrnoTests[] = {
3303 { TT_EGREP, zHpux_Extern_ErrnoSelect0, (regex_t*)NULL }, };
3306 * Fix Command Arguments for Hpux_Extern_Errno
3308 static const char* apzHpux_Extern_ErrnoPatch[] = {
3310 "#ifdef __cplusplus\n\
3314 #ifdef __cplusplus\n\
3319 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3321 * Description of Hpux_Pthread_Initializers fix
3323 tSCC zHpux_Pthread_InitializersName[] =
3324 "hpux_pthread_initializers";
3327 * File name selection pattern
3329 tSCC zHpux_Pthread_InitializersList[] =
3332 * Machine/OS name selection pattern
3334 tSCC* apzHpux_Pthread_InitializersMachs[] = {
3335 "*-hp-hpux11.[0-3]*",
3336 (const char*)NULL };
3337 #define HPUX_PTHREAD_INITIALIZERS_TEST_CT 0
3338 #define aHpux_Pthread_InitializersTests (tTestDesc*)NULL
3341 * Fix Command Arguments for Hpux_Pthread_Initializers
3343 static const char* apzHpux_Pthread_InitializersPatch[] = { "sed",
3344 "-e", "s@^[ \t]*1, 1, 1, 1,[ \t]*\\\\@\t{ 1, 1, 1, 1 },\t\t\t\t\t\t\t\\\\@",
3345 "-e", "s@^[ \t]*1,[ \t]*\\\\@\t{ 1, 0 }@",
3346 "-e", "/^[ \t]*0$/d",
3347 "-e", "s@__PTHREAD_MUTEX_VALID, 0@{ __PTHREAD_MUTEX_VALID, 0 }@",
3348 "-e", "s@^[ \t]*0, 0, -1, 0,[ \t]*\\\\@\t{ 0, 0, -1, 0 },\t\t\t\t\t\t\\\\@",
3349 "-e", "s@0, __LWP_MTX_VALID, 0, 1, 1, 1, 1,[ \t]*\\\\@{ 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 },\t\t\t\\\\@",
3350 "-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\\\\@",
3351 "-e", "s@^[ \t]*0, 0[ \t]*\\\\@\t{ 0, 0 }\t\t\t\t\t\t\t\\\\@",
3352 "-e", "s@__PTHREAD_COND_VALID, 0@{ __PTHREAD_COND_VALID, 0 }@",
3353 "-e", "s@__LWP_COND_VALID, 0,[ \t]*\\\\@{ __LWP_COND_VALID, 0 },\t\t\t\t\t\\\\@",
3354 "-e", "s@__PTHREAD_RWLOCK_VALID, 0@{ __PTHREAD_RWLOCK_VALID, 0 }@",
3355 "-e", "s@__LWP_RWLOCK_VALID, 0,[ \t]*\\\\@{ __LWP_RWLOCK_VALID, 0 },\t\t\t\t\t\\\\@",
3356 "-e", "s@^[ \t]*0, 0, 0, 0, 0, 0, 0[ \t]*\\\\@\t{ 0, 0, 0, 0, 0 }, { 0, 0}\t\t\t\t\t\\\\@",
3359 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3361 * Description of Huge_Val_Hex fix
3363 tSCC zHuge_Val_HexName[] =
3367 * File name selection pattern
3369 tSCC zHuge_Val_HexList[] =
3370 "bits/huge_val.h\0";
3372 * Machine/OS name selection pattern
3374 #define apzHuge_Val_HexMachs (const char**)NULL
3377 * content selection pattern - do fix if pattern found
3379 tSCC zHuge_Val_HexSelect0[] =
3380 "^#[ \t]*define[ \t]*HUGE_VAL[ \t].*0x1\\.0p.*";
3383 * content bypass pattern - skip fix if pattern found
3385 tSCC zHuge_Val_HexBypass0[] =
3386 "__builtin_huge_val";
3388 #define HUGE_VAL_HEX_TEST_CT 2
3389 static tTestDesc aHuge_Val_HexTests[] = {
3390 { TT_NEGREP, zHuge_Val_HexBypass0, (regex_t*)NULL },
3391 { TT_EGREP, zHuge_Val_HexSelect0, (regex_t*)NULL }, };
3394 * Fix Command Arguments for Huge_Val_Hex
3396 static const char* apzHuge_Val_HexPatch[] = {
3398 "#define HUGE_VAL (__builtin_huge_val())\n",
3401 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3403 * Description of Huge_Valf_Hex fix
3405 tSCC zHuge_Valf_HexName[] =
3409 * File name selection pattern
3411 tSCC zHuge_Valf_HexList[] =
3412 "bits/huge_val.h\0";
3414 * Machine/OS name selection pattern
3416 #define apzHuge_Valf_HexMachs (const char**)NULL
3419 * content selection pattern - do fix if pattern found
3421 tSCC zHuge_Valf_HexSelect0[] =
3422 "^#[ \t]*define[ \t]*HUGE_VALF[ \t].*0x1\\.0p.*";
3425 * content bypass pattern - skip fix if pattern found
3427 tSCC zHuge_Valf_HexBypass0[] =
3428 "__builtin_huge_valf";
3430 #define HUGE_VALF_HEX_TEST_CT 2
3431 static tTestDesc aHuge_Valf_HexTests[] = {
3432 { TT_NEGREP, zHuge_Valf_HexBypass0, (regex_t*)NULL },
3433 { TT_EGREP, zHuge_Valf_HexSelect0, (regex_t*)NULL }, };
3436 * Fix Command Arguments for Huge_Valf_Hex
3438 static const char* apzHuge_Valf_HexPatch[] = {
3440 "#define HUGE_VALF (__builtin_huge_valf())\n",
3443 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3445 * Description of Huge_Vall_Hex fix
3447 tSCC zHuge_Vall_HexName[] =
3451 * File name selection pattern
3453 tSCC zHuge_Vall_HexList[] =
3454 "bits/huge_val.h\0";
3456 * Machine/OS name selection pattern
3458 #define apzHuge_Vall_HexMachs (const char**)NULL
3461 * content selection pattern - do fix if pattern found
3463 tSCC zHuge_Vall_HexSelect0[] =
3464 "^#[ \t]*define[ \t]*HUGE_VALL[ \t].*0x1\\.0p.*";
3467 * content bypass pattern - skip fix if pattern found
3469 tSCC zHuge_Vall_HexBypass0[] =
3470 "__builtin_huge_vall";
3472 #define HUGE_VALL_HEX_TEST_CT 2
3473 static tTestDesc aHuge_Vall_HexTests[] = {
3474 { TT_NEGREP, zHuge_Vall_HexBypass0, (regex_t*)NULL },
3475 { TT_EGREP, zHuge_Vall_HexSelect0, (regex_t*)NULL }, };
3478 * Fix Command Arguments for Huge_Vall_Hex
3480 static const char* apzHuge_Vall_HexPatch[] = {
3482 "#define HUGE_VALL (__builtin_huge_vall())\n",
3485 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3487 * Description of Int_Abort_Free_And_Exit fix
3489 tSCC zInt_Abort_Free_And_ExitName[] =
3490 "int_abort_free_and_exit";
3493 * File name selection pattern
3495 tSCC zInt_Abort_Free_And_ExitList[] =
3498 * Machine/OS name selection pattern
3500 #define apzInt_Abort_Free_And_ExitMachs (const char**)NULL
3503 * content selection pattern - do fix if pattern found
3505 tSCC zInt_Abort_Free_And_ExitSelect0[] =
3506 "int[ \t]+(abort|free|exit)[ \t]*\\(";
3509 * content bypass pattern - skip fix if pattern found
3511 tSCC zInt_Abort_Free_And_ExitBypass0[] =
3512 "_CLASSIC_ANSI_TYPES";
3514 #define INT_ABORT_FREE_AND_EXIT_TEST_CT 2
3515 static tTestDesc aInt_Abort_Free_And_ExitTests[] = {
3516 { TT_NEGREP, zInt_Abort_Free_And_ExitBypass0, (regex_t*)NULL },
3517 { TT_EGREP, zInt_Abort_Free_And_ExitSelect0, (regex_t*)NULL }, };
3520 * Fix Command Arguments for Int_Abort_Free_And_Exit
3522 static const char* apzInt_Abort_Free_And_ExitPatch[] = {
3527 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3529 * Description of Io_Quotes_Def fix
3531 tSCC zIo_Quotes_DefName[] =
3535 * File name selection pattern
3537 #define zIo_Quotes_DefList (char*)NULL
3539 * Machine/OS name selection pattern
3541 #define apzIo_Quotes_DefMachs (const char**)NULL
3544 * content selection pattern - do fix if pattern found
3546 tSCC zIo_Quotes_DefSelect0[] =
3547 "define[ \t]+[A-Z0-9_]+IO[A-Z]*\\([a-zA-Z][,)]";
3549 #define IO_QUOTES_DEF_TEST_CT 1
3550 static tTestDesc aIo_Quotes_DefTests[] = {
3551 { TT_EGREP, zIo_Quotes_DefSelect0, (regex_t*)NULL }, };
3554 * Fix Command Arguments for Io_Quotes_Def
3556 static const char* apzIo_Quotes_DefPatch[] = {
3561 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3563 * Description of Io_Quotes_Use fix
3565 tSCC zIo_Quotes_UseName[] =
3569 * File name selection pattern
3571 #define zIo_Quotes_UseList (char*)NULL
3573 * Machine/OS name selection pattern
3575 #define apzIo_Quotes_UseMachs (const char**)NULL
3578 * content selection pattern - do fix if pattern found
3580 tSCC zIo_Quotes_UseSelect0[] =
3581 "define[ \t]+[A-Z0-9_]+[ \t]+[A-Z0-9_]+IO[A-Z]*[ \t]*\\( *[^,']";
3583 #define IO_QUOTES_USE_TEST_CT 1
3584 static tTestDesc aIo_Quotes_UseTests[] = {
3585 { TT_EGREP, zIo_Quotes_UseSelect0, (regex_t*)NULL }, };
3588 * Fix Command Arguments for Io_Quotes_Use
3590 static const char* apzIo_Quotes_UsePatch[] = {
3595 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3597 * Description of Ip_Missing_Semi fix
3599 tSCC zIp_Missing_SemiName[] =
3603 * File name selection pattern
3605 tSCC zIp_Missing_SemiList[] =
3608 * Machine/OS name selection pattern
3610 #define apzIp_Missing_SemiMachs (const char**)NULL
3613 * content selection pattern - do fix if pattern found
3615 tSCC zIp_Missing_SemiSelect0[] =
3618 #define IP_MISSING_SEMI_TEST_CT 1
3619 static tTestDesc aIp_Missing_SemiTests[] = {
3620 { TT_EGREP, zIp_Missing_SemiSelect0, (regex_t*)NULL }, };
3623 * Fix Command Arguments for Ip_Missing_Semi
3625 static const char* apzIp_Missing_SemiPatch[] = { "sed",
3626 "-e", "/^struct/,/^};/s/}$/};/",
3629 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3631 * Description of Irix___Restrict fix
3633 tSCC zIrix___RestrictName[] =
3637 * File name selection pattern
3639 tSCC zIrix___RestrictList[] =
3640 "internal/sgimacros.h\0";
3642 * Machine/OS name selection pattern
3644 tSCC* apzIrix___RestrictMachs[] = {
3646 (const char*)NULL };
3649 * content selection pattern - do fix if pattern found
3651 tSCC zIrix___RestrictSelect0[] =
3653 )(#[ \t]*define __restrict restrict)";
3655 #define IRIX___RESTRICT_TEST_CT 1
3656 static tTestDesc aIrix___RestrictTests[] = {
3657 { TT_EGREP, zIrix___RestrictSelect0, (regex_t*)NULL }, };
3660 * Fix Command Arguments for Irix___Restrict
3662 static const char* apzIrix___RestrictPatch[] = {
3664 "%1# ifndef __cplusplus\n\
3669 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3671 * Description of Irix___Generic1 fix
3673 tSCC zIrix___Generic1Name[] =
3677 * File name selection pattern
3679 tSCC zIrix___Generic1List[] =
3680 "internal/math_core.h\0";
3682 * Machine/OS name selection pattern
3684 tSCC* apzIrix___Generic1Machs[] = {
3686 (const char*)NULL };
3689 * content selection pattern - do fix if pattern found
3691 tSCC zIrix___Generic1Select0[] =
3692 "#define ([a-z]+)\\(x\\) *__generic.*";
3694 #define IRIX___GENERIC1_TEST_CT 1
3695 static tTestDesc aIrix___Generic1Tests[] = {
3696 { TT_EGREP, zIrix___Generic1Select0, (regex_t*)NULL }, };
3699 * Fix Command Arguments for Irix___Generic1
3701 static const char* apzIrix___Generic1Patch[] = {
3703 "extern int %1(double);\n\
3704 extern int %1f(float);\n\
3705 extern int %1l(long double);\n\
3706 #define %1(x) (sizeof(x) == sizeof(double) ? _%1(x) \\\n\
3707 : sizeof(x) == sizeof(float) ? _%1f(x) \\\n\
3711 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3713 * Description of Irix___Generic2 fix
3715 tSCC zIrix___Generic2Name[] =
3719 * File name selection pattern
3721 tSCC zIrix___Generic2List[] =
3722 "internal/math_core.h\0";
3724 * Machine/OS name selection pattern
3726 tSCC* apzIrix___Generic2Machs[] = {
3728 (const char*)NULL };
3731 * content selection pattern - do fix if pattern found
3733 tSCC zIrix___Generic2Select0[] =
3734 "#define ([a-z]+)\\(x,y\\) *__generic.*";
3736 #define IRIX___GENERIC2_TEST_CT 1
3737 static tTestDesc aIrix___Generic2Tests[] = {
3738 { TT_EGREP, zIrix___Generic2Select0, (regex_t*)NULL }, };
3741 * Fix Command Arguments for Irix___Generic2
3743 static const char* apzIrix___Generic2Patch[] = {
3745 "#define %1(x,y) \\\n\
3746 ((sizeof(x)<=4 && sizeof(y)<=4) ? _%1f(x,y) \\\n\
3747 : (sizeof(x)<=8 && sizeof(y)<=8) ? _%1(x,y) \\\n\
3751 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3753 * Description of Irix_Asm_Apostrophe fix
3755 tSCC zIrix_Asm_ApostropheName[] =
3756 "irix_asm_apostrophe";
3759 * File name selection pattern
3761 tSCC zIrix_Asm_ApostropheList[] =
3764 * Machine/OS name selection pattern
3766 #define apzIrix_Asm_ApostropheMachs (const char**)NULL
3769 * content selection pattern - do fix if pattern found
3771 tSCC zIrix_Asm_ApostropheSelect0[] =
3772 "^[ \t]*#.*[Ww]e're";
3774 #define IRIX_ASM_APOSTROPHE_TEST_CT 1
3775 static tTestDesc aIrix_Asm_ApostropheTests[] = {
3776 { TT_EGREP, zIrix_Asm_ApostropheSelect0, (regex_t*)NULL }, };
3779 * Fix Command Arguments for Irix_Asm_Apostrophe
3781 static const char* apzIrix_Asm_ApostrophePatch[] = {
3784 "^([ \t]*#.*[Ww]e)'re",
3787 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3789 * Description of Irix_Limits_Const fix
3791 tSCC zIrix_Limits_ConstName[] =
3792 "irix_limits_const";
3795 * File name selection pattern
3797 tSCC zIrix_Limits_ConstList[] =
3798 "fixinc-test-limits.h\0limits.h\0";
3800 * Machine/OS name selection pattern
3802 #define apzIrix_Limits_ConstMachs (const char**)NULL
3805 * content selection pattern - do fix if pattern found
3807 tSCC zIrix_Limits_ConstSelect0[] =
3810 #define IRIX_LIMITS_CONST_TEST_CT 1
3811 static tTestDesc aIrix_Limits_ConstTests[] = {
3812 { TT_EGREP, zIrix_Limits_ConstSelect0, (regex_t*)NULL }, };
3815 * Fix Command Arguments for Irix_Limits_Const
3817 static const char* apzIrix_Limits_ConstPatch[] = {
3822 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3824 * Description of Irix_Socklen_T fix
3826 tSCC zIrix_Socklen_TName[] =
3830 * File name selection pattern
3832 tSCC zIrix_Socklen_TList[] =
3835 * Machine/OS name selection pattern
3837 tSCC* apzIrix_Socklen_TMachs[] = {
3839 (const char*)NULL };
3842 * content selection pattern - do fix if pattern found
3844 tSCC zIrix_Socklen_TSelect0[] =
3845 "(#define _SOCKLEN_T\n\
3846 )(typedef u_int32_t socklen_t;)";
3848 #define IRIX_SOCKLEN_T_TEST_CT 1
3849 static tTestDesc aIrix_Socklen_TTests[] = {
3850 { TT_EGREP, zIrix_Socklen_TSelect0, (regex_t*)NULL }, };
3853 * Fix Command Arguments for Irix_Socklen_T
3855 static const char* apzIrix_Socklen_TPatch[] = {
3857 "%1#if _NO_XOPEN4 && _NO_XOPEN5\n\
3858 typedef int socklen_t;\n\
3861 #endif /* _NO_XOPEN4 && _NO_XOPEN5 */",
3864 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3866 * Description of Irix_Stdio_Va_List fix
3868 tSCC zIrix_Stdio_Va_ListName[] =
3869 "irix_stdio_va_list";
3872 * File name selection pattern
3874 tSCC zIrix_Stdio_Va_ListList[] =
3875 "stdio.h\0internal/stdio_core.h\0";
3877 * Machine/OS name selection pattern
3879 #define apzIrix_Stdio_Va_ListMachs (const char**)NULL
3882 * content selection pattern - do fix if pattern found
3884 tSCC zIrix_Stdio_Va_ListSelect0[] =
3885 "/\\* va_list \\*/ char \\*";
3887 #define IRIX_STDIO_VA_LIST_TEST_CT 1
3888 static tTestDesc aIrix_Stdio_Va_ListTests[] = {
3889 { TT_EGREP, zIrix_Stdio_Va_ListSelect0, (regex_t*)NULL }, };
3892 * Fix Command Arguments for Irix_Stdio_Va_List
3894 static const char* apzIrix_Stdio_Va_ListPatch[] = {
3899 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3901 * Description of Irix_Wcsftime fix
3903 tSCC zIrix_WcsftimeName[] =
3907 * File name selection pattern
3909 tSCC zIrix_WcsftimeList[] =
3910 "internal/wchar_core.h\0";
3912 * Machine/OS name selection pattern
3914 tSCC* apzIrix_WcsftimeMachs[] = {
3916 (const char*)NULL };
3919 * content selection pattern - do fix if pattern found
3921 tSCC zIrix_WcsftimeSelect0[] =
3923 (extern size_t[ \t]+wcsftime.*const char *.*)";
3925 #define IRIX_WCSFTIME_TEST_CT 1
3926 static tTestDesc aIrix_WcsftimeTests[] = {
3927 { TT_EGREP, zIrix_WcsftimeSelect0, (regex_t*)NULL }, };
3930 * Fix Command Arguments for Irix_Wcsftime
3932 static const char* apzIrix_WcsftimePatch[] = {
3934 "#if _NO_XOPEN5 && !defined(__c99)\n\
3938 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3940 * Description of Isc_Fmod fix
3942 tSCC zIsc_FmodName[] =
3946 * File name selection pattern
3948 tSCC zIsc_FmodList[] =
3951 * Machine/OS name selection pattern
3953 #define apzIsc_FmodMachs (const char**)NULL
3956 * content selection pattern - do fix if pattern found
3958 tSCC zIsc_FmodSelect0[] =
3961 #define ISC_FMOD_TEST_CT 1
3962 static tTestDesc aIsc_FmodTests[] = {
3963 { TT_EGREP, zIsc_FmodSelect0, (regex_t*)NULL }, };
3966 * Fix Command Arguments for Isc_Fmod
3968 static const char* apzIsc_FmodPatch[] = {
3970 "fmod(double, double)",
3973 /* * * * * * * * * * * * * * * * * * * * * * * * * *
3975 * Description of Isc_Omits_With_Stdc fix
3977 tSCC zIsc_Omits_With_StdcName[] =
3978 "isc_omits_with_stdc";
3981 * File name selection pattern
3983 tSCC zIsc_Omits_With_StdcList[] =
3984 "stdio.h\0math.h\0ctype.h\0sys/limits.h\0sys/fcntl.h\0sys/dirent.h\0";
3986 * Machine/OS name selection pattern
3988 #define apzIsc_Omits_With_StdcMachs (const char**)NULL
3991 * content selection pattern - do fix if pattern found
3993 tSCC zIsc_Omits_With_StdcSelect0[] =
3994 "!defined\\(__STDC__\\) && !defined\\(_POSIX_SOURCE\\)";
3996 #define ISC_OMITS_WITH_STDC_TEST_CT 1
3997 static tTestDesc aIsc_Omits_With_StdcTests[] = {
3998 { TT_EGREP, zIsc_Omits_With_StdcSelect0, (regex_t*)NULL }, };
4001 * Fix Command Arguments for Isc_Omits_With_Stdc
4003 static const char* apzIsc_Omits_With_StdcPatch[] = {
4005 "!defined(_POSIX_SOURCE)",
4008 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4010 * Description of Kandr_Concat fix
4012 tSCC zKandr_ConcatName[] =
4016 * File name selection pattern
4018 tSCC zKandr_ConcatList[] =
4019 "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";
4021 * Machine/OS name selection pattern
4023 #define apzKandr_ConcatMachs (const char**)NULL
4026 * content selection pattern - do fix if pattern found
4028 tSCC zKandr_ConcatSelect0[] =
4031 #define KANDR_CONCAT_TEST_CT 1
4032 static tTestDesc aKandr_ConcatTests[] = {
4033 { TT_EGREP, zKandr_ConcatSelect0, (regex_t*)NULL }, };
4036 * Fix Command Arguments for Kandr_Concat
4038 static const char* apzKandr_ConcatPatch[] = {
4043 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4045 * Description of Libc1_G_Va_List fix
4047 tSCC zLibc1_G_Va_ListName[] =
4051 * File name selection pattern
4053 tSCC zLibc1_G_Va_ListList[] =
4056 * Machine/OS name selection pattern
4058 tSCC* apzLibc1_G_Va_ListMachs[] = {
4060 (const char*)NULL };
4063 * content selection pattern - do fix if pattern found
4065 tSCC zLibc1_G_Va_ListSelect0[] =
4066 "typedef void \\* _G_va_list;";
4068 #define LIBC1_G_VA_LIST_TEST_CT 1
4069 static tTestDesc aLibc1_G_Va_ListTests[] = {
4070 { TT_EGREP, zLibc1_G_Va_ListSelect0, (regex_t*)NULL }, };
4073 * Fix Command Arguments for Libc1_G_Va_List
4075 static const char* apzLibc1_G_Va_ListPatch[] = {
4077 "typedef __builtin_va_list _G_va_list;",
4080 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4082 * Description of Libc1_Ifdefd_Memx fix
4084 tSCC zLibc1_Ifdefd_MemxName[] =
4085 "libc1_ifdefd_memx";
4088 * File name selection pattern
4090 tSCC zLibc1_Ifdefd_MemxList[] =
4091 "testing.h\0string.h\0";
4093 * Machine/OS name selection pattern
4095 #define apzLibc1_Ifdefd_MemxMachs (const char**)NULL
4098 * content selection pattern - do fix if pattern found
4100 tSCC zLibc1_Ifdefd_MemxSelect0[] =
4101 "' is a built-in function for gcc 2\\.x\\. \\*/";
4104 * content bypass pattern - skip fix if pattern found
4106 tSCC zLibc1_Ifdefd_MemxBypass0[] =
4109 #define LIBC1_IFDEFD_MEMX_TEST_CT 2
4110 static tTestDesc aLibc1_Ifdefd_MemxTests[] = {
4111 { TT_NEGREP, zLibc1_Ifdefd_MemxBypass0, (regex_t*)NULL },
4112 { TT_EGREP, zLibc1_Ifdefd_MemxSelect0, (regex_t*)NULL }, };
4115 * Fix Command Arguments for Libc1_Ifdefd_Memx
4117 static const char* apzLibc1_Ifdefd_MemxPatch[] = {
4120 "/\\* `mem...' is a built-in function for gcc 2\\.x\\. \\*/\n\
4121 #if defined\\(__STDC__\\) && __GNUC__ < 2\n\
4123 extern [a-z_]+ mem.*(\n\
4128 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4130 * Description of Linux_Ia64_Ucontext fix
4132 tSCC zLinux_Ia64_UcontextName[] =
4133 "linux_ia64_ucontext";
4136 * File name selection pattern
4138 tSCC zLinux_Ia64_UcontextList[] =
4141 * Machine/OS name selection pattern
4143 tSCC* apzLinux_Ia64_UcontextMachs[] = {
4145 (const char*)NULL };
4148 * content selection pattern - do fix if pattern found
4150 tSCC zLinux_Ia64_UcontextSelect0[] =
4151 "\\(\\(\\(char \\*\\) &\\(\\(struct sigcontext \\*\\) 0\\)->sc_gr\\[0\\]\\) - \\(char \\*\\) 0\\)";
4153 #define LINUX_IA64_UCONTEXT_TEST_CT 1
4154 static tTestDesc aLinux_Ia64_UcontextTests[] = {
4155 { TT_EGREP, zLinux_Ia64_UcontextSelect0, (regex_t*)NULL }, };
4158 * Fix Command Arguments for Linux_Ia64_Ucontext
4160 static const char* apzLinux_Ia64_UcontextPatch[] = {
4162 "__builtin_offsetof (struct sigcontext, sc_gr[0])",
4165 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4167 * Description of Lynxos_No_Warning_In_Sys_Time_H fix
4169 tSCC zLynxos_No_Warning_In_Sys_Time_HName[] =
4170 "lynxos_no_warning_in_sys_time_h";
4173 * File name selection pattern
4175 tSCC zLynxos_No_Warning_In_Sys_Time_HList[] =
4178 * Machine/OS name selection pattern
4180 #define apzLynxos_No_Warning_In_Sys_Time_HMachs (const char**)NULL
4183 * content selection pattern - do fix if pattern found
4185 tSCC zLynxos_No_Warning_In_Sys_Time_HSelect0[] =
4186 "#warning[ \t]+Using <time.h> instead of <sys/time.h>";
4188 #define LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT 1
4189 static tTestDesc aLynxos_No_Warning_In_Sys_Time_HTests[] = {
4190 { TT_EGREP, zLynxos_No_Warning_In_Sys_Time_HSelect0, (regex_t*)NULL }, };
4193 * Fix Command Arguments for Lynxos_No_Warning_In_Sys_Time_H
4195 static const char* apzLynxos_No_Warning_In_Sys_Time_HPatch[] = {
4200 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4202 * Description of Lynxos_Missing_Putenv fix
4204 tSCC zLynxos_Missing_PutenvName[] =
4205 "lynxos_missing_putenv";
4208 * File name selection pattern
4210 tSCC zLynxos_Missing_PutenvList[] =
4213 * Machine/OS name selection pattern
4215 tSCC* apzLynxos_Missing_PutenvMachs[] = {
4217 (const char*)NULL };
4220 * content selection pattern - do fix if pattern found
4222 tSCC zLynxos_Missing_PutenvSelect0[] =
4223 "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);";
4226 * content bypass pattern - skip fix if pattern found
4228 tSCC zLynxos_Missing_PutenvBypass0[] =
4231 #define LYNXOS_MISSING_PUTENV_TEST_CT 2
4232 static tTestDesc aLynxos_Missing_PutenvTests[] = {
4233 { TT_NEGREP, zLynxos_Missing_PutenvBypass0, (regex_t*)NULL },
4234 { TT_EGREP, zLynxos_Missing_PutenvSelect0, (regex_t*)NULL }, };
4237 * Fix Command Arguments for Lynxos_Missing_Putenv
4239 static const char* apzLynxos_Missing_PutenvPatch[] = {
4242 extern int putenv\t\t\t\t_AP((char *));",
4243 "extern char \\*getenv[ \t]*_AP\\(\\(const char \\*\\)\\);",
4246 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4248 * Description of Machine_Ansi_H_Va_List fix
4250 tSCC zMachine_Ansi_H_Va_ListName[] =
4251 "machine_ansi_h_va_list";
4254 * File name selection pattern
4256 #define zMachine_Ansi_H_Va_ListList (char*)NULL
4258 * Machine/OS name selection pattern
4260 #define apzMachine_Ansi_H_Va_ListMachs (const char**)NULL
4263 * content selection pattern - do fix if pattern found
4265 tSCC zMachine_Ansi_H_Va_ListSelect0[] =
4266 "define[ \t]+_BSD_VA_LIST_[ \t]";
4269 * content bypass pattern - skip fix if pattern found
4271 tSCC zMachine_Ansi_H_Va_ListBypass0[] =
4272 "__builtin_va_list";
4274 #define MACHINE_ANSI_H_VA_LIST_TEST_CT 2
4275 static tTestDesc aMachine_Ansi_H_Va_ListTests[] = {
4276 { TT_NEGREP, zMachine_Ansi_H_Va_ListBypass0, (regex_t*)NULL },
4277 { TT_EGREP, zMachine_Ansi_H_Va_ListSelect0, (regex_t*)NULL }, };
4280 * Fix Command Arguments for Machine_Ansi_H_Va_List
4282 static const char* apzMachine_Ansi_H_Va_ListPatch[] = {
4284 "%1__builtin_va_list",
4285 "(define[ \t]+_BSD_VA_LIST_[ \t]+).*",
4288 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4290 * Description of Machine_Name fix
4292 tSCC zMachine_NameName[] =
4296 * File name selection pattern
4298 #define zMachine_NameList (char*)NULL
4300 * Machine/OS name selection pattern
4302 #define apzMachine_NameMachs (const char**)NULL
4305 * perform the C function call test
4307 tSCC zMachine_NameFTst0[] = "machine_name";
4309 #define MACHINE_NAME_TEST_CT 1
4310 static tTestDesc aMachine_NameTests[] = {
4311 { TT_FUNCTION, zMachine_NameFTst0, 0 /* unused */ }, };
4314 * Fix Command Arguments for Machine_Name
4316 static const char* apzMachine_NamePatch[] = {
4320 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4322 * Description of Math_Exception fix
4324 tSCC zMath_ExceptionName[] =
4328 * File name selection pattern
4330 tSCC zMath_ExceptionList[] =
4333 * Machine/OS name selection pattern
4335 #define apzMath_ExceptionMachs (const char**)NULL
4338 * content selection pattern - do fix if pattern found
4340 tSCC zMath_ExceptionSelect0[] =
4344 * content bypass pattern - skip fix if pattern found
4346 tSCC zMath_ExceptionBypass0[] =
4347 "We have a problem when using C\\+\\+|for C\\+\\+, _[a-z0-9A-Z_]+_exception; for C, exception";
4349 #define MATH_EXCEPTION_TEST_CT 2
4350 static tTestDesc aMath_ExceptionTests[] = {
4351 { TT_NEGREP, zMath_ExceptionBypass0, (regex_t*)NULL },
4352 { TT_EGREP, zMath_ExceptionSelect0, (regex_t*)NULL }, };
4355 * Fix Command Arguments for Math_Exception
4357 static const char* apzMath_ExceptionPatch[] = {
4359 "#ifdef __cplusplus\n\
4360 #define exception __math_exception\n\
4362 "#ifdef __cplusplus\n\
4367 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4369 * Description of Math_Huge_Val_From_Dbl_Max fix
4371 tSCC zMath_Huge_Val_From_Dbl_MaxName[] =
4372 "math_huge_val_from_dbl_max";
4375 * File name selection pattern
4377 tSCC zMath_Huge_Val_From_Dbl_MaxList[] =
4380 * Machine/OS name selection pattern
4382 #define apzMath_Huge_Val_From_Dbl_MaxMachs (const char**)NULL
4385 * content selection pattern - do fix if pattern found
4387 tSCC zMath_Huge_Val_From_Dbl_MaxSelect0[] =
4388 "define[ \t]+HUGE_VAL[ \t]+DBL_MAX";
4391 * content bypass pattern - skip fix if pattern found
4393 tSCC zMath_Huge_Val_From_Dbl_MaxBypass0[] =
4394 "define[ \t]+DBL_MAX";
4396 #define MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT 2
4397 static tTestDesc aMath_Huge_Val_From_Dbl_MaxTests[] = {
4398 { TT_NEGREP, zMath_Huge_Val_From_Dbl_MaxBypass0, (regex_t*)NULL },
4399 { TT_EGREP, zMath_Huge_Val_From_Dbl_MaxSelect0, (regex_t*)NULL }, };
4402 * Fix Command Arguments for Math_Huge_Val_From_Dbl_Max
4404 static const char* apzMath_Huge_Val_From_Dbl_MaxPatch[] = { "sh", "-c",
4405 "\tdbl_max_def=`egrep 'define[ \t]+DBL_MAX[ \t]+.*' float.h | sed 's/.*DBL_MAX[ \t]*//' 2>/dev/null`\n\n\
4406 \tif ( test -n \"${dbl_max_def}\" ) > /dev/null 2>&1\n\
4407 \tthen sed -e '/define[ \t]*HUGE_VAL[ \t]*DBL_MAX/s@DBL_MAX@'\"$dbl_max_def@\"\n\
4412 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4414 * Description of Nested_Auth_Des fix
4416 tSCC zNested_Auth_DesName[] =
4420 * File name selection pattern
4422 tSCC zNested_Auth_DesList[] =
4425 * Machine/OS name selection pattern
4427 #define apzNested_Auth_DesMachs (const char**)NULL
4430 * content selection pattern - do fix if pattern found
4432 tSCC zNested_Auth_DesSelect0[] =
4433 "(/\\*.*rpc/auth_des\\.h>.*)/\\*";
4435 #define NESTED_AUTH_DES_TEST_CT 1
4436 static tTestDesc aNested_Auth_DesTests[] = {
4437 { TT_EGREP, zNested_Auth_DesSelect0, (regex_t*)NULL }, };
4440 * Fix Command Arguments for Nested_Auth_Des
4442 static const char* apzNested_Auth_DesPatch[] = {
4447 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4449 * Description of Nested_Motorola fix
4451 tSCC zNested_MotorolaName[] =
4455 * File name selection pattern
4457 tSCC zNested_MotorolaList[] =
4458 "sys/limits.h\0limits.h\0";
4460 * Machine/OS name selection pattern
4462 tSCC* apzNested_MotorolaMachs[] = {
4463 "m68k-motorola-sysv*",
4464 (const char*)NULL };
4467 * content selection pattern - do fix if pattern found
4469 tSCC zNested_MotorolaSelect0[] =
4470 "max # bytes atomic in write|error value returned by Math lib";
4472 #define NESTED_MOTOROLA_TEST_CT 1
4473 static tTestDesc aNested_MotorolaTests[] = {
4474 { TT_EGREP, zNested_MotorolaSelect0, (regex_t*)NULL }, };
4477 * Fix Command Arguments for Nested_Motorola
4479 static const char* apzNested_MotorolaPatch[] = { "sed",
4480 "-e", "s@^\\(#undef[ \t][ \t]*PIPE_BUF[ \t]*/\\* max # bytes atomic in write to a\\)$@\\1 */@",
4481 "-e", "s@\\(/\\*#define\tHUGE_VAL\t3.[0-9e+]* \\)\\(/\\*error value returned by Math lib\\*/\\)$@\\1*/ \\2@",
4484 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4486 * Description of Nested_Sys_Limits fix
4488 tSCC zNested_Sys_LimitsName[] =
4489 "nested_sys_limits";
4492 * File name selection pattern
4494 tSCC zNested_Sys_LimitsList[] =
4497 * Machine/OS name selection pattern
4499 #define apzNested_Sys_LimitsMachs (const char**)NULL
4502 * content selection pattern - do fix if pattern found
4504 tSCC zNested_Sys_LimitsSelect0[] =
4507 #define NESTED_SYS_LIMITS_TEST_CT 1
4508 static tTestDesc aNested_Sys_LimitsTests[] = {
4509 { TT_EGREP, zNested_Sys_LimitsSelect0, (regex_t*)NULL }, };
4512 * Fix Command Arguments for Nested_Sys_Limits
4514 static const char* apzNested_Sys_LimitsPatch[] = { "sed",
4515 "-e", "/CHILD_MAX/s,/\\* Max, Max,",
4516 "-e", "/OPEN_MAX/s,/\\* Max, Max,",
4519 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4521 * Description of Netbsd_Extra_Semicolon fix
4523 tSCC zNetbsd_Extra_SemicolonName[] =
4524 "netbsd_extra_semicolon";
4527 * File name selection pattern
4529 tSCC zNetbsd_Extra_SemicolonList[] =
4532 * Machine/OS name selection pattern
4534 tSCC* apzNetbsd_Extra_SemicolonMachs[] = {
4536 (const char*)NULL };
4539 * content selection pattern - do fix if pattern found
4541 tSCC zNetbsd_Extra_SemicolonSelect0[] =
4542 "#define[ \t]*__END_DECLS[ \t]*};";
4544 #define NETBSD_EXTRA_SEMICOLON_TEST_CT 1
4545 static tTestDesc aNetbsd_Extra_SemicolonTests[] = {
4546 { TT_EGREP, zNetbsd_Extra_SemicolonSelect0, (regex_t*)NULL }, };
4549 * Fix Command Arguments for Netbsd_Extra_Semicolon
4551 static const char* apzNetbsd_Extra_SemicolonPatch[] = {
4553 "#define __END_DECLS }",
4556 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4558 * Description of Next_Math_Prefix fix
4560 tSCC zNext_Math_PrefixName[] =
4564 * File name selection pattern
4566 tSCC zNext_Math_PrefixList[] =
4569 * Machine/OS name selection pattern
4571 #define apzNext_Math_PrefixMachs (const char**)NULL
4574 * content selection pattern - do fix if pattern found
4576 tSCC zNext_Math_PrefixSelect0[] =
4577 "^extern[ \t]+double[ \t]+__const__[ \t]";
4579 #define NEXT_MATH_PREFIX_TEST_CT 1
4580 static tTestDesc aNext_Math_PrefixTests[] = {
4581 { TT_EGREP, zNext_Math_PrefixSelect0, (regex_t*)NULL }, };
4584 * Fix Command Arguments for Next_Math_Prefix
4586 static const char* apzNext_Math_PrefixPatch[] = {
4588 "extern double %1(",
4589 "^extern[ \t]+double[ \t]+__const__[ \t]+([a-z]+)\\(",
4592 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4594 * Description of Next_Template fix
4596 tSCC zNext_TemplateName[] =
4600 * File name selection pattern
4602 tSCC zNext_TemplateList[] =
4605 * Machine/OS name selection pattern
4607 #define apzNext_TemplateMachs (const char**)NULL
4610 * content selection pattern - do fix if pattern found
4612 tSCC zNext_TemplateSelect0[] =
4615 #define NEXT_TEMPLATE_TEST_CT 1
4616 static tTestDesc aNext_TemplateTests[] = {
4617 { TT_EGREP, zNext_TemplateSelect0, (regex_t*)NULL }, };
4620 * Fix Command Arguments for Next_Template
4622 static const char* apzNext_TemplatePatch[] = {
4625 "\\(([^)]*)[ \t]template\\)",
4628 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4630 * Description of Next_Volitile fix
4632 tSCC zNext_VolitileName[] =
4636 * File name selection pattern
4638 tSCC zNext_VolitileList[] =
4641 * Machine/OS name selection pattern
4643 #define apzNext_VolitileMachs (const char**)NULL
4646 * content selection pattern - do fix if pattern found
4648 tSCC zNext_VolitileSelect0[] =
4649 "^extern[ \t]+volatile[ \t]+void[ \t]";
4651 #define NEXT_VOLITILE_TEST_CT 1
4652 static tTestDesc aNext_VolitileTests[] = {
4653 { TT_EGREP, zNext_VolitileSelect0, (regex_t*)NULL }, };
4656 * Fix Command Arguments for Next_Volitile
4658 static const char* apzNext_VolitilePatch[] = {
4661 "^extern[ \t]+volatile[ \t]+void[ \t]+(exit|abort)\\(",
4664 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4666 * Description of Next_Wait_Union fix
4668 tSCC zNext_Wait_UnionName[] =
4672 * File name selection pattern
4674 tSCC zNext_Wait_UnionList[] =
4677 * Machine/OS name selection pattern
4679 #define apzNext_Wait_UnionMachs (const char**)NULL
4682 * content selection pattern - do fix if pattern found
4684 tSCC zNext_Wait_UnionSelect0[] =
4685 "wait\\(union wait";
4687 #define NEXT_WAIT_UNION_TEST_CT 1
4688 static tTestDesc aNext_Wait_UnionTests[] = {
4689 { TT_EGREP, zNext_Wait_UnionSelect0, (regex_t*)NULL }, };
4692 * Fix Command Arguments for Next_Wait_Union
4694 static const char* apzNext_Wait_UnionPatch[] = {
4699 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4701 * Description of Nodeent_Syntax fix
4703 tSCC zNodeent_SyntaxName[] =
4707 * File name selection pattern
4709 tSCC zNodeent_SyntaxList[] =
4710 "netdnet/dnetdb.h\0";
4712 * Machine/OS name selection pattern
4714 #define apzNodeent_SyntaxMachs (const char**)NULL
4717 * content selection pattern - do fix if pattern found
4719 tSCC zNodeent_SyntaxSelect0[] =
4720 "char[ \t]*\\*na_addr[ \t]*$";
4722 #define NODEENT_SYNTAX_TEST_CT 1
4723 static tTestDesc aNodeent_SyntaxTests[] = {
4724 { TT_EGREP, zNodeent_SyntaxSelect0, (regex_t*)NULL }, };
4727 * Fix Command Arguments for Nodeent_Syntax
4729 static const char* apzNodeent_SyntaxPatch[] = {
4734 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4736 * Description of Obstack_Lvalue_Cast fix
4738 tSCC zObstack_Lvalue_CastName[] =
4739 "obstack_lvalue_cast";
4742 * File name selection pattern
4744 tSCC zObstack_Lvalue_CastList[] =
4747 * Machine/OS name selection pattern
4749 #define apzObstack_Lvalue_CastMachs (const char**)NULL
4752 * content selection pattern - do fix if pattern found
4754 tSCC zObstack_Lvalue_CastSelect0[] =
4755 "\\*\\(\\(([^()]*)\\*\\)(.*)\\)\\+\\+ = \\(([^()]*)\\)";
4757 #define OBSTACK_LVALUE_CAST_TEST_CT 1
4758 static tTestDesc aObstack_Lvalue_CastTests[] = {
4759 { TT_EGREP, zObstack_Lvalue_CastSelect0, (regex_t*)NULL }, };
4762 * Fix Command Arguments for Obstack_Lvalue_Cast
4764 static const char* apzObstack_Lvalue_CastPatch[] = {
4766 "((*((%1*)%2) = (%3)), (%2 += sizeof (%1)))",
4769 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4771 * Description of Osf_Namespace_A fix
4773 tSCC zOsf_Namespace_AName[] =
4777 * File name selection pattern
4779 tSCC zOsf_Namespace_AList[] =
4780 "reg_types.h\0sys/lc_core.h\0";
4782 * Machine/OS name selection pattern
4784 #define apzOsf_Namespace_AMachs (const char**)NULL
4787 * perform the 'test' shell command - do fix on success
4789 tSCC zOsf_Namespace_ATest0[] =
4791 tSCC zOsf_Namespace_ATest1[] =
4792 " -r sys/lc_core.h";
4793 tSCC zOsf_Namespace_ATest2[] =
4794 " -n \"`grep '} regex_t;' reg_types.h`\"";
4795 tSCC zOsf_Namespace_ATest3[] =
4796 " -z \"`grep __regex_t regex.h`\"";
4798 #define OSF_NAMESPACE_A_TEST_CT 4
4799 static tTestDesc aOsf_Namespace_ATests[] = {
4800 { TT_TEST, zOsf_Namespace_ATest0, 0 /* unused */ },
4801 { TT_TEST, zOsf_Namespace_ATest1, 0 /* unused */ },
4802 { TT_TEST, zOsf_Namespace_ATest2, 0 /* unused */ },
4803 { TT_TEST, zOsf_Namespace_ATest3, 0 /* unused */ }, };
4806 * Fix Command Arguments for Osf_Namespace_A
4808 static const char* apzOsf_Namespace_APatch[] = {
4811 "reg(ex|off|match)_t",
4814 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4816 * Description of Osf_Namespace_C fix
4818 tSCC zOsf_Namespace_CName[] =
4822 * File name selection pattern
4824 tSCC zOsf_Namespace_CList[] =
4827 * Machine/OS name selection pattern
4829 #define apzOsf_Namespace_CMachs (const char**)NULL
4832 * content selection pattern - do fix if pattern found
4834 tSCC zOsf_Namespace_CSelect0[] =
4835 "#include <reg_types.h>.*";
4838 * perform the 'test' shell command - do fix on success
4840 tSCC zOsf_Namespace_CTest0[] =
4842 tSCC zOsf_Namespace_CTest1[] =
4843 " -r sys/lc_core.h";
4844 tSCC zOsf_Namespace_CTest2[] =
4845 " -n \"`grep '} regex_t;' reg_types.h`\"";
4846 tSCC zOsf_Namespace_CTest3[] =
4847 " -z \"`grep __regex_t regex.h`\"";
4849 #define OSF_NAMESPACE_C_TEST_CT 5
4850 static tTestDesc aOsf_Namespace_CTests[] = {
4851 { TT_TEST, zOsf_Namespace_CTest0, 0 /* unused */ },
4852 { TT_TEST, zOsf_Namespace_CTest1, 0 /* unused */ },
4853 { TT_TEST, zOsf_Namespace_CTest2, 0 /* unused */ },
4854 { TT_TEST, zOsf_Namespace_CTest3, 0 /* unused */ },
4855 { TT_EGREP, zOsf_Namespace_CSelect0, (regex_t*)NULL }, };
4858 * Fix Command Arguments for Osf_Namespace_C
4860 static const char* apzOsf_Namespace_CPatch[] = {
4863 typedef __regex_t\tregex_t;\n\
4864 typedef __regoff_t\tregoff_t;\n\
4865 typedef __regmatch_t\tregmatch_t;",
4868 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4870 * Description of Pthread_Page_Size fix
4872 tSCC zPthread_Page_SizeName[] =
4873 "pthread_page_size";
4876 * File name selection pattern
4878 tSCC zPthread_Page_SizeList[] =
4881 * Machine/OS name selection pattern
4883 #define apzPthread_Page_SizeMachs (const char**)NULL
4886 * content selection pattern - do fix if pattern found
4888 tSCC zPthread_Page_SizeSelect0[] =
4891 #define PTHREAD_PAGE_SIZE_TEST_CT 1
4892 static tTestDesc aPthread_Page_SizeTests[] = {
4893 { TT_EGREP, zPthread_Page_SizeSelect0, (regex_t*)NULL }, };
4896 * Fix Command Arguments for Pthread_Page_Size
4898 static const char* apzPthread_Page_SizePatch[] = {
4903 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4905 * Description of Pthread_Incomplete_Struct_Argument fix
4907 tSCC zPthread_Incomplete_Struct_ArgumentName[] =
4908 "pthread_incomplete_struct_argument";
4911 * File name selection pattern
4913 tSCC zPthread_Incomplete_Struct_ArgumentList[] =
4916 * Machine/OS name selection pattern
4918 #define apzPthread_Incomplete_Struct_ArgumentMachs (const char**)NULL
4921 * content selection pattern - do fix if pattern found
4923 tSCC zPthread_Incomplete_Struct_ArgumentSelect0[] =
4924 "struct __jmp_buf_tag";
4926 #define PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT 1
4927 static tTestDesc aPthread_Incomplete_Struct_ArgumentTests[] = {
4928 { TT_EGREP, zPthread_Incomplete_Struct_ArgumentSelect0, (regex_t*)NULL }, };
4931 * Fix Command Arguments for Pthread_Incomplete_Struct_Argument
4933 static const char* apzPthread_Incomplete_Struct_ArgumentPatch[] = {
4936 "^(extern int __sigsetjmp \\(struct __jmp_buf_tag) (__env)\\[1\\](.*)$",
4939 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4941 * Description of Read_Ret_Type fix
4943 tSCC zRead_Ret_TypeName[] =
4947 * File name selection pattern
4949 tSCC zRead_Ret_TypeList[] =
4952 * Machine/OS name selection pattern
4954 #define apzRead_Ret_TypeMachs (const char**)NULL
4957 * content selection pattern - do fix if pattern found
4959 tSCC zRead_Ret_TypeSelect0[] =
4960 "extern int\t.*, fread\\(\\), fwrite\\(\\)";
4962 #define READ_RET_TYPE_TEST_CT 1
4963 static tTestDesc aRead_Ret_TypeTests[] = {
4964 { TT_EGREP, zRead_Ret_TypeSelect0, (regex_t*)NULL }, };
4967 * Fix Command Arguments for Read_Ret_Type
4969 static const char* apzRead_Ret_TypePatch[] = {
4971 "extern unsigned int fread(), fwrite();\n\
4973 "(extern int\t.*), fread\\(\\), fwrite\\(\\)(.*)",
4976 /* * * * * * * * * * * * * * * * * * * * * * * * * *
4978 * Description of Rpc_Xdr_Lvalue_Cast_A fix
4980 tSCC zRpc_Xdr_Lvalue_Cast_AName[] =
4981 "rpc_xdr_lvalue_cast_a";
4984 * File name selection pattern
4986 tSCC zRpc_Xdr_Lvalue_Cast_AList[] =
4989 * Machine/OS name selection pattern
4991 #define apzRpc_Xdr_Lvalue_Cast_AMachs (const char**)NULL
4994 * content selection pattern - do fix if pattern found
4996 tSCC zRpc_Xdr_Lvalue_Cast_ASelect0[] =
4997 "#define[ \t]*IXDR_GET_LONG.*\\\\\n\
5000 #define RPC_XDR_LVALUE_CAST_A_TEST_CT 1
5001 static tTestDesc aRpc_Xdr_Lvalue_Cast_ATests[] = {
5002 { TT_EGREP, zRpc_Xdr_Lvalue_Cast_ASelect0, (regex_t*)NULL }, };
5005 * Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_A
5007 static const char* apzRpc_Xdr_Lvalue_Cast_APatch[] = {
5009 "#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))",
5012 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5014 * Description of Rpc_Xdr_Lvalue_Cast_B fix
5016 tSCC zRpc_Xdr_Lvalue_Cast_BName[] =
5017 "rpc_xdr_lvalue_cast_b";
5020 * File name selection pattern
5022 tSCC zRpc_Xdr_Lvalue_Cast_BList[] =
5025 * Machine/OS name selection pattern
5027 #define apzRpc_Xdr_Lvalue_Cast_BMachs (const char**)NULL
5030 * content selection pattern - do fix if pattern found
5032 tSCC zRpc_Xdr_Lvalue_Cast_BSelect0[] =
5033 "#define[ \t]*IXDR_PUT_LONG.*\\\\\n\
5036 #define RPC_XDR_LVALUE_CAST_B_TEST_CT 1
5037 static tTestDesc aRpc_Xdr_Lvalue_Cast_BTests[] = {
5038 { TT_EGREP, zRpc_Xdr_Lvalue_Cast_BSelect0, (regex_t*)NULL }, };
5041 * Fix Command Arguments for Rpc_Xdr_Lvalue_Cast_B
5043 static const char* apzRpc_Xdr_Lvalue_Cast_BPatch[] = {
5045 "#define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))",
5048 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5050 * Description of Rs6000_Double fix
5052 tSCC zRs6000_DoubleName[] =
5056 * File name selection pattern
5058 tSCC zRs6000_DoubleList[] =
5061 * Machine/OS name selection pattern
5063 #define apzRs6000_DoubleMachs (const char**)NULL
5066 * content selection pattern - do fix if pattern found
5068 tSCC zRs6000_DoubleSelect0[] =
5069 "[^a-zA-Z_]class\\(";
5071 #define RS6000_DOUBLE_TEST_CT 1
5072 static tTestDesc aRs6000_DoubleTests[] = {
5073 { TT_EGREP, zRs6000_DoubleSelect0, (regex_t*)NULL }, };
5076 * Fix Command Arguments for Rs6000_Double
5078 static const char* apzRs6000_DoublePatch[] = {
5080 "#ifndef __cplusplus\n\
5083 "^.*[^a-zA-Z_]class\\(.*",
5086 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5088 * Description of Rs6000_Fchmod fix
5090 tSCC zRs6000_FchmodName[] =
5094 * File name selection pattern
5096 tSCC zRs6000_FchmodList[] =
5099 * Machine/OS name selection pattern
5101 #define apzRs6000_FchmodMachs (const char**)NULL
5104 * content selection pattern - do fix if pattern found
5106 tSCC zRs6000_FchmodSelect0[] =
5107 "fchmod\\(char \\*";
5109 #define RS6000_FCHMOD_TEST_CT 1
5110 static tTestDesc aRs6000_FchmodTests[] = {
5111 { TT_EGREP, zRs6000_FchmodSelect0, (regex_t*)NULL }, };
5114 * Fix Command Arguments for Rs6000_Fchmod
5116 static const char* apzRs6000_FchmodPatch[] = {
5121 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5123 * Description of Rs6000_Param fix
5125 tSCC zRs6000_ParamName[] =
5129 * File name selection pattern
5131 tSCC zRs6000_ParamList[] =
5132 "stdio.h\0unistd.h\0";
5134 * Machine/OS name selection pattern
5136 #define apzRs6000_ParamMachs (const char**)NULL
5139 * content selection pattern - do fix if pattern found
5141 tSCC zRs6000_ParamSelect0[] =
5142 "rename\\(const char \\*old, const char \\*new\\)";
5144 #define RS6000_PARAM_TEST_CT 1
5145 static tTestDesc aRs6000_ParamTests[] = {
5146 { TT_EGREP, zRs6000_ParamSelect0, (regex_t*)NULL }, };
5149 * Fix Command Arguments for Rs6000_Param
5151 static const char* apzRs6000_ParamPatch[] = {
5153 "rename(const char *_old, const char *_new)",
5156 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5158 * Description of Sco_Math fix
5160 tSCC zSco_MathName[] =
5164 * File name selection pattern
5166 tSCC zSco_MathList[] =
5167 "math.h\0*/math.h\0";
5169 * Machine/OS name selection pattern
5171 #define apzSco_MathMachs (const char**)NULL
5174 * content selection pattern - do fix if pattern found
5176 tSCC zSco_MathSelect0[] =
5177 "inline double abs";
5180 * content bypass pattern - skip fix if pattern found
5182 tSCC zSco_MathBypass0[] =
5185 #define SCO_MATH_TEST_CT 2
5186 static tTestDesc aSco_MathTests[] = {
5187 { TT_NEGREP, zSco_MathBypass0, (regex_t*)NULL },
5188 { TT_EGREP, zSco_MathSelect0, (regex_t*)NULL }, };
5191 * Fix Command Arguments for Sco_Math
5193 static const char* apzSco_MathPatch[] = { "sed",
5194 "-e", "/#define.*__fp_class(a) \\\\/i\\\n\
5195 #ifndef __GNUC__\n",
5196 "-e", "/.*__builtin_generic/a\\\n\
5198 #define __fp_class(a) \\\\\\\n\
5199 __builtin_choose_expr(__builtin_types_compatible_p(typeof(a),long double),\\\\\\\n\
5200 __fpclassifyl(a), \\\\\\\n\
5201 __builtin_choose_expr(__builtin_types_compatible_p(typeof(a), float), \\\\\\\n\
5202 __fpclassifyf(a),__fpclassify(a)))\\\n\
5204 "-e", "/extern \"C\\+\\+\"/N;/inline double abs/i\\\n\
5205 #ifndef __GNUC__\n",
5206 "-e", "/inline long double trunc/N;/inline long double trunc.*}.*extern \"C\\+\\+\"/a\\\n\
5207 #endif /* ! __GNUC__ */",
5210 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5212 * Description of Sco_Regset fix
5214 tSCC zSco_RegsetName[] =
5218 * File name selection pattern
5220 tSCC zSco_RegsetList[] =
5223 * Machine/OS name selection pattern
5225 tSCC* apzSco_RegsetMachs[] = {
5227 (const char*)NULL };
5230 * content selection pattern - do fix if pattern found
5232 tSCC zSco_RegsetSelect0[] =
5233 "(struct[ \t]+.*)fpstate";
5235 #define SCO_REGSET_TEST_CT 1
5236 static tTestDesc aSco_RegsetTests[] = {
5237 { TT_EGREP, zSco_RegsetSelect0, (regex_t*)NULL }, };
5240 * Fix Command Arguments for Sco_Regset
5242 static const char* apzSco_RegsetPatch[] = {
5247 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5249 * Description of Sco_Static_Func fix
5251 tSCC zSco_Static_FuncName[] =
5255 * File name selection pattern
5257 tSCC zSco_Static_FuncList[] =
5260 * Machine/OS name selection pattern
5262 tSCC* apzSco_Static_FuncMachs[] = {
5264 (const char*)NULL };
5267 * content selection pattern - do fix if pattern found
5269 tSCC zSco_Static_FuncSelect0[] =
5272 #define SCO_STATIC_FUNC_TEST_CT 1
5273 static tTestDesc aSco_Static_FuncTests[] = {
5274 { TT_EGREP, zSco_Static_FuncSelect0, (regex_t*)NULL }, };
5277 * Fix Command Arguments for Sco_Static_Func
5279 static const char* apzSco_Static_FuncPatch[] = { "sed",
5280 "-e", "/^static int/i\\\n\
5281 #if __cplusplus\\\n\
5283 #endif /* __cplusplus */",
5285 #if __cplusplus\\\n\
5287 #endif /* __cplusplus */",
5290 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5292 * Description of Sco_Utime fix
5294 tSCC zSco_UtimeName[] =
5298 * File name selection pattern
5300 tSCC zSco_UtimeList[] =
5303 * Machine/OS name selection pattern
5305 tSCC* apzSco_UtimeMachs[] = {
5307 (const char*)NULL };
5310 * content selection pattern - do fix if pattern found
5312 tSCC zSco_UtimeSelect0[] =
5313 "\\(const char \\*, struct utimbuf \\*\\);";
5315 #define SCO_UTIME_TEST_CT 1
5316 static tTestDesc aSco_UtimeTests[] = {
5317 { TT_EGREP, zSco_UtimeSelect0, (regex_t*)NULL }, };
5320 * Fix Command Arguments for Sco_Utime
5322 static const char* apzSco_UtimePatch[] = {
5324 "(const char *, const struct utimbuf *);",
5327 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5329 * Description of Solaris_Math_1 fix
5331 tSCC zSolaris_Math_1Name[] =
5335 * File name selection pattern
5337 tSCC zSolaris_Math_1List[] =
5340 * Machine/OS name selection pattern
5342 #define apzSolaris_Math_1Machs (const char**)NULL
5345 * content selection pattern - do fix if pattern found
5347 tSCC zSolaris_Math_1Select0[] =
5348 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5351 * content bypass pattern - skip fix if pattern found
5353 tSCC zSolaris_Math_1Bypass0[] =
5356 #define SOLARIS_MATH_1_TEST_CT 2
5357 static tTestDesc aSolaris_Math_1Tests[] = {
5358 { TT_NEGREP, zSolaris_Math_1Bypass0, (regex_t*)NULL },
5359 { TT_EGREP, zSolaris_Math_1Select0, (regex_t*)NULL }, };
5362 * Fix Command Arguments for Solaris_Math_1
5364 static const char* apzSolaris_Math_1Patch[] = {
5366 "#define\tHUGE_VA%1\t(__builtin_huge_va%2())",
5367 "^#define[ \t]+HUGE_VA([LF]+)[ \t]+__builtin_huge_va([lf]+)",
5370 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5372 * Description of Solaris_Math_2 fix
5374 tSCC zSolaris_Math_2Name[] =
5378 * File name selection pattern
5380 tSCC zSolaris_Math_2List[] =
5383 * Machine/OS name selection pattern
5385 #define apzSolaris_Math_2Machs (const char**)NULL
5388 * content selection pattern - do fix if pattern found
5390 tSCC zSolaris_Math_2Select0[] =
5391 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5394 * content bypass pattern - skip fix if pattern found
5396 tSCC zSolaris_Math_2Bypass0[] =
5399 #define SOLARIS_MATH_2_TEST_CT 2
5400 static tTestDesc aSolaris_Math_2Tests[] = {
5401 { TT_NEGREP, zSolaris_Math_2Bypass0, (regex_t*)NULL },
5402 { TT_EGREP, zSolaris_Math_2Select0, (regex_t*)NULL }, };
5405 * Fix Command Arguments for Solaris_Math_2
5407 static const char* apzSolaris_Math_2Patch[] = {
5409 "#define\tINFINITY\t(__builtin_inff())",
5410 "^#define[ \t]+INFINITY[ \t]+__builtin_infinity",
5413 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5415 * Description of Solaris_Math_3 fix
5417 tSCC zSolaris_Math_3Name[] =
5421 * File name selection pattern
5423 tSCC zSolaris_Math_3List[] =
5426 * Machine/OS name selection pattern
5428 #define apzSolaris_Math_3Machs (const char**)NULL
5431 * content selection pattern - do fix if pattern found
5433 tSCC zSolaris_Math_3Select0[] =
5434 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5437 * content bypass pattern - skip fix if pattern found
5439 tSCC zSolaris_Math_3Bypass0[] =
5442 #define SOLARIS_MATH_3_TEST_CT 2
5443 static tTestDesc aSolaris_Math_3Tests[] = {
5444 { TT_NEGREP, zSolaris_Math_3Bypass0, (regex_t*)NULL },
5445 { TT_EGREP, zSolaris_Math_3Select0, (regex_t*)NULL }, };
5448 * Fix Command Arguments for Solaris_Math_3
5450 static const char* apzSolaris_Math_3Patch[] = {
5452 "#define\tNAN\t\t(__builtin_nanf(\"\"))",
5453 "^#define[ \t]+NAN[ \t]+__builtin_nan",
5456 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5458 * Description of Solaris_Math_4 fix
5460 tSCC zSolaris_Math_4Name[] =
5464 * File name selection pattern
5466 tSCC zSolaris_Math_4List[] =
5469 * Machine/OS name selection pattern
5471 #define apzSolaris_Math_4Machs (const char**)NULL
5474 * content selection pattern - do fix if pattern found
5476 tSCC zSolaris_Math_4Select0[] =
5477 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5480 * content bypass pattern - skip fix if pattern found
5482 tSCC zSolaris_Math_4Bypass0[] =
5485 #define SOLARIS_MATH_4_TEST_CT 2
5486 static tTestDesc aSolaris_Math_4Tests[] = {
5487 { TT_NEGREP, zSolaris_Math_4Bypass0, (regex_t*)NULL },
5488 { TT_EGREP, zSolaris_Math_4Select0, (regex_t*)NULL }, };
5491 * Fix Command Arguments for Solaris_Math_4
5493 static const char* apzSolaris_Math_4Patch[] = {
5495 "#define\tfpclassify(x) \\\n\
5496 __extension__ ({ __typeof(x) __x_fp = (x); \\\n\
5497 \t\t isnan(__x_fp) \\\n\
5499 \t\t : isinf(__x_fp) \\\n\
5500 \t\t ? FP_INFINITE \\\n\
5501 \t\t : isnormal(__x_fp) \\\n\
5502 \t\t\t ? FP_NORMAL \\\n\
5503 \t\t\t : __x_fp == 0.0 \\\n\
5504 \t\t\t ? FP_ZERO \\\n\
5505 \t\t\t : FP_SUBNORMAL; })",
5506 "^#define[ \t]+fpclassify\\(x\\)[ \t]+__builtin_fpclassify\\(x\\)",
5509 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5511 * Description of Solaris_Math_5 fix
5513 tSCC zSolaris_Math_5Name[] =
5517 * File name selection pattern
5519 tSCC zSolaris_Math_5List[] =
5522 * Machine/OS name selection pattern
5524 #define apzSolaris_Math_5Machs (const char**)NULL
5527 * content selection pattern - do fix if pattern found
5529 tSCC zSolaris_Math_5Select0[] =
5530 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5533 * content bypass pattern - skip fix if pattern found
5535 tSCC zSolaris_Math_5Bypass0[] =
5538 #define SOLARIS_MATH_5_TEST_CT 2
5539 static tTestDesc aSolaris_Math_5Tests[] = {
5540 { TT_NEGREP, zSolaris_Math_5Bypass0, (regex_t*)NULL },
5541 { TT_EGREP, zSolaris_Math_5Select0, (regex_t*)NULL }, };
5544 * Fix Command Arguments for Solaris_Math_5
5546 static const char* apzSolaris_Math_5Patch[] = {
5548 "#define\tisfinite(x) \\\n\
5549 __extension__ ({ __typeof (x) __x_f = (x); \\\n\
5550 \t\t __builtin_expect(!isnan(__x_f - __x_f), 1); })",
5551 "^#define[ \t]+isfinite\\(x\\)[ \t]+__builtin_isfinite\\(x\\)",
5554 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5556 * Description of Solaris_Math_6 fix
5558 tSCC zSolaris_Math_6Name[] =
5562 * File name selection pattern
5564 tSCC zSolaris_Math_6List[] =
5567 * Machine/OS name selection pattern
5569 #define apzSolaris_Math_6Machs (const char**)NULL
5572 * content selection pattern - do fix if pattern found
5574 tSCC zSolaris_Math_6Select0[] =
5575 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5578 * content bypass pattern - skip fix if pattern found
5580 tSCC zSolaris_Math_6Bypass0[] =
5583 #define SOLARIS_MATH_6_TEST_CT 2
5584 static tTestDesc aSolaris_Math_6Tests[] = {
5585 { TT_NEGREP, zSolaris_Math_6Bypass0, (regex_t*)NULL },
5586 { TT_EGREP, zSolaris_Math_6Select0, (regex_t*)NULL }, };
5589 * Fix Command Arguments for Solaris_Math_6
5591 static const char* apzSolaris_Math_6Patch[] = {
5593 "#define\tisinf(x) \\\n\
5594 __extension__ ({ __typeof (x) __x_i = (x); \\\n\
5595 \t\t __builtin_expect(!isnan(__x_i) && !isfinite(__x_i), 0); })",
5596 "^#define[ \t]+isinf\\(x\\)[ \t]+__builtin_isinf\\(x\\)",
5599 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5601 * Description of Solaris_Math_7 fix
5603 tSCC zSolaris_Math_7Name[] =
5607 * File name selection pattern
5609 tSCC zSolaris_Math_7List[] =
5612 * Machine/OS name selection pattern
5614 #define apzSolaris_Math_7Machs (const char**)NULL
5617 * content selection pattern - do fix if pattern found
5619 tSCC zSolaris_Math_7Select0[] =
5620 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5623 * content bypass pattern - skip fix if pattern found
5625 tSCC zSolaris_Math_7Bypass0[] =
5628 #define SOLARIS_MATH_7_TEST_CT 2
5629 static tTestDesc aSolaris_Math_7Tests[] = {
5630 { TT_NEGREP, zSolaris_Math_7Bypass0, (regex_t*)NULL },
5631 { TT_EGREP, zSolaris_Math_7Select0, (regex_t*)NULL }, };
5634 * Fix Command Arguments for Solaris_Math_7
5636 static const char* apzSolaris_Math_7Patch[] = {
5638 "#define\tisnormal(x) \\\n\
5639 __extension__ ({ __typeof(x) __x_n = (x); \\\n\
5640 \t\t if (__x_n < 0.0) __x_n = -__x_n; \\\n\
5641 \t\t __builtin_expect(isfinite(__x_n) \\\n\
5642 \t\t\t\t && (sizeof(__x_n) == sizeof(float) \\\n\
5643 \t\t\t\t\t ? __x_n >= __FLT_MIN__ \\\n\
5644 \t\t\t\t\t : sizeof(__x_n) == sizeof(long double) \\\n\
5645 \t\t\t\t\t ? __x_n >= __LDBL_MIN__ \\\n\
5646 \t\t\t\t\t : __x_n >= __DBL_MIN__), 1); })",
5647 "^#define[ \t]+isnormal\\(x\\)[ \t]+__builtin_isnormal\\(x\\)",
5650 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5652 * Description of Solaris_Math_8 fix
5654 tSCC zSolaris_Math_8Name[] =
5658 * File name selection pattern
5660 tSCC zSolaris_Math_8List[] =
5663 * Machine/OS name selection pattern
5665 #define apzSolaris_Math_8Machs (const char**)NULL
5668 * content selection pattern - do fix if pattern found
5670 tSCC zSolaris_Math_8Select0[] =
5671 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5674 * content bypass pattern - skip fix if pattern found
5676 tSCC zSolaris_Math_8Bypass0[] =
5679 #define SOLARIS_MATH_8_TEST_CT 2
5680 static tTestDesc aSolaris_Math_8Tests[] = {
5681 { TT_NEGREP, zSolaris_Math_8Bypass0, (regex_t*)NULL },
5682 { TT_EGREP, zSolaris_Math_8Select0, (regex_t*)NULL }, };
5685 * Fix Command Arguments for Solaris_Math_8
5687 static const char* apzSolaris_Math_8Patch[] = {
5689 "#define\tsignbit(x)\t(sizeof(x) == sizeof(float) \\\n\
5690 \t\t\t ? __builtin_signbitf(x) \\\n\
5691 \t\t\t : sizeof(x) == sizeof(long double) \\\n\
5692 \t\t\t ? __builtin_signbitl(x) \\\n\
5693 \t\t\t : __builtin_signbit(x))",
5694 "^#define[ \t]+signbit\\(x\\)[ \t]+__builtin_signbit\\(x\\)",
5697 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5699 * Description of Solaris_Math_9 fix
5701 tSCC zSolaris_Math_9Name[] =
5705 * File name selection pattern
5707 tSCC zSolaris_Math_9List[] =
5710 * Machine/OS name selection pattern
5712 #define apzSolaris_Math_9Machs (const char**)NULL
5715 * content selection pattern - do fix if pattern found
5717 tSCC zSolaris_Math_9Select0[] =
5718 "@\\(#\\)math_c99.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5721 * content bypass pattern - skip fix if pattern found
5723 tSCC zSolaris_Math_9Bypass0[] =
5726 #define SOLARIS_MATH_9_TEST_CT 2
5727 static tTestDesc aSolaris_Math_9Tests[] = {
5728 { TT_NEGREP, zSolaris_Math_9Bypass0, (regex_t*)NULL },
5729 { TT_EGREP, zSolaris_Math_9Select0, (regex_t*)NULL }, };
5732 * Fix Command Arguments for Solaris_Math_9
5734 static const char* apzSolaris_Math_9Patch[] = {
5736 "#define\t%1(x, y)%2__builtin_%1(x, y)",
5737 "^#define[ \t]+([a-z]+)\\(x, y\\)([ \t]+)\\(\\(x\\) __builtin_[a-z]+\\(y\\)\\)",
5740 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5742 * Description of Solaris_Mutex_Init_1 fix
5744 tSCC zSolaris_Mutex_Init_1Name[] =
5745 "solaris_mutex_init_1";
5748 * File name selection pattern
5750 tSCC zSolaris_Mutex_Init_1List[] =
5753 * Machine/OS name selection pattern
5755 #define apzSolaris_Mutex_Init_1Machs (const char**)NULL
5758 * content selection pattern - do fix if pattern found
5760 tSCC zSolaris_Mutex_Init_1Select0[] =
5761 "@\\(#\\)pthread.h[ \t]+1.1[0-9][ \t]+9[567]/[0-9/]+ SMI";
5763 #define SOLARIS_MUTEX_INIT_1_TEST_CT 1
5764 static tTestDesc aSolaris_Mutex_Init_1Tests[] = {
5765 { TT_EGREP, zSolaris_Mutex_Init_1Select0, (regex_t*)NULL }, };
5768 * Fix Command Arguments for Solaris_Mutex_Init_1
5770 static const char* apzSolaris_Mutex_Init_1Patch[] = { "sed",
5771 "-e", "/define[ \t]*PTHREAD_MUTEX_INI/s/{0, 0,/{{{0}, 0}, {{{0}}},/\n\
5772 /define[ \t]*PTHREAD_COND_INI/s/{0,/{{{0},0},/",
5775 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5777 * Description of Solaris_Mutex_Init_2 fix
5779 tSCC zSolaris_Mutex_Init_2Name[] =
5780 "solaris_mutex_init_2";
5783 * File name selection pattern
5785 tSCC zSolaris_Mutex_Init_2List[] =
5788 * Machine/OS name selection pattern
5790 tSCC* apzSolaris_Mutex_Init_2Machs[] = {
5791 "*-*-solaris2.[0-9]",
5792 "*-*-solaris2.[0-9][!0-9]*",
5793 (const char*)NULL };
5796 * content selection pattern - do fix if pattern found
5798 tSCC zSolaris_Mutex_Init_2Select0[] =
5799 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5801 #define SOLARIS_MUTEX_INIT_2_TEST_CT 1
5802 static tTestDesc aSolaris_Mutex_Init_2Tests[] = {
5803 { TT_EGREP, zSolaris_Mutex_Init_2Select0, (regex_t*)NULL }, };
5806 * Fix Command Arguments for Solaris_Mutex_Init_2
5808 static const char* apzSolaris_Mutex_Init_2Patch[] = {
5810 "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
5815 "(^#define[ \t]+PTHREAD_(MUTEX|COND)_INITIALIZER[ \t]+(|/*.**/[ \t]*\\\\\n\
5816 [ \t]*)\\{.*),[ \t]*0\\}(|[ \t].*)$",
5819 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5821 * Description of Solaris_Rwlock_Init_1 fix
5823 tSCC zSolaris_Rwlock_Init_1Name[] =
5824 "solaris_rwlock_init_1";
5827 * File name selection pattern
5829 tSCC zSolaris_Rwlock_Init_1List[] =
5832 * Machine/OS name selection pattern
5834 tSCC* apzSolaris_Rwlock_Init_1Machs[] = {
5836 (const char*)NULL };
5839 * content selection pattern - do fix if pattern found
5841 tSCC zSolaris_Rwlock_Init_1Select0[] =
5842 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5844 #define SOLARIS_RWLOCK_INIT_1_TEST_CT 1
5845 static tTestDesc aSolaris_Rwlock_Init_1Tests[] = {
5846 { TT_EGREP, zSolaris_Rwlock_Init_1Select0, (regex_t*)NULL }, };
5849 * Fix Command Arguments for Solaris_Rwlock_Init_1
5851 static const char* apzSolaris_Rwlock_Init_1Patch[] = {
5853 "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
5856 %1{0, 0, 0, {{0}, {0}, {0}}, {{0}, {0}}, {{0}, {0}}}\n\
5858 "(^#define[ \t]+PTHREAD_RWLOCK_INITIALIZER[ \t]+)\\{0, 0, 0, \\{0, 0, 0\\}, \\{0, 0\\}, \\{0, 0\\}\\}[ \t]*$",
5861 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5863 * Description of Solaris_Once_Init_1 fix
5865 tSCC zSolaris_Once_Init_1Name[] =
5866 "solaris_once_init_1";
5869 * File name selection pattern
5871 tSCC zSolaris_Once_Init_1List[] =
5874 * Machine/OS name selection pattern
5876 tSCC* apzSolaris_Once_Init_1Machs[] = {
5878 (const char*)NULL };
5881 * content selection pattern - do fix if pattern found
5883 tSCC zSolaris_Once_Init_1Select0[] =
5884 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5886 #define SOLARIS_ONCE_INIT_1_TEST_CT 1
5887 static tTestDesc aSolaris_Once_Init_1Tests[] = {
5888 { TT_EGREP, zSolaris_Once_Init_1Select0, (regex_t*)NULL }, };
5891 * Fix Command Arguments for Solaris_Once_Init_1
5893 static const char* apzSolaris_Once_Init_1Patch[] = {
5896 "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{)([^}]+)(\\})[ \t]*$",
5899 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5901 * Description of Solaris_Once_Init_2 fix
5903 tSCC zSolaris_Once_Init_2Name[] =
5904 "solaris_once_init_2";
5907 * File name selection pattern
5909 tSCC zSolaris_Once_Init_2List[] =
5912 * Machine/OS name selection pattern
5914 tSCC* apzSolaris_Once_Init_2Machs[] = {
5915 "*-*-solaris2.[0-9]",
5916 "*-*-solaris2.[0-9][!0-9]*",
5917 (const char*)NULL };
5920 * content selection pattern - do fix if pattern found
5922 tSCC zSolaris_Once_Init_2Select0[] =
5923 "@\\(#\\)pthread.h[ \t]+1.[0-9]+[ \t]+[0-9/]+ SMI";
5925 #define SOLARIS_ONCE_INIT_2_TEST_CT 1
5926 static tTestDesc aSolaris_Once_Init_2Tests[] = {
5927 { TT_EGREP, zSolaris_Once_Init_2Select0, (regex_t*)NULL }, };
5930 * Fix Command Arguments for Solaris_Once_Init_2
5932 static const char* apzSolaris_Once_Init_2Patch[] = {
5934 "#if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG)\n\
5937 %1{0}, {0}, {0}, {%3}%4\n\
5939 "(^#define[ \t]+PTHREAD_ONCE_INIT[ \t]+\\{\\{)(0, 0, 0, )(PTHREAD_[A-Z_]+)(\\}\\})[ \t]*$",
5942 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5944 * Description of Solaris_Socket fix
5946 tSCC zSolaris_SocketName[] =
5950 * File name selection pattern
5952 tSCC zSolaris_SocketList[] =
5955 * Machine/OS name selection pattern
5957 #define apzSolaris_SocketMachs (const char**)NULL
5960 * content selection pattern - do fix if pattern found
5962 tSCC zSolaris_SocketSelect0[] =
5963 "@\\(#\\)socket.h[ \t]+1.[123][0-9][ \t]+9[567]/[0-9/]+ SMI";
5965 #define SOLARIS_SOCKET_TEST_CT 1
5966 static tTestDesc aSolaris_SocketTests[] = {
5967 { TT_EGREP, zSolaris_SocketSelect0, (regex_t*)NULL }, };
5970 * Fix Command Arguments for Solaris_Socket
5972 static const char* apzSolaris_SocketPatch[] = {
5974 "extern int %1(int, %2void *, int, int);",
5975 "^extern int (recv|send)\\(int, (const )*char \\*, int, int\\);",
5978 /* * * * * * * * * * * * * * * * * * * * * * * * * *
5980 * Description of Solaris_Stdio_Tag fix
5982 tSCC zSolaris_Stdio_TagName[] =
5983 "solaris_stdio_tag";
5986 * File name selection pattern
5988 tSCC zSolaris_Stdio_TagList[] =
5991 * Machine/OS name selection pattern
5993 #define apzSolaris_Stdio_TagMachs (const char**)NULL
5996 * content selection pattern - do fix if pattern found
5998 tSCC zSolaris_Stdio_TagSelect0[] =
5999 "__cplusplus < 54321L";
6002 * content bypass pattern - skip fix if pattern found
6004 tSCC zSolaris_Stdio_TagBypass0[] =
6007 #define SOLARIS_STDIO_TAG_TEST_CT 2
6008 static tTestDesc aSolaris_Stdio_TagTests[] = {
6009 { TT_NEGREP, zSolaris_Stdio_TagBypass0, (regex_t*)NULL },
6010 { TT_EGREP, zSolaris_Stdio_TagSelect0, (regex_t*)NULL }, };
6013 * Fix Command Arguments for Solaris_Stdio_Tag
6015 static const char* apzSolaris_Stdio_TagPatch[] = { "sed",
6016 "-e", "s/defined(__cplusplus) && (__cplusplus < 54321L)/0/",
6019 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6021 * Description of Solaris_Unistd fix
6023 tSCC zSolaris_UnistdName[] =
6027 * File name selection pattern
6029 tSCC zSolaris_UnistdList[] =
6032 * Machine/OS name selection pattern
6034 #define apzSolaris_UnistdMachs (const char**)NULL
6037 * content selection pattern - do fix if pattern found
6039 tSCC zSolaris_UnistdSelect0[] =
6040 "@\\(#\\)unistd.h[ \t]+1.3[0-9][ \t]+9[567]/[0-9/]+ SMI";
6043 * content bypass pattern - skip fix if pattern found
6045 tSCC zSolaris_UnistdBypass0[] =
6048 #define SOLARIS_UNISTD_TEST_CT 2
6049 static tTestDesc aSolaris_UnistdTests[] = {
6050 { TT_NEGREP, zSolaris_UnistdBypass0, (regex_t*)NULL },
6051 { TT_EGREP, zSolaris_UnistdSelect0, (regex_t*)NULL }, };
6054 * Fix Command Arguments for Solaris_Unistd
6056 static const char* apzSolaris_UnistdPatch[] = {
6058 "extern int getpagesize();\n\
6060 "^extern (pid_t|int) getpgid\\(.*\\);",
6063 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6065 * Description of Solaris_Widec fix
6067 tSCC zSolaris_WidecName[] =
6071 * File name selection pattern
6073 tSCC zSolaris_WidecList[] =
6076 * Machine/OS name selection pattern
6078 tSCC* apzSolaris_WidecMachs[] = {
6079 "*-*-solaris2.[0-5]",
6080 "*-*-solaris2.[0-5].*",
6081 (const char*)NULL };
6084 * content selection pattern - do fix if pattern found
6086 tSCC zSolaris_WidecSelect0[] =
6090 * content bypass pattern - skip fix if pattern found
6092 tSCC zSolaris_WidecBypass0[] =
6093 "include.*wchar\\.h";
6095 #define SOLARIS_WIDEC_TEST_CT 2
6096 static tTestDesc aSolaris_WidecTests[] = {
6097 { TT_NEGREP, zSolaris_WidecBypass0, (regex_t*)NULL },
6098 { TT_EGREP, zSolaris_WidecSelect0, (regex_t*)NULL }, };
6101 * Fix Command Arguments for Solaris_Widec
6103 static const char* apzSolaris_WidecPatch[] = {
6106 #include <wchar.h>",
6109 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6111 * Description of Statsswtch fix
6113 tSCC zStatsswtchName[] =
6117 * File name selection pattern
6119 tSCC zStatsswtchList[] =
6122 * Machine/OS name selection pattern
6124 #define apzStatsswtchMachs (const char**)NULL
6127 * content selection pattern - do fix if pattern found
6129 tSCC zStatsswtchSelect0[] =
6132 #define STATSSWTCH_TEST_CT 1
6133 static tTestDesc aStatsswtchTests[] = {
6134 { TT_EGREP, zStatsswtchSelect0, (regex_t*)NULL }, };
6137 * Fix Command Arguments for Statsswtch
6139 static const char* apzStatsswtchPatch[] = {
6144 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6146 * Description of Stdio_Stdarg_H fix
6148 tSCC zStdio_Stdarg_HName[] =
6152 * File name selection pattern
6154 tSCC zStdio_Stdarg_HList[] =
6157 * Machine/OS name selection pattern
6159 tSCC* apzStdio_Stdarg_HMachs[] = {
6160 "*-*-solaris2.1[0-9]*",
6161 (const char*)NULL };
6164 * content bypass pattern - skip fix if pattern found
6166 tSCC zStdio_Stdarg_HBypass0[] =
6167 "include.*(stdarg.h|machine/ansi.h)";
6169 #define STDIO_STDARG_H_TEST_CT 1
6170 static tTestDesc aStdio_Stdarg_HTests[] = {
6171 { TT_NEGREP, zStdio_Stdarg_HBypass0, (regex_t*)NULL }, };
6174 * Fix Command Arguments for Stdio_Stdarg_H
6176 static const char* apzStdio_Stdarg_HPatch[] = {
6178 "#define __need___va_list\n\
6179 #include <stdarg.h>\n",
6182 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6184 * Description of Stdio_Va_List fix
6186 tSCC zStdio_Va_ListName[] =
6190 * File name selection pattern
6192 tSCC zStdio_Va_ListList[] =
6193 "stdio.h\0internal/stdio_core.h\0internal/wchar_core.h\0";
6195 * Machine/OS name selection pattern
6197 tSCC* apzStdio_Va_ListMachs[] = {
6198 "*-*-solaris2.1[0-9]*",
6199 (const char*)NULL };
6202 * content bypass pattern - skip fix if pattern found
6204 tSCC zStdio_Va_ListBypass0[] =
6205 "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
6207 #define STDIO_VA_LIST_TEST_CT 1
6208 static tTestDesc aStdio_Va_ListTests[] = {
6209 { TT_NEGREP, zStdio_Va_ListBypass0, (regex_t*)NULL }, };
6212 * Fix Command Arguments for Stdio_Va_List
6214 static const char* apzStdio_Va_ListPatch[] = { "sed",
6215 "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
6216 s@(va_list)&@(__gnuc_va_list)\\&@\n\
6217 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
6218 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
6219 s@ va_list@ __not_va_list__@\n\
6220 s@\\*va_list@*__not_va_list__@\n\
6221 s@ __va_list)@ __gnuc_va_list)@\n\
6222 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
6223 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
6224 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
6225 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
6226 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
6227 s@VA_LIST@DUMMY_VA_LIST@\n\
6228 s@_Va_LIST@_VA_LIST@",
6231 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6233 * Description of Stdio_Va_List_Clients fix
6235 tSCC zStdio_Va_List_ClientsName[] =
6236 "stdio_va_list_clients";
6239 * File name selection pattern
6241 tSCC zStdio_Va_List_ClientsList[] =
6242 "com_err.h\0cps.h\0curses.h\0krb5.h\0lc_core.h\0pfmt.h\0wchar.h\0curses_colr/curses.h\0";
6244 * Machine/OS name selection pattern
6246 #define apzStdio_Va_List_ClientsMachs (const char**)NULL
6249 * content bypass pattern - skip fix if pattern found
6251 tSCC zStdio_Va_List_ClientsBypass0[] =
6252 "__gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list";
6253 tSCC zStdio_Va_List_ClientsBypass1[] =
6254 "include <stdarg\\.h>|#ifdef va_start";
6256 #define STDIO_VA_LIST_CLIENTS_TEST_CT 2
6257 static tTestDesc aStdio_Va_List_ClientsTests[] = {
6258 { TT_NEGREP, zStdio_Va_List_ClientsBypass0, (regex_t*)NULL },
6259 { TT_NEGREP, zStdio_Va_List_ClientsBypass1, (regex_t*)NULL }, };
6262 * Fix Command Arguments for Stdio_Va_List_Clients
6264 static const char* apzStdio_Va_List_ClientsPatch[] = { "sed",
6265 "-e", "s@[ \t]va_list\\([ \t)]\\)@ __gnuc_va_list\\1@\n\
6266 s@(va_list)&@(__gnuc_va_list)\\&@\n\
6267 s@ _VA_LIST_));@ __gnuc_va_list));@\n\
6268 s@ __VA_LIST__));@ __gnuc_va_list));@\n\
6269 s@ va_list@ __not_va_list__@\n\
6270 s@\\*va_list@*__not_va_list__@\n\
6271 s@ __va_list)@ __gnuc_va_list)@\n\
6272 s@typedef[ \t]\\(.*\\)[ \t]va_list[ \t]*;@typedef \\1 __not_va_list__;@\n\
6273 s@typedef[ \t]*__va_list__@typedef __gnuc_va_list@\n\
6274 s@GNUC_VA_LIST@GNUC_Va_LIST@\n\
6275 s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@\n\
6276 s@_NEED___VA_LIST@_NEED___Va_LIST@\n\
6277 s@VA_LIST@DUMMY_VA_LIST@\n\
6278 s@_Va_LIST@_VA_LIST@",
6281 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6283 * Description of Strict_Ansi_Not fix
6285 tSCC zStrict_Ansi_NotName[] =
6289 * File name selection pattern
6291 #define zStrict_Ansi_NotList (char*)NULL
6293 * Machine/OS name selection pattern
6295 #define apzStrict_Ansi_NotMachs (const char**)NULL
6298 * content selection pattern - do fix if pattern found
6300 tSCC zStrict_Ansi_NotSelect0[] =
6301 "^([ \t]*#[ \t]*if.*)(!__STDC__|__STDC__[ \t]*==[ \t]*0|__STDC__[ \t]*!=[ \t]*1|__STDC__[ \t]*-[ \t]*0[ \t]*==[ \t]*0)";
6304 * content bypass pattern - skip fix if pattern found
6306 tSCC zStrict_Ansi_NotBypass0[] =
6307 "GNU and MIPS C compilers define __STDC__ differently";
6308 tSCC zStrict_Ansi_NotBypass1[] =
6309 "__SCO_VERSION__.*__STDC__ != 1";
6312 * perform the C function call test
6314 tSCC zStrict_Ansi_NotFTst0[] = "stdc_0_in_system_headers";
6316 #define STRICT_ANSI_NOT_TEST_CT 4
6317 static tTestDesc aStrict_Ansi_NotTests[] = {
6318 { TT_FUNCTION, zStrict_Ansi_NotFTst0, 0 /* unused */ },
6319 { TT_NEGREP, zStrict_Ansi_NotBypass0, (regex_t*)NULL },
6320 { TT_NEGREP, zStrict_Ansi_NotBypass1, (regex_t*)NULL },
6321 { TT_EGREP, zStrict_Ansi_NotSelect0, (regex_t*)NULL }, };
6324 * Fix Command Arguments for Strict_Ansi_Not
6326 static const char* apzStrict_Ansi_NotPatch[] = {
6328 "%1 !defined(__STRICT_ANSI__)",
6331 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6333 * Description of Strict_Ansi_Not_Ctd fix
6335 tSCC zStrict_Ansi_Not_CtdName[] =
6336 "strict_ansi_not_ctd";
6339 * File name selection pattern
6341 tSCC zStrict_Ansi_Not_CtdList[] =
6342 "math.h\0limits.h\0stdio.h\0signal.h\0stdlib.h\0sys/signal.h\0time.h\0";
6344 * Machine/OS name selection pattern
6346 #define apzStrict_Ansi_Not_CtdMachs (const char**)NULL
6349 * content selection pattern - do fix if pattern found
6351 tSCC zStrict_Ansi_Not_CtdSelect0[] =
6352 "^([ \t]*(\\(|&&|\\|\\|)([ \t(]*!*[ \t]*defined\\([a-zA-Z_0-9]+\\)[ \t]*[|&][|&])*[ \t(]*)(__STDC__[ \t]*(|-[ \t]*0[ \t]*)==[ \t]*0)";
6355 * perform the C function call test
6357 tSCC zStrict_Ansi_Not_CtdFTst0[] = "stdc_0_in_system_headers";
6359 #define STRICT_ANSI_NOT_CTD_TEST_CT 2
6360 static tTestDesc aStrict_Ansi_Not_CtdTests[] = {
6361 { TT_FUNCTION, zStrict_Ansi_Not_CtdFTst0, 0 /* unused */ },
6362 { TT_EGREP, zStrict_Ansi_Not_CtdSelect0, (regex_t*)NULL }, };
6365 * Fix Command Arguments for Strict_Ansi_Not_Ctd
6367 static const char* apzStrict_Ansi_Not_CtdPatch[] = {
6369 "%1 !defined(__STRICT_ANSI__)",
6372 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6374 * Description of Strict_Ansi_Only fix
6376 tSCC zStrict_Ansi_OnlyName[] =
6380 * File name selection pattern
6382 #define zStrict_Ansi_OnlyList (char*)NULL
6384 * Machine/OS name selection pattern
6386 #define apzStrict_Ansi_OnlyMachs (const char**)NULL
6389 * content selection pattern - do fix if pattern found
6391 tSCC zStrict_Ansi_OnlySelect0[] =
6392 "^([ \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)";
6395 * perform the C function call test
6397 tSCC zStrict_Ansi_OnlyFTst0[] = "stdc_0_in_system_headers";
6399 #define STRICT_ANSI_ONLY_TEST_CT 2
6400 static tTestDesc aStrict_Ansi_OnlyTests[] = {
6401 { TT_FUNCTION, zStrict_Ansi_OnlyFTst0, 0 /* unused */ },
6402 { TT_EGREP, zStrict_Ansi_OnlySelect0, (regex_t*)NULL }, };
6405 * Fix Command Arguments for Strict_Ansi_Only
6407 static const char* apzStrict_Ansi_OnlyPatch[] = {
6409 "%1 defined(__STRICT_ANSI__)",
6412 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6414 * Description of Struct_File fix
6416 tSCC zStruct_FileName[] =
6420 * File name selection pattern
6422 tSCC zStruct_FileList[] =
6425 * Machine/OS name selection pattern
6427 #define apzStruct_FileMachs (const char**)NULL
6430 * content selection pattern - do fix if pattern found
6432 tSCC zStruct_FileSelect0[] =
6433 "^.*xdrstdio_create.*struct __file_s";
6435 #define STRUCT_FILE_TEST_CT 1
6436 static tTestDesc aStruct_FileTests[] = {
6437 { TT_EGREP, zStruct_FileSelect0, (regex_t*)NULL }, };
6440 * Fix Command Arguments for Struct_File
6442 static const char* apzStruct_FilePatch[] = {
6444 "struct __file_s;\n\
6448 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6450 * Description of Struct_Sockaddr fix
6452 tSCC zStruct_SockaddrName[] =
6456 * File name selection pattern
6458 tSCC zStruct_SockaddrList[] =
6461 * Machine/OS name selection pattern
6463 #define apzStruct_SockaddrMachs (const char**)NULL
6466 * content selection pattern - do fix if pattern found
6468 tSCC zStruct_SockaddrSelect0[] =
6469 "^.*authdes_create.*struct sockaddr[^_]";
6472 * content bypass pattern - skip fix if pattern found
6474 tSCC zStruct_SockaddrBypass0[] =
6476 tSCC zStruct_SockaddrBypass1[] =
6477 "struct sockaddr;\n";
6479 #define STRUCT_SOCKADDR_TEST_CT 3
6480 static tTestDesc aStruct_SockaddrTests[] = {
6481 { TT_NEGREP, zStruct_SockaddrBypass0, (regex_t*)NULL },
6482 { TT_NEGREP, zStruct_SockaddrBypass1, (regex_t*)NULL },
6483 { TT_EGREP, zStruct_SockaddrSelect0, (regex_t*)NULL }, };
6486 * Fix Command Arguments for Struct_Sockaddr
6488 static const char* apzStruct_SockaddrPatch[] = {
6490 "struct sockaddr;\n\
6494 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6496 * Description of Sun_Auth_Proto fix
6498 tSCC zSun_Auth_ProtoName[] =
6502 * File name selection pattern
6504 tSCC zSun_Auth_ProtoList[] =
6505 "rpc/auth.h\0rpc/clnt.h\0rpc/svc.h\0rpc/xdr.h\0";
6507 * Machine/OS name selection pattern
6509 #define apzSun_Auth_ProtoMachs (const char**)NULL
6512 * content selection pattern - do fix if pattern found
6514 tSCC zSun_Auth_ProtoSelect0[] =
6515 "\\(\\*[a-z][a-z_]*\\)\\(\\)";
6518 * content bypass pattern - skip fix if pattern found
6520 tSCC zSun_Auth_ProtoBypass0[] =
6523 #define SUN_AUTH_PROTO_TEST_CT 2
6524 static tTestDesc aSun_Auth_ProtoTests[] = {
6525 { TT_NEGREP, zSun_Auth_ProtoBypass0, (regex_t*)NULL },
6526 { TT_EGREP, zSun_Auth_ProtoSelect0, (regex_t*)NULL }, };
6529 * Fix Command Arguments for Sun_Auth_Proto
6531 static const char* apzSun_Auth_ProtoPatch[] = {
6533 "#ifdef __cplusplus\n\
6538 "(.*\\(\\*[a-z][a-z_]*\\))\\(\\);(.*)",
6541 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6543 * Description of Sun_Bogus_Ifdef fix
6545 tSCC zSun_Bogus_IfdefName[] =
6549 * File name selection pattern
6551 tSCC zSun_Bogus_IfdefList[] =
6552 "hsfs/hsfs_spec.h\0hsfs/iso_spec.h\0";
6554 * Machine/OS name selection pattern
6556 #define apzSun_Bogus_IfdefMachs (const char**)NULL
6559 * content selection pattern - do fix if pattern found
6561 tSCC zSun_Bogus_IfdefSelect0[] =
6562 "#ifdef(.*\\|\\|.*)";
6564 #define SUN_BOGUS_IFDEF_TEST_CT 1
6565 static tTestDesc aSun_Bogus_IfdefTests[] = {
6566 { TT_EGREP, zSun_Bogus_IfdefSelect0, (regex_t*)NULL }, };
6569 * Fix Command Arguments for Sun_Bogus_Ifdef
6571 static const char* apzSun_Bogus_IfdefPatch[] = {
6576 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6578 * Description of Sun_Catmacro fix
6580 tSCC zSun_CatmacroName[] =
6584 * File name selection pattern
6586 tSCC zSun_CatmacroList[] =
6587 "pixrect/memvar.h\0";
6589 * Machine/OS name selection pattern
6591 #define apzSun_CatmacroMachs (const char**)NULL
6594 * content selection pattern - do fix if pattern found
6596 tSCC zSun_CatmacroSelect0[] =
6597 "^#define[ \t]+CAT\\(a,b\\).*";
6599 #define SUN_CATMACRO_TEST_CT 1
6600 static tTestDesc aSun_CatmacroTests[] = {
6601 { TT_EGREP, zSun_CatmacroSelect0, (regex_t*)NULL }, };
6604 * Fix Command Arguments for Sun_Catmacro
6606 static const char* apzSun_CatmacroPatch[] = {
6609 # define CAT(a,b) a##b\n\
6615 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6617 * Description of Sun_Malloc fix
6619 tSCC zSun_MallocName[] =
6623 * File name selection pattern
6625 tSCC zSun_MallocList[] =
6628 * Machine/OS name selection pattern
6630 #define apzSun_MallocMachs (const char**)NULL
6633 * content bypass pattern - skip fix if pattern found
6635 tSCC zSun_MallocBypass0[] =
6636 "_CLASSIC_ANSI_TYPES";
6638 #define SUN_MALLOC_TEST_CT 1
6639 static tTestDesc aSun_MallocTests[] = {
6640 { TT_NEGREP, zSun_MallocBypass0, (regex_t*)NULL }, };
6643 * Fix Command Arguments for Sun_Malloc
6645 static const char* apzSun_MallocPatch[] = { "sed",
6646 "-e", "s/typedef[ \t]char \\*\tmalloc_t/typedef void \\*\tmalloc_t/g",
6647 "-e", "s/int[ \t][ \t]*free/void\tfree/g",
6648 "-e", "s/char\\([ \t]*\\*[ \t]*malloc\\)/void\\1/g",
6649 "-e", "s/char\\([ \t]*\\*[ \t]*realloc\\)/void\\1/g",
6650 "-e", "s/char\\([ \t]*\\*[ \t]*calloc\\)/void\\1/g",
6653 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6655 * Description of Sun_Rusers_Semi fix
6657 tSCC zSun_Rusers_SemiName[] =
6661 * File name selection pattern
6663 tSCC zSun_Rusers_SemiList[] =
6664 "rpcsvc/rusers.h\0";
6666 * Machine/OS name selection pattern
6668 #define apzSun_Rusers_SemiMachs (const char**)NULL
6671 * content selection pattern - do fix if pattern found
6673 tSCC zSun_Rusers_SemiSelect0[] =
6676 #define SUN_RUSERS_SEMI_TEST_CT 1
6677 static tTestDesc aSun_Rusers_SemiTests[] = {
6678 { TT_EGREP, zSun_Rusers_SemiSelect0, (regex_t*)NULL }, };
6681 * Fix Command Arguments for Sun_Rusers_Semi
6683 static const char* apzSun_Rusers_SemiPatch[] = { "sed",
6684 "-e", "/^struct/,/^};/s/_cnt$/_cnt;/",
6687 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6689 * Description of Sun_Signal fix
6691 tSCC zSun_SignalName[] =
6695 * File name selection pattern
6697 tSCC zSun_SignalList[] =
6698 "sys/signal.h\0signal.h\0";
6700 * Machine/OS name selection pattern
6702 #define apzSun_SignalMachs (const char**)NULL
6705 * content selection pattern - do fix if pattern found
6707 tSCC zSun_SignalSelect0[] =
6708 "^void\t\\(\\*signal\\(\\)\\)\\(\\);.*";
6710 #define SUN_SIGNAL_TEST_CT 1
6711 static tTestDesc aSun_SignalTests[] = {
6712 { TT_EGREP, zSun_SignalSelect0, (regex_t*)NULL }, };
6715 * Fix Command Arguments for Sun_Signal
6717 static const char* apzSun_SignalPatch[] = {
6719 "#ifdef __cplusplus\n\
6720 void\t(*signal(...))(...);\n\
6726 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6728 * Description of Sunos_Strlen fix
6730 tSCC zSunos_StrlenName[] =
6734 * File name selection pattern
6736 tSCC zSunos_StrlenList[] =
6739 * Machine/OS name selection pattern
6741 #define apzSunos_StrlenMachs (const char**)NULL
6744 * content selection pattern - do fix if pattern found
6746 tSCC zSunos_StrlenSelect0[] =
6747 "int[ \t]*strlen\\(\\);(.*)";
6749 #define SUNOS_STRLEN_TEST_CT 1
6750 static tTestDesc aSunos_StrlenTests[] = {
6751 { TT_EGREP, zSunos_StrlenSelect0, (regex_t*)NULL }, };
6754 * Fix Command Arguments for Sunos_Strlen
6756 static const char* apzSunos_StrlenPatch[] = {
6758 "__SIZE_TYPE__ strlen();%1",
6761 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6763 * Description of Svr4_Disable_Opt fix
6765 tSCC zSvr4_Disable_OptName[] =
6769 * File name selection pattern
6771 tSCC zSvr4_Disable_OptList[] =
6774 * Machine/OS name selection pattern
6776 #define apzSvr4_Disable_OptMachs (const char**)NULL
6779 * content selection pattern - do fix if pattern found
6781 tSCC zSvr4_Disable_OptSelect0[] =
6782 "#define.*__std_hdr_";
6784 #define SVR4_DISABLE_OPT_TEST_CT 1
6785 static tTestDesc aSvr4_Disable_OptTests[] = {
6786 { TT_EGREP, zSvr4_Disable_OptSelect0, (regex_t*)NULL }, };
6789 * Fix Command Arguments for Svr4_Disable_Opt
6791 static const char* apzSvr4_Disable_OptPatch[] = { "sed",
6792 "-e", "/#define.*__std_hdr_/d",
6795 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6797 * Description of Svr4_Getcwd fix
6799 tSCC zSvr4_GetcwdName[] =
6803 * File name selection pattern
6805 tSCC zSvr4_GetcwdList[] =
6806 "stdlib.h\0unistd.h\0prototypes.h\0";
6808 * Machine/OS name selection pattern
6810 #define apzSvr4_GetcwdMachs (const char**)NULL
6813 * content selection pattern - do fix if pattern found
6815 tSCC zSvr4_GetcwdSelect0[] =
6816 "getcwd\\(char \\*, int\\)";
6818 #define SVR4_GETCWD_TEST_CT 1
6819 static tTestDesc aSvr4_GetcwdTests[] = {
6820 { TT_EGREP, zSvr4_GetcwdSelect0, (regex_t*)NULL }, };
6823 * Fix Command Arguments for Svr4_Getcwd
6825 static const char* apzSvr4_GetcwdPatch[] = {
6827 "getcwd(char *, size_t)",
6830 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6832 * Description of Svr4_Krnl fix
6834 tSCC zSvr4_KrnlName[] =
6838 * File name selection pattern
6840 tSCC zSvr4_KrnlList[] =
6841 "fs/rfs/rf_cache.h\0sys/erec.h\0sys/err.h\0sys/char.h\0sys/getpages.h\0sys/map.h\0sys/cmn_err.h\0sys/kdebugger.h\0";
6843 * Machine/OS name selection pattern
6845 tSCC* apzSvr4_KrnlMachs[] = {
6847 "i?86-sequent-ptx*",
6848 (const char*)NULL };
6851 * content bypass pattern - skip fix if pattern found
6853 tSCC zSvr4_KrnlBypass0[] =
6856 #define SVR4_KRNL_TEST_CT 1
6857 static tTestDesc aSvr4_KrnlTests[] = {
6858 { TT_NEGREP, zSvr4_KrnlBypass0, (regex_t*)NULL }, };
6861 * Fix Command Arguments for Svr4_Krnl
6863 static const char* apzSvr4_KrnlPatch[] = {
6866 "#endif /* _KERNEL */\n",
6869 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6871 * Description of Svr4_Profil fix
6873 tSCC zSvr4_ProfilName[] =
6877 * File name selection pattern
6879 tSCC zSvr4_ProfilList[] =
6880 "stdlib.h\0unistd.h\0";
6882 * Machine/OS name selection pattern
6884 #define apzSvr4_ProfilMachs (const char**)NULL
6887 * content selection pattern - do fix if pattern found
6889 tSCC zSvr4_ProfilSelect0[] =
6890 "profil\\(unsigned short \\*, unsigned int, unsigned int, unsigned int\\)";
6893 * content bypass pattern - skip fix if pattern found
6895 tSCC zSvr4_ProfilBypass0[] =
6898 #define SVR4_PROFIL_TEST_CT 2
6899 static tTestDesc aSvr4_ProfilTests[] = {
6900 { TT_NEGREP, zSvr4_ProfilBypass0, (regex_t*)NULL },
6901 { TT_EGREP, zSvr4_ProfilSelect0, (regex_t*)NULL }, };
6904 * Fix Command Arguments for Svr4_Profil
6906 static const char* apzSvr4_ProfilPatch[] = {
6908 "profil(unsigned short *, size_t, int, unsigned int)",
6911 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6913 * Description of Svr4_Sighandler_Type fix
6915 tSCC zSvr4_Sighandler_TypeName[] =
6916 "svr4_sighandler_type";
6919 * File name selection pattern
6921 tSCC zSvr4_Sighandler_TypeList[] =
6924 * Machine/OS name selection pattern
6926 #define apzSvr4_Sighandler_TypeMachs (const char**)NULL
6929 * content selection pattern - do fix if pattern found
6931 tSCC zSvr4_Sighandler_TypeSelect0[] =
6932 "void *\\(\\*\\)\\(\\)";
6934 #define SVR4_SIGHANDLER_TYPE_TEST_CT 1
6935 static tTestDesc aSvr4_Sighandler_TypeTests[] = {
6936 { TT_EGREP, zSvr4_Sighandler_TypeSelect0, (regex_t*)NULL }, };
6939 * Fix Command Arguments for Svr4_Sighandler_Type
6941 static const char* apzSvr4_Sighandler_TypePatch[] = {
6946 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6948 * Description of Svr4_Undeclared_Getrnge fix
6950 tSCC zSvr4_Undeclared_GetrngeName[] =
6951 "svr4_undeclared_getrnge";
6954 * File name selection pattern
6956 tSCC zSvr4_Undeclared_GetrngeList[] =
6959 * Machine/OS name selection pattern
6961 #define apzSvr4_Undeclared_GetrngeMachs (const char**)NULL
6964 * content selection pattern - do fix if pattern found
6966 tSCC zSvr4_Undeclared_GetrngeSelect0[] =
6970 * content bypass pattern - skip fix if pattern found
6972 tSCC zSvr4_Undeclared_GetrngeBypass0[] =
6973 "static void getrnge";
6975 #define SVR4_UNDECLARED_GETRNGE_TEST_CT 2
6976 static tTestDesc aSvr4_Undeclared_GetrngeTests[] = {
6977 { TT_NEGREP, zSvr4_Undeclared_GetrngeBypass0, (regex_t*)NULL },
6978 { TT_EGREP, zSvr4_Undeclared_GetrngeSelect0, (regex_t*)NULL }, };
6981 * Fix Command Arguments for Svr4_Undeclared_Getrnge
6983 static const char* apzSvr4_Undeclared_GetrngePatch[] = {
6986 static int getrnge ();",
6987 "^static int[ \t]+size;",
6990 /* * * * * * * * * * * * * * * * * * * * * * * * * *
6992 * Description of Sysv68_String fix
6994 tSCC zSysv68_StringName[] =
6998 * File name selection pattern
7000 tSCC zSysv68_StringList[] =
7001 "testing.h\0string.h\0";
7003 * Machine/OS name selection pattern
7005 #define apzSysv68_StringMachs (const char**)NULL
7008 * content bypass pattern - skip fix if pattern found
7010 tSCC zSysv68_StringBypass0[] =
7011 "_CLASSIC_ANSI_TYPES";
7013 #define SYSV68_STRING_TEST_CT 1
7014 static tTestDesc aSysv68_StringTests[] = {
7015 { TT_NEGREP, zSysv68_StringBypass0, (regex_t*)NULL }, };
7018 * Fix Command Arguments for Sysv68_String
7020 static const char* apzSysv68_StringPatch[] = { "sed",
7021 "-e", "s/extern[ \t]*int[ \t]*strlen();/extern unsigned int strlen();/",
7022 "-e", "s/extern[ \t]*int[ \t]*ffs[ \t]*(long);/extern int ffs(int);/",
7023 "-e", "s/strdup(char \\*s1);/strdup(const char *s1);/",
7024 "-e", "/^extern char$/N",
7025 "-e", "s/^extern char\\(\\n\t\\*memccpy(),\\)$/extern void\\1/",
7026 "-e", "/^extern int$/N",
7027 "-e", "s/^extern int\\(\\n\tstrlen(),\\)/extern size_t\\1/",
7028 "-e", "/^\tstrncmp(),$/N",
7029 "-e", "s/^\\(\tstrncmp()\\),\\n\\(\tstrlen(),\\)$/\\1;\\\n\
7030 extern unsigned int\\\n\
7034 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7036 * Description of Sysz_Stdlib_For_Sun fix
7038 tSCC zSysz_Stdlib_For_SunName[] =
7039 "sysz_stdlib_for_sun";
7042 * File name selection pattern
7044 tSCC zSysz_Stdlib_For_SunList[] =
7047 * Machine/OS name selection pattern
7049 #define apzSysz_Stdlib_For_SunMachs (const char**)NULL
7052 * content selection pattern - do fix if pattern found
7054 tSCC zSysz_Stdlib_For_SunSelect0[] =
7055 "char[ \t]*\\*[ \t]*(calloc|malloc|realloc|bsearch)[ \t]*\\(";
7058 * content bypass pattern - skip fix if pattern found
7060 tSCC zSysz_Stdlib_For_SunBypass0[] =
7061 "_CLASSIC_ANSI_TYPES";
7063 #define SYSZ_STDLIB_FOR_SUN_TEST_CT 2
7064 static tTestDesc aSysz_Stdlib_For_SunTests[] = {
7065 { TT_NEGREP, zSysz_Stdlib_For_SunBypass0, (regex_t*)NULL },
7066 { TT_EGREP, zSysz_Stdlib_For_SunSelect0, (regex_t*)NULL }, };
7069 * Fix Command Arguments for Sysz_Stdlib_For_Sun
7071 static const char* apzSysz_Stdlib_For_SunPatch[] = {
7076 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7078 * Description of Thread_Keyword fix
7080 tSCC zThread_KeywordName[] =
7084 * File name selection pattern
7086 tSCC zThread_KeywordList[] =
7087 "pthread.h\0bits/sigthread.h\0";
7089 * Machine/OS name selection pattern
7091 #define apzThread_KeywordMachs (const char**)NULL
7094 * content selection pattern - do fix if pattern found
7096 tSCC zThread_KeywordSelect0[] =
7097 "([* ])__thread([,)])";
7099 #define THREAD_KEYWORD_TEST_CT 1
7100 static tTestDesc aThread_KeywordTests[] = {
7101 { TT_EGREP, zThread_KeywordSelect0, (regex_t*)NULL }, };
7104 * Fix Command Arguments for Thread_Keyword
7106 static const char* apzThread_KeywordPatch[] = {
7111 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7113 * Description of Tinfo_Cplusplus fix
7115 tSCC zTinfo_CplusplusName[] =
7119 * File name selection pattern
7121 tSCC zTinfo_CplusplusList[] =
7124 * Machine/OS name selection pattern
7126 #define apzTinfo_CplusplusMachs (const char**)NULL
7129 * content selection pattern - do fix if pattern found
7131 tSCC zTinfo_CplusplusSelect0[] =
7134 #define TINFO_CPLUSPLUS_TEST_CT 1
7135 static tTestDesc aTinfo_CplusplusTests[] = {
7136 { TT_EGREP, zTinfo_CplusplusSelect0, (regex_t*)NULL }, };
7139 * Fix Command Arguments for Tinfo_Cplusplus
7141 static const char* apzTinfo_CplusplusPatch[] = {
7146 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7148 * Description of Ultrix_Atexit_Param fix
7150 tSCC zUltrix_Atexit_ParamName[] =
7151 "ultrix_atexit_param";
7154 * File name selection pattern
7156 tSCC zUltrix_Atexit_ParamList[] =
7159 * Machine/OS name selection pattern
7161 #define apzUltrix_Atexit_ParamMachs (const char**)NULL
7164 * content selection pattern - do fix if pattern found
7166 tSCC zUltrix_Atexit_ParamSelect0[] =
7167 "atexit\\(.*\\(\\)";
7169 #define ULTRIX_ATEXIT_PARAM_TEST_CT 1
7170 static tTestDesc aUltrix_Atexit_ParamTests[] = {
7171 { TT_EGREP, zUltrix_Atexit_ParamSelect0, (regex_t*)NULL }, };
7174 * Fix Command Arguments for Ultrix_Atexit_Param
7176 static const char* apzUltrix_Atexit_ParamPatch[] = {
7178 "atexit( void (*__func)( void )",
7181 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7183 * Description of Ultrix_Atof_Param fix
7185 tSCC zUltrix_Atof_ParamName[] =
7186 "ultrix_atof_param";
7189 * File name selection pattern
7191 tSCC zUltrix_Atof_ParamList[] =
7194 * Machine/OS name selection pattern
7196 #define apzUltrix_Atof_ParamMachs (const char**)NULL
7199 * content selection pattern - do fix if pattern found
7201 tSCC zUltrix_Atof_ParamSelect0[] =
7202 "atof\\([ \t]*char";
7204 #define ULTRIX_ATOF_PARAM_TEST_CT 1
7205 static tTestDesc aUltrix_Atof_ParamTests[] = {
7206 { TT_EGREP, zUltrix_Atof_ParamSelect0, (regex_t*)NULL }, };
7209 * Fix Command Arguments for Ultrix_Atof_Param
7211 static const char* apzUltrix_Atof_ParamPatch[] = {
7216 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7218 * Description of Ultrix_Const fix
7220 tSCC zUltrix_ConstName[] =
7224 * File name selection pattern
7226 tSCC zUltrix_ConstList[] =
7229 * Machine/OS name selection pattern
7231 #define apzUltrix_ConstMachs (const char**)NULL
7234 * content selection pattern - do fix if pattern found
7236 tSCC zUltrix_ConstSelect0[] =
7237 "perror\\( char \\*";
7239 #define ULTRIX_CONST_TEST_CT 1
7240 static tTestDesc aUltrix_ConstTests[] = {
7241 { TT_EGREP, zUltrix_ConstSelect0, (regex_t*)NULL }, };
7244 * Fix Command Arguments for Ultrix_Const
7246 static const char* apzUltrix_ConstPatch[] = {
7249 "([ \t*](perror|fputs|fwrite|scanf|fscanf)\\(.*)[ \t]+(char|void) \\*__",
7252 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7254 * Description of Ultrix_Const2 fix
7256 tSCC zUltrix_Const2Name[] =
7260 * File name selection pattern
7262 tSCC zUltrix_Const2List[] =
7265 * Machine/OS name selection pattern
7267 #define apzUltrix_Const2Machs (const char**)NULL
7270 * content selection pattern - do fix if pattern found
7272 tSCC zUltrix_Const2Select0[] =
7273 "\\*fopen\\( char \\*";
7275 #define ULTRIX_CONST2_TEST_CT 1
7276 static tTestDesc aUltrix_Const2Tests[] = {
7277 { TT_EGREP, zUltrix_Const2Select0, (regex_t*)NULL }, };
7280 * Fix Command Arguments for Ultrix_Const2
7282 static const char* apzUltrix_Const2Patch[] = {
7284 "%1( const char *%3, const char *",
7285 "([ \t*](fopen|sscanf|popen|tempnam))\\([ \t]*char[ \t]*\\*([^,]*),[ \t]*char[ \t]*\\*[ \t]*",
7288 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7290 * Description of Ultrix_Const3 fix
7292 tSCC zUltrix_Const3Name[] =
7296 * File name selection pattern
7298 tSCC zUltrix_Const3List[] =
7301 * Machine/OS name selection pattern
7303 #define apzUltrix_Const3Machs (const char**)NULL
7306 * content selection pattern - do fix if pattern found
7308 tSCC zUltrix_Const3Select0[] =
7309 "fdopen\\( .*, char \\*";
7311 #define ULTRIX_CONST3_TEST_CT 1
7312 static tTestDesc aUltrix_Const3Tests[] = {
7313 { TT_EGREP, zUltrix_Const3Select0, (regex_t*)NULL }, };
7316 * Fix Command Arguments for Ultrix_Const3
7318 static const char* apzUltrix_Const3Patch[] = {
7321 "([ \t*](fdopen)\\(.*)[ \t]+(char|void) \\*__",
7324 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7326 * Description of Ultrix_Fix_Fixproto fix
7328 tSCC zUltrix_Fix_FixprotoName[] =
7329 "ultrix_fix_fixproto";
7332 * File name selection pattern
7334 tSCC zUltrix_Fix_FixprotoList[] =
7337 * Machine/OS name selection pattern
7339 #define apzUltrix_Fix_FixprotoMachs (const char**)NULL
7342 * content selection pattern - do fix if pattern found
7344 tSCC zUltrix_Fix_FixprotoSelect0[] =
7347 #define ULTRIX_FIX_FIXPROTO_TEST_CT 1
7348 static tTestDesc aUltrix_Fix_FixprotoTests[] = {
7349 { TT_EGREP, zUltrix_Fix_FixprotoSelect0, (regex_t*)NULL }, };
7352 * Fix Command Arguments for Ultrix_Fix_Fixproto
7354 static const char* apzUltrix_Fix_FixprotoPatch[] = {
7358 "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);",
7361 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7363 * Description of Ultrix_Ifdef fix
7365 tSCC zUltrix_IfdefName[] =
7369 * File name selection pattern
7371 tSCC zUltrix_IfdefList[] =
7374 * Machine/OS name selection pattern
7376 #define apzUltrix_IfdefMachs (const char**)NULL
7379 * content selection pattern - do fix if pattern found
7381 tSCC zUltrix_IfdefSelect0[] =
7382 "^#ifdef KERNEL[ \t]+&&";
7384 #define ULTRIX_IFDEF_TEST_CT 1
7385 static tTestDesc aUltrix_IfdefTests[] = {
7386 { TT_EGREP, zUltrix_IfdefSelect0, (regex_t*)NULL }, };
7389 * Fix Command Arguments for Ultrix_Ifdef
7391 static const char* apzUltrix_IfdefPatch[] = {
7393 "#if defined(KERNEL) &&",
7396 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7398 * Description of Ultrix_Locale fix
7400 tSCC zUltrix_LocaleName[] =
7404 * File name selection pattern
7406 tSCC zUltrix_LocaleList[] =
7409 * Machine/OS name selection pattern
7411 #define apzUltrix_LocaleMachs (const char**)NULL
7414 * content selection pattern - do fix if pattern found
7416 tSCC zUltrix_LocaleSelect0[] =
7417 "@\\(#\\)locale\\.h.*6\\.1.*\\(ULTRIX\\)";
7419 #define ULTRIX_LOCALE_TEST_CT 1
7420 static tTestDesc aUltrix_LocaleTests[] = {
7421 { TT_EGREP, zUltrix_LocaleSelect0, (regex_t*)NULL }, };
7424 * Fix Command Arguments for Ultrix_Locale
7426 static const char* apzUltrix_LocalePatch[] = {
7430 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7432 * Description of Ultrix_Math_Ifdef fix
7434 tSCC zUltrix_Math_IfdefName[] =
7435 "ultrix_math_ifdef";
7438 * File name selection pattern
7440 tSCC zUltrix_Math_IfdefList[] =
7441 "sys/limits.h\0float.h\0math.h\0";
7443 * Machine/OS name selection pattern
7445 #define apzUltrix_Math_IfdefMachs (const char**)NULL
7448 * content selection pattern - do fix if pattern found
7450 tSCC zUltrix_Math_IfdefSelect0[] =
7451 "^(#if.*)\\|\\|[ \t]+CC\\$[a-z]+";
7453 #define ULTRIX_MATH_IFDEF_TEST_CT 1
7454 static tTestDesc aUltrix_Math_IfdefTests[] = {
7455 { TT_EGREP, zUltrix_Math_IfdefSelect0, (regex_t*)NULL }, };
7458 * Fix Command Arguments for Ultrix_Math_Ifdef
7460 static const char* apzUltrix_Math_IfdefPatch[] = {
7465 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7467 * Description of Ultrix_Nested_Ioctl fix
7469 tSCC zUltrix_Nested_IoctlName[] =
7470 "ultrix_nested_ioctl";
7473 * File name selection pattern
7475 tSCC zUltrix_Nested_IoctlList[] =
7478 * Machine/OS name selection pattern
7480 #define apzUltrix_Nested_IoctlMachs (const char**)NULL
7483 * content selection pattern - do fix if pattern found
7485 tSCC zUltrix_Nested_IoctlSelect0[] =
7486 "^/\\* #define SIOCSCREEN";
7488 #define ULTRIX_NESTED_IOCTL_TEST_CT 1
7489 static tTestDesc aUltrix_Nested_IoctlTests[] = {
7490 { TT_EGREP, zUltrix_Nested_IoctlSelect0, (regex_t*)NULL }, };
7493 * Fix Command Arguments for Ultrix_Nested_Ioctl
7495 static const char* apzUltrix_Nested_IoctlPatch[] = { "sed",
7496 "-e", "/^\\/\\* #define SIOCSCREEN/s@/\\* screend@*//* screend@",
7499 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7501 * Description of Ultrix_Nested_Svc fix
7503 tSCC zUltrix_Nested_SvcName[] =
7504 "ultrix_nested_svc";
7507 * File name selection pattern
7509 tSCC zUltrix_Nested_SvcList[] =
7512 * Machine/OS name selection pattern
7514 #define apzUltrix_Nested_SvcMachs (const char**)NULL
7517 * content selection pattern - do fix if pattern found
7519 tSCC zUltrix_Nested_SvcSelect0[] =
7520 "^ \\*[ \t]*int protocol; */\\*";
7522 #define ULTRIX_NESTED_SVC_TEST_CT 1
7523 static tTestDesc aUltrix_Nested_SvcTests[] = {
7524 { TT_EGREP, zUltrix_Nested_SvcSelect0, (regex_t*)NULL }, };
7527 * Fix Command Arguments for Ultrix_Nested_Svc
7529 static const char* apzUltrix_Nested_SvcPatch[] = { "sed",
7530 "-e", "s@^\\( \\*\tint protocol; \\)/\\*@\\1*/ /*@",
7533 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7535 * Description of Ultrix_Stat fix
7537 tSCC zUltrix_StatName[] =
7541 * File name selection pattern
7543 tSCC zUltrix_StatList[] =
7546 * Machine/OS name selection pattern
7548 #define apzUltrix_StatMachs (const char**)NULL
7551 * content selection pattern - do fix if pattern found
7553 tSCC zUltrix_StatSelect0[] =
7554 "@\\(#\\)stat\\.h.*6\\.1.*\\(ULTRIX\\)";
7556 #define ULTRIX_STAT_TEST_CT 1
7557 static tTestDesc aUltrix_StatTests[] = {
7558 { TT_EGREP, zUltrix_StatSelect0, (regex_t*)NULL }, };
7561 * Fix Command Arguments for Ultrix_Stat
7563 static const char* apzUltrix_StatPatch[] = { "sed",
7564 "-e", "/^#define[ \t]S_IFPORT[ \t]*S_IFIFO$/a\\\n\
7566 /* macro to test for symbolic link */\\\n\
7567 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)\\\n\n",
7568 "-e", "/^[ \t]*fstat(),$/a\\\n\
7572 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7574 * Description of Ultrix_Static fix
7576 tSCC zUltrix_StaticName[] =
7580 * File name selection pattern
7582 tSCC zUltrix_StaticList[] =
7585 * Machine/OS name selection pattern
7587 #define apzUltrix_StaticMachs (const char**)NULL
7590 * content selection pattern - do fix if pattern found
7592 tSCC zUltrix_StaticSelect0[] =
7593 "#include \"r[34]_cpu";
7595 #define ULTRIX_STATIC_TEST_CT 1
7596 static tTestDesc aUltrix_StaticTests[] = {
7597 { TT_EGREP, zUltrix_StaticSelect0, (regex_t*)NULL }, };
7600 * Fix Command Arguments for Ultrix_Static
7602 static const char* apzUltrix_StaticPatch[] = { "sed",
7603 "-e", "s/^static struct tlb_pid_state/struct tlb_pid_state/",
7604 "-e", "s/^#include \"r3_cpu\\.h\"$/#include <machine\\/r3_cpu\\.h>/",
7605 "-e", "s/^#include \"r4_cpu\\.h\"$/#include <machine\\/r4_cpu\\.h>/",
7608 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7610 * Description of Ultrix_Stdlib fix
7612 tSCC zUltrix_StdlibName[] =
7616 * File name selection pattern
7618 tSCC zUltrix_StdlibList[] =
7621 * Machine/OS name selection pattern
7623 #define apzUltrix_StdlibMachs (const char**)NULL
7626 * content selection pattern - do fix if pattern found
7628 tSCC zUltrix_StdlibSelect0[] =
7629 "@\\(#\\)stdlib\\.h.*6\\.1.*\\(ULTRIX\\)";
7631 #define ULTRIX_STDLIB_TEST_CT 1
7632 static tTestDesc aUltrix_StdlibTests[] = {
7633 { TT_EGREP, zUltrix_StdlibSelect0, (regex_t*)NULL }, };
7636 * Fix Command Arguments for Ultrix_Stdlib
7638 static const char* apzUltrix_StdlibPatch[] = { "sed",
7639 "-e", "/^char.*getenv( const char .* );.*$/a\\\n\
7640 int\t\tsetenv( const char *__name, const char *__val, int __ovrwrt );\\\n\
7641 void\t\tunsetenv( const char *__name );\\\n\
7642 int\t\tputenv( char *__s );\n",
7643 "-e", "/^char.*getenv();.*$/a\\\n\
7645 void\tunsetenv();\\\n\
7649 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7651 * Description of Ultrix_Strings fix
7653 tSCC zUltrix_StringsName[] =
7657 * File name selection pattern
7659 tSCC zUltrix_StringsList[] =
7662 * Machine/OS name selection pattern
7664 #define apzUltrix_StringsMachs (const char**)NULL
7667 * content selection pattern - do fix if pattern found
7669 tSCC zUltrix_StringsSelect0[] =
7670 "@\\(#\\)strings\\.h.*6\\.1.*\\(ULTRIX\\)";
7672 #define ULTRIX_STRINGS_TEST_CT 1
7673 static tTestDesc aUltrix_StringsTests[] = {
7674 { TT_EGREP, zUltrix_StringsSelect0, (regex_t*)NULL }, };
7677 * Fix Command Arguments for Ultrix_Strings
7679 static const char* apzUltrix_StringsPatch[] = {
7683 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7685 * Description of Ultrix_Strings2 fix
7687 tSCC zUltrix_Strings2Name[] =
7691 * File name selection pattern
7693 tSCC zUltrix_Strings2List[] =
7696 * Machine/OS name selection pattern
7698 #define apzUltrix_Strings2Machs (const char**)NULL
7701 * content selection pattern - do fix if pattern found
7703 tSCC zUltrix_Strings2Select0[] =
7704 "@\\(#\\)strings\\.h.*6\\.1.*\\(ULTRIX\\)";
7706 #define ULTRIX_STRINGS2_TEST_CT 1
7707 static tTestDesc aUltrix_Strings2Tests[] = {
7708 { TT_EGREP, zUltrix_Strings2Select0, (regex_t*)NULL }, };
7711 * Fix Command Arguments for Ultrix_Strings2
7713 static const char* apzUltrix_Strings2Patch[] = { "sed",
7714 "-e", "/^.*strncmp( const .* );.*/a\\\n\
7717 \tstrcasecmp( const char *__s1, const char *__s2),\\\n\
7718 \tstrncasecmp( const char *__s1, const char *__s2, size_t __n );\n",
7719 "-e", "/^.*strncmp();.*/a\\\n\
7721 \tstrcasecmp(),\\\n\
7722 \tstrncasecmp();\n",
7725 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7727 * Description of Ultrix_Sys_Time fix
7729 tSCC zUltrix_Sys_TimeName[] =
7733 * File name selection pattern
7735 tSCC zUltrix_Sys_TimeList[] =
7738 * Machine/OS name selection pattern
7740 #define apzUltrix_Sys_TimeMachs (const char**)NULL
7743 * content selection pattern - do fix if pattern found
7745 tSCC zUltrix_Sys_TimeSelect0[] =
7746 "@\\(#\\)time\\.h.*6\\.1.*\\(ULTRIX\\)";
7748 #define ULTRIX_SYS_TIME_TEST_CT 1
7749 static tTestDesc aUltrix_Sys_TimeTests[] = {
7750 { TT_EGREP, zUltrix_Sys_TimeSelect0, (regex_t*)NULL }, };
7753 * Fix Command Arguments for Ultrix_Sys_Time
7755 static const char* apzUltrix_Sys_TimePatch[] = { "sed",
7756 "-e", "/^extern.*time_t.*time( time_t .* );.*$/a\\\n\
7758 extern int adjtime(struct timeval *, struct timeval *);\\\n\
7759 extern int getitimer(int, struct itimerval *);\\\n\
7760 extern int setitimer(int, struct itimerval *, struct itimerval *);\\\n\
7761 extern int gettimeofday(struct timeval *, struct timezone *);\\\n\
7762 extern int settimeofday(struct timeval *, struct timezone *);\\\n\
7763 extern void profil(const void *, size_t, size_t, unsigned int);\\\n\
7764 extern int stime(const time_t *);\\\n\
7765 extern int utimes(const char *, const struct timeval[2]);\\\n\
7766 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);\n",
7767 "-e", "/^extern.*double.*difftime();.*$/a\\\n\
7768 extern\tint adjtime();\\\n\
7769 extern\tint getitimer();\\\n\
7770 extern\tint setitimer();\\\n\
7771 extern\tint gettimeofday();\\\n\
7772 extern\tint settimeofday();\\\n\
7773 extern\tvoid profil();\\\n\
7774 extern\tint stime();\\\n\
7775 extern\tint utimes();\\\n\
7776 extern\tint select();\n",
7779 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7781 * Description of Ultrix_Unistd fix
7783 tSCC zUltrix_UnistdName[] =
7787 * File name selection pattern
7789 tSCC zUltrix_UnistdList[] =
7792 * Machine/OS name selection pattern
7794 #define apzUltrix_UnistdMachs (const char**)NULL
7797 * content selection pattern - do fix if pattern found
7799 tSCC zUltrix_UnistdSelect0[] =
7800 "@\\(#\\)unistd\\.h.*6\\.1.*\\(ULTRIX\\)";
7802 #define ULTRIX_UNISTD_TEST_CT 1
7803 static tTestDesc aUltrix_UnistdTests[] = {
7804 { TT_EGREP, zUltrix_UnistdSelect0, (regex_t*)NULL }, };
7807 * Fix Command Arguments for Ultrix_Unistd
7809 static const char* apzUltrix_UnistdPatch[] = { "sed",
7810 "-e", "/^[ \t]*getgroups(),.*$/a\\\n\
7811 \tgetpagesize(),\n",
7812 "-e", "/^[ \t]*fork(),.*$/a\\\n\
7816 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7818 * Description of Unicosmk_Restrict fix
7820 tSCC zUnicosmk_RestrictName[] =
7821 "unicosmk_restrict";
7824 * File name selection pattern
7826 tSCC zUnicosmk_RestrictList[] =
7827 "stdio.h\0stdlib.h\0wchar.h\0";
7829 * Machine/OS name selection pattern
7831 tSCC* apzUnicosmk_RestrictMachs[] = {
7833 (const char*)NULL };
7836 * content selection pattern - do fix if pattern found
7838 tSCC zUnicosmk_RestrictSelect0[] =
7839 "(\\*[ \t]*)restrict([ \t]+)";
7841 #define UNICOSMK_RESTRICT_TEST_CT 1
7842 static tTestDesc aUnicosmk_RestrictTests[] = {
7843 { TT_EGREP, zUnicosmk_RestrictSelect0, (regex_t*)NULL }, };
7846 * Fix Command Arguments for Unicosmk_Restrict
7848 static const char* apzUnicosmk_RestrictPatch[] = {
7853 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7855 * Description of Uw7_Byteorder_Fix fix
7857 tSCC zUw7_Byteorder_FixName[] =
7858 "uw7_byteorder_fix";
7861 * File name selection pattern
7863 tSCC zUw7_Byteorder_FixList[] =
7866 * Machine/OS name selection pattern
7868 tSCC* apzUw7_Byteorder_FixMachs[] = {
7872 "i?86-*-solaris2.[0-4]",
7873 "powerpcle-*-solaris2.[0-4]",
7874 "sparc-*-solaris2.[0-4]",
7875 (const char*)NULL };
7878 * content selection pattern - do fix if pattern found
7880 tSCC zUw7_Byteorder_FixSelect0[] =
7884 * perform the 'test' shell command - do fix on success
7886 tSCC zUw7_Byteorder_FixTest0[] =
7887 "-f sys/byteorder.h";
7889 #define UW7_BYTEORDER_FIX_TEST_CT 2
7890 static tTestDesc aUw7_Byteorder_FixTests[] = {
7891 { TT_TEST, zUw7_Byteorder_FixTest0, 0 /* unused */ },
7892 { TT_EGREP, zUw7_Byteorder_FixSelect0, (regex_t*)NULL }, };
7895 * Fix Command Arguments for Uw7_Byteorder_Fix
7897 static const char* apzUw7_Byteorder_FixPatch[] = {
7900 "^extern.*[ \t](htons|ntohs).*\\(in_port_t\\).*;",
7903 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7905 * Description of Va_I960_Macro fix
7907 tSCC zVa_I960_MacroName[] =
7911 * File name selection pattern
7913 tSCC zVa_I960_MacroList[] =
7914 "arch/i960/archI960.h\0";
7916 * Machine/OS name selection pattern
7918 #define apzVa_I960_MacroMachs (const char**)NULL
7921 * content selection pattern - do fix if pattern found
7923 tSCC zVa_I960_MacroSelect0[] =
7924 "__(vsiz|vali|vpad|alignof__)";
7926 #define VA_I960_MACRO_TEST_CT 1
7927 static tTestDesc aVa_I960_MacroTests[] = {
7928 { TT_EGREP, zVa_I960_MacroSelect0, (regex_t*)NULL }, };
7931 * Fix Command Arguments for Va_I960_Macro
7933 static const char* apzVa_I960_MacroPatch[] = {
7938 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7940 * Description of Void_Null fix
7942 tSCC zVoid_NullName[] =
7946 * File name selection pattern
7948 tSCC zVoid_NullList[] =
7949 "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";
7951 * Machine/OS name selection pattern
7953 #define apzVoid_NullMachs (const char**)NULL
7956 * content selection pattern - do fix if pattern found
7958 tSCC zVoid_NullSelect0[] =
7959 "^#[ \t]*define[ \t]+NULL[ \t]+\\(\\(void[ \t]*\\*\\)0\\)";
7962 * content bypass pattern - skip fix if pattern found
7964 tSCC zVoid_NullBypass0[] =
7967 #define VOID_NULL_TEST_CT 2
7968 static tTestDesc aVoid_NullTests[] = {
7969 { TT_NEGREP, zVoid_NullBypass0, (regex_t*)NULL },
7970 { TT_EGREP, zVoid_NullSelect0, (regex_t*)NULL }, };
7973 * Fix Command Arguments for Void_Null
7975 static const char* apzVoid_NullPatch[] = {
7980 /* * * * * * * * * * * * * * * * * * * * * * * * * *
7982 * Description of Vxworks_Gcc_Problem fix
7984 tSCC zVxworks_Gcc_ProblemName[] =
7985 "vxworks_gcc_problem";
7988 * File name selection pattern
7990 tSCC zVxworks_Gcc_ProblemList[] =
7991 "types/vxTypesBase.h\0";
7993 * Machine/OS name selection pattern
7995 #define apzVxworks_Gcc_ProblemMachs (const char**)NULL
7998 * content selection pattern - do fix if pattern found
8000 tSCC zVxworks_Gcc_ProblemSelect0[] =
8001 "__GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__";
8003 #define VXWORKS_GCC_PROBLEM_TEST_CT 1
8004 static tTestDesc aVxworks_Gcc_ProblemTests[] = {
8005 { TT_EGREP, zVxworks_Gcc_ProblemSelect0, (regex_t*)NULL }, };
8008 * Fix Command Arguments for Vxworks_Gcc_Problem
8010 static const char* apzVxworks_Gcc_ProblemPatch[] = { "sed",
8011 "-e", "s/#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__/#if 1/",
8012 "-e", "/[ \t]size_t/i\\\n\
8013 #ifndef _GCC_SIZE_T\\\n\
8014 #define _GCC_SIZE_T\n",
8015 "-e", "/[ \t]size_t/a\\\n\
8017 "-e", "/[ \t]ptrdiff_t/i\\\n\
8018 #ifndef _GCC_PTRDIFF_T\\\n\
8019 #define _GCC_PTRDIFF_T\n",
8020 "-e", "/[ \t]ptrdiff_t/a\\\n\
8022 "-e", "/[ \t]wchar_t/i\\\n\
8023 #ifndef _GCC_WCHAR_T\\\n\
8024 #define _GCC_WCHAR_T\n",
8025 "-e", "/[ \t]wchar_t/a\\\n\
8029 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8031 * Description of Vxworks_Needs_Vxtypes fix
8033 tSCC zVxworks_Needs_VxtypesName[] =
8034 "vxworks_needs_vxtypes";
8037 * File name selection pattern
8039 tSCC zVxworks_Needs_VxtypesList[] =
8042 * Machine/OS name selection pattern
8044 #define apzVxworks_Needs_VxtypesMachs (const char**)NULL
8047 * content selection pattern - do fix if pattern found
8049 tSCC zVxworks_Needs_VxtypesSelect0[] =
8050 "uint_t([ \t]+_clocks_per_sec)";
8052 #define VXWORKS_NEEDS_VXTYPES_TEST_CT 1
8053 static tTestDesc aVxworks_Needs_VxtypesTests[] = {
8054 { TT_EGREP, zVxworks_Needs_VxtypesSelect0, (regex_t*)NULL }, };
8057 * Fix Command Arguments for Vxworks_Needs_Vxtypes
8059 static const char* apzVxworks_Needs_VxtypesPatch[] = {
8064 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8066 * Description of Vxworks_Needs_Vxworks fix
8068 tSCC zVxworks_Needs_VxworksName[] =
8069 "vxworks_needs_vxworks";
8072 * File name selection pattern
8074 tSCC zVxworks_Needs_VxworksList[] =
8077 * Machine/OS name selection pattern
8079 #define apzVxworks_Needs_VxworksMachs (const char**)NULL
8082 * content selection pattern - do fix if pattern found
8084 tSCC zVxworks_Needs_VxworksSelect0[] =
8085 "#[ \t]define[ \t]+__INCstath";
8088 * perform the 'test' shell command - do fix on success
8090 tSCC zVxworks_Needs_VxworksTest0[] =
8091 " -r types/vxTypesOld.h";
8092 tSCC zVxworks_Needs_VxworksTest1[] =
8093 " -n \"`egrep '#include' $file`\"";
8094 tSCC zVxworks_Needs_VxworksTest2[] =
8095 " -n \"`egrep ULONG $file`\"";
8097 #define VXWORKS_NEEDS_VXWORKS_TEST_CT 4
8098 static tTestDesc aVxworks_Needs_VxworksTests[] = {
8099 { TT_TEST, zVxworks_Needs_VxworksTest0, 0 /* unused */ },
8100 { TT_TEST, zVxworks_Needs_VxworksTest1, 0 /* unused */ },
8101 { TT_TEST, zVxworks_Needs_VxworksTest2, 0 /* unused */ },
8102 { TT_EGREP, zVxworks_Needs_VxworksSelect0, (regex_t*)NULL }, };
8105 * Fix Command Arguments for Vxworks_Needs_Vxworks
8107 static const char* apzVxworks_Needs_VxworksPatch[] = { "sed",
8108 "-e", "/#[ \t]define[ \t][ \t]*__INCstath/a\\\n\
8109 #include <types/vxTypesOld.h>\n",
8112 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8114 * Description of Vxworks_Time fix
8116 tSCC zVxworks_TimeName[] =
8120 * File name selection pattern
8122 tSCC zVxworks_TimeList[] =
8125 * Machine/OS name selection pattern
8127 #define apzVxworks_TimeMachs (const char**)NULL
8130 * content selection pattern - do fix if pattern found
8132 tSCC zVxworks_TimeSelect0[] =
8133 "#[ \t]*define[ \t]+VOIDFUNCPTR[ \t].*";
8136 * perform the 'test' shell command - do fix on success
8138 tSCC zVxworks_TimeTest0[] =
8141 #define VXWORKS_TIME_TEST_CT 2
8142 static tTestDesc aVxworks_TimeTests[] = {
8143 { TT_TEST, zVxworks_TimeTest0, 0 /* unused */ },
8144 { TT_EGREP, zVxworks_TimeSelect0, (regex_t*)NULL }, };
8147 * Fix Command Arguments for Vxworks_Time
8149 static const char* apzVxworks_TimePatch[] = {
8151 "#ifndef __gcc_VOIDFUNCPTR_defined\n\
8152 #ifdef __cplusplus\n\
8153 typedef void (*__gcc_VOIDFUNCPTR) (...);\n\
8155 typedef void (*__gcc_VOIDFUNCPTR) ();\n\
8157 #define __gcc_VOIDFUNCPTR_defined\n\
8159 #define VOIDFUNCPTR __gcc_VOIDFUNCPTR",
8162 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8164 * Description of Windiss_Math1 fix
8166 tSCC zWindiss_Math1Name[] =
8170 * File name selection pattern
8172 tSCC zWindiss_Math1List[] =
8175 * Machine/OS name selection pattern
8177 tSCC* apzWindiss_Math1Machs[] = {
8179 (const char*)NULL };
8180 #define WINDISS_MATH1_TEST_CT 0
8181 #define aWindiss_Math1Tests (tTestDesc*)NULL
8184 * Fix Command Arguments for Windiss_Math1
8186 static const char* apzWindiss_Math1Patch[] = { "sed",
8187 "-e", "s|inline long double cosl.*|#ifndef __GNUC__|",
8190 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8192 * Description of Windiss_Math2 fix
8194 tSCC zWindiss_Math2Name[] =
8198 * File name selection pattern
8200 tSCC zWindiss_Math2List[] =
8203 * Machine/OS name selection pattern
8205 tSCC* apzWindiss_Math2Machs[] = {
8207 (const char*)NULL };
8208 #define WINDISS_MATH2_TEST_CT 0
8209 #define aWindiss_Math2Tests (tTestDesc*)NULL
8212 * Fix Command Arguments for Windiss_Math2
8214 static const char* apzWindiss_Math2Patch[] = { "sed",
8215 "-e", "s|/\\* long double declarations \\*/|#endif /* __GNUC__ */|",
8218 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8220 * Description of Windiss_Valist fix
8222 tSCC zWindiss_ValistName[] =
8226 * File name selection pattern
8228 #define zWindiss_ValistList (char*)NULL
8230 * Machine/OS name selection pattern
8232 tSCC* apzWindiss_ValistMachs[] = {
8234 (const char*)NULL };
8237 * content selection pattern - do fix if pattern found
8239 tSCC zWindiss_ValistSelect0[] =
8240 "(#include.*)diab/va_list.h";
8242 #define WINDISS_VALIST_TEST_CT 1
8243 static tTestDesc aWindiss_ValistTests[] = {
8244 { TT_EGREP, zWindiss_ValistSelect0, (regex_t*)NULL }, };
8247 * Fix Command Arguments for Windiss_Valist
8249 static const char* apzWindiss_ValistPatch[] = { "sed",
8250 "-e", "s|diab/va_list.h|stdarg.h|",
8253 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8255 * Description of X11_Class fix
8257 tSCC zX11_ClassName[] =
8261 * File name selection pattern
8263 tSCC zX11_ClassList[] =
8266 * Machine/OS name selection pattern
8268 #define apzX11_ClassMachs (const char**)NULL
8271 * content selection pattern - do fix if pattern found
8273 tSCC zX11_ClassSelect0[] =
8274 "^([ \t]*char \\*)class;(.*)";
8277 * content bypass pattern - skip fix if pattern found
8279 tSCC zX11_ClassBypass0[] =
8282 #define X11_CLASS_TEST_CT 2
8283 static tTestDesc aX11_ClassTests[] = {
8284 { TT_NEGREP, zX11_ClassBypass0, (regex_t*)NULL },
8285 { TT_EGREP, zX11_ClassSelect0, (regex_t*)NULL }, };
8288 * Fix Command Arguments for X11_Class
8290 static const char* apzX11_ClassPatch[] = {
8292 "#ifdef __cplusplus\n\
8299 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8301 * Description of X11_Class_Usage fix
8303 tSCC zX11_Class_UsageName[] =
8307 * File name selection pattern
8309 tSCC zX11_Class_UsageList[] =
8310 "Xm/BaseClassI.h\0";
8312 * Machine/OS name selection pattern
8314 #define apzX11_Class_UsageMachs (const char**)NULL
8317 * content selection pattern - do fix if pattern found
8319 tSCC zX11_Class_UsageSelect0[] =
8323 * content bypass pattern - skip fix if pattern found
8325 tSCC zX11_Class_UsageBypass0[] =
8328 #define X11_CLASS_USAGE_TEST_CT 2
8329 static tTestDesc aX11_Class_UsageTests[] = {
8330 { TT_NEGREP, zX11_Class_UsageBypass0, (regex_t*)NULL },
8331 { TT_EGREP, zX11_Class_UsageSelect0, (regex_t*)NULL }, };
8334 * Fix Command Arguments for X11_Class_Usage
8336 static const char* apzX11_Class_UsagePatch[] = {
8341 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8343 * Description of X11_New fix
8345 tSCC zX11_NewName[] =
8349 * File name selection pattern
8351 tSCC zX11_NewList[] =
8354 * Machine/OS name selection pattern
8356 #define apzX11_NewMachs (const char**)NULL
8359 * content bypass pattern - skip fix if pattern found
8361 tSCC zX11_NewBypass0[] =
8364 #define X11_NEW_TEST_CT 1
8365 static tTestDesc aX11_NewTests[] = {
8366 { TT_NEGREP, zX11_NewBypass0, (regex_t*)NULL }, };
8369 * Fix Command Arguments for X11_New
8371 static const char* apzX11_NewPatch[] = { "sed",
8372 "-e", "/Widget\told, new;/i\\\n\
8373 #ifdef __cplusplus\\\n\
8374 \tWidget\told, c_new;\\\n\
8376 "-e", "/Widget\told, new;/a\\\n\
8378 "-e", "s/Widget new,/Widget c_new,/g",
8381 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8383 * Description of X11_Sprintf fix
8385 tSCC zX11_SprintfName[] =
8389 * File name selection pattern
8391 tSCC zX11_SprintfList[] =
8392 "X11/Xmu.h\0X11/Xmu/Xmu.h\0";
8394 * Machine/OS name selection pattern
8396 #define apzX11_SprintfMachs (const char**)NULL
8399 * content selection pattern - do fix if pattern found
8401 tSCC zX11_SprintfSelect0[] =
8402 "^extern char \\*\tsprintf\\(\\);$";
8404 #define X11_SPRINTF_TEST_CT 1
8405 static tTestDesc aX11_SprintfTests[] = {
8406 { TT_EGREP, zX11_SprintfSelect0, (regex_t*)NULL }, };
8409 * Fix Command Arguments for X11_Sprintf
8411 static const char* apzX11_SprintfPatch[] = {
8413 "#ifndef __STDC__\n\
8415 #endif /* !defined __STDC__ */",
8419 /* * * * * * * * * * * * * * * * * * * * * * * * * *
8423 #define REGEX_COUNT 250
8424 #define MACH_LIST_SIZE_LIMIT 261
8425 #define FIX_COUNT 207
8428 * Enumerate the fixes
8431 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_FIXIDX,
8432 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_FIXIDX,
8433 AAB_FD_ZERO_ASM_POSIX_TYPES_H_FIXIDX,
8434 AAB_FD_ZERO_GNU_TYPES_H_FIXIDX,
8435 AAB_FD_ZERO_SELECTBITS_H_FIXIDX,
8436 AAB_SOLARIS_SYS_VARARGS_H_FIXIDX,
8437 AAB_SUN_MEMCPY_FIXIDX,
8438 AAB_ULTRIX_ANSI_COMPAT_FIXIDX,
8439 AAB_ULTRIX_LIMITS_FIXIDX,
8440 AAB_ULTRIX_MEMORY_FIXIDX,
8441 AAB_ULTRIX_STRING_FIXIDX,
8443 AIX_SYSMACHINE_FIXIDX,
8445 AIX_SYSWAIT_2_FIXIDX,
8446 AIX_VOLATILE_FIXIDX,
8447 ALPHA___ASSERT_FIXIDX,
8448 ALPHA___EXTERN_PREFIX_FIXIDX,
8449 ALPHA___EXTERN_PREFIX_STANDARDS_FIXIDX,
8450 ALPHA___EXTERN_PREFIX_SYS_STAT_FIXIDX,
8451 ALPHA_ASSERT_FIXIDX,
8452 ALPHA_BAD_LVAL_FIXIDX,
8453 ALPHA_GETOPT_FIXIDX,
8454 ALPHA_PARENS_FIXIDX,
8455 ALPHA_PTHREAD_FIXIDX,
8456 ALPHA_PTHREAD_GCC_FIXIDX,
8457 ALPHA_PTHREAD_INIT_FIXIDX,
8460 AVOID_BOOL_DEFINE_FIXIDX,
8461 AVOID_BOOL_TYPE_FIXIDX,
8462 AVOID_WCHAR_T_TYPE_FIXIDX,
8463 BAD_STRUCT_TERM_FIXIDX,
8465 BROKEN_ASSERT_STDIO_FIXIDX,
8466 BROKEN_ASSERT_STDLIB_FIXIDX,
8469 BSD_STDIO_ATTRS_CONFLICT_FIXIDX,
8470 CTRL_QUOTES_DEF_FIXIDX,
8471 CTRL_QUOTES_USE_FIXIDX,
8473 DARWIN_GCC4_BREAKAGE_FIXIDX,
8474 DARWIN_PRIVATE_EXTERN_FIXIDX,
8475 DEC_INTERN_ASM_FIXIDX,
8476 DJGPP_WCHAR_H_FIXIDX,
8478 EXCEPTION_STRUCTURE_FIXIDX,
8479 FREEBSD_GCC3_BREAKAGE_FIXIDX,
8480 FREEBSD_GCC4_BREAKAGE_FIXIDX,
8481 GLIBC_C99_INLINE_1_FIXIDX,
8482 GLIBC_C99_INLINE_2_FIXIDX,
8483 GLIBC_C99_INLINE_3_FIXIDX,
8484 GLIBC_C99_INLINE_4_FIXIDX,
8485 GLIBC_MUTEX_INIT_FIXIDX,
8489 HPUX10_CPP_POW_INLINE_FIXIDX,
8490 HPUX11_CPP_POW_INLINE_FIXIDX,
8491 HPUX10_CTYPE_DECLARATIONS1_FIXIDX,
8492 HPUX10_CTYPE_DECLARATIONS2_FIXIDX,
8493 HPUX10_STDIO_DECLARATIONS_FIXIDX,
8495 HPUX11_FABSF_FIXIDX,
8496 HPUX11_SIZE_T_FIXIDX,
8497 HPUX11_SNPRINTF_FIXIDX,
8498 HPUX11_UINT32_C_FIXIDX,
8499 HPUX11_VSNPRINTF_FIXIDX,
8500 HPUX8_BOGUS_INLINES_FIXIDX,
8501 HPUX_CTYPE_MACROS_FIXIDX,
8503 HPUX_LONG_DOUBLE_FIXIDX,
8504 HPUX_SYSTIME_FIXIDX,
8505 HPUX_SPU_INFO_FIXIDX,
8506 HPUX11_EXTERN_SENDFILE_FIXIDX,
8507 HPUX11_EXTERN_SENDPATH_FIXIDX,
8508 HPUX_EXTERN_ERRNO_FIXIDX,
8509 HPUX_PTHREAD_INITIALIZERS_FIXIDX,
8510 HUGE_VAL_HEX_FIXIDX,
8511 HUGE_VALF_HEX_FIXIDX,
8512 HUGE_VALL_HEX_FIXIDX,
8513 INT_ABORT_FREE_AND_EXIT_FIXIDX,
8514 IO_QUOTES_DEF_FIXIDX,
8515 IO_QUOTES_USE_FIXIDX,
8516 IP_MISSING_SEMI_FIXIDX,
8517 IRIX___RESTRICT_FIXIDX,
8518 IRIX___GENERIC1_FIXIDX,
8519 IRIX___GENERIC2_FIXIDX,
8520 IRIX_ASM_APOSTROPHE_FIXIDX,
8521 IRIX_LIMITS_CONST_FIXIDX,
8522 IRIX_SOCKLEN_T_FIXIDX,
8523 IRIX_STDIO_VA_LIST_FIXIDX,
8524 IRIX_WCSFTIME_FIXIDX,
8526 ISC_OMITS_WITH_STDC_FIXIDX,
8527 KANDR_CONCAT_FIXIDX,
8528 LIBC1_G_VA_LIST_FIXIDX,
8529 LIBC1_IFDEFD_MEMX_FIXIDX,
8530 LINUX_IA64_UCONTEXT_FIXIDX,
8531 LYNXOS_NO_WARNING_IN_SYS_TIME_H_FIXIDX,
8532 LYNXOS_MISSING_PUTENV_FIXIDX,
8533 MACHINE_ANSI_H_VA_LIST_FIXIDX,
8534 MACHINE_NAME_FIXIDX,
8535 MATH_EXCEPTION_FIXIDX,
8536 MATH_HUGE_VAL_FROM_DBL_MAX_FIXIDX,
8537 NESTED_AUTH_DES_FIXIDX,
8538 NESTED_MOTOROLA_FIXIDX,
8539 NESTED_SYS_LIMITS_FIXIDX,
8540 NETBSD_EXTRA_SEMICOLON_FIXIDX,
8541 NEXT_MATH_PREFIX_FIXIDX,
8542 NEXT_TEMPLATE_FIXIDX,
8543 NEXT_VOLITILE_FIXIDX,
8544 NEXT_WAIT_UNION_FIXIDX,
8545 NODEENT_SYNTAX_FIXIDX,
8546 OBSTACK_LVALUE_CAST_FIXIDX,
8547 OSF_NAMESPACE_A_FIXIDX,
8548 OSF_NAMESPACE_C_FIXIDX,
8549 PTHREAD_PAGE_SIZE_FIXIDX,
8550 PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_FIXIDX,
8551 READ_RET_TYPE_FIXIDX,
8552 RPC_XDR_LVALUE_CAST_A_FIXIDX,
8553 RPC_XDR_LVALUE_CAST_B_FIXIDX,
8554 RS6000_DOUBLE_FIXIDX,
8555 RS6000_FCHMOD_FIXIDX,
8556 RS6000_PARAM_FIXIDX,
8559 SCO_STATIC_FUNC_FIXIDX,
8561 SOLARIS_MATH_1_FIXIDX,
8562 SOLARIS_MATH_2_FIXIDX,
8563 SOLARIS_MATH_3_FIXIDX,
8564 SOLARIS_MATH_4_FIXIDX,
8565 SOLARIS_MATH_5_FIXIDX,
8566 SOLARIS_MATH_6_FIXIDX,
8567 SOLARIS_MATH_7_FIXIDX,
8568 SOLARIS_MATH_8_FIXIDX,
8569 SOLARIS_MATH_9_FIXIDX,
8570 SOLARIS_MUTEX_INIT_1_FIXIDX,
8571 SOLARIS_MUTEX_INIT_2_FIXIDX,
8572 SOLARIS_RWLOCK_INIT_1_FIXIDX,
8573 SOLARIS_ONCE_INIT_1_FIXIDX,
8574 SOLARIS_ONCE_INIT_2_FIXIDX,
8575 SOLARIS_SOCKET_FIXIDX,
8576 SOLARIS_STDIO_TAG_FIXIDX,
8577 SOLARIS_UNISTD_FIXIDX,
8578 SOLARIS_WIDEC_FIXIDX,
8580 STDIO_STDARG_H_FIXIDX,
8581 STDIO_VA_LIST_FIXIDX,
8582 STDIO_VA_LIST_CLIENTS_FIXIDX,
8583 STRICT_ANSI_NOT_FIXIDX,
8584 STRICT_ANSI_NOT_CTD_FIXIDX,
8585 STRICT_ANSI_ONLY_FIXIDX,
8587 STRUCT_SOCKADDR_FIXIDX,
8588 SUN_AUTH_PROTO_FIXIDX,
8589 SUN_BOGUS_IFDEF_FIXIDX,
8590 SUN_CATMACRO_FIXIDX,
8592 SUN_RUSERS_SEMI_FIXIDX,
8594 SUNOS_STRLEN_FIXIDX,
8595 SVR4_DISABLE_OPT_FIXIDX,
8599 SVR4_SIGHANDLER_TYPE_FIXIDX,
8600 SVR4_UNDECLARED_GETRNGE_FIXIDX,
8601 SYSV68_STRING_FIXIDX,
8602 SYSZ_STDLIB_FOR_SUN_FIXIDX,
8603 THREAD_KEYWORD_FIXIDX,
8604 TINFO_CPLUSPLUS_FIXIDX,
8605 ULTRIX_ATEXIT_PARAM_FIXIDX,
8606 ULTRIX_ATOF_PARAM_FIXIDX,
8607 ULTRIX_CONST_FIXIDX,
8608 ULTRIX_CONST2_FIXIDX,
8609 ULTRIX_CONST3_FIXIDX,
8610 ULTRIX_FIX_FIXPROTO_FIXIDX,
8611 ULTRIX_IFDEF_FIXIDX,
8612 ULTRIX_LOCALE_FIXIDX,
8613 ULTRIX_MATH_IFDEF_FIXIDX,
8614 ULTRIX_NESTED_IOCTL_FIXIDX,
8615 ULTRIX_NESTED_SVC_FIXIDX,
8617 ULTRIX_STATIC_FIXIDX,
8618 ULTRIX_STDLIB_FIXIDX,
8619 ULTRIX_STRINGS_FIXIDX,
8620 ULTRIX_STRINGS2_FIXIDX,
8621 ULTRIX_SYS_TIME_FIXIDX,
8622 ULTRIX_UNISTD_FIXIDX,
8623 UNICOSMK_RESTRICT_FIXIDX,
8624 UW7_BYTEORDER_FIX_FIXIDX,
8625 VA_I960_MACRO_FIXIDX,
8627 VXWORKS_GCC_PROBLEM_FIXIDX,
8628 VXWORKS_NEEDS_VXTYPES_FIXIDX,
8629 VXWORKS_NEEDS_VXWORKS_FIXIDX,
8630 VXWORKS_TIME_FIXIDX,
8631 WINDISS_MATH1_FIXIDX,
8632 WINDISS_MATH2_FIXIDX,
8633 WINDISS_VALIST_FIXIDX,
8635 X11_CLASS_USAGE_FIXIDX,
8640 tFixDesc fixDescList[ FIX_COUNT ] = {
8641 { zAab_Darwin7_9_Long_Double_FuncsName, zAab_Darwin7_9_Long_Double_FuncsList,
8642 apzAab_Darwin7_9_Long_Double_FuncsMachs,
8643 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8644 aAab_Darwin7_9_Long_Double_FuncsTests, apzAab_Darwin7_9_Long_Double_FuncsPatch, 0 },
8646 { zAab_Darwin7_9_Long_Double_Funcs_2Name, zAab_Darwin7_9_Long_Double_Funcs_2List,
8647 apzAab_Darwin7_9_Long_Double_Funcs_2Machs,
8648 AAB_DARWIN7_9_LONG_DOUBLE_FUNCS_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8649 aAab_Darwin7_9_Long_Double_Funcs_2Tests, apzAab_Darwin7_9_Long_Double_Funcs_2Patch, 0 },
8651 { zAab_Fd_Zero_Asm_Posix_Types_HName, zAab_Fd_Zero_Asm_Posix_Types_HList,
8652 apzAab_Fd_Zero_Asm_Posix_Types_HMachs,
8653 AAB_FD_ZERO_ASM_POSIX_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8654 aAab_Fd_Zero_Asm_Posix_Types_HTests, apzAab_Fd_Zero_Asm_Posix_Types_HPatch, 0 },
8656 { zAab_Fd_Zero_Gnu_Types_HName, zAab_Fd_Zero_Gnu_Types_HList,
8657 apzAab_Fd_Zero_Gnu_Types_HMachs,
8658 AAB_FD_ZERO_GNU_TYPES_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8659 aAab_Fd_Zero_Gnu_Types_HTests, apzAab_Fd_Zero_Gnu_Types_HPatch, 0 },
8661 { zAab_Fd_Zero_Selectbits_HName, zAab_Fd_Zero_Selectbits_HList,
8662 apzAab_Fd_Zero_Selectbits_HMachs,
8663 AAB_FD_ZERO_SELECTBITS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8664 aAab_Fd_Zero_Selectbits_HTests, apzAab_Fd_Zero_Selectbits_HPatch, 0 },
8666 { zAab_Solaris_Sys_Varargs_HName, zAab_Solaris_Sys_Varargs_HList,
8667 apzAab_Solaris_Sys_Varargs_HMachs,
8668 AAB_SOLARIS_SYS_VARARGS_H_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8669 aAab_Solaris_Sys_Varargs_HTests, apzAab_Solaris_Sys_Varargs_HPatch, 0 },
8671 { zAab_Sun_MemcpyName, zAab_Sun_MemcpyList,
8672 apzAab_Sun_MemcpyMachs,
8673 AAB_SUN_MEMCPY_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8674 aAab_Sun_MemcpyTests, apzAab_Sun_MemcpyPatch, 0 },
8676 { zAab_Ultrix_Ansi_CompatName, zAab_Ultrix_Ansi_CompatList,
8677 apzAab_Ultrix_Ansi_CompatMachs,
8678 AAB_ULTRIX_ANSI_COMPAT_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8679 aAab_Ultrix_Ansi_CompatTests, apzAab_Ultrix_Ansi_CompatPatch, 0 },
8681 { zAab_Ultrix_LimitsName, zAab_Ultrix_LimitsList,
8682 apzAab_Ultrix_LimitsMachs,
8683 AAB_ULTRIX_LIMITS_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8684 aAab_Ultrix_LimitsTests, apzAab_Ultrix_LimitsPatch, 0 },
8686 { zAab_Ultrix_MemoryName, zAab_Ultrix_MemoryList,
8687 apzAab_Ultrix_MemoryMachs,
8688 AAB_ULTRIX_MEMORY_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8689 aAab_Ultrix_MemoryTests, apzAab_Ultrix_MemoryPatch, 0 },
8691 { zAab_Ultrix_StringName, zAab_Ultrix_StringList,
8692 apzAab_Ultrix_StringMachs,
8693 AAB_ULTRIX_STRING_TEST_CT, FD_MACH_ONLY | FD_REPLACEMENT,
8694 aAab_Ultrix_StringTests, apzAab_Ultrix_StringPatch, 0 },
8696 { zAix_PthreadName, zAix_PthreadList,
8697 apzAix_PthreadMachs,
8698 AIX_PTHREAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8699 aAix_PthreadTests, apzAix_PthreadPatch, 0 },
8701 { zAix_SysmachineName, zAix_SysmachineList,
8702 apzAix_SysmachineMachs,
8703 AIX_SYSMACHINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8704 aAix_SysmachineTests, apzAix_SysmachinePatch, 0 },
8706 { zAix_SyswaitName, zAix_SyswaitList,
8707 apzAix_SyswaitMachs,
8708 AIX_SYSWAIT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8709 aAix_SyswaitTests, apzAix_SyswaitPatch, 0 },
8711 { zAix_Syswait_2Name, zAix_Syswait_2List,
8712 apzAix_Syswait_2Machs,
8713 AIX_SYSWAIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8714 aAix_Syswait_2Tests, apzAix_Syswait_2Patch, 0 },
8716 { zAix_VolatileName, zAix_VolatileList,
8717 apzAix_VolatileMachs,
8718 AIX_VOLATILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8719 aAix_VolatileTests, apzAix_VolatilePatch, 0 },
8721 { zAlpha___AssertName, zAlpha___AssertList,
8722 apzAlpha___AssertMachs,
8723 ALPHA___ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8724 aAlpha___AssertTests, apzAlpha___AssertPatch, 0 },
8726 { zAlpha___Extern_PrefixName, zAlpha___Extern_PrefixList,
8727 apzAlpha___Extern_PrefixMachs,
8728 ALPHA___EXTERN_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8729 aAlpha___Extern_PrefixTests, apzAlpha___Extern_PrefixPatch, 0 },
8731 { zAlpha___Extern_Prefix_StandardsName, zAlpha___Extern_Prefix_StandardsList,
8732 apzAlpha___Extern_Prefix_StandardsMachs,
8733 ALPHA___EXTERN_PREFIX_STANDARDS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8734 aAlpha___Extern_Prefix_StandardsTests, apzAlpha___Extern_Prefix_StandardsPatch, 0 },
8736 { zAlpha___Extern_Prefix_Sys_StatName, zAlpha___Extern_Prefix_Sys_StatList,
8737 apzAlpha___Extern_Prefix_Sys_StatMachs,
8738 ALPHA___EXTERN_PREFIX_SYS_STAT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8739 aAlpha___Extern_Prefix_Sys_StatTests, apzAlpha___Extern_Prefix_Sys_StatPatch, 0 },
8741 { zAlpha_AssertName, zAlpha_AssertList,
8742 apzAlpha_AssertMachs,
8743 ALPHA_ASSERT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8744 aAlpha_AssertTests, apzAlpha_AssertPatch, 0 },
8746 { zAlpha_Bad_LvalName, zAlpha_Bad_LvalList,
8747 apzAlpha_Bad_LvalMachs,
8748 ALPHA_BAD_LVAL_TEST_CT, FD_MACH_ONLY,
8749 aAlpha_Bad_LvalTests, apzAlpha_Bad_LvalPatch, 0 },
8751 { zAlpha_GetoptName, zAlpha_GetoptList,
8752 apzAlpha_GetoptMachs,
8753 ALPHA_GETOPT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8754 aAlpha_GetoptTests, apzAlpha_GetoptPatch, 0 },
8756 { zAlpha_ParensName, zAlpha_ParensList,
8757 apzAlpha_ParensMachs,
8758 ALPHA_PARENS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8759 aAlpha_ParensTests, apzAlpha_ParensPatch, 0 },
8761 { zAlpha_PthreadName, zAlpha_PthreadList,
8762 apzAlpha_PthreadMachs,
8763 ALPHA_PTHREAD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8764 aAlpha_PthreadTests, apzAlpha_PthreadPatch, 0 },
8766 { zAlpha_Pthread_GccName, zAlpha_Pthread_GccList,
8767 apzAlpha_Pthread_GccMachs,
8768 ALPHA_PTHREAD_GCC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8769 aAlpha_Pthread_GccTests, apzAlpha_Pthread_GccPatch, 0 },
8771 { zAlpha_Pthread_InitName, zAlpha_Pthread_InitList,
8772 apzAlpha_Pthread_InitMachs,
8773 ALPHA_PTHREAD_INIT_TEST_CT, FD_MACH_ONLY,
8774 aAlpha_Pthread_InitTests, apzAlpha_Pthread_InitPatch, 0 },
8776 { zAlpha_SbrkName, zAlpha_SbrkList,
8778 ALPHA_SBRK_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8779 aAlpha_SbrkTests, apzAlpha_SbrkPatch, 0 },
8781 { zAlpha_WcharName, zAlpha_WcharList,
8782 apzAlpha_WcharMachs,
8783 ALPHA_WCHAR_TEST_CT, FD_MACH_ONLY,
8784 aAlpha_WcharTests, apzAlpha_WcharPatch, 0 },
8786 { zAvoid_Bool_DefineName, zAvoid_Bool_DefineList,
8787 apzAvoid_Bool_DefineMachs,
8788 AVOID_BOOL_DEFINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8789 aAvoid_Bool_DefineTests, apzAvoid_Bool_DefinePatch, 0 },
8791 { zAvoid_Bool_TypeName, zAvoid_Bool_TypeList,
8792 apzAvoid_Bool_TypeMachs,
8793 AVOID_BOOL_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8794 aAvoid_Bool_TypeTests, apzAvoid_Bool_TypePatch, 0 },
8796 { zAvoid_Wchar_T_TypeName, zAvoid_Wchar_T_TypeList,
8797 apzAvoid_Wchar_T_TypeMachs,
8798 AVOID_WCHAR_T_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8799 aAvoid_Wchar_T_TypeTests, apzAvoid_Wchar_T_TypePatch, 0 },
8801 { zBad_Struct_TermName, zBad_Struct_TermList,
8802 apzBad_Struct_TermMachs,
8803 BAD_STRUCT_TERM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8804 aBad_Struct_TermTests, apzBad_Struct_TermPatch, 0 },
8806 { zBadquoteName, zBadquoteList,
8808 BADQUOTE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8809 aBadquoteTests, apzBadquotePatch, 0 },
8811 { zBroken_Assert_StdioName, zBroken_Assert_StdioList,
8812 apzBroken_Assert_StdioMachs,
8813 BROKEN_ASSERT_STDIO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8814 aBroken_Assert_StdioTests, apzBroken_Assert_StdioPatch, 0 },
8816 { zBroken_Assert_StdlibName, zBroken_Assert_StdlibList,
8817 apzBroken_Assert_StdlibMachs,
8818 BROKEN_ASSERT_STDLIB_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8819 aBroken_Assert_StdlibTests, apzBroken_Assert_StdlibPatch, 0 },
8821 { zBroken_CabsName, zBroken_CabsList,
8822 apzBroken_CabsMachs,
8823 BROKEN_CABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8824 aBroken_CabsTests, apzBroken_CabsPatch, 0 },
8826 { zBroken_NanName, zBroken_NanList,
8828 BROKEN_NAN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8829 aBroken_NanTests, apzBroken_NanPatch, 0 },
8831 { zBsd_Stdio_Attrs_ConflictName, zBsd_Stdio_Attrs_ConflictList,
8832 apzBsd_Stdio_Attrs_ConflictMachs,
8833 BSD_STDIO_ATTRS_CONFLICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8834 aBsd_Stdio_Attrs_ConflictTests, apzBsd_Stdio_Attrs_ConflictPatch, 0 },
8836 { zCtrl_Quotes_DefName, zCtrl_Quotes_DefList,
8837 apzCtrl_Quotes_DefMachs,
8838 CTRL_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8839 aCtrl_Quotes_DefTests, apzCtrl_Quotes_DefPatch, 0 },
8841 { zCtrl_Quotes_UseName, zCtrl_Quotes_UseList,
8842 apzCtrl_Quotes_UseMachs,
8843 CTRL_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8844 aCtrl_Quotes_UseTests, apzCtrl_Quotes_UsePatch, 0 },
8846 { zCxx_UnreadyName, zCxx_UnreadyList,
8847 apzCxx_UnreadyMachs,
8848 CXX_UNREADY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8849 aCxx_UnreadyTests, apzCxx_UnreadyPatch, 0 },
8851 { zDarwin_Gcc4_BreakageName, zDarwin_Gcc4_BreakageList,
8852 apzDarwin_Gcc4_BreakageMachs,
8853 DARWIN_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8854 aDarwin_Gcc4_BreakageTests, apzDarwin_Gcc4_BreakagePatch, 0 },
8856 { zDarwin_Private_ExternName, zDarwin_Private_ExternList,
8857 apzDarwin_Private_ExternMachs,
8858 DARWIN_PRIVATE_EXTERN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8859 aDarwin_Private_ExternTests, apzDarwin_Private_ExternPatch, 0 },
8861 { zDec_Intern_AsmName, zDec_Intern_AsmList,
8862 apzDec_Intern_AsmMachs,
8863 DEC_INTERN_ASM_TEST_CT, FD_MACH_ONLY,
8864 aDec_Intern_AsmTests, apzDec_Intern_AsmPatch, 0 },
8866 { zDjgpp_Wchar_HName, zDjgpp_Wchar_HList,
8867 apzDjgpp_Wchar_HMachs,
8868 DJGPP_WCHAR_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8869 aDjgpp_Wchar_HTests, apzDjgpp_Wchar_HPatch, 0 },
8871 { zEcd_CursorName, zEcd_CursorList,
8873 ECD_CURSOR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8874 aEcd_CursorTests, apzEcd_CursorPatch, 0 },
8876 { zException_StructureName, zException_StructureList,
8877 apzException_StructureMachs,
8878 EXCEPTION_STRUCTURE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8879 aException_StructureTests, apzException_StructurePatch, 0 },
8881 { zFreebsd_Gcc3_BreakageName, zFreebsd_Gcc3_BreakageList,
8882 apzFreebsd_Gcc3_BreakageMachs,
8883 FREEBSD_GCC3_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8884 aFreebsd_Gcc3_BreakageTests, apzFreebsd_Gcc3_BreakagePatch, 0 },
8886 { zFreebsd_Gcc4_BreakageName, zFreebsd_Gcc4_BreakageList,
8887 apzFreebsd_Gcc4_BreakageMachs,
8888 FREEBSD_GCC4_BREAKAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8889 aFreebsd_Gcc4_BreakageTests, apzFreebsd_Gcc4_BreakagePatch, 0 },
8891 { zGlibc_C99_Inline_1Name, zGlibc_C99_Inline_1List,
8892 apzGlibc_C99_Inline_1Machs,
8893 GLIBC_C99_INLINE_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8894 aGlibc_C99_Inline_1Tests, apzGlibc_C99_Inline_1Patch, 0 },
8896 { zGlibc_C99_Inline_2Name, zGlibc_C99_Inline_2List,
8897 apzGlibc_C99_Inline_2Machs,
8898 GLIBC_C99_INLINE_2_TEST_CT, FD_MACH_ONLY,
8899 aGlibc_C99_Inline_2Tests, apzGlibc_C99_Inline_2Patch, 0 },
8901 { zGlibc_C99_Inline_3Name, zGlibc_C99_Inline_3List,
8902 apzGlibc_C99_Inline_3Machs,
8903 GLIBC_C99_INLINE_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8904 aGlibc_C99_Inline_3Tests, apzGlibc_C99_Inline_3Patch, 0 },
8906 { zGlibc_C99_Inline_4Name, zGlibc_C99_Inline_4List,
8907 apzGlibc_C99_Inline_4Machs,
8908 GLIBC_C99_INLINE_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8909 aGlibc_C99_Inline_4Tests, apzGlibc_C99_Inline_4Patch, 0 },
8911 { zGlibc_Mutex_InitName, zGlibc_Mutex_InitList,
8912 apzGlibc_Mutex_InitMachs,
8913 GLIBC_MUTEX_INIT_TEST_CT, FD_MACH_ONLY,
8914 aGlibc_Mutex_InitTests, apzGlibc_Mutex_InitPatch, 0 },
8916 { zGnu_TypesName, zGnu_TypesList,
8918 GNU_TYPES_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
8919 aGnu_TypesTests, apzGnu_TypesPatch, 0 },
8921 { zHp_InlineName, zHp_InlineList,
8923 HP_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8924 aHp_InlineTests, apzHp_InlinePatch, 0 },
8926 { zHp_SysfileName, zHp_SysfileList,
8928 HP_SYSFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8929 aHp_SysfileTests, apzHp_SysfilePatch, 0 },
8931 { zHpux10_Cpp_Pow_InlineName, zHpux10_Cpp_Pow_InlineList,
8932 apzHpux10_Cpp_Pow_InlineMachs,
8933 HPUX10_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8934 aHpux10_Cpp_Pow_InlineTests, apzHpux10_Cpp_Pow_InlinePatch, 0 },
8936 { zHpux11_Cpp_Pow_InlineName, zHpux11_Cpp_Pow_InlineList,
8937 apzHpux11_Cpp_Pow_InlineMachs,
8938 HPUX11_CPP_POW_INLINE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8939 aHpux11_Cpp_Pow_InlineTests, apzHpux11_Cpp_Pow_InlinePatch, 0 },
8941 { zHpux10_Ctype_Declarations1Name, zHpux10_Ctype_Declarations1List,
8942 apzHpux10_Ctype_Declarations1Machs,
8943 HPUX10_CTYPE_DECLARATIONS1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8944 aHpux10_Ctype_Declarations1Tests, apzHpux10_Ctype_Declarations1Patch, 0 },
8946 { zHpux10_Ctype_Declarations2Name, zHpux10_Ctype_Declarations2List,
8947 apzHpux10_Ctype_Declarations2Machs,
8948 HPUX10_CTYPE_DECLARATIONS2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8949 aHpux10_Ctype_Declarations2Tests, apzHpux10_Ctype_Declarations2Patch, 0 },
8951 { zHpux10_Stdio_DeclarationsName, zHpux10_Stdio_DeclarationsList,
8952 apzHpux10_Stdio_DeclarationsMachs,
8953 HPUX10_STDIO_DECLARATIONS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8954 aHpux10_Stdio_DeclarationsTests, apzHpux10_Stdio_DeclarationsPatch, 0 },
8956 { zHpux11_AbsName, zHpux11_AbsList,
8958 HPUX11_ABS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8959 aHpux11_AbsTests, apzHpux11_AbsPatch, 0 },
8961 { zHpux11_FabsfName, zHpux11_FabsfList,
8962 apzHpux11_FabsfMachs,
8963 HPUX11_FABSF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8964 aHpux11_FabsfTests, apzHpux11_FabsfPatch, 0 },
8966 { zHpux11_Size_TName, zHpux11_Size_TList,
8967 apzHpux11_Size_TMachs,
8968 HPUX11_SIZE_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8969 aHpux11_Size_TTests, apzHpux11_Size_TPatch, 0 },
8971 { zHpux11_SnprintfName, zHpux11_SnprintfList,
8972 apzHpux11_SnprintfMachs,
8973 HPUX11_SNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8974 aHpux11_SnprintfTests, apzHpux11_SnprintfPatch, 0 },
8976 { zHpux11_Uint32_CName, zHpux11_Uint32_CList,
8977 apzHpux11_Uint32_CMachs,
8978 HPUX11_UINT32_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8979 aHpux11_Uint32_CTests, apzHpux11_Uint32_CPatch, 0 },
8981 { zHpux11_VsnprintfName, zHpux11_VsnprintfList,
8982 apzHpux11_VsnprintfMachs,
8983 HPUX11_VSNPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8984 aHpux11_VsnprintfTests, apzHpux11_VsnprintfPatch, 0 },
8986 { zHpux8_Bogus_InlinesName, zHpux8_Bogus_InlinesList,
8987 apzHpux8_Bogus_InlinesMachs,
8988 HPUX8_BOGUS_INLINES_TEST_CT, FD_MACH_ONLY,
8989 aHpux8_Bogus_InlinesTests, apzHpux8_Bogus_InlinesPatch, 0 },
8991 { zHpux_Ctype_MacrosName, zHpux_Ctype_MacrosList,
8992 apzHpux_Ctype_MacrosMachs,
8993 HPUX_CTYPE_MACROS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8994 aHpux_Ctype_MacrosTests, apzHpux_Ctype_MacrosPatch, 0 },
8996 { zHpux_HtonlName, zHpux_HtonlList,
8998 HPUX_HTONL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
8999 aHpux_HtonlTests, apzHpux_HtonlPatch, 0 },
9001 { zHpux_Long_DoubleName, zHpux_Long_DoubleList,
9002 apzHpux_Long_DoubleMachs,
9003 HPUX_LONG_DOUBLE_TEST_CT, FD_MACH_ONLY,
9004 aHpux_Long_DoubleTests, apzHpux_Long_DoublePatch, 0 },
9006 { zHpux_SystimeName, zHpux_SystimeList,
9007 apzHpux_SystimeMachs,
9008 HPUX_SYSTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9009 aHpux_SystimeTests, apzHpux_SystimePatch, 0 },
9011 { zHpux_Spu_InfoName, zHpux_Spu_InfoList,
9012 apzHpux_Spu_InfoMachs,
9013 HPUX_SPU_INFO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9014 aHpux_Spu_InfoTests, apzHpux_Spu_InfoPatch, 0 },
9016 { zHpux11_Extern_SendfileName, zHpux11_Extern_SendfileList,
9017 apzHpux11_Extern_SendfileMachs,
9018 HPUX11_EXTERN_SENDFILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9019 aHpux11_Extern_SendfileTests, apzHpux11_Extern_SendfilePatch, 0 },
9021 { zHpux11_Extern_SendpathName, zHpux11_Extern_SendpathList,
9022 apzHpux11_Extern_SendpathMachs,
9023 HPUX11_EXTERN_SENDPATH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9024 aHpux11_Extern_SendpathTests, apzHpux11_Extern_SendpathPatch, 0 },
9026 { zHpux_Extern_ErrnoName, zHpux_Extern_ErrnoList,
9027 apzHpux_Extern_ErrnoMachs,
9028 HPUX_EXTERN_ERRNO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9029 aHpux_Extern_ErrnoTests, apzHpux_Extern_ErrnoPatch, 0 },
9031 { zHpux_Pthread_InitializersName, zHpux_Pthread_InitializersList,
9032 apzHpux_Pthread_InitializersMachs,
9033 HPUX_PTHREAD_INITIALIZERS_TEST_CT, FD_MACH_ONLY,
9034 aHpux_Pthread_InitializersTests, apzHpux_Pthread_InitializersPatch, 0 },
9036 { zHuge_Val_HexName, zHuge_Val_HexList,
9037 apzHuge_Val_HexMachs,
9038 HUGE_VAL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9039 aHuge_Val_HexTests, apzHuge_Val_HexPatch, 0 },
9041 { zHuge_Valf_HexName, zHuge_Valf_HexList,
9042 apzHuge_Valf_HexMachs,
9043 HUGE_VALF_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9044 aHuge_Valf_HexTests, apzHuge_Valf_HexPatch, 0 },
9046 { zHuge_Vall_HexName, zHuge_Vall_HexList,
9047 apzHuge_Vall_HexMachs,
9048 HUGE_VALL_HEX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9049 aHuge_Vall_HexTests, apzHuge_Vall_HexPatch, 0 },
9051 { zInt_Abort_Free_And_ExitName, zInt_Abort_Free_And_ExitList,
9052 apzInt_Abort_Free_And_ExitMachs,
9053 INT_ABORT_FREE_AND_EXIT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9054 aInt_Abort_Free_And_ExitTests, apzInt_Abort_Free_And_ExitPatch, 0 },
9056 { zIo_Quotes_DefName, zIo_Quotes_DefList,
9057 apzIo_Quotes_DefMachs,
9058 IO_QUOTES_DEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9059 aIo_Quotes_DefTests, apzIo_Quotes_DefPatch, 0 },
9061 { zIo_Quotes_UseName, zIo_Quotes_UseList,
9062 apzIo_Quotes_UseMachs,
9063 IO_QUOTES_USE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9064 aIo_Quotes_UseTests, apzIo_Quotes_UsePatch, 0 },
9066 { zIp_Missing_SemiName, zIp_Missing_SemiList,
9067 apzIp_Missing_SemiMachs,
9068 IP_MISSING_SEMI_TEST_CT, FD_MACH_ONLY,
9069 aIp_Missing_SemiTests, apzIp_Missing_SemiPatch, 0 },
9071 { zIrix___RestrictName, zIrix___RestrictList,
9072 apzIrix___RestrictMachs,
9073 IRIX___RESTRICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9074 aIrix___RestrictTests, apzIrix___RestrictPatch, 0 },
9076 { zIrix___Generic1Name, zIrix___Generic1List,
9077 apzIrix___Generic1Machs,
9078 IRIX___GENERIC1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9079 aIrix___Generic1Tests, apzIrix___Generic1Patch, 0 },
9081 { zIrix___Generic2Name, zIrix___Generic2List,
9082 apzIrix___Generic2Machs,
9083 IRIX___GENERIC2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9084 aIrix___Generic2Tests, apzIrix___Generic2Patch, 0 },
9086 { zIrix_Asm_ApostropheName, zIrix_Asm_ApostropheList,
9087 apzIrix_Asm_ApostropheMachs,
9088 IRIX_ASM_APOSTROPHE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9089 aIrix_Asm_ApostropheTests, apzIrix_Asm_ApostrophePatch, 0 },
9091 { zIrix_Limits_ConstName, zIrix_Limits_ConstList,
9092 apzIrix_Limits_ConstMachs,
9093 IRIX_LIMITS_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9094 aIrix_Limits_ConstTests, apzIrix_Limits_ConstPatch, 0 },
9096 { zIrix_Socklen_TName, zIrix_Socklen_TList,
9097 apzIrix_Socklen_TMachs,
9098 IRIX_SOCKLEN_T_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9099 aIrix_Socklen_TTests, apzIrix_Socklen_TPatch, 0 },
9101 { zIrix_Stdio_Va_ListName, zIrix_Stdio_Va_ListList,
9102 apzIrix_Stdio_Va_ListMachs,
9103 IRIX_STDIO_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9104 aIrix_Stdio_Va_ListTests, apzIrix_Stdio_Va_ListPatch, 0 },
9106 { zIrix_WcsftimeName, zIrix_WcsftimeList,
9107 apzIrix_WcsftimeMachs,
9108 IRIX_WCSFTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9109 aIrix_WcsftimeTests, apzIrix_WcsftimePatch, 0 },
9111 { zIsc_FmodName, zIsc_FmodList,
9113 ISC_FMOD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9114 aIsc_FmodTests, apzIsc_FmodPatch, 0 },
9116 { zIsc_Omits_With_StdcName, zIsc_Omits_With_StdcList,
9117 apzIsc_Omits_With_StdcMachs,
9118 ISC_OMITS_WITH_STDC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9119 aIsc_Omits_With_StdcTests, apzIsc_Omits_With_StdcPatch, 0 },
9121 { zKandr_ConcatName, zKandr_ConcatList,
9122 apzKandr_ConcatMachs,
9123 KANDR_CONCAT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9124 aKandr_ConcatTests, apzKandr_ConcatPatch, 0 },
9126 { zLibc1_G_Va_ListName, zLibc1_G_Va_ListList,
9127 apzLibc1_G_Va_ListMachs,
9128 LIBC1_G_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9129 aLibc1_G_Va_ListTests, apzLibc1_G_Va_ListPatch, 0 },
9131 { zLibc1_Ifdefd_MemxName, zLibc1_Ifdefd_MemxList,
9132 apzLibc1_Ifdefd_MemxMachs,
9133 LIBC1_IFDEFD_MEMX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9134 aLibc1_Ifdefd_MemxTests, apzLibc1_Ifdefd_MemxPatch, 0 },
9136 { zLinux_Ia64_UcontextName, zLinux_Ia64_UcontextList,
9137 apzLinux_Ia64_UcontextMachs,
9138 LINUX_IA64_UCONTEXT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9139 aLinux_Ia64_UcontextTests, apzLinux_Ia64_UcontextPatch, 0 },
9141 { zLynxos_No_Warning_In_Sys_Time_HName, zLynxos_No_Warning_In_Sys_Time_HList,
9142 apzLynxos_No_Warning_In_Sys_Time_HMachs,
9143 LYNXOS_NO_WARNING_IN_SYS_TIME_H_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9144 aLynxos_No_Warning_In_Sys_Time_HTests, apzLynxos_No_Warning_In_Sys_Time_HPatch, 0 },
9146 { zLynxos_Missing_PutenvName, zLynxos_Missing_PutenvList,
9147 apzLynxos_Missing_PutenvMachs,
9148 LYNXOS_MISSING_PUTENV_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9149 aLynxos_Missing_PutenvTests, apzLynxos_Missing_PutenvPatch, 0 },
9151 { zMachine_Ansi_H_Va_ListName, zMachine_Ansi_H_Va_ListList,
9152 apzMachine_Ansi_H_Va_ListMachs,
9153 MACHINE_ANSI_H_VA_LIST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9154 aMachine_Ansi_H_Va_ListTests, apzMachine_Ansi_H_Va_ListPatch, 0 },
9156 { zMachine_NameName, zMachine_NameList,
9157 apzMachine_NameMachs,
9158 MACHINE_NAME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9159 aMachine_NameTests, apzMachine_NamePatch, 0 },
9161 { zMath_ExceptionName, zMath_ExceptionList,
9162 apzMath_ExceptionMachs,
9163 MATH_EXCEPTION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9164 aMath_ExceptionTests, apzMath_ExceptionPatch, 0 },
9166 { zMath_Huge_Val_From_Dbl_MaxName, zMath_Huge_Val_From_Dbl_MaxList,
9167 apzMath_Huge_Val_From_Dbl_MaxMachs,
9168 MATH_HUGE_VAL_FROM_DBL_MAX_TEST_CT, FD_MACH_ONLY | FD_SHELL_SCRIPT,
9169 aMath_Huge_Val_From_Dbl_MaxTests, apzMath_Huge_Val_From_Dbl_MaxPatch, 0 },
9171 { zNested_Auth_DesName, zNested_Auth_DesList,
9172 apzNested_Auth_DesMachs,
9173 NESTED_AUTH_DES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9174 aNested_Auth_DesTests, apzNested_Auth_DesPatch, 0 },
9176 { zNested_MotorolaName, zNested_MotorolaList,
9177 apzNested_MotorolaMachs,
9178 NESTED_MOTOROLA_TEST_CT, FD_MACH_ONLY,
9179 aNested_MotorolaTests, apzNested_MotorolaPatch, 0 },
9181 { zNested_Sys_LimitsName, zNested_Sys_LimitsList,
9182 apzNested_Sys_LimitsMachs,
9183 NESTED_SYS_LIMITS_TEST_CT, FD_MACH_ONLY,
9184 aNested_Sys_LimitsTests, apzNested_Sys_LimitsPatch, 0 },
9186 { zNetbsd_Extra_SemicolonName, zNetbsd_Extra_SemicolonList,
9187 apzNetbsd_Extra_SemicolonMachs,
9188 NETBSD_EXTRA_SEMICOLON_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9189 aNetbsd_Extra_SemicolonTests, apzNetbsd_Extra_SemicolonPatch, 0 },
9191 { zNext_Math_PrefixName, zNext_Math_PrefixList,
9192 apzNext_Math_PrefixMachs,
9193 NEXT_MATH_PREFIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9194 aNext_Math_PrefixTests, apzNext_Math_PrefixPatch, 0 },
9196 { zNext_TemplateName, zNext_TemplateList,
9197 apzNext_TemplateMachs,
9198 NEXT_TEMPLATE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9199 aNext_TemplateTests, apzNext_TemplatePatch, 0 },
9201 { zNext_VolitileName, zNext_VolitileList,
9202 apzNext_VolitileMachs,
9203 NEXT_VOLITILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9204 aNext_VolitileTests, apzNext_VolitilePatch, 0 },
9206 { zNext_Wait_UnionName, zNext_Wait_UnionList,
9207 apzNext_Wait_UnionMachs,
9208 NEXT_WAIT_UNION_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9209 aNext_Wait_UnionTests, apzNext_Wait_UnionPatch, 0 },
9211 { zNodeent_SyntaxName, zNodeent_SyntaxList,
9212 apzNodeent_SyntaxMachs,
9213 NODEENT_SYNTAX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9214 aNodeent_SyntaxTests, apzNodeent_SyntaxPatch, 0 },
9216 { zObstack_Lvalue_CastName, zObstack_Lvalue_CastList,
9217 apzObstack_Lvalue_CastMachs,
9218 OBSTACK_LVALUE_CAST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9219 aObstack_Lvalue_CastTests, apzObstack_Lvalue_CastPatch, 0 },
9221 { zOsf_Namespace_AName, zOsf_Namespace_AList,
9222 apzOsf_Namespace_AMachs,
9223 OSF_NAMESPACE_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9224 aOsf_Namespace_ATests, apzOsf_Namespace_APatch, 0 },
9226 { zOsf_Namespace_CName, zOsf_Namespace_CList,
9227 apzOsf_Namespace_CMachs,
9228 OSF_NAMESPACE_C_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9229 aOsf_Namespace_CTests, apzOsf_Namespace_CPatch, 0 },
9231 { zPthread_Page_SizeName, zPthread_Page_SizeList,
9232 apzPthread_Page_SizeMachs,
9233 PTHREAD_PAGE_SIZE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9234 aPthread_Page_SizeTests, apzPthread_Page_SizePatch, 0 },
9236 { zPthread_Incomplete_Struct_ArgumentName, zPthread_Incomplete_Struct_ArgumentList,
9237 apzPthread_Incomplete_Struct_ArgumentMachs,
9238 PTHREAD_INCOMPLETE_STRUCT_ARGUMENT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9239 aPthread_Incomplete_Struct_ArgumentTests, apzPthread_Incomplete_Struct_ArgumentPatch, 0 },
9241 { zRead_Ret_TypeName, zRead_Ret_TypeList,
9242 apzRead_Ret_TypeMachs,
9243 READ_RET_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9244 aRead_Ret_TypeTests, apzRead_Ret_TypePatch, 0 },
9246 { zRpc_Xdr_Lvalue_Cast_AName, zRpc_Xdr_Lvalue_Cast_AList,
9247 apzRpc_Xdr_Lvalue_Cast_AMachs,
9248 RPC_XDR_LVALUE_CAST_A_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9249 aRpc_Xdr_Lvalue_Cast_ATests, apzRpc_Xdr_Lvalue_Cast_APatch, 0 },
9251 { zRpc_Xdr_Lvalue_Cast_BName, zRpc_Xdr_Lvalue_Cast_BList,
9252 apzRpc_Xdr_Lvalue_Cast_BMachs,
9253 RPC_XDR_LVALUE_CAST_B_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9254 aRpc_Xdr_Lvalue_Cast_BTests, apzRpc_Xdr_Lvalue_Cast_BPatch, 0 },
9256 { zRs6000_DoubleName, zRs6000_DoubleList,
9257 apzRs6000_DoubleMachs,
9258 RS6000_DOUBLE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9259 aRs6000_DoubleTests, apzRs6000_DoublePatch, 0 },
9261 { zRs6000_FchmodName, zRs6000_FchmodList,
9262 apzRs6000_FchmodMachs,
9263 RS6000_FCHMOD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9264 aRs6000_FchmodTests, apzRs6000_FchmodPatch, 0 },
9266 { zRs6000_ParamName, zRs6000_ParamList,
9267 apzRs6000_ParamMachs,
9268 RS6000_PARAM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9269 aRs6000_ParamTests, apzRs6000_ParamPatch, 0 },
9271 { zSco_MathName, zSco_MathList,
9273 SCO_MATH_TEST_CT, FD_MACH_ONLY,
9274 aSco_MathTests, apzSco_MathPatch, 0 },
9276 { zSco_RegsetName, zSco_RegsetList,
9278 SCO_REGSET_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9279 aSco_RegsetTests, apzSco_RegsetPatch, 0 },
9281 { zSco_Static_FuncName, zSco_Static_FuncList,
9282 apzSco_Static_FuncMachs,
9283 SCO_STATIC_FUNC_TEST_CT, FD_MACH_ONLY,
9284 aSco_Static_FuncTests, apzSco_Static_FuncPatch, 0 },
9286 { zSco_UtimeName, zSco_UtimeList,
9288 SCO_UTIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9289 aSco_UtimeTests, apzSco_UtimePatch, 0 },
9291 { zSolaris_Math_1Name, zSolaris_Math_1List,
9292 apzSolaris_Math_1Machs,
9293 SOLARIS_MATH_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9294 aSolaris_Math_1Tests, apzSolaris_Math_1Patch, 0 },
9296 { zSolaris_Math_2Name, zSolaris_Math_2List,
9297 apzSolaris_Math_2Machs,
9298 SOLARIS_MATH_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9299 aSolaris_Math_2Tests, apzSolaris_Math_2Patch, 0 },
9301 { zSolaris_Math_3Name, zSolaris_Math_3List,
9302 apzSolaris_Math_3Machs,
9303 SOLARIS_MATH_3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9304 aSolaris_Math_3Tests, apzSolaris_Math_3Patch, 0 },
9306 { zSolaris_Math_4Name, zSolaris_Math_4List,
9307 apzSolaris_Math_4Machs,
9308 SOLARIS_MATH_4_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9309 aSolaris_Math_4Tests, apzSolaris_Math_4Patch, 0 },
9311 { zSolaris_Math_5Name, zSolaris_Math_5List,
9312 apzSolaris_Math_5Machs,
9313 SOLARIS_MATH_5_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9314 aSolaris_Math_5Tests, apzSolaris_Math_5Patch, 0 },
9316 { zSolaris_Math_6Name, zSolaris_Math_6List,
9317 apzSolaris_Math_6Machs,
9318 SOLARIS_MATH_6_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9319 aSolaris_Math_6Tests, apzSolaris_Math_6Patch, 0 },
9321 { zSolaris_Math_7Name, zSolaris_Math_7List,
9322 apzSolaris_Math_7Machs,
9323 SOLARIS_MATH_7_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9324 aSolaris_Math_7Tests, apzSolaris_Math_7Patch, 0 },
9326 { zSolaris_Math_8Name, zSolaris_Math_8List,
9327 apzSolaris_Math_8Machs,
9328 SOLARIS_MATH_8_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9329 aSolaris_Math_8Tests, apzSolaris_Math_8Patch, 0 },
9331 { zSolaris_Math_9Name, zSolaris_Math_9List,
9332 apzSolaris_Math_9Machs,
9333 SOLARIS_MATH_9_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9334 aSolaris_Math_9Tests, apzSolaris_Math_9Patch, 0 },
9336 { zSolaris_Mutex_Init_1Name, zSolaris_Mutex_Init_1List,
9337 apzSolaris_Mutex_Init_1Machs,
9338 SOLARIS_MUTEX_INIT_1_TEST_CT, FD_MACH_ONLY,
9339 aSolaris_Mutex_Init_1Tests, apzSolaris_Mutex_Init_1Patch, 0 },
9341 { zSolaris_Mutex_Init_2Name, zSolaris_Mutex_Init_2List,
9342 apzSolaris_Mutex_Init_2Machs,
9343 SOLARIS_MUTEX_INIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9344 aSolaris_Mutex_Init_2Tests, apzSolaris_Mutex_Init_2Patch, 0 },
9346 { zSolaris_Rwlock_Init_1Name, zSolaris_Rwlock_Init_1List,
9347 apzSolaris_Rwlock_Init_1Machs,
9348 SOLARIS_RWLOCK_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9349 aSolaris_Rwlock_Init_1Tests, apzSolaris_Rwlock_Init_1Patch, 0 },
9351 { zSolaris_Once_Init_1Name, zSolaris_Once_Init_1List,
9352 apzSolaris_Once_Init_1Machs,
9353 SOLARIS_ONCE_INIT_1_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9354 aSolaris_Once_Init_1Tests, apzSolaris_Once_Init_1Patch, 0 },
9356 { zSolaris_Once_Init_2Name, zSolaris_Once_Init_2List,
9357 apzSolaris_Once_Init_2Machs,
9358 SOLARIS_ONCE_INIT_2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9359 aSolaris_Once_Init_2Tests, apzSolaris_Once_Init_2Patch, 0 },
9361 { zSolaris_SocketName, zSolaris_SocketList,
9362 apzSolaris_SocketMachs,
9363 SOLARIS_SOCKET_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9364 aSolaris_SocketTests, apzSolaris_SocketPatch, 0 },
9366 { zSolaris_Stdio_TagName, zSolaris_Stdio_TagList,
9367 apzSolaris_Stdio_TagMachs,
9368 SOLARIS_STDIO_TAG_TEST_CT, FD_MACH_ONLY,
9369 aSolaris_Stdio_TagTests, apzSolaris_Stdio_TagPatch, 0 },
9371 { zSolaris_UnistdName, zSolaris_UnistdList,
9372 apzSolaris_UnistdMachs,
9373 SOLARIS_UNISTD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9374 aSolaris_UnistdTests, apzSolaris_UnistdPatch, 0 },
9376 { zSolaris_WidecName, zSolaris_WidecList,
9377 apzSolaris_WidecMachs,
9378 SOLARIS_WIDEC_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9379 aSolaris_WidecTests, apzSolaris_WidecPatch, 0 },
9381 { zStatsswtchName, zStatsswtchList,
9383 STATSSWTCH_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9384 aStatsswtchTests, apzStatsswtchPatch, 0 },
9386 { zStdio_Stdarg_HName, zStdio_Stdarg_HList,
9387 apzStdio_Stdarg_HMachs,
9388 STDIO_STDARG_H_TEST_CT, FD_MACH_IFNOT | FD_SUBROUTINE,
9389 aStdio_Stdarg_HTests, apzStdio_Stdarg_HPatch, 0 },
9391 { zStdio_Va_ListName, zStdio_Va_ListList,
9392 apzStdio_Va_ListMachs,
9393 STDIO_VA_LIST_TEST_CT, FD_MACH_IFNOT,
9394 aStdio_Va_ListTests, apzStdio_Va_ListPatch, 0 },
9396 { zStdio_Va_List_ClientsName, zStdio_Va_List_ClientsList,
9397 apzStdio_Va_List_ClientsMachs,
9398 STDIO_VA_LIST_CLIENTS_TEST_CT, FD_MACH_ONLY,
9399 aStdio_Va_List_ClientsTests, apzStdio_Va_List_ClientsPatch, 0 },
9401 { zStrict_Ansi_NotName, zStrict_Ansi_NotList,
9402 apzStrict_Ansi_NotMachs,
9403 STRICT_ANSI_NOT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9404 aStrict_Ansi_NotTests, apzStrict_Ansi_NotPatch, 0 },
9406 { zStrict_Ansi_Not_CtdName, zStrict_Ansi_Not_CtdList,
9407 apzStrict_Ansi_Not_CtdMachs,
9408 STRICT_ANSI_NOT_CTD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9409 aStrict_Ansi_Not_CtdTests, apzStrict_Ansi_Not_CtdPatch, 0 },
9411 { zStrict_Ansi_OnlyName, zStrict_Ansi_OnlyList,
9412 apzStrict_Ansi_OnlyMachs,
9413 STRICT_ANSI_ONLY_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9414 aStrict_Ansi_OnlyTests, apzStrict_Ansi_OnlyPatch, 0 },
9416 { zStruct_FileName, zStruct_FileList,
9417 apzStruct_FileMachs,
9418 STRUCT_FILE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9419 aStruct_FileTests, apzStruct_FilePatch, 0 },
9421 { zStruct_SockaddrName, zStruct_SockaddrList,
9422 apzStruct_SockaddrMachs,
9423 STRUCT_SOCKADDR_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9424 aStruct_SockaddrTests, apzStruct_SockaddrPatch, 0 },
9426 { zSun_Auth_ProtoName, zSun_Auth_ProtoList,
9427 apzSun_Auth_ProtoMachs,
9428 SUN_AUTH_PROTO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9429 aSun_Auth_ProtoTests, apzSun_Auth_ProtoPatch, 0 },
9431 { zSun_Bogus_IfdefName, zSun_Bogus_IfdefList,
9432 apzSun_Bogus_IfdefMachs,
9433 SUN_BOGUS_IFDEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9434 aSun_Bogus_IfdefTests, apzSun_Bogus_IfdefPatch, 0 },
9436 { zSun_CatmacroName, zSun_CatmacroList,
9437 apzSun_CatmacroMachs,
9438 SUN_CATMACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9439 aSun_CatmacroTests, apzSun_CatmacroPatch, 0 },
9441 { zSun_MallocName, zSun_MallocList,
9443 SUN_MALLOC_TEST_CT, FD_MACH_ONLY,
9444 aSun_MallocTests, apzSun_MallocPatch, 0 },
9446 { zSun_Rusers_SemiName, zSun_Rusers_SemiList,
9447 apzSun_Rusers_SemiMachs,
9448 SUN_RUSERS_SEMI_TEST_CT, FD_MACH_ONLY,
9449 aSun_Rusers_SemiTests, apzSun_Rusers_SemiPatch, 0 },
9451 { zSun_SignalName, zSun_SignalList,
9453 SUN_SIGNAL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9454 aSun_SignalTests, apzSun_SignalPatch, 0 },
9456 { zSunos_StrlenName, zSunos_StrlenList,
9457 apzSunos_StrlenMachs,
9458 SUNOS_STRLEN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9459 aSunos_StrlenTests, apzSunos_StrlenPatch, 0 },
9461 { zSvr4_Disable_OptName, zSvr4_Disable_OptList,
9462 apzSvr4_Disable_OptMachs,
9463 SVR4_DISABLE_OPT_TEST_CT, FD_MACH_ONLY,
9464 aSvr4_Disable_OptTests, apzSvr4_Disable_OptPatch, 0 },
9466 { zSvr4_GetcwdName, zSvr4_GetcwdList,
9467 apzSvr4_GetcwdMachs,
9468 SVR4_GETCWD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9469 aSvr4_GetcwdTests, apzSvr4_GetcwdPatch, 0 },
9471 { zSvr4_KrnlName, zSvr4_KrnlList,
9473 SVR4_KRNL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9474 aSvr4_KrnlTests, apzSvr4_KrnlPatch, 0 },
9476 { zSvr4_ProfilName, zSvr4_ProfilList,
9477 apzSvr4_ProfilMachs,
9478 SVR4_PROFIL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9479 aSvr4_ProfilTests, apzSvr4_ProfilPatch, 0 },
9481 { zSvr4_Sighandler_TypeName, zSvr4_Sighandler_TypeList,
9482 apzSvr4_Sighandler_TypeMachs,
9483 SVR4_SIGHANDLER_TYPE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9484 aSvr4_Sighandler_TypeTests, apzSvr4_Sighandler_TypePatch, 0 },
9486 { zSvr4_Undeclared_GetrngeName, zSvr4_Undeclared_GetrngeList,
9487 apzSvr4_Undeclared_GetrngeMachs,
9488 SVR4_UNDECLARED_GETRNGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9489 aSvr4_Undeclared_GetrngeTests, apzSvr4_Undeclared_GetrngePatch, 0 },
9491 { zSysv68_StringName, zSysv68_StringList,
9492 apzSysv68_StringMachs,
9493 SYSV68_STRING_TEST_CT, FD_MACH_ONLY,
9494 aSysv68_StringTests, apzSysv68_StringPatch, 0 },
9496 { zSysz_Stdlib_For_SunName, zSysz_Stdlib_For_SunList,
9497 apzSysz_Stdlib_For_SunMachs,
9498 SYSZ_STDLIB_FOR_SUN_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9499 aSysz_Stdlib_For_SunTests, apzSysz_Stdlib_For_SunPatch, 0 },
9501 { zThread_KeywordName, zThread_KeywordList,
9502 apzThread_KeywordMachs,
9503 THREAD_KEYWORD_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9504 aThread_KeywordTests, apzThread_KeywordPatch, 0 },
9506 { zTinfo_CplusplusName, zTinfo_CplusplusList,
9507 apzTinfo_CplusplusMachs,
9508 TINFO_CPLUSPLUS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9509 aTinfo_CplusplusTests, apzTinfo_CplusplusPatch, 0 },
9511 { zUltrix_Atexit_ParamName, zUltrix_Atexit_ParamList,
9512 apzUltrix_Atexit_ParamMachs,
9513 ULTRIX_ATEXIT_PARAM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9514 aUltrix_Atexit_ParamTests, apzUltrix_Atexit_ParamPatch, 0 },
9516 { zUltrix_Atof_ParamName, zUltrix_Atof_ParamList,
9517 apzUltrix_Atof_ParamMachs,
9518 ULTRIX_ATOF_PARAM_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9519 aUltrix_Atof_ParamTests, apzUltrix_Atof_ParamPatch, 0 },
9521 { zUltrix_ConstName, zUltrix_ConstList,
9522 apzUltrix_ConstMachs,
9523 ULTRIX_CONST_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9524 aUltrix_ConstTests, apzUltrix_ConstPatch, 0 },
9526 { zUltrix_Const2Name, zUltrix_Const2List,
9527 apzUltrix_Const2Machs,
9528 ULTRIX_CONST2_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9529 aUltrix_Const2Tests, apzUltrix_Const2Patch, 0 },
9531 { zUltrix_Const3Name, zUltrix_Const3List,
9532 apzUltrix_Const3Machs,
9533 ULTRIX_CONST3_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9534 aUltrix_Const3Tests, apzUltrix_Const3Patch, 0 },
9536 { zUltrix_Fix_FixprotoName, zUltrix_Fix_FixprotoList,
9537 apzUltrix_Fix_FixprotoMachs,
9538 ULTRIX_FIX_FIXPROTO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9539 aUltrix_Fix_FixprotoTests, apzUltrix_Fix_FixprotoPatch, 0 },
9541 { zUltrix_IfdefName, zUltrix_IfdefList,
9542 apzUltrix_IfdefMachs,
9543 ULTRIX_IFDEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9544 aUltrix_IfdefTests, apzUltrix_IfdefPatch, 0 },
9546 { zUltrix_LocaleName, zUltrix_LocaleList,
9547 apzUltrix_LocaleMachs,
9548 ULTRIX_LOCALE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9549 aUltrix_LocaleTests, apzUltrix_LocalePatch, 0 },
9551 { zUltrix_Math_IfdefName, zUltrix_Math_IfdefList,
9552 apzUltrix_Math_IfdefMachs,
9553 ULTRIX_MATH_IFDEF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9554 aUltrix_Math_IfdefTests, apzUltrix_Math_IfdefPatch, 0 },
9556 { zUltrix_Nested_IoctlName, zUltrix_Nested_IoctlList,
9557 apzUltrix_Nested_IoctlMachs,
9558 ULTRIX_NESTED_IOCTL_TEST_CT, FD_MACH_ONLY,
9559 aUltrix_Nested_IoctlTests, apzUltrix_Nested_IoctlPatch, 0 },
9561 { zUltrix_Nested_SvcName, zUltrix_Nested_SvcList,
9562 apzUltrix_Nested_SvcMachs,
9563 ULTRIX_NESTED_SVC_TEST_CT, FD_MACH_ONLY,
9564 aUltrix_Nested_SvcTests, apzUltrix_Nested_SvcPatch, 0 },
9566 { zUltrix_StatName, zUltrix_StatList,
9567 apzUltrix_StatMachs,
9568 ULTRIX_STAT_TEST_CT, FD_MACH_ONLY,
9569 aUltrix_StatTests, apzUltrix_StatPatch, 0 },
9571 { zUltrix_StaticName, zUltrix_StaticList,
9572 apzUltrix_StaticMachs,
9573 ULTRIX_STATIC_TEST_CT, FD_MACH_ONLY,
9574 aUltrix_StaticTests, apzUltrix_StaticPatch, 0 },
9576 { zUltrix_StdlibName, zUltrix_StdlibList,
9577 apzUltrix_StdlibMachs,
9578 ULTRIX_STDLIB_TEST_CT, FD_MACH_ONLY,
9579 aUltrix_StdlibTests, apzUltrix_StdlibPatch, 0 },
9581 { zUltrix_StringsName, zUltrix_StringsList,
9582 apzUltrix_StringsMachs,
9583 ULTRIX_STRINGS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9584 aUltrix_StringsTests, apzUltrix_StringsPatch, 0 },
9586 { zUltrix_Strings2Name, zUltrix_Strings2List,
9587 apzUltrix_Strings2Machs,
9588 ULTRIX_STRINGS2_TEST_CT, FD_MACH_ONLY,
9589 aUltrix_Strings2Tests, apzUltrix_Strings2Patch, 0 },
9591 { zUltrix_Sys_TimeName, zUltrix_Sys_TimeList,
9592 apzUltrix_Sys_TimeMachs,
9593 ULTRIX_SYS_TIME_TEST_CT, FD_MACH_ONLY,
9594 aUltrix_Sys_TimeTests, apzUltrix_Sys_TimePatch, 0 },
9596 { zUltrix_UnistdName, zUltrix_UnistdList,
9597 apzUltrix_UnistdMachs,
9598 ULTRIX_UNISTD_TEST_CT, FD_MACH_ONLY,
9599 aUltrix_UnistdTests, apzUltrix_UnistdPatch, 0 },
9601 { zUnicosmk_RestrictName, zUnicosmk_RestrictList,
9602 apzUnicosmk_RestrictMachs,
9603 UNICOSMK_RESTRICT_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9604 aUnicosmk_RestrictTests, apzUnicosmk_RestrictPatch, 0 },
9606 { zUw7_Byteorder_FixName, zUw7_Byteorder_FixList,
9607 apzUw7_Byteorder_FixMachs,
9608 UW7_BYTEORDER_FIX_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9609 aUw7_Byteorder_FixTests, apzUw7_Byteorder_FixPatch, 0 },
9611 { zVa_I960_MacroName, zVa_I960_MacroList,
9612 apzVa_I960_MacroMachs,
9613 VA_I960_MACRO_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9614 aVa_I960_MacroTests, apzVa_I960_MacroPatch, 0 },
9616 { zVoid_NullName, zVoid_NullList,
9618 VOID_NULL_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9619 aVoid_NullTests, apzVoid_NullPatch, 0 },
9621 { zVxworks_Gcc_ProblemName, zVxworks_Gcc_ProblemList,
9622 apzVxworks_Gcc_ProblemMachs,
9623 VXWORKS_GCC_PROBLEM_TEST_CT, FD_MACH_ONLY,
9624 aVxworks_Gcc_ProblemTests, apzVxworks_Gcc_ProblemPatch, 0 },
9626 { zVxworks_Needs_VxtypesName, zVxworks_Needs_VxtypesList,
9627 apzVxworks_Needs_VxtypesMachs,
9628 VXWORKS_NEEDS_VXTYPES_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9629 aVxworks_Needs_VxtypesTests, apzVxworks_Needs_VxtypesPatch, 0 },
9631 { zVxworks_Needs_VxworksName, zVxworks_Needs_VxworksList,
9632 apzVxworks_Needs_VxworksMachs,
9633 VXWORKS_NEEDS_VXWORKS_TEST_CT, FD_MACH_ONLY,
9634 aVxworks_Needs_VxworksTests, apzVxworks_Needs_VxworksPatch, 0 },
9636 { zVxworks_TimeName, zVxworks_TimeList,
9637 apzVxworks_TimeMachs,
9638 VXWORKS_TIME_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9639 aVxworks_TimeTests, apzVxworks_TimePatch, 0 },
9641 { zWindiss_Math1Name, zWindiss_Math1List,
9642 apzWindiss_Math1Machs,
9643 WINDISS_MATH1_TEST_CT, FD_MACH_ONLY,
9644 aWindiss_Math1Tests, apzWindiss_Math1Patch, 0 },
9646 { zWindiss_Math2Name, zWindiss_Math2List,
9647 apzWindiss_Math2Machs,
9648 WINDISS_MATH2_TEST_CT, FD_MACH_ONLY,
9649 aWindiss_Math2Tests, apzWindiss_Math2Patch, 0 },
9651 { zWindiss_ValistName, zWindiss_ValistList,
9652 apzWindiss_ValistMachs,
9653 WINDISS_VALIST_TEST_CT, FD_MACH_ONLY,
9654 aWindiss_ValistTests, apzWindiss_ValistPatch, 0 },
9656 { zX11_ClassName, zX11_ClassList,
9658 X11_CLASS_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9659 aX11_ClassTests, apzX11_ClassPatch, 0 },
9661 { zX11_Class_UsageName, zX11_Class_UsageList,
9662 apzX11_Class_UsageMachs,
9663 X11_CLASS_USAGE_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9664 aX11_Class_UsageTests, apzX11_Class_UsagePatch, 0 },
9666 { zX11_NewName, zX11_NewList,
9668 X11_NEW_TEST_CT, FD_MACH_ONLY,
9669 aX11_NewTests, apzX11_NewPatch, 0 },
9671 { zX11_SprintfName, zX11_SprintfList,
9672 apzX11_SprintfMachs,
9673 X11_SPRINTF_TEST_CT, FD_MACH_ONLY | FD_SUBROUTINE,
9674 aX11_SprintfTests, apzX11_SprintfPatch, 0 }