Home | History | Annotate | Download | only in install-tools
__gmon_start__ libc.so.6 _IO_stdin_used putchar_unlocked strcpy fnmatch sprintf strncmp strrchr fflush_unlocked wait pipe fileno_unlocked fputc_unlocked feof_unlocked signal puts fork __stack_chk_fail fgets_unlocked mkdir realloc abort stdin getpid kill getc_unlocked sbrk isatty mmap calloc strlen fread_unlocked memset __errno_location memcmp getpagesize mempcpy dup2 stdout memcpy freopen64 fclose malloc getenv __ctype_b_loc stderr alarm munmap execvp getcwd atoi ferror_unlocked strchr fprintf fdopen sleep __ctype_tolower_loc __fsetlocking fopen64 access fwrite_unlocked strcmp strerror __libc_start_main fputs_unlocked free __environ __cxa_atexit __xstat GLIBC_2.2.3 GLIBC_2.4 GLIBC_2.3 GLIBC_2.2 GLIBC_2.1 GLIBC_2.1.3 GLIBC_2.0 
fixincl version 1.1 /* DO NOT EDIT THIS FILE. It has been auto-edited by fixincludes from: "%s/%s" This had to be done to correct non-standard usages in the original, manufacturer supplied header file. */ ^[ ]*#[ ]*include[ ]*"[^/] Error %d (%s) starting filter process for %s /bin/sed AAB_aix_stdio stdio.h *-*-aix* define fopen fopen64 wrap #if defined __GNUG__ && defined _LARGE_FILES && defined __cplusplus #define __need__aix_stdio_h_fix #ifdef __need__aix_stdio_h_fix #undef fseeko #undef ftello #undef fgetpos #undef fsetpos #undef fopen #undef freopen /* Alias the symbols using asm */ extern "C" { extern int fgetpos(FILE *, fpos64_t *) __asm__("fgetpos64"); extern FILE *fopen(const char *, const char *) __asm__("fopen64"); extern FILE *freopen(const char *, const char *, FILE *) __asm__("freopen64"); extern int fseeko(FILE *, off64_t, int) __asm__("fseeko64"); extern int fsetpos(FILE *, const fpos64_t *) __asm__("fsetpos64"); extern off64_t ftello(FILE *) __asm__("ftello64"); } #endif #endif AAB_darwin7_9_long_double_funcs architecture/ppc/math.h *-*-darwin7.9* powl /* This file prototypes the long double functions available on Mac OS 10.3.9. */ #ifndef __MATH__ # undef __APPLE_CC__ # define __APPLE_CC__ 1345 # include_next  # undef __APPLE_CC__ # define __APPLE_CC__ 1 # ifndef __LIBMLDBL_COMPAT # ifdef __LONG_DOUBLE_128__ # define __LIBMLDBL_COMPAT(sym) __asm("_" #sym "$LDBL128") # else # define __LIBMLDBL_COMPAT(sym) # endif /* __LONG_DOUBLE_128__ */ # endif /* __LIBMLDBL_COMPAT */ # ifdef __cplusplus extern "C" { # endif extern long double acosl( long double ) __LIBMLDBL_COMPAT(acosl); extern long double asinl( long double ) __LIBMLDBL_COMPAT(asinl); extern long double atanl( long double ) __LIBMLDBL_COMPAT(atanl); extern long double atan2l( long double, long double ) __LIBMLDBL_COMPAT(atan2l); extern long double cosl( long double ) __LIBMLDBL_COMPAT(cosl); extern long double sinl( long double ) __LIBMLDBL_COMPAT(sinl); extern long double tanl( long double ) __LIBMLDBL_COMPAT(tanl); extern long double acoshl( long double ) __LIBMLDBL_COMPAT(acoshl); extern long double asinhl( long double ) __LIBMLDBL_COMPAT(asinhl); extern long double atanhl( long double ) __LIBMLDBL_COMPAT(atanhl); extern long double coshl( long double ) __LIBMLDBL_COMPAT(coshl); extern long double sinhl( long double ) __LIBMLDBL_COMPAT(sinhl); extern long double tanhl( long double ) __LIBMLDBL_COMPAT(tanhl); extern long double expl( long double ) __LIBMLDBL_COMPAT(expl); extern long double exp2l( long double ) __LIBMLDBL_COMPAT(exp2l); extern long double expm1l( long double ) __LIBMLDBL_COMPAT(expm1l); extern long double logl( long double ) __LIBMLDBL_COMPAT(logl); extern long double log10l( long double ) __LIBMLDBL_COMPAT(log10l); extern long double log2l( long double ) __LIBMLDBL_COMPAT(log2l); extern long double log1pl( long double ) __LIBMLDBL_COMPAT(log1pl); extern long double logbl( long double ) __LIBMLDBL_COMPAT(logbl); extern long double modfl( long double, long double * ) __LIBMLDBL_COMPAT(modfl); extern long double ldexpl( long double, int ) __LIBMLDBL_COMPAT(ldexpl); extern long double frexpl( long double, int * ) __LIBMLDBL_COMPAT(frexpl); extern int ilogbl( long double ) __LIBMLDBL_COMPAT(ilogbl); extern long double scalbnl( long double, int ) __LIBMLDBL_COMPAT(scalbnl); extern long double scalblnl( long double, long int ) __LIBMLDBL_COMPAT(scalblnl); extern long double fabsl( long double ) __LIBMLDBL_COMPAT(fabsl); extern long double cbrtl( long double ) __LIBMLDBL_COMPAT(cbrtl); extern long double hypotl( long double, long double ) __LIBMLDBL_COMPAT(hypotl); extern long double powl( long double, long double ) __LIBMLDBL_COMPAT(powl); extern long double sqrtl( long double ) __LIBMLDBL_COMPAT(sqrtl); extern long double erfl( long double ) __LIBMLDBL_COMPAT(erfl); extern long double erfcl( long double ) __LIBMLDBL_COMPAT(erfcl); extern long double lgammal( long double ) __LIBMLDBL_COMPAT(lgammal); extern long double tgammal( long double ) __LIBMLDBL_COMPAT(tgammal); extern long double ceill( long double ) __LIBMLDBL_COMPAT(ceill); extern long double floorl( long double ) __LIBMLDBL_COMPAT(floorl); extern long double nearbyintl( long double ) __LIBMLDBL_COMPAT(nearbyintl); extern long double rintl( long double ) __LIBMLDBL_COMPAT(rintl); extern long int lrintl( long double ) __LIBMLDBL_COMPAT(lrintl); extern long long int llrintl( long double ) __LIBMLDBL_COMPAT(llrintl); extern long double roundl( long double ) __LIBMLDBL_COMPAT(roundl); extern long int lroundl( long double ) __LIBMLDBL_COMPAT(lroundl); extern long long int llroundl( long double ) __LIBMLDBL_COMPAT(llroundl); extern long double truncl( long double ) __LIBMLDBL_COMPAT(truncl); extern long double fmodl( long double, long double) __LIBMLDBL_COMPAT(fmodl); extern long double remainderl( long double, long double ) __LIBMLDBL_COMPAT(remainderl); extern long double remquol( long double, long double, int * ) __LIBMLDBL_COMPAT(remquol); extern long double copysignl( long double, long double ) __LIBMLDBL_COMPAT(copysignl); extern long double nanl( const char * ) __LIBMLDBL_COMPAT(nanl); extern long double nextafterl( long double, long double ) __LIBMLDBL_COMPAT(nextafterl); extern long double nexttowardl( long double, long double ) __LIBMLDBL_COMPAT(nexttowardl); extern long double fdiml( long double, long double ) __LIBMLDBL_COMPAT(fdiml); extern long double fmaxl( long double, long double ) __LIBMLDBL_COMPAT(fmaxl); extern long double fminl( long double, long double ) __LIBMLDBL_COMPAT(fminl); extern long double fmal( long double, long double, long double ) __LIBMLDBL_COMPAT(fmal); # ifdef __cplusplus } # endif #endif /* __MATH__ */ AAB_darwin7_9_long_double_funcs_2 math.h #include[ \t]+\" format %1<%2.h> ([ \t]*#[ \t]*include[ \t]+)"([a-z0-9/]+)\.h" AAB_fd_zero_asm_posix_types_h asm/posix_types.h i[34567]86-*-linux* } while x86_64 posix_types_64 /* This file fixes a bug in the __FD_ZERO macro for older versions of the Linux kernel. */ #ifndef _POSIX_TYPES_H_WRAPPER #include  #include_next  #if defined(__FD_ZERO) && !defined(__GLIBC__) #undef __FD_ZERO #define __FD_ZERO(fdsetp) \ do { \ int __d0, __d1; \ __asm__ __volatile__("cld ; rep ; stosl" \ : "=&c" (__d0), "=&D" (__d1) \ : "a" (0), "0" (__FDSET_LONGS), \ "1" ((__kernel_fd_set *) (fdsetp)) :"memory"); \ } while (0) #endif #define _POSIX_TYPES_H_WRAPPER #endif /* _POSIX_TYPES_H_WRAPPER */ AAB_fd_zero_gnu_types_h gnu/types.h /* This file fixes a bug in the __FD_ZERO macro present in glibc 1.x. */ #ifndef _TYPES_H_WRAPPER #include  #include_next  #if defined(__FD_ZERO) && !defined(__GLIBC__) #undef __FD_ZERO # define __FD_ZERO(fdsetp) \ do { \ int __d0, __d1; \ __asm__ __volatile__("cld ; rep ; stosl" \ : "=&c" (__d0), "=&D" (__d1) \ : "a" (0), "0" (__FDSET_LONGS), \ "1" ((__fd_set *) (fdsetp)) :"memory"); \ } while (0) #endif #define _TYPES_H_WRAPPER #endif /* _TYPES_H_WRAPPER */ AAB_fd_zero_selectbits_h selectbits.h /* This file fixes a bug in the __FD_ZERO macro present in glibc 2.0.x. */ #ifndef _SELECTBITS_H_WRAPPER #include  #include_next  #if defined(__FD_ZERO) && defined(__GLIBC__) \\ && defined(__GLIBC_MINOR__) && __GLIBC__ == 2 \\ && __GLIBC_MINOR__ == 0 #undef __FD_ZERO #define __FD_ZERO(fdsetp) \\ do { \\ int __d0, __d1; \\ __asm__ __volatile__ ("cld; rep; stosl" \\ : "=&c" (__d0), "=&D" (__d1) \\ : "a" (0), "0" (sizeof (__fd_set) \\ / sizeof (__fd_mask)), \\ "1" ((__fd_mask *) (fdsetp)) \\ : "memory"); \\ } while (0) #endif #define _SELECTBITS_H_WRAPPER #endif /* _SELECTBITS_H_WRAPPER */ AAB_solaris_sys_varargs_h sys/varargs.h *-*-solaris* #ifdef __STDC__ #include  #else #include  #endif AAB_sun_memcpy memory.h /\* @\(#\)(head/memory.h 50.1 |memory\.h 1\.[2-4] 8./../.. SMI; from S5R2 1\.2 )\*/ /* This file was generated by fixincludes */ #ifndef __memory_h__ #define __memory_h__ #ifdef __STDC__ extern void *memccpy(); extern void *memchr(); extern void *memcpy(); extern void *memset(); #else extern char *memccpy(); extern char *memchr(); extern char *memcpy(); extern char *memset(); #endif /* __STDC__ */ extern int memcmp(); #endif /* __memory_h__ */ aix_pthread pthread.h (#define [A-Za-z_0-9]+)(\\ [^A-Za-z_0-9 (]) %1 %2 aix_sysmachine sys/machine.h \\ + \ aix_syswait sys/wait.h ^extern pid_t wait3\(\); bos325, struct rusage; %0 aix_syswait_2 sys/wait.h \? (\(\(\(\(unsigned[^)]*\)[^)]*\) >> [^)]*\) \& 0xff\) : -1) ? (int)%1 aix_volatile sys/signal.h typedef volatile int sig_atomic_t typedef int sig_atomic_t alpha___assert assert.h __assert\(char \*, char \*, int\) __assert(const char *, const char *, int) alpha___extern_prefix alpha*-dec-osf* (.*)(defined\(__DECC\)|def[ ]*__DECC)[ ]* (#[ ]*pragma[ ]*extern_prefix.*) %1 (defined(__DECC) || defined(__PRAGMA_EXTERN_PREFIX)) %3 alpha___extern_prefix_standards standards.h .*!defined\(_LIBC_POLLUTION_H_\) && !defined\(__DECC\) %0 && !defined(__PRAGMA_EXTERN_PREFIX) alpha___extern_prefix_sys_stat sys/stat.h sys/mount.h alpha*-dec-osf5* #[ ]*if[ ]*defined\(__DECC\) %0 || defined(__PRAGMA_EXTERN_PREFIX) alpha_assert assert.h (#define assert\(EX\).*)\(\(int\) \(EX\)\) %1(EX) alpha_bad_lval ^[ ]*#[ ]*pragma[ ]+extern_prefix -e s/^[ ]*#[ ]*define[ ][ ]*\([^(]*\)\(([^)]*)\)[ ]*\(_.*\)\1\2[ ]*$/#define \1 \3\1/ alpha_getopt stdio.h stdlib.h getopt\(int, char \*\[\], *char \*\) getopt(int, char *const[], const char *) alpha_if_semicolon net/if.h struct[ ]+sockaddr[ ]+vmif_paddr[ ]+/\* struct sockaddr vmif_paddr; /* alpha_parens sym.h #ifndef\(__mips64\) #ifndef __mips64 alpha_pthread pthread.h ((#[ ]*if)([ ]*defined[ ]*\(_PTHREAD_ENV_DECC\)|def _PTHREAD_ENV_DECC)(.*)) (#[ ]*define _PTHREAD_USE_PTDNAM_) %2 defined (_PTHREAD_ENV_DECC)%4 || defined (__PRAGMA_EXTERN_PREFIX) %5 alpha_pthread_gcc pthread.h #else # error : unrecognized compiler. #elif defined (__GNUC__) # define _PTHREAD_ENV_GCC %0 alpha_pthread_init pthread.h \* @\(#\).RCSfile: pthread\.h,v \$ .Revision: 1\.1\.33\.21 \$ \(DEC\) .Date: 2000/08/15 15:30:13 \$ s@MVALID\(.*\)A}@MVALID\1A, 0, 0, 0, 0, 0, 0 }@ s@MVALID\(.*\)_}@MVALID\1_, 0, 0, 0, 0 }@ s@CVALID\(.*\)A}@CVALID\1A, 0, 0, 0, 0 }@ s@CVALID\(.*\)_}@CVALID\1_, 0, 0 }@ s@WVALID\(.*\)A}@WVALID\1A, 0, 0, 0, 0, 0, 0, 0, 0, 0 }@ s@WVALID\(.*\)_}@WVALID\1_, 0, 0, 0, 0, 0, 0, 0 }@ alpha_sbrk unistd.h char[ ]*\*[ ]*sbrk[ ]*\( void *sbrk( alpha_wchar wchar.h alpha*-dec-osf4* #define wcstok wcstok_r s@#define wcstok wcstok_r@extern wchar_t *wcstok __((wchar_t *, const wchar_t *, wchar_t **)) __asm__("wcstok_r");@ s@#define wcsftime __wcsftime_isoc@extern size_t wcsftime __((wchar_t *, size_t, const wchar_t *, const struct tm *)) __asm__("__wcsftime_isoc");@ avoid_bool_define curses.h curses_colr/curses.h term.h tinfo.h #[ ]*define[ ]+bool[ ] __cplusplus #ifndef __cplusplus %0 #endif ^[ ]*#[ ]*define[ ]+bool[ ].* avoid_bool_type curses.h curses_colr/curses.h term.h tinfo.h ^[ ]*typedef[ ].*[ ]bool[ ]*; __cplusplus avoid_wchar_t_type ^[ ]*typedef[ ].*[ ]wchar_t[ ]*; __cplusplus _LINUX_NLS_H XFree86: xc/lib/X11/Xlib\.h bad_struct_term curses.h ^[ ]*typedef[ ]+struct[ ]+term[ ]*; struct term; badquote sundev/vuid_event.h doesn't does not broken_assert_stdio assert.h stderr include.*stdio\.h #include  broken_assert_stdlib assert.h exit *\(|abort *\( include.*stdlib\.h #ifdef __cplusplus #include  #endif broken_cabs math.h architecture/*/math.h ^extern[ ]+double[ ]+cabs s/^extern[ ]*double[ ]*cabs[ ]*([^\)]*);// s/^extern[ ]*long[ ]*double[ ]*cabsl[ ]*([^\)]*);// broken_nan architecture/ppc/math.h architecture/*/math.h #if defined(__APPLE_CC__) && (__APPLE_CC__ >= 1345) powl #if 1 bsd_stdio_attrs_conflict stdio.h *-*-*bsd* *-*-*darwin* ^#define[ ]*vfscanf[ ]*__svfscanf[ ]*$ #define _BSD_STRING(_BSD_X) _BSD_STRINGX(_BSD_X) #define _BSD_STRINGX(_BSD_X) #_BSD_X int vfscanf(FILE *, const char *, __builtin_va_list) __asm__ (_BSD_STRING(__USER_LABEL_PREFIX__) "__svfscanf"); ctrl_quotes_def define[ ]+[A-Z0-9_]+CTRL\([a-zA-Z][,)] char_macro_def CTRL ctrl_quotes_use define[ ]+[A-Z0-9_]+[ ]+[A-Z0-9_]+CTRL[ ]*\( *[^,'] char_macro_use cxx_unready sys/mman.h rpc/types.h [^#]+malloc.*; "C"|__BEGIN_DECLS #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif darwin_externc mach-o/swap.h mach/mach_time.h mach/mach_traps.h mach/message.h mach/mig.h mach/semaphore.h *-*-darwin* extern "C" __BEGIN_DECLS darwin_gcc4_breakage AvailabilityMacros.h \(__GNUC__ >= 3\) && \(__GNUC_MINOR__ >= 1\) ((__GNUC__ >= 4) || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)) darwin_private_extern mach-o/dyld.h __private_extern__ [a-z_]+ _dyld_ extern __private_extern__ dec_intern_asm c_asm.h /^[ ]*float[ ]*fasm/i\ #ifdef __DECC /^[ ]*#[ ]*pragma[ ]*intrinsic([ ]*dasm/a\ #endif djgpp_wchar_h __DJ_wint_t sys/djtypes.h %0 #include  #include  ecd_cursor sunwindow/win_lock.h sunwindow/win_cursor.h ecd\.cursor ecd_cursor exception_structure math.h matherr matherr.*(struct exception|__MATH_EXCEPTION|[ \t]*__FP_EXCEPTION[ \t]*\*[ \t]*) struct exception; freebsd_gcc3_breakage sys/cdefs.h *-*-freebsd* ^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7$ __GNUC__[ \t]*([>=]=[ \t]*[3-9]|>[ \t]*2) %0 || __GNUC__ >= 3 freebsd_gcc4_breakage sys/cdefs.h ^#if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 \|\| __GNUC__ == 3$ #if __GNUC__ == 2 && __GNUC_MINOR__ >= 7 || __GNUC__ >= 3 glibc_c99_inline_1 features.h */features.h ^ *&& !defined __OPTIMIZE_SIZE__ && !defined __NO_INLINE__$ %0 && (defined __extern_inline || defined __GNUC_GNU_INLINE__) glibc_c99_inline_1a features.h */features.h (\) && defined __OPTIMIZE__ && !defined __OPTIMIZE_SIZE__) (#[ ]*define[ ]*__USE_EXTERN_INLINES[ ]*1) %1 && (defined __extern_inline || defined __GNUC_GNU_INLINE__) %2 glibc_c99_inline_2 sys/stat.h */sys/stat.h extern __inline__ int s/extern int \(stat\|lstat\|fstat\|mknod\)/#ifdef __GNUC_GNU_INLINE__\ extern\ #endif\ __inline__ int \1/ s/extern int __REDIRECT\(_NTH\|\) (\(stat\|lstat\|fstat\)/#ifdef __GNUC_GNU_INLINE__\ extern\ #endif\ __inline__ int __REDIRECT\1 (\2/ s/^extern __inline__ int/#ifdef __GNUC_GNU_INLINE__\ extern\ #endif\ __inline__ int/ glibc_c99_inline_3 bits/string2.h */bits/string2.h extern __inline __extern_inline|__GNU_STDC_INLINE__ # if defined(__cplusplus) || defined(__GNUC_STDC_INLINE__) ^# ifdef __cplusplus$ glibc_c99_inline_4 sys/sysmacros.h */sys/sysmacros.h wchar.h */wchar.h (^| )extern __inline __extern_inline|__gnu_inline__ %0 __attribute__ ((__gnu_inline__)) glibc_mutex_init pthread.h \{ *\{ *0, *\} *\} /define[ ]\+PTHREAD_MUTEX_INITIALIZER[ ]*\\/{ N s/{ { 0, } }/{ { 0, 0, 0, 0, 0, 0 } }/ } s/{ \(0, 0, 0, 0, PTHREAD_MUTEX_\(RECURSIVE\|ERRORCHECK\|ADAPTIVE\)_NP\) }/{ \1, 0 }/ s/{ \(0, 0, 0, PTHREAD_MUTEX_\(RECURSIVE\|ERRORCHECK\|ADAPTIVE\)_NP\) }/{ \1, 0, 0 }/ /define[ ]\+PTHREAD_RWLOCK_INITIALIZER[ ]*\\/N;s/^[ ]*#[ ]*\(define[ ]\+PTHREAD_RWLOCK_INITIALIZER[ ]*\\\)\n[ ]*{ { 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/ s/{ \(0, 0, 0, 0, 0, 0, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP\) }/{ \1, 0 }/ /define[ ]\+PTHREAD_COND_INITIALIZER/s/{ { 0, } }/{ { 0, 0, 0, 0, 0, (void *) 0, 0, 0 } }/ gnu_types sys/types.h stdlib.h sys/stdtypes.h stddef.h memory.h unistd.h *-*-solaris2.1[0-9]* ^[ ]*typedef[ ]+.*[ ](ptrdiff|size|wchar)_t; _GCC_(PTRDIFF|SIZE|WCHAR)_T gnu_type hp_inline sys/spinlock.h machine/machparam.h [ ]*#[ ]*include[ ]+"\.\./machine/ %1 ([ ]*#[ ]*include[ ]+)"\.\./machine/([a-z]+)\.h" hp_sysfile sys/file.h HPUX_SOURCE (struct file *, ...) \(\.\.\.\) hppa_hpux_fp_macros math.h hppa*-hp-hpux11* #[ ]*define[ ]*FP_NORMAL.* #[ ]*define[ ]*FP_ZERO.* #[ ]*define[ ]*FP_INFINITE.* #[ ]*define[ ]*FP_SUBNORMAL.* #[ ]*define[ ]*FP_NAN.* #endif /* _INCLUDE_HPUX_SOURCE */ #if defined(_INCLUDE_HPUX_SOURCE) || \ (defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L)) %0#endif #ifdef _INCLUDE_HPUX_SOURCE hpux10_cpp_pow_inline fixinc-test-limits.h math.h ^# +ifdef +__cplusplus +\} +inline +double +pow\(double +__d,int +__expon\) +\{ [ ]+return +pow\(__d,\(double\)__expon\); +\} +extern +"C" +\{ #else # +endif hpux11_cpp_pow_inline math.h +inline double pow\(double d,int expon\) \{ +return pow\(d, \(double\)expon\); +\} hpux10_ctype_declarations1 ctype.h ^#[ ]*define _toupper\(__c\)[ ]*__toupper\(__c\) ^[ ]*extern[ ]*int[ ]*__tolower[ ]*\( #ifdef _PROTOTYPES extern int __tolower(int); extern int __toupper(int); #else /* NOT _PROTOTYPES */ extern int __tolower(); extern int __toupper(); #endif /* _PROTOTYPES */ %0 hpux10_ctype_declarations2 ctype.h ^# if defined\(_SB_CTYPE_MACROS\) && \!defined\(__lint\) ^[ ]*extern[ ]*int[ ]*_isalnum[ ]*\( %0 #ifdef _PROTOTYPES extern int _isalnum(int); extern int _isalpha(int); extern int _iscntrl(int); extern int _isdigit(int); extern int _isgraph(int); extern int _islower(int); extern int _isprint(int); extern int _ispunct(int); extern int _isspace(int); extern int _isupper(int); extern int _isxdigit(int); # else /* not _PROTOTYPES */ extern int _isalnum(); extern int _isalpha(); extern int _iscntrl(); extern int _isdigit(); extern int _isgraph(); extern int _islower(); extern int _isprint(); extern int _ispunct(); extern int _isspace(); extern int _isupper(); extern int _isxdigit(); #endif /* _PROTOTYPES */ hpux10_stdio_declarations stdio.h ^#[ ]*define _iob[ ]*__iob ^[ ]*extern[ ]*int[ ]*vsnprintf[ ]*\( %0 # if defined(__STDC__) || defined(__cplusplus) extern int snprintf(char *, size_t, const char *, ...); extern int vsnprintf(char *, size_t, const char *, __va_list); # else /* not __STDC__) || __cplusplus */ extern int snprintf(); extern int vsnprintf(); # endif /* __STDC__) || __cplusplus */ hpux11_abs stdlib.h ia64-hp-hpux11* ifndef _MATH_INCLUDED if !defined(_MATH_INCLUDED) || defined(__GNUG__) hpux11_fabsf math.h ^[ ]*#[ ]*define[ ]+fabsf\(.* __cplusplus hpux11_pthread_const sys/pthread.h *-hp-hpux11.[0-3]* ^#define[ ]*__POINTER_SET[ ]*\(\(void \*\) 1LL\) #define __POINTER_SET ((void *) 1L) hpux11_size_t *-hp-hpux11* __size_t _hpux_size_t hpux11_snprintf stdio.h (extern int snprintf *\(char *\*, *(|__|_hpux_)size_t,) *(char *\*, *\.\.\.\);) %1 const %3 hpux11_uint32_c inttypes.h ^#define UINT32_C\(__c\)[ ]*__CONCAT__\(__CONCAT_U__\(__c\),l\) #define UINT32_C(__c) __CONCAT__(__c,ul) hpux11_vsnprintf stdio.h (extern int vsnprintf\(char \*, _[hpux]*_size_t, const char \*,) __va__list\); %1 __va_list); hpux8_bogus_inlines math.h inline __GNUG__ s@inline int abs(int [a-z][a-z]*) {.*}@extern "C" int abs(int);@ s@inline double abs(double [a-z][a-z]*) {.*}@@ s@inline int sqr(int [a-z][a-z]*) {.*}@@ s@inline double sqr(double [a-z][a-z]*) {.*}@@ hpux_ctype_macros ctype.h ((: |\()__SB_masks \? )(__SB_masks\[__(alnum|c)\] & _IS) %1(int)%3 hpux_htonl netinet/in.h #ifndef _XOPEN_SOURCE_EXTENDED (/\* \* Macros for number representation conversion\. \*/ #ifndef ntohl) #if 1 %1 hpux_long_double stdlib.h extern[ ]long_double[ ]strtold long_double_t /^#[ ]*ifndef _LONG_DOUBLE/,/\/\* _LONG_DOUBLE \*\//D s/long_double/long double/g hpux_systime sys/time.h ^extern struct sigevent; struct sigevent; hpux_spu_info ia64/sys/getppdp.h */sys/getppdp.h *-hp-hpux* ^.*extern.*spu_info.* #ifdef _KERNEL %0 #endif hpux11_extern_sendfile sys/socket.h *-hp-hpux11.[12]* ^[ ]*extern sbsize_t sendfile.* .*, int\)\); #ifndef _APP32_64BIT_OFF_T %0#endif hpux11_extern_sendpath sys/socket.h ^[ ]*extern sbsize_t sendpath.* .*, int\)\); hpux_extern_errno errno.h *-hp-hpux10.* *-hp-hpux11.[0-2]* ^[ ]*extern int errno;$ #ifdef __cplusplus extern "C" { #endif %0 #ifdef __cplusplus } #endif hpux_pthread_initializers sys/pthread.h s@^[ ]*1, 1, 1, 1,[ ]*\\@ { 1, 1, 1, 1 }, \\@ s@^[ ]*1,[ ]*\\@ { 1, 0 }@ /^[ ]*0$/d s@__PTHREAD_MUTEX_VALID, 0@{ __PTHREAD_MUTEX_VALID, 0 }@ s@^[ ]*0, 0, -1, 0,[ ]*\\@ { 0, 0, -1, 0 }, \\@ s@0, __LWP_MTX_VALID, 0, 1, 1, 1, 1,[ ]*\\@{ 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 }, \\@ s@^[ ]*__LWP_MTX_VALID, 0, 1, 1, 1, 1,[ ]*\\@ { 0, __LWP_MTX_VALID }, { 0, 1, 1, 1, 1 }, \\@ s@^[ ]*0, 0[ ]*\\@ { 0, 0 } \\@ s@__PTHREAD_COND_VALID, 0@{ __PTHREAD_COND_VALID, 0 }@ s@__LWP_COND_VALID, 0,[ ]*\\@{ __LWP_COND_VALID, 0 }, \\@ s@__PTHREAD_RWLOCK_VALID, 0@{ __PTHREAD_RWLOCK_VALID, 0 }@ s@__LWP_RWLOCK_VALID, 0,[ ]*\\@{ __LWP_RWLOCK_VALID, 0 }, \\@ s@^[ ]*0, 0, 0, 0, 0, 0, 0[ ]*\\@ { 0, 0, 0, 0, 0 }, { 0, 0} \\@ huge_val_hex bits/huge_val.h ^#[ ]*define[ ]*HUGE_VAL[ ].*0x1\.0p.* __builtin_huge_val #define HUGE_VAL (__builtin_huge_val()) huge_valf_hex bits/huge_val.h ^#[ ]*define[ ]*HUGE_VALF[ ].*0x1\.0p.* __builtin_huge_valf #define HUGE_VALF (__builtin_huge_valf()) huge_vall_hex bits/huge_val.h ^#[ ]*define[ ]*HUGE_VALL[ ].*0x1\.0p.* __builtin_huge_vall #define HUGE_VALL (__builtin_huge_vall()) int_abort_free_and_exit stdlib.h int[ ]+(abort|free|exit)[ ]*\( _CLASSIC_ANSI_TYPES void %1( io_quotes_def define[ ]+[A-Z0-9_]+IO[A-Z]*\([a-zA-Z][,)] IO io_quotes_use define[ ]+[A-Z0-9_]+[ ]+[A-Z0-9_]+IO[A-Z]*[ ]*\( *[^,'] ip_missing_semi netinet/ip.h }$ /^struct/,/^};/s/}$/};/ irix___restrict internal/sgimacros.h mips-sgi-irix6.5 (#ifdef __c99 )(#[ ]*define __restrict restrict) %1# ifndef __cplusplus %2 # endif irix___generic1 internal/math_core.h #define ([a-z]+)\(x\) *__generic.* extern int %1(double); extern int %1f(float); extern int %1l(long double); #define %1(x) (sizeof(x) == sizeof(double) ? _%1(x) \ : sizeof(x) == sizeof(float) ? _%1f(x) \ : _%1l(x)) irix___generic2 internal/math_core.h #define ([a-z]+)\(x,y\) *__generic.* #define %1(x,y) \ ((sizeof(x)<=4 && sizeof(y)<=4) ? _%1f(x,y) \ : (sizeof(x)<=8 && sizeof(y)<=8) ? _%1(x,y) \ : _%1l(x,y)) irix_asm_apostrophe sys/asm.h ^[ ]*#.*[Ww]e're %1 are ^([ ]*#.*[Ww]e)'re irix_limits_const fixinc-test-limits.h limits.h ^extern const extern __const irix_socklen_t sys/socket.h (#define _SOCKLEN_T )(typedef u_int32_t socklen_t;) %1#if _NO_XOPEN4 && _NO_XOPEN5 typedef int socklen_t; #else %2 #endif /* _NO_XOPEN4 && _NO_XOPEN5 */ irix_stdint_c99 stdint.h (#ifndef __c99 )(#error This header file is to be used only for c99 mode compilations) #if 0 %2 irix_stdio_va_list stdio.h internal/stdio_core.h /\* va_list \*/ char \* __gnuc_va_list irix_wcsftime internal/wchar_core.h #if _NO_XOPEN5 (extern size_t[ ]+wcsftime.*const char *.*) #if _NO_XOPEN5 && !defined(__c99) %1 isc_fmod math.h fmod\(double\) fmod(double, double) isc_omits_with_stdc stdio.h math.h ctype.h sys/limits.h sys/fcntl.h sys/dirent.h !defined\(__STDC__\) && !defined\(_POSIX_SOURCE\) !defined(_POSIX_SOURCE) kandr_concat sparc/asm_linkage.h sun*/asm_linkage.h arm/as_support.h arm/mc_type.h arm/xcb.h dev/chardefmac.h dev/ps_irq.h dev/screen.h dev/scsi.h sys/tty.h Xm.acorn/XmP.h bsd43/bsd43_.h /\*\*/ ## linux_ia64_ucontext sys/ucontext.h ia64-*-linux* \(\(\(char \*\) &\(\(struct sigcontext \*\) 0\)->sc_gr\[0\]\) - \(char \*\) 0\) __builtin_offsetof (struct sigcontext, sc_gr[0]) lynxos_no_warning_in_sys_time_h sys/time.h #warning[ ]+Using  instead of  lynxos_missing_putenv stdlib.h *-*-lynxos* extern char \*getenv[ ]*_AP\(\(const char \*\)\); putenv[ \t]*\( %0 extern int putenv _AP((char *)); extern char \*getenv[ ]*_AP\(\(const char \*\)\); machine_ansi_h_va_list define[ ]+_BSD_VA_LIST_[ ] __builtin_va_list %1__builtin_va_list (define[ ]+_BSD_VA_LIST_[ ]+).* machine_name machine_name machine_name math_exception math.h struct exception We have a problem when using C\+\+|for C\+\+, _[a-z0-9A-Z_]+_exception; for C, exception #ifdef __cplusplus #define exception __math_exception #endif #ifdef __cplusplus #undef exception #endif math_huge_val_from_dbl_max math.h define[ ]+HUGE_VAL[ ]+DBL_MAX define[ ]+DBL_MAX sh -c dbl_max_def=`egrep 'define[ ]+DBL_MAX[ ]+.*' float.h | sed 's/.*DBL_MAX[ ]*//' 2>/dev/null` if ( test -n "${dbl_max_def}" ) > /dev/null 2>&1 then sed -e '/define[ ]*HUGE_VAL[ ]*DBL_MAX/s@DBL_MAX@'"$dbl_max_def@" else cat fi nested_auth_des rpc/rpc.h (/\*.*rpc/auth_des\.h>.*)/\* %1*/ /* nested_sys_limits sys/limits.h CHILD_MAX /CHILD_MAX/s,/\* Max, Max, /OPEN_MAX/s,/\* Max, Max, netbsd_c99_inline_1 signal.h *-*-netbsd* extern __inline int extern #ifdef __GNUC_STDC_INLINE__ __attribute__((__gnu_inline__)) #endif __inline int netbsd_c99_inline_2 signal.h #define _SIGINLINE extern __inline #ifdef __GNUC_STDC_INLINE__ #define _SIGINLINE extern __attribute__((__gnu_inline__)) __inline #else %0 #endif netbsd_extra_semicolon sys/cdefs.h #define[ ]*__END_DECLS[ ]*}; #define __END_DECLS } next_math_prefix ansi/math.h ^extern[ ]+double[ ]+__const__[ ] extern double %1( ^extern[ ]+double[ ]+__const__[ ]+([a-z]+)\( next_template bsd/libc.h [ ]template\) (%1) \(([^)]*)[ ]template\) next_volitile ansi/stdlib.h ^extern[ ]+volatile[ ]+void[ ] extern void %1( ^extern[ ]+volatile[ ]+void[ ]+(exit|abort)\( next_wait_union sys/wait.h wait\(union wait wait(void nodeent_syntax netdnet/dnetdb.h char[ ]*\*na_addr[ ]*$ %0; openbsd_null_definition locale.h stddef.h stdio.h string.h time.h unistd.h wchar.h sys/param.h *-*-openbsd* __GNUG__ #ifndef NULL #ifdef __cplusplus #ifdef __GNUG__ #define NULL __null #else /* ! __GNUG__ */ #define NULL 0L #endif /* __GNUG__ */ #else /* ! __cplusplus */ #define NULL ((void *)0) #endif /* __cplusplus */ #endif /* !NULL */ ^#ifndef[ ]*NULL ^#ifdef[ ]*__GNUG__ ^#define[ ]*NULL[ ]*__null ^#else ^#define[ ]*NULL[ ]*0L ^#endif ^#endif obstack_lvalue_cast obstack.h \*\(\(([^()]*)\*\)(.*)\)\+\+ = \(([^()]*)\) ((*((%1*)%2) = (%3)), (%2 += sizeof (%1))) openbsd_va_start stdarg.h __builtin_stdarg_start __builtin_va_start osf_namespace_a reg_types.h sys/lc_core.h -r reg_types.h -r sys/lc_core.h -n "`grep '} regex_t;' reg_types.h`" -z "`grep __regex_t regex.h`" __%0 reg(ex|off|match)_t osf_namespace_c regex.h #include .* -r reg_types.h -r sys/lc_core.h -n "`grep '} regex_t;' reg_types.h`" -z "`grep __regex_t regex.h`" %0 typedef __regex_t regex_t; typedef __regoff_t regoff_t; typedef __regmatch_t regmatch_t; pthread_page_size pthread.h ^int __page_size extern %0 pthread_incomplete_struct_argument pthread.h struct __jmp_buf_tag %1 *%2%3 ^(extern int __sigsetjmp \(struct __jmp_buf_tag) (__env)\[1\](.*)$ read_ret_type stdio.h extern int .*, fread\(\), fwrite\(\) extern unsigned int fread(), fwrite(); %1%2 (extern int .*), fread\(\), fwrite\(\)(.*) rpc_xdr_lvalue_cast_a rpc/xdr.h #define[ ]*IXDR_GET_LONG.*\\ .*__extension__.* #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf)) rpc_xdr_lvalue_cast_b rpc/xdr.h #define[ ]*IXDR_PUT_LONG.*\\ .*__extension__.* #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v))) rs6000_double math.h [^a-zA-Z_]class\( ^.*[^a-zA-Z_]class\(.* rs6000_fchmod sys/stat.h fchmod\(char \* fchmod(int rs6000_param stdio.h unistd.h rename\(const char \*old, const char \*new\) rename(const char *_old, const char *_new) sco_math math.h */math.h inline double abs __GNUG__ /#define.*__fp_class(a) \\/i\ #ifndef __GNUC__ /.*__builtin_generic/a\ #else\ #define __fp_class(a) \\\ __builtin_choose_expr(__builtin_types_compatible_p(typeof(a),long double),\\\ __fpclassifyl(a), \\\ __builtin_choose_expr(__builtin_types_compatible_p(typeof(a), float), \\\ __fpclassifyf(a),__fpclassify(a)))\ #endif /extern "C\+\+"/N;/inline double abs/i\ #ifndef __GNUC__ /inline long double trunc/N;/inline long double trunc.*}.*extern "C\+\+"/a\ #endif /* ! __GNUC__ */ solaris_math_1 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define HUGE_VA%1 (__builtin_huge_va%2()) ^#define[ ]+HUGE_VA([LF]+)[ ]+__builtin_huge_va([lf]+) solaris_math_2 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define INFINITY (__builtin_inff()) ^#define[ ]+INFINITY[ ]+__builtin_infinity solaris_math_3 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define NAN (__builtin_nanf("")) ^#define[ ]+NAN[ ]+__builtin_nan solaris_math_4 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define fpclassify(x) \ __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, (x)) ^#define[ ]+fpclassify\(x\)[ ]+__builtin_fpclassify\(x\) solaris_math_8 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define signbit(x) (sizeof(x) == sizeof(float) \ ? __builtin_signbitf(x) \ : sizeof(x) == sizeof(long double) \ ? __builtin_signbitl(x) \ : __builtin_signbit(x)) ^#define[ ]+signbit\(x\)[ ]+__builtin_signbit\(x\) solaris_math_9 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI __GNUC__ #define %1(x, y)%2__builtin_%1(x, y) ^#define[ ]+([a-z]+)\(x, y\)([ ]+)\(\(x\) __builtin_[a-z]+\(y\)\) solaris_math_10 iso/math_c99.h @\(#\)math_c99.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI #define isinf(x) __builtin_isinf(x) ^#define[ ]+isinf\(x\)[ ]+__extension__\([ ]*\\ [ ]*\{[ ]*__typeof\(x\)[ ]*__x_i[ ]*=[ ]*\(x\);[ ]*\\ [ ]*__x_i[ ]*==[ ]*\(__typeof\(__x_i\)\)[ ]*INFINITY[ ]*\|\|[ ]*\\ [ ]*__x_i[ ]*==[ ]*\(__typeof\(__x_i\)\)[ ]*\(-INFINITY\);[ ]*\}\) solaris_mutex_init_2 pthread.h *-*-solaris2.[0-9] *-*-solaris2.[0-9][!0-9]* @\(#\)pthread.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG) %0 #else %1, {0}}%4 #endif (^#define[ ]+PTHREAD_(MUTEX|COND)_INITIALIZER[ ]+(|/*.**/[ ]*\\ [ ]*)\{.*),[ ]*0\}(|[ ].*)$ solaris_rwlock_init_1 pthread.h @\(#\)pthread.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG) %0 #else %1{0, 0, 0, {{0}, {0}, {0}}, {{0}, {0}}, {{0}, {0}}} #endif (^#define[ ]+PTHREAD_RWLOCK_INITIALIZER[ ]+)\{0, 0, 0, \{0, 0, 0\}, \{0, 0\}, \{0, 0\}\}[ ]*$ solaris_once_init_1 pthread.h @\(#\)pthread.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI %1{%2}%3 (^#define[ ]+PTHREAD_ONCE_INIT[ ]+\{)([^}]+)(\})[ ]*$ solaris_once_init_2 pthread.h @\(#\)pthread.h[ ]+1.[0-9]+[ ]+[0-9/]+ SMI #if __STDC__ - 0 == 0 && !defined(_NO_LONGLONG) %0 #else %1{0}, {0}, {0}, {%3}%4 #endif (^#define[ ]+PTHREAD_ONCE_INIT[ ]+\{\{)(0, 0, 0, )(PTHREAD_[A-Z_]+)(\}\})[ ]*$ solaris_stdio_tag stdio_tag.h __cplusplus < 54321L __GNUC__ s/defined(__cplusplus) && (__cplusplus < 54321L)/0/ statsswtch rpcsvc/rstat.h boottime$ boottime; stdio_stdarg_h stdio.h include.*(stdarg.h|machine/ansi.h) #define __need___va_list #include  stdio_va_list stdio.h internal/stdio_core.h internal/wchar_core.h __gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list s@[ ]va_list\([ )]\)@ __gnuc_va_list\1@ s@(va_list)&@(__gnuc_va_list)\&@ s@ _VA_LIST_));@ __gnuc_va_list));@ s@ __VA_LIST__));@ __gnuc_va_list));@ s@ va_list@ __not_va_list__@ s@\*va_list@*__not_va_list__@ s@ __va_list)@ __gnuc_va_list)@ s@typedef[ ]\(.*\)[ ]va_list[ ]*;@typedef \1 __not_va_list__;@ s@typedef[ ]*__va_list__@typedef __gnuc_va_list@ s@GNUC_VA_LIST@GNUC_Va_LIST@ s@_VA_LIST_DEFINED@_Va_LIST_DEFINED@ s@_NEED___VA_LIST@_NEED___Va_LIST@ s@VA_LIST@DUMMY_VA_LIST@ s@_Va_LIST@_VA_LIST@ stdio_va_list_clients com_err.h cps.h curses.h krb5.h lc_core.h pfmt.h wchar.h curses_colr/curses.h __gnuc_va_list|_BSD_VA_LIST_|__DJ_va_list|_G_va_list include |#ifdef va_start strict_ansi_not ^([ ]*#[ ]*if.*)(!__STDC__|__STDC__[ ]*==[ ]*0|__STDC__[ ]*!=[ ]*1|__STDC__[ ]*-[ ]*0[ ]*==[ ]*0) GNU and MIPS C compilers define __STDC__ differently __SCO_VERSION__.*__STDC__ != 1 stdc_0_in_system_headers %1 !defined(__STRICT_ANSI__) strict_ansi_not_ctd math.h limits.h stdio.h signal.h stdlib.h sys/signal.h time.h ^([ ]*(\(|&&|\|\|)([ (]*!*[ ]*defined\([a-zA-Z_0-9]+\)[ ]*[|&][|&])*[ (]*)(__STDC__[ ]*(|-[ ]*0[ ]*)==[ ]*0) stdc_0_in_system_headers strict_ansi_only ^([ ]*#[ ]*if.*)(__STDC__[ ]*!=[ ]*0|__STDC__[ ]*==[ ]*1|__STDC__[ ]*-[ ]*0[ ]*==[ ]*1|__STDC__[ ]*-[ ]*0[ ]*!=[ ]*0) stdc_0_in_system_headers %1 defined(__STRICT_ANSI__) struct_file rpc/xdr.h ^.*xdrstdio_create.*struct __file_s struct __file_s; %0 struct_sockaddr rpc/auth.h ^.*authdes_create.*struct sockaddr[^_]  struct sockaddr; struct sockaddr; %0 sun_auth_proto rpc/auth.h rpc/clnt.h rpc/svc.h rpc/xdr.h \(\*[a-z][a-z_]*\)\(\) __cplusplus #ifdef __cplusplus %1(...);%2 #else %1();%2 #endif (.*\(\*[a-z][a-z_]*\))\(\);(.*) sun_bogus_ifdef hsfs/hsfs_spec.h hsfs/iso_spec.h #ifdef(.*\|\|.*) #if%1 sun_catmacro pixrect/memvar.h ^#define[ ]+CAT\(a,b\).* #ifdef __STDC__ # define CAT(a,b) a##b #else %0 #endif sun_malloc malloc.h _CLASSIC_ANSI_TYPES s/typedef[ ]char \* malloc_t/typedef void \* malloc_t/g s/int[ ][ ]*free/void free/g s/char\([ ]*\*[ ]*malloc\)/void\1/g s/char\([ ]*\*[ ]*realloc\)/void\1/g s/char\([ ]*\*[ ]*calloc\)/void\1/g sun_rusers_semi rpcsvc/rusers.h _cnt$ /^struct/,/^};/s/_cnt$/_cnt;/ sun_signal sys/signal.h signal.h ^void \(\*signal\(\)\)\(\);.* #ifdef __cplusplus void (*signal(...))(...); #else %0 #endif sunos_strlen strings.h int[ ]*strlen\(\);(.*) __SIZE_TYPE__ strlen();%1 svr4_disable_opt string.h #define.*__std_hdr_ /#define.*__std_hdr_/d svr4_getcwd stdlib.h unistd.h prototypes.h getcwd\(char \*, int\) getcwd(char *, size_t) svr4_profil stdlib.h unistd.h profil\(unsigned short \*, unsigned int, unsigned int, unsigned int\) Silicon Graphics profil(unsigned short *, size_t, int, unsigned int) svr4_sighandler_type sys/signal.h void *\(\*\)\(\) void (*)(int) svr4_undeclared_getrnge regexp.h getrnge static void getrnge %0 static int getrnge (); ^static int[ ]+size; sysv68_string testing.h string.h _CLASSIC_ANSI_TYPES s/extern[ ]*int[ ]*strlen();/extern unsigned int strlen();/ s/extern[ ]*int[ ]*ffs[ ]*(long);/extern int ffs(int);/ s/strdup(char \*s1);/strdup(const char *s1);/ /^extern char$/N s/^extern char\(\n \*memccpy(),\)$/extern void\1/ /^extern int$/N s/^extern int\(\n strlen(),\)/extern size_t\1/ /^ strncmp(),$/N s/^\( strncmp()\),\n\( strlen(),\)$/\1;\ extern unsigned int\ \2/ sysz_stdlib_for_sun stdlib.h char[ ]*\*[ ]*(calloc|malloc|realloc|bsearch)[ ]*\( _CLASSIC_ANSI_TYPES void * %1( thread_keyword pthread.h bits/sigthread.h ([* ])__thread([,)]) %1__thr%2 tinfo_cplusplus tinfo.h [ ]_cplusplus __cplusplus ultrix_const stdio.h perror\( char \* %1 const %3 *__ ([ *](perror|fputs|fwrite|scanf|fscanf)\(.*)[ ]+(char|void) \*__ ultrix_const2 stdio.h \*fopen\( char \* %1( const char *%3, const char * ([ *](fopen|sscanf|popen|tempnam))\([ ]*char[ ]*\*([^,]*),[ ]*char[ ]*\*[ ]* va_i960_macro arch/i960/archI960.h __(vsiz|vali|vpad|alignof__) __vx%1 void_null curses.h dbm.h locale.h stdio.h stdlib.h string.h time.h unistd.h sys/dir.h sys/param.h sys/types.h ^#[ ]*define[ ]+NULL[ ]+\(\(void[ ]*\*\)0\) __cplusplus #define NULL 0 vxworks_gcc_problem types/vxTypesBase.h __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__ s/#ifdef __GNUC_TYPEOF_FEATURE_BROKEN_USE_DEFAULT_UNTIL_FIXED__/#if 1/ /[ ]size_t/i\ #ifndef _GCC_SIZE_T\ #define _GCC_SIZE_T /[ ]size_t/a\ #endif /[ ]ptrdiff_t/i\ #ifndef _GCC_PTRDIFF_T\ #define _GCC_PTRDIFF_T /[ ]ptrdiff_t/a\ #endif /[ ]wchar_t/i\ #ifndef _GCC_WCHAR_T\ #define _GCC_WCHAR_T /[ ]wchar_t/a\ #endif vxworks_needs_vxtypes time.h uint_t([ ]+_clocks_per_sec) unsigned int%1 vxworks_needs_vxworks sys/stat.h #[ ]define[ ]+__INCstath -r types/vxTypesOld.h -n "`egrep '#include' $file`" -n "`egrep ULONG $file`" /#[ ]define[ ][ ]*__INCstath/a\ #include  vxworks_time time.h #[ ]*define[ ]+VOIDFUNCPTR[ ].* -r vxWorks.h #ifndef __gcc_VOIDFUNCPTR_defined #ifdef __cplusplus typedef void (*__gcc_VOIDFUNCPTR) (...); #else typedef void (*__gcc_VOIDFUNCPTR) (); #endif #define __gcc_VOIDFUNCPTR_defined #endif #define VOIDFUNCPTR __gcc_VOIDFUNCPTR x11_class X11/ShellP.h ^([ ]*char \*)class;(.*) __cplusplus #ifdef __cplusplus %1c_class;%2 #else %1class;%2 #endif x11_class_usage Xm/BaseClassI.h class\) __cplusplus c_class) x11_new Xm/Traversal.h __cplusplus /Widget old, new;/i\ #ifdef __cplusplus\ Widget old, c_new;\ #else /Widget old, new;/a\ #endif s/Widget new,/Widget c_new,/g x11_sprintf X11/Xmu.h X11/Xmu/Xmu.h ^extern char \* sprintf\(\);$ #ifndef __STDC__ %0 #endif /* !defined __STDC__ */ r /dev/null No file names listed for fixing -v Error %d (%s) reopening %s as stdin fixincl ERROR: too many command line arguments fixinc verbosity: EVERYTHING ! ! ! 9 ! ! ! ! ! ! ! ! ! ! ! ! - ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 9 ! ! ! ! ! ! ! ! ! ! ! ! - error %d (%s) stat-ing %s error %d (%s) opening %s for read run_compiles quoted include select test %s/%s Error %d (%s) creating %s Fixed: %s w fixinc/tests/inc Script yielded bogus result of `%s': %s %s/%s/ Quoted includes in %s . %s %s/ %s/%s/ Error %d on pipe(2) call Cannot access %s from %s error %d (%s) %6lu %-50s Applying %-24s to %s Error %d (%s) opening %s file='%s' %s file=%s if ( test %s ) > /dev/null 2>&1 then echo TRUE else echo FALSE fi echo '%s' machine_name_test fixincludes error: the `%s' fix test is unknown machine_name stdc_0_in_system_headers fixincl error: `%s' needs %s argument (c_fix_arg[%d]) wchar && ! defined(__cplusplus) replacement format search text format_fix format search-text ioctl type char_macro_use_fix macro pattern fix_char_macro_defines machine_name_fix The target machine has no needed machine name fixes wrap-fix no-wrap pattern FIXINC_WRAP_%s-%s #ifndef %s #define %s 1 #endif /* %s */ gnu_type_fix gnu type typedef fixincl error: the `%s' fix is unknown char_macro_def char_macro_use format machine_name wrap gnu_type ^#if.*__need_ ^#[ ]*define[ ]+ ^#[ ]*define[ ]+[_A-Za-z][_A-Za-z0-9]*[ ]+ #if !defined(_GCC_%s_T)%s #define _GCC_%s_T typedef __%s_TYPE__ %s_t; #endif ShElL-OuTpUt-HaS-bEeN-cOmPlEtEd NOTE: server restarted trap : 1 CONFIG_SHELL /bin/sh cd %s %s echo echo %s CLOSING SHELL SERVER - command failure: %s Server not running, cannot run: %s SHELL sh Error %d: Could not execvp( '%s', ... ): %s r w error %d (%s) reading input ^[ ]*#[ ]*(if|ifdef|ifndef)[ ]+ label pattern name pattern fixincl ERROR: cannot compile %s regex for %s expr = `%s' error %s TARGET_MACHINE fixincl ERROR: %s environment variable not defined each of these must be defined: TARGET_MACHINE - output from config.guess ORIGDIR - directory of fixincl and applyfix SRCDIR - directory of original files INPUT - current directory for fixincl DESTDIR - output directory MN_NAME_PAT - regex matching forbidden identifiers VERBOSE - amount of user entertainment FIND_BASE - leader to trim from file names ORIGDIR SRCDIR INPUT DESTDIR MN_NAME_PAT VERBOSE FIND_BASE alnum alpha blank cntrl digit graph lower print punct space upper xdigit d q q q q q q q q q q q q q q q q q q q q q q q q q , q q q : O q q 0 q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q q y 6 1 1 1 1 1 1 V V V V V V V V V 1 1 1 { 1 1 9 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 X 1 1 1 " ` } } t ` ` ` ` e e e e e ` < e w ` ` ` ` M & + , - - / B0 _5 7 8 8 8 B B ; 8 2A = C E 7G G G K L J J bH >I kT dT dT dT dT dT S dT ;T kT kT kT kT xS dT dT dT dT dT dT dT S dT [T dT dT kT kT kT kT Success No match Invalid regular expression Invalid collation character Invalid character class name Trailing backslash Invalid back reference Unmatched [ or [^ Unmatched ( or \( Unmatched \{ Invalid content of \{\} Invalid range end Memory exhausted Invalid preceding regular expression Premature end of regular expression Regular expression too big Unmatched ) or \) No previous regular expression C B B B B Q 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 !"#$%&'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~ : %s%sout of memory allocating %lu bytes after a total of %lu bytes undocumented error #%d 
b b b b b e e e e x x x x Ky _y gy ny y Ky { Ky ~ ^ l 8 x . R x X s x x ` x x $ @ x $ x X x @ x k $ b @ x h x x 3 $ ` x $ @ x t $ b H r x b L H . x T t " x T ` x T x 3 x ; i b b { b - b L | 4 x 9 a k x 7 y j b = I T b = x = @ x b i b x 7 x b 0 f x f @ x x < x , b ` A x L 5 x l b t ( 0 L x # x / D k x x b x b ` x x , ` ) x x ` x T x G T x ] x x d x A : b L @ x y x a @ b p x D O x e x @ x x b 4 j h , l ` x + x @ x a @ x u 7 9 b < z x z x D z @ x h x $ k x z z x z x x + z ` x x ` x o x v x x b 3 x D l x + 8 \ b x b , d p x d x $ d x x E X x x " 4 x x H U x ` L x H R x i x ' , r Y x a x r x @ x h x x x T N x ^ x ' b 0 ` ` x N x X | x < x $ x x x @ x 4 G x ^ x ( ^ x 4 G ` x n Y b x x b $ b ` b ` x ` x x x g v @ x x D x x A b X K b Q x x R b f x f x x x x , F ~ b > P w @ x x x + x < L x S x p P x \ b Y p > x [ b ` x x x " D b P x b b H1 P1 \1 e e l1 t1 1 x x 1 1 1 y 8y 1 1 1 { { 1 1 } } 1 2 5 O 2 2 2 (2 02 <2 4 C H2 T2 [ g `2 x2 2 2 ( 5 2 2 2 2 2 2 2 2 2 3 3 3 3 ,3 83 r D3 L3 X3 ! . h3 t3 3 3 3 3 D R 3 3 3 . 3 3 3 3 3 4 ] h 4 4 ,4 44 @4 X4 p4 4 4 . 4 4 4 5 5 5 D X ,5 D5 P5 h5 t5 5 5 5 ? X 5 5 5 r 5 5 5 6 F R 6 (6 86 @6 X6 b w h6 p6 |6 " 6 6 6 | 6 6 6 K ` 6 6 7 7 C Y (7 07 H7 T7 \7 h7 t7 7 { 7 7 n 7 7 7 7 8 8 ,8 @8 x8 8 8 U ` 8 8 8 8 O c 8 8 8 8 9 9 9 7 R (9 @9  L9 d9 p9 9 9 9 9 = J 9 9 9 9 9 9 9 : : j z : $: 0: <: H: T: 2 `: : - : : : : $ : : ; ; ; (; 4; ~ @; H; T; , `; h; t; o ; ; ; $ ; ; 3 @ 0< H< T< l< k y x< < # < < ~ < < < < + < < T d = = = ,= 4= @= ( L= T= `= l= x= 8 L = = = = = Y i = = = = = : H = > > > $> 0> <> H> T> y `> h> t> ` > > > > > > > > > E T ? ? H c ,? D? T? `? l? x? F Z ? ? ? ? ? ? ? ? ? ? ? @ @ (@ 4@ e u D@ P@ \@ h@ t@ |@ @ @ @ 7 H @ @ @ | @ A @ P A \A D V hA tA A A A A A A I _ A A A A 4 B B B i v B (B 4B `B $ 3 B B B B B B _ n C C _ n (C @C PC hC xC C ) C C C ^ t C C C C C C 1 E D D D : L ,D DD TD `D lD tD D R ` D D D D D D E E 4E @E XE dE pE ( E E E E d E E E E , 7 F F * : PF \F o z lF xF F F 7 H F F } F F F F F G G $G \ j 4G @G * G G G G G G " G G H H / = H (H w 4H LH k  XH H 6 H H j H I > K I 8I t ~ DI \I hI I , 4 I I I I N 0 G Y k x ` 
GCC: (Ubuntu 4.4.3-4ubuntu5) 4.4.3 
.symtab .strtab .shstrtab .interp .note.ABI-tag .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.plt .init .text .fini .rodata .eh_frame .ctors .dtors .jcr .dynamic .got .got.plt .data .bss .comment 
crtstuff.c __CTOR_LIST__ __DTOR_LIST__ __JCR_LIST__ __do_global_dtors_aux completed.7021 dtor_idx.7023 frame_dummy __CTOR_END__ __FRAME_END__ __JCR_END__ __do_global_ctors_aux fixincl.c program_id z_std_preamble z_fork_err sed_cmd_z zAab_Aix_StdioName zAab_Aix_StdioList apzAab_Aix_StdioMachs zAab_Aix_StdioSelect0 aAab_Aix_StdioTests apzAab_Aix_StdioPatch zAab_Darwin7_9_Long_Double_FuncsName zAab_Darwin7_9_Long_Double_FuncsList apzAab_Darwin7_9_Long_Double_FuncsMachs zAab_Darwin7_9_Long_Double_FuncsBypass0 aAab_Darwin7_9_Long_Double_FuncsTests apzAab_Darwin7_9_Long_Double_FuncsPatch zAab_Darwin7_9_Long_Double_Funcs_2Name zAab_Darwin7_9_Long_Double_Funcs_2List apzAab_Darwin7_9_Long_Double_Funcs_2Machs zAab_Darwin7_9_Long_Double_Funcs_2Select0 aAab_Darwin7_9_Long_Double_Funcs_2Tests apzAab_Darwin7_9_Long_Double_Funcs_2Patch zAab_Fd_Zero_Asm_Posix_Types_HName zAab_Fd_Zero_Asm_Posix_Types_HList apzAab_Fd_Zero_Asm_Posix_Types_HMachs zAab_Fd_Zero_Asm_Posix_Types_HBypass0 zAab_Fd_Zero_Asm_Posix_Types_HBypass1 zAab_Fd_Zero_Asm_Posix_Types_HBypass2 aAab_Fd_Zero_Asm_Posix_Types_HTests apzAab_Fd_Zero_Asm_Posix_Types_HPatch zAab_Fd_Zero_Gnu_Types_HName zAab_Fd_Zero_Gnu_Types_HList apzAab_Fd_Zero_Gnu_Types_HMachs apzAab_Fd_Zero_Gnu_Types_HPatch zAab_Fd_Zero_Selectbits_HName zAab_Fd_Zero_Selectbits_HList apzAab_Fd_Zero_Selectbits_HMachs apzAab_Fd_Zero_Selectbits_HPatch zAab_Solaris_Sys_Varargs_HName zAab_Solaris_Sys_Varargs_HList apzAab_Solaris_Sys_Varargs_HMachs apzAab_Solaris_Sys_Varargs_HPatch zAab_Sun_MemcpyName zAab_Sun_MemcpyList zAab_Sun_MemcpySelect0 aAab_Sun_MemcpyTests apzAab_Sun_MemcpyPatch zAix_PthreadName zAix_PthreadList zAix_PthreadSelect0 aAix_PthreadTests apzAix_PthreadPatch zAix_SysmachineName zAix_SysmachineList zAix_SysmachineSelect0 aAix_SysmachineTests apzAix_SysmachinePatch zAix_SyswaitName zAix_SyswaitList zAix_SyswaitSelect0 zAix_SyswaitSelect1 aAix_SyswaitTests apzAix_SyswaitPatch zAix_Syswait_2Name zAix_Syswait_2List zAix_Syswait_2Select0 aAix_Syswait_2Tests apzAix_Syswait_2Patch zAix_VolatileName zAix_VolatileList zAix_VolatileSelect0 aAix_VolatileTests apzAix_VolatilePatch zAlpha___AssertName zAlpha___AssertList zAlpha___AssertSelect0 aAlpha___AssertTests apzAlpha___AssertPatch zAlpha___Extern_PrefixName apzAlpha___Extern_PrefixMachs zAlpha___Extern_PrefixSelect0 aAlpha___Extern_PrefixTests apzAlpha___Extern_PrefixPatch zAlpha___Extern_Prefix_StandardsName zAlpha___Extern_Prefix_StandardsList apzAlpha___Extern_Prefix_StandardsMachs zAlpha___Extern_Prefix_StandardsSelect0 aAlpha___Extern_Prefix_StandardsTests apzAlpha___Extern_Prefix_StandardsPatch zAlpha___Extern_Prefix_Sys_StatName zAlpha___Extern_Prefix_Sys_StatList apzAlpha___Extern_Prefix_Sys_StatMachs zAlpha___Extern_Prefix_Sys_StatSelect0 aAlpha___Extern_Prefix_Sys_StatTests apzAlpha___Extern_Prefix_Sys_StatPatch zAlpha_AssertName zAlpha_AssertList zAlpha_AssertSelect0 aAlpha_AssertTests apzAlpha_AssertPatch zAlpha_Bad_LvalName apzAlpha_Bad_LvalMachs zAlpha_Bad_LvalSelect0 aAlpha_Bad_LvalTests apzAlpha_Bad_LvalPatch zAlpha_GetoptName zAlpha_GetoptList zAlpha_GetoptSelect0 aAlpha_GetoptTests apzAlpha_GetoptPatch zAlpha_If_SemicolonName zAlpha_If_SemicolonList zAlpha_If_SemicolonSelect0 aAlpha_If_SemicolonTests apzAlpha_If_SemicolonPatch zAlpha_ParensName zAlpha_ParensList zAlpha_ParensSelect0 aAlpha_ParensTests apzAlpha_ParensPatch zAlpha_PthreadName zAlpha_PthreadList apzAlpha_PthreadMachs zAlpha_PthreadSelect0 aAlpha_PthreadTests apzAlpha_PthreadPatch zAlpha_Pthread_GccName zAlpha_Pthread_GccList apzAlpha_Pthread_GccMachs zAlpha_Pthread_GccSelect0 aAlpha_Pthread_GccTests apzAlpha_Pthread_GccPatch zAlpha_Pthread_InitName zAlpha_Pthread_InitList apzAlpha_Pthread_InitMachs zAlpha_Pthread_InitSelect0 aAlpha_Pthread_InitTests apzAlpha_Pthread_InitPatch zAlpha_SbrkName zAlpha_SbrkList zAlpha_SbrkSelect0 aAlpha_SbrkTests apzAlpha_SbrkPatch zAlpha_WcharName zAlpha_WcharList apzAlpha_WcharMachs zAlpha_WcharSelect0 aAlpha_WcharTests apzAlpha_WcharPatch zAvoid_Bool_DefineName zAvoid_Bool_DefineList zAvoid_Bool_DefineSelect0 zAvoid_Bool_DefineBypass0 aAvoid_Bool_DefineTests apzAvoid_Bool_DefinePatch zAvoid_Bool_TypeName zAvoid_Bool_TypeList zAvoid_Bool_TypeSelect0 zAvoid_Bool_TypeBypass0 aAvoid_Bool_TypeTests apzAvoid_Bool_TypePatch zAvoid_Wchar_T_TypeName zAvoid_Wchar_T_TypeSelect0 zAvoid_Wchar_T_TypeBypass0 zAvoid_Wchar_T_TypeBypass1 zAvoid_Wchar_T_TypeBypass2 aAvoid_Wchar_T_TypeTests apzAvoid_Wchar_T_TypePatch zBad_Struct_TermName zBad_Struct_TermList zBad_Struct_TermSelect0 aBad_Struct_TermTests apzBad_Struct_TermPatch zBadquoteName zBadquoteList zBadquoteSelect0 aBadquoteTests apzBadquotePatch zBroken_Assert_StdioName zBroken_Assert_StdioList zBroken_Assert_StdioSelect0 zBroken_Assert_StdioBypass0 aBroken_Assert_StdioTests apzBroken_Assert_StdioPatch zBroken_Assert_StdlibName zBroken_Assert_StdlibList zBroken_Assert_StdlibSelect0 zBroken_Assert_StdlibBypass0 aBroken_Assert_StdlibTests apzBroken_Assert_StdlibPatch zBroken_CabsName zBroken_CabsList zBroken_CabsSelect0 aBroken_CabsTests apzBroken_CabsPatch zBroken_NanName zBroken_NanList zBroken_NanSelect0 zBroken_NanBypass0 aBroken_NanTests apzBroken_NanPatch zBsd_Stdio_Attrs_ConflictName zBsd_Stdio_Attrs_ConflictList apzBsd_Stdio_Attrs_ConflictMachs zBsd_Stdio_Attrs_ConflictSelect0 aBsd_Stdio_Attrs_ConflictTests apzBsd_Stdio_Attrs_ConflictPatch zCtrl_Quotes_DefName zCtrl_Quotes_DefSelect0 aCtrl_Quotes_DefTests apzCtrl_Quotes_DefPatch zCtrl_Quotes_UseName zCtrl_Quotes_UseSelect0 aCtrl_Quotes_UseTests apzCtrl_Quotes_UsePatch zCxx_UnreadyName zCxx_UnreadyList zCxx_UnreadySelect0 zCxx_UnreadyBypass0 aCxx_UnreadyTests apzCxx_UnreadyPatch zDarwin_ExterncName zDarwin_ExterncList apzDarwin_ExterncMachs zDarwin_ExterncBypass0 zDarwin_ExterncBypass1 aDarwin_ExterncTests apzDarwin_ExterncPatch zDarwin_Gcc4_BreakageName zDarwin_Gcc4_BreakageList apzDarwin_Gcc4_BreakageMachs zDarwin_Gcc4_BreakageSelect0 aDarwin_Gcc4_BreakageTests apzDarwin_Gcc4_BreakagePatch zDarwin_Private_ExternName zDarwin_Private_ExternList apzDarwin_Private_ExternMachs zDarwin_Private_ExternSelect0 aDarwin_Private_ExternTests apzDarwin_Private_ExternPatch zDec_Intern_AsmName zDec_Intern_AsmList apzDec_Intern_AsmPatch zDjgpp_Wchar_HName zDjgpp_Wchar_HSelect0 zDjgpp_Wchar_HBypass0 aDjgpp_Wchar_HTests apzDjgpp_Wchar_HPatch zEcd_CursorName zEcd_CursorList zEcd_CursorSelect0 aEcd_CursorTests apzEcd_CursorPatch zException_StructureName zException_StructureList zException_StructureSelect0 zException_StructureBypass0 aException_StructureTests apzException_StructurePatch zFreebsd_Gcc3_BreakageName zFreebsd_Gcc3_BreakageList apzFreebsd_Gcc3_BreakageMachs zFreebsd_Gcc3_BreakageSelect0 zFreebsd_Gcc3_BreakageBypass0 aFreebsd_Gcc3_BreakageTests apzFreebsd_Gcc3_BreakagePatch zFreebsd_Gcc4_BreakageName zFreebsd_Gcc4_BreakageList apzFreebsd_Gcc4_BreakageMachs zFreebsd_Gcc4_BreakageSelect0 aFreebsd_Gcc4_BreakageTests apzFreebsd_Gcc4_BreakagePatch zGlibc_C99_Inline_1Name zGlibc_C99_Inline_1List zGlibc_C99_Inline_1Select0 aGlibc_C99_Inline_1Tests apzGlibc_C99_Inline_1Patch zGlibc_C99_Inline_1aName zGlibc_C99_Inline_1aList zGlibc_C99_Inline_1aSelect0 aGlibc_C99_Inline_1aTests apzGlibc_C99_Inline_1aPatch zGlibc_C99_Inline_2Name zGlibc_C99_Inline_2List zGlibc_C99_Inline_2Select0 aGlibc_C99_Inline_2Tests apzGlibc_C99_Inline_2Patch zGlibc_C99_Inline_3Name zGlibc_C99_Inline_3List zGlibc_C99_Inline_3Select0 zGlibc_C99_Inline_3Bypass0 aGlibc_C99_Inline_3Tests apzGlibc_C99_Inline_3Patch zGlibc_C99_Inline_4Name zGlibc_C99_Inline_4List zGlibc_C99_Inline_4Select0 zGlibc_C99_Inline_4Bypass0 aGlibc_C99_Inline_4Tests apzGlibc_C99_Inline_4Patch zGlibc_Mutex_InitName zGlibc_Mutex_InitList zGlibc_Mutex_InitSelect0 aGlibc_Mutex_InitTests apzGlibc_Mutex_InitPatch zGnu_TypesName zGnu_TypesList apzGnu_TypesMachs zGnu_TypesSelect0 zGnu_TypesBypass0 aGnu_TypesTests apzGnu_TypesPatch zHp_InlineName zHp_InlineList zHp_InlineSelect0 aHp_InlineTests apzHp_InlinePatch zHp_SysfileName zHp_SysfileList zHp_SysfileSelect0 aHp_SysfileTests apzHp_SysfilePatch zHppa_Hpux_Fp_MacrosName zHppa_Hpux_Fp_MacrosList apzHppa_Hpux_Fp_MacrosMachs zHppa_Hpux_Fp_MacrosSelect0 aHppa_Hpux_Fp_MacrosTests apzHppa_Hpux_Fp_MacrosPatch zHpux10_Cpp_Pow_InlineName zHpux10_Cpp_Pow_InlineList zHpux10_Cpp_Pow_InlineSelect0 aHpux10_Cpp_Pow_InlineTests apzHpux10_Cpp_Pow_InlinePatch zHpux11_Cpp_Pow_InlineName zHpux11_Cpp_Pow_InlineList zHpux11_Cpp_Pow_InlineSelect0 aHpux11_Cpp_Pow_InlineTests apzHpux11_Cpp_Pow_InlinePatch zHpux10_Ctype_Declarations1Name zHpux10_Ctype_Declarations1List zHpux10_Ctype_Declarations1Select0 zHpux10_Ctype_Declarations1Bypass0 aHpux10_Ctype_Declarations1Tests apzHpux10_Ctype_Declarations1Patch zHpux10_Ctype_Declarations2Name zHpux10_Ctype_Declarations2List zHpux10_Ctype_Declarations2Select0 zHpux10_Ctype_Declarations2Bypass0 aHpux10_Ctype_Declarations2Tests apzHpux10_Ctype_Declarations2Patch zHpux10_Stdio_DeclarationsName zHpux10_Stdio_DeclarationsList zHpux10_Stdio_DeclarationsSelect0 zHpux10_Stdio_DeclarationsBypass0 aHpux10_Stdio_DeclarationsTests apzHpux10_Stdio_DeclarationsPatch zHpux11_AbsName zHpux11_AbsList apzHpux11_AbsMachs zHpux11_AbsSelect0 aHpux11_AbsTests apzHpux11_AbsPatch zHpux11_FabsfName zHpux11_FabsfList zHpux11_FabsfSelect0 zHpux11_FabsfBypass0 aHpux11_FabsfTests apzHpux11_FabsfPatch zHpux11_Pthread_ConstName zHpux11_Pthread_ConstList apzHpux11_Pthread_ConstMachs zHpux11_Pthread_ConstSelect0 aHpux11_Pthread_ConstTests apzHpux11_Pthread_ConstPatch zHpux11_Size_TName apzHpux11_Size_TMachs zHpux11_Size_TSelect0 aHpux11_Size_TTests apzHpux11_Size_TPatch zHpux11_SnprintfName zHpux11_SnprintfList zHpux11_SnprintfSelect0 aHpux11_SnprintfTests apzHpux11_SnprintfPatch zHpux11_Uint32_CName zHpux11_Uint32_CList zHpux11_Uint32_CSelect0 aHpux11_Uint32_CTests apzHpux11_Uint32_CPatch zHpux11_VsnprintfName zHpux11_VsnprintfList zHpux11_VsnprintfSelect0 aHpux11_VsnprintfTests apzHpux11_VsnprintfPatch zHpux8_Bogus_InlinesName zHpux8_Bogus_InlinesList zHpux8_Bogus_InlinesSelect0 zHpux8_Bogus_InlinesBypass0 aHpux8_Bogus_InlinesTests apzHpux8_Bogus_InlinesPatch zHpux_Ctype_MacrosName zHpux_Ctype_MacrosList zHpux_Ctype_MacrosSelect0 aHpux_Ctype_MacrosTests apzHpux_Ctype_MacrosPatch zHpux_HtonlName zHpux_HtonlList zHpux_HtonlSelect0 aHpux_HtonlTests apzHpux_HtonlPatch zHpux_Long_DoubleName zHpux_Long_DoubleList zHpux_Long_DoubleSelect0 zHpux_Long_DoubleBypass0 aHpux_Long_DoubleTests apzHpux_Long_DoublePatch zHpux_SystimeName zHpux_SystimeList zHpux_SystimeSelect0 aHpux_SystimeTests apzHpux_SystimePatch zHpux_Spu_InfoName zHpux_Spu_InfoList apzHpux_Spu_InfoMachs zHpux_Spu_InfoSelect0 aHpux_Spu_InfoTests apzHpux_Spu_InfoPatch zHpux11_Extern_SendfileName zHpux11_Extern_SendfileList apzHpux11_Extern_SendfileMachs zHpux11_Extern_SendfileSelect0 aHpux11_Extern_SendfileTests apzHpux11_Extern_SendfilePatch zHpux11_Extern_SendpathName zHpux11_Extern_SendpathList apzHpux11_Extern_SendpathMachs zHpux11_Extern_SendpathSelect0 aHpux11_Extern_SendpathTests apzHpux11_Extern_SendpathPatch zHpux_Extern_ErrnoName zHpux_Extern_ErrnoList apzHpux_Extern_ErrnoMachs zHpux_Extern_ErrnoSelect0 aHpux_Extern_ErrnoTests apzHpux_Extern_ErrnoPatch zHpux_Pthread_InitializersName zHpux_Pthread_InitializersList apzHpux_Pthread_InitializersMachs apzHpux_Pthread_InitializersPatch zHuge_Val_HexName zHuge_Val_HexList zHuge_Val_HexSelect0 zHuge_Val_HexBypass0 aHuge_Val_HexTests apzHuge_Val_HexPatch zHuge_Valf_HexName zHuge_Valf_HexList zHuge_Valf_HexSelect0 zHuge_Valf_HexBypass0 aHuge_Valf_HexTests apzHuge_Valf_HexPatch zHuge_Vall_HexName zHuge_Vall_HexList zHuge_Vall_HexSelect0 zHuge_Vall_HexBypass0 aHuge_Vall_HexTests apzHuge_Vall_HexPatch zInt_Abort_Free_And_ExitName zInt_Abort_Free_And_ExitList zInt_Abort_Free_And_ExitSelect0 zInt_Abort_Free_And_ExitBypass0 aInt_Abort_Free_And_ExitTests apzInt_Abort_Free_And_ExitPatch zIo_Quotes_DefName zIo_Quotes_DefSelect0 aIo_Quotes_DefTests apzIo_Quotes_DefPatch zIo_Quotes_UseName zIo_Quotes_UseSelect0 aIo_Quotes_UseTests apzIo_Quotes_UsePatch zIp_Missing_SemiName zIp_Missing_SemiList zIp_Missing_SemiSelect0 aIp_Missing_SemiTests apzIp_Missing_SemiPatch zIrix___RestrictName zIrix___RestrictList apzIrix___RestrictMachs zIrix___RestrictSelect0 aIrix___RestrictTests apzIrix___RestrictPatch zIrix___Generic1Name zIrix___Generic1List apzIrix___Generic1Machs zIrix___Generic1Select0 aIrix___Generic1Tests apzIrix___Generic1Patch zIrix___Generic2Name zIrix___Generic2List apzIrix___Generic2Machs zIrix___Generic2Select0 aIrix___Generic2Tests apzIrix___Generic2Patch zIrix_Asm_ApostropheName zIrix_Asm_ApostropheList zIrix_Asm_ApostropheSelect0 aIrix_Asm_ApostropheTests apzIrix_Asm_ApostrophePatch zIrix_Limits_ConstName zIrix_Limits_ConstList zIrix_Limits_ConstSelect0 aIrix_Limits_ConstTests apzIrix_Limits_ConstPatch zIrix_Socklen_TName zIrix_Socklen_TList apzIrix_Socklen_TMachs zIrix_Socklen_TSelect0 aIrix_Socklen_TTests apzIrix_Socklen_TPatch zIrix_Stdint_C99Name zIrix_Stdint_C99List apzIrix_Stdint_C99Machs zIrix_Stdint_C99Select0 aIrix_Stdint_C99Tests apzIrix_Stdint_C99Patch zIrix_Stdio_Va_ListName zIrix_Stdio_Va_ListList zIrix_Stdio_Va_ListSelect0 aIrix_Stdio_Va_ListTests apzIrix_Stdio_Va_ListPatch zIrix_WcsftimeName zIrix_WcsftimeList apzIrix_WcsftimeMachs zIrix_WcsftimeSelect0 aIrix_WcsftimeTests apzIrix_WcsftimePatch zIsc_FmodName zIsc_FmodList zIsc_FmodSelect0 aIsc_FmodTests apzIsc_FmodPatch zIsc_Omits_With_StdcName zIsc_Omits_With_StdcList zIsc_Omits_With_StdcSelect0 aIsc_Omits_With_StdcTests apzIsc_Omits_With_StdcPatch zKandr_ConcatName zKandr_ConcatList zKandr_ConcatSelect0 aKandr_ConcatTests apzKandr_ConcatPatch zLinux_Ia64_UcontextName zLinux_Ia64_UcontextList apzLinux_Ia64_UcontextMachs zLinux_Ia64_UcontextSelect0 aLinux_Ia64_UcontextTests apzLinux_Ia64_UcontextPatch zLynxos_No_Warning_In_Sys_Time_HName zLynxos_No_Warning_In_Sys_Time_HList zLynxos_No_Warning_In_Sys_Time_HSelect0 aLynxos_No_Warning_In_Sys_Time_HTests apzLynxos_No_Warning_In_Sys_Time_HPatch zLynxos_Missing_PutenvName zLynxos_Missing_PutenvList apzLynxos_Missing_PutenvMachs zLynxos_Missing_PutenvSelect0 zLynxos_Missing_PutenvBypass0 aLynxos_Missing_PutenvTests apzLynxos_Missing_PutenvPatch zMachine_Ansi_H_Va_ListName zMachine_Ansi_H_Va_ListSelect0 zMachine_Ansi_H_Va_ListBypass0 aMachine_Ansi_H_Va_ListTests apzMachine_Ansi_H_Va_ListPatch zMachine_NameName zMachine_NameFTst0 aMachine_NameTests apzMachine_NamePatch zMath_ExceptionName zMath_ExceptionList zMath_ExceptionSelect0 zMath_ExceptionBypass0 aMath_ExceptionTests apzMath_ExceptionPatch zMath_Huge_Val_From_Dbl_MaxName zMath_Huge_Val_From_Dbl_MaxList zMath_Huge_Val_From_Dbl_MaxSelect0 zMath_Huge_Val_From_Dbl_MaxBypass0 aMath_Huge_Val_From_Dbl_MaxTests apzMath_Huge_Val_From_Dbl_MaxPatch zNested_Auth_DesName zNested_Auth_DesList zNested_Auth_DesSelect0 aNested_Auth_DesTests apzNested_Auth_DesPatch zNested_Sys_LimitsName zNested_Sys_LimitsList zNested_Sys_LimitsSelect0 aNested_Sys_LimitsTests apzNested_Sys_LimitsPatch zNetbsd_C99_Inline_1Name zNetbsd_C99_Inline_1List apzNetbsd_C99_Inline_1Machs zNetbsd_C99_Inline_1Select0 aNetbsd_C99_Inline_1Tests apzNetbsd_C99_Inline_1Patch zNetbsd_C99_Inline_2Name zNetbsd_C99_Inline_2List apzNetbsd_C99_Inline_2Machs zNetbsd_C99_Inline_2Select0 aNetbsd_C99_Inline_2Tests apzNetbsd_C99_Inline_2Patch zNetbsd_Extra_SemicolonName zNetbsd_Extra_SemicolonList apzNetbsd_Extra_SemicolonMachs zNetbsd_Extra_SemicolonSelect0 aNetbsd_Extra_SemicolonTests apzNetbsd_Extra_SemicolonPatch zNext_Math_PrefixName zNext_Math_PrefixList zNext_Math_PrefixSelect0 aNext_Math_PrefixTests apzNext_Math_PrefixPatch zNext_TemplateName zNext_TemplateList zNext_TemplateSelect0 aNext_TemplateTests apzNext_TemplatePatch zNext_VolitileName zNext_VolitileList zNext_VolitileSelect0 aNext_VolitileTests apzNext_VolitilePatch zNext_Wait_UnionName zNext_Wait_UnionList zNext_Wait_UnionSelect0 aNext_Wait_UnionTests apzNext_Wait_UnionPatch zNodeent_SyntaxName zNodeent_SyntaxList zNodeent_SyntaxSelect0 aNodeent_SyntaxTests apzNodeent_SyntaxPatch zOpenbsd_Null_DefinitionName zOpenbsd_Null_DefinitionList apzOpenbsd_Null_DefinitionMachs zOpenbsd_Null_DefinitionSelect0 aOpenbsd_Null_DefinitionTests apzOpenbsd_Null_DefinitionPatch zObstack_Lvalue_CastName zObstack_Lvalue_CastList zObstack_Lvalue_CastSelect0 aObstack_Lvalue_CastTests apzObstack_Lvalue_CastPatch zOpenbsd_Va_StartName zOpenbsd_Va_StartList apzOpenbsd_Va_StartMachs zOpenbsd_Va_StartSelect0 aOpenbsd_Va_StartTests apzOpenbsd_Va_StartPatch zOsf_Namespace_AName zOsf_Namespace_AList zOsf_Namespace_ATest0 zOsf_Namespace_ATest1 zOsf_Namespace_ATest2 zOsf_Namespace_ATest3 aOsf_Namespace_ATests apzOsf_Namespace_APatch zOsf_Namespace_CName zOsf_Namespace_CList zOsf_Namespace_CSelect0 zOsf_Namespace_CTest0 zOsf_Namespace_CTest1 zOsf_Namespace_CTest2 zOsf_Namespace_CTest3 aOsf_Namespace_CTests apzOsf_Namespace_CPatch zPthread_Page_SizeName zPthread_Page_SizeList zPthread_Page_SizeSelect0 aPthread_Page_SizeTests apzPthread_Page_SizePatch zPthread_Incomplete_Struct_ArgumentName zPthread_Incomplete_Struct_ArgumentList zPthread_Incomplete_Struct_ArgumentSelect0 aPthread_Incomplete_Struct_ArgumentTests apzPthread_Incomplete_Struct_ArgumentPatch zRead_Ret_TypeName zRead_Ret_TypeList zRead_Ret_TypeSelect0 aRead_Ret_TypeTests apzRead_Ret_TypePatch zRpc_Xdr_Lvalue_Cast_AName zRpc_Xdr_Lvalue_Cast_AList zRpc_Xdr_Lvalue_Cast_ASelect0 aRpc_Xdr_Lvalue_Cast_ATests apzRpc_Xdr_Lvalue_Cast_APatch zRpc_Xdr_Lvalue_Cast_BName zRpc_Xdr_Lvalue_Cast_BList zRpc_Xdr_Lvalue_Cast_BSelect0 aRpc_Xdr_Lvalue_Cast_BTests apzRpc_Xdr_Lvalue_Cast_BPatch zRs6000_DoubleName zRs6000_DoubleList zRs6000_DoubleSelect0 aRs6000_DoubleTests apzRs6000_DoublePatch zRs6000_FchmodName zRs6000_FchmodList zRs6000_FchmodSelect0 aRs6000_FchmodTests apzRs6000_FchmodPatch zRs6000_ParamName zRs6000_ParamList zRs6000_ParamSelect0 aRs6000_ParamTests apzRs6000_ParamPatch zSco_MathName zSco_MathList zSco_MathSelect0 zSco_MathBypass0 aSco_MathTests apzSco_MathPatch zSolaris_Math_1Name zSolaris_Math_1List zSolaris_Math_1Select0 zSolaris_Math_1Bypass0 aSolaris_Math_1Tests apzSolaris_Math_1Patch zSolaris_Math_2Name zSolaris_Math_2List zSolaris_Math_2Select0 zSolaris_Math_2Bypass0 aSolaris_Math_2Tests apzSolaris_Math_2Patch zSolaris_Math_3Name zSolaris_Math_3List zSolaris_Math_3Select0 zSolaris_Math_3Bypass0 aSolaris_Math_3Tests apzSolaris_Math_3Patch zSolaris_Math_4Name zSolaris_Math_4List zSolaris_Math_4Select0 zSolaris_Math_4Bypass0 aSolaris_Math_4Tests apzSolaris_Math_4Patch zSolaris_Math_8Name zSolaris_Math_8List zSolaris_Math_8Select0 zSolaris_Math_8Bypass0 aSolaris_Math_8Tests apzSolaris_Math_8Patch zSolaris_Math_9Name zSolaris_Math_9List zSolaris_Math_9Select0 zSolaris_Math_9Bypass0 aSolaris_Math_9Tests apzSolaris_Math_9Patch zSolaris_Math_10Name zSolaris_Math_10List zSolaris_Math_10Select0 aSolaris_Math_10Tests apzSolaris_Math_10Patch zSolaris_Mutex_Init_2Name zSolaris_Mutex_Init_2List apzSolaris_Mutex_Init_2Machs zSolaris_Mutex_Init_2Select0 aSolaris_Mutex_Init_2Tests apzSolaris_Mutex_Init_2Patch zSolaris_Rwlock_Init_1Name zSolaris_Rwlock_Init_1List apzSolaris_Rwlock_Init_1Machs zSolaris_Rwlock_Init_1Select0 aSolaris_Rwlock_Init_1Tests apzSolaris_Rwlock_Init_1Patch zSolaris_Once_Init_1Name zSolaris_Once_Init_1List apzSolaris_Once_Init_1Machs zSolaris_Once_Init_1Select0 aSolaris_Once_Init_1Tests apzSolaris_Once_Init_1Patch zSolaris_Once_Init_2Name zSolaris_Once_Init_2List apzSolaris_Once_Init_2Machs zSolaris_Once_Init_2Select0 aSolaris_Once_Init_2Tests apzSolaris_Once_Init_2Patch zSolaris_Stdio_TagName zSolaris_Stdio_TagList zSolaris_Stdio_TagSelect0 zSolaris_Stdio_TagBypass0 aSolaris_Stdio_TagTests apzSolaris_Stdio_TagPatch zStatsswtchName zStatsswtchList zStatsswtchSelect0 aStatsswtchTests apzStatsswtchPatch zStdio_Stdarg_HName zStdio_Stdarg_HList apzStdio_Stdarg_HMachs zStdio_Stdarg_HBypass0 aStdio_Stdarg_HTests apzStdio_Stdarg_HPatch zStdio_Va_ListName zStdio_Va_ListList apzStdio_Va_ListMachs zStdio_Va_ListBypass0 aStdio_Va_ListTests apzStdio_Va_ListPatch zStdio_Va_List_ClientsName zStdio_Va_List_ClientsList zStdio_Va_List_ClientsBypass0 zStdio_Va_List_ClientsBypass1 aStdio_Va_List_ClientsTests apzStdio_Va_List_ClientsPatch zStrict_Ansi_NotName zStrict_Ansi_NotSelect0 zStrict_Ansi_NotBypass0 zStrict_Ansi_NotBypass1 zStrict_Ansi_NotFTst0 aStrict_Ansi_NotTests apzStrict_Ansi_NotPatch zStrict_Ansi_Not_CtdName zStrict_Ansi_Not_CtdList zStrict_Ansi_Not_CtdSelect0 zStrict_Ansi_Not_CtdFTst0 aStrict_Ansi_Not_CtdTests apzStrict_Ansi_Not_CtdPatch zStrict_Ansi_OnlyName zStrict_Ansi_OnlySelect0 zStrict_Ansi_OnlyFTst0 aStrict_Ansi_OnlyTests apzStrict_Ansi_OnlyPatch zStruct_FileName zStruct_FileList zStruct_FileSelect0 aStruct_FileTests apzStruct_FilePatch zStruct_SockaddrName zStruct_SockaddrList zStruct_SockaddrSelect0 zStruct_SockaddrBypass0 zStruct_SockaddrBypass1 aStruct_SockaddrTests apzStruct_SockaddrPatch zSun_Auth_ProtoName zSun_Auth_ProtoList zSun_Auth_ProtoSelect0 zSun_Auth_ProtoBypass0 aSun_Auth_ProtoTests apzSun_Auth_ProtoPatch zSun_Bogus_IfdefName zSun_Bogus_IfdefList zSun_Bogus_IfdefSelect0 aSun_Bogus_IfdefTests apzSun_Bogus_IfdefPatch zSun_CatmacroName zSun_CatmacroList zSun_CatmacroSelect0 aSun_CatmacroTests apzSun_CatmacroPatch zSun_MallocName zSun_MallocList zSun_MallocBypass0 aSun_MallocTests apzSun_MallocPatch zSun_Rusers_SemiName zSun_Rusers_SemiList zSun_Rusers_SemiSelect0 aSun_Rusers_SemiTests apzSun_Rusers_SemiPatch zSun_SignalName zSun_SignalList zSun_SignalSelect0 aSun_SignalTests apzSun_SignalPatch zSunos_StrlenName zSunos_StrlenList zSunos_StrlenSelect0 aSunos_StrlenTests apzSunos_StrlenPatch zSvr4_Disable_OptName zSvr4_Disable_OptList zSvr4_Disable_OptSelect0 aSvr4_Disable_OptTests apzSvr4_Disable_OptPatch zSvr4_GetcwdName zSvr4_GetcwdList zSvr4_GetcwdSelect0 aSvr4_GetcwdTests apzSvr4_GetcwdPatch zSvr4_ProfilName zSvr4_ProfilList zSvr4_ProfilSelect0 zSvr4_ProfilBypass0 aSvr4_ProfilTests apzSvr4_ProfilPatch zSvr4_Sighandler_TypeName zSvr4_Sighandler_TypeList zSvr4_Sighandler_TypeSelect0 aSvr4_Sighandler_TypeTests apzSvr4_Sighandler_TypePatch zSvr4_Undeclared_GetrngeName zSvr4_Undeclared_GetrngeList zSvr4_Undeclared_GetrngeSelect0 zSvr4_Undeclared_GetrngeBypass0 aSvr4_Undeclared_GetrngeTests apzSvr4_Undeclared_GetrngePatch zSysv68_StringName zSysv68_StringList zSysv68_StringBypass0 aSysv68_StringTests apzSysv68_StringPatch zSysz_Stdlib_For_SunName zSysz_Stdlib_For_SunList zSysz_Stdlib_For_SunSelect0 zSysz_Stdlib_For_SunBypass0 aSysz_Stdlib_For_SunTests apzSysz_Stdlib_For_SunPatch zThread_KeywordName zThread_KeywordList zThread_KeywordSelect0 aThread_KeywordTests apzThread_KeywordPatch zTinfo_CplusplusName zTinfo_CplusplusList zTinfo_CplusplusSelect0 aTinfo_CplusplusTests apzTinfo_CplusplusPatch zUltrix_ConstName zUltrix_ConstList zUltrix_ConstSelect0 aUltrix_ConstTests apzUltrix_ConstPatch zUltrix_Const2Name zUltrix_Const2List zUltrix_Const2Select0 aUltrix_Const2Tests apzUltrix_Const2Patch zVa_I960_MacroName zVa_I960_MacroList zVa_I960_MacroSelect0 aVa_I960_MacroTests apzVa_I960_MacroPatch zVoid_NullName zVoid_NullList zVoid_NullSelect0 zVoid_NullBypass0 aVoid_NullTests apzVoid_NullPatch zVxworks_Gcc_ProblemName zVxworks_Gcc_ProblemList zVxworks_Gcc_ProblemSelect0 aVxworks_Gcc_ProblemTests apzVxworks_Gcc_ProblemPatch zVxworks_Needs_VxtypesName zVxworks_Needs_VxtypesList zVxworks_Needs_VxtypesSelect0 aVxworks_Needs_VxtypesTests apzVxworks_Needs_VxtypesPatch zVxworks_Needs_VxworksName zVxworks_Needs_VxworksList zVxworks_Needs_VxworksSelect0 zVxworks_Needs_VxworksTest0 zVxworks_Needs_VxworksTest1 zVxworks_Needs_VxworksTest2 aVxworks_Needs_VxworksTests apzVxworks_Needs_VxworksPatch zVxworks_TimeName zVxworks_TimeList zVxworks_TimeSelect0 zVxworks_TimeTest0 aVxworks_TimeTests apzVxworks_TimePatch zX11_ClassName zX11_ClassList zX11_ClassSelect0 zX11_ClassBypass0 aX11_ClassTests apzX11_ClassPatch zX11_Class_UsageName zX11_Class_UsageList zX11_Class_UsageSelect0 zX11_Class_UsageBypass0 aX11_Class_UsageTests apzX11_Class_UsagePatch zX11_NewName zX11_NewList zX11_NewBypass0 aX11_NewTests apzX11_NewPatch zX11_SprintfName zX11_SprintfList zX11_SprintfSelect0 aX11_SprintfTests apzX11_SprintfPatch do_version zFmt.5376 machine_matches create_file test_test cmd_fmt.5647 cmd_buf.5650 egrep_test quoted_file_exists extract_quoted_files internal_fix failCt.5761 start_fixer z_cmd_fmt.5807 failCt.5808 fix_applies write_replacement test_for_changes fixtests.c machine_name_test stdc_0_in_system_headers_test test_table.3975 fixfixes.c zNeedsArg emit_gnu_type z_fmt.3934 format_write format_fix char_macro_use_fix re.4057 pat.4056 char_macro_def_fix re.4154 pat.4153 machine_name_fix wrap_fix no_wrapping_re.4359 z_no_wrap_pat.4358 gnu_type_fix fix_table.4448 server.c read_pipe_timeout server_master_pid def_args server_pair server_id z_done p_cur_dir load_data sig_handler server_setup atexit_done.4011 find_shell zNoServer.4035 procopen.c fixlib.c z_bad_comp.3961 mn_label_pat mn_label_re mn_name_re mn_compiled fixopts.c var.3924 var_not_found.3923 var.3925 var.3926 var.3927 var.3928 var.3929 var.3930 var.3931 regex.c re_syntax_table init_syntax_once done.2336 byte_reg_unset_dummy byte_regex_compile byte_at_begline_loc_p byte_at_endline_loc_p byte_store_op1 byte_insert_op1 byte_compile_range byte_insert_op2 byte_store_op2 group_in_compile_stack byte_re_compile_fastmap byte_re_search_2 byte_re_match_2_internal byte_group_match_null_string_p byte_bcmp_translate byte_alt_match_null_string_p byte_common_op_match_null_string_p re_error_msgid re_comp_buf fopen_unlocked.c unlock_1 safe-ctype.c xmalloc.c name first_break xstrdup.c xstrerror.c xstrerror_buf xexit.c _GLOBAL_OFFSET_TABLE_ __dso_handle __init_array_end __init_array_start _DYNAMIC getpagesize@@GLIBC_2.0 data_start abort@@GLIBC_2.0 __errno_location@@GLIBC_2.0 incl_quote_re putc_unlocked@@GLIBC_2.0 xre_comp sprintf@@GLIBC_2.0 pz_find_base open@@GLIBC_2.0 have_tty proc2_fopen mmap@@GLIBC_2.0 getpid@@GLIBC_2.0 mkdir@@GLIBC_2.0 strerror@@GLIBC_2.0 mn_get_regexps __cxa_atexit@@GLIBC_2.1.3 xre_max_failures ttl_data_size __libc_csu_fini xre_search memcmp@@GLIBC_2.0 xre_match run_shell unlock_stream _start pz_machine xstrerror fputc_unlocked@@GLIBC_2.0 fputs_unlocked@@GLIBC_2.1 signal@@GLIBC_2.0 __xstat@@GLIBC_2.0 __fsetlocking@@GLIBC_2.2 xregexec __gmon_start__ _Jv_RegisterClasses process_chain_head _fp_hw realloc@@GLIBC_2.0 strchr@@GLIBC_2.0 getenv@@GLIBC_2.0 pz_mn_name_pat _fini calloc@@GLIBC_2.0 pz_curr_file memset@@GLIBC_2.0 fopen64@@GLIBC_2.1 _sch_istable unlock_std_streams __libc_start_main@@GLIBC_2.0 xregerror mempcpy@@GLIBC_2.1 wait@@GLIBC_2.0 ferror_unlocked@@GLIBC_2.0 strrchr@@GLIBC_2.0 load_file __stat load_file_data close_server stat pz_curr_data _sch_tolower _IO_stdin_used pz_input_dir curr_data_mapped fdopen@@GLIBC_2.1 fdopen_unlocked pz_src_dir free@@GLIBC_2.0 atexit fgets_unlocked@@GLIBC_2.1 xre_set_registers access@@GLIBC_2.0 chain_open __data_start sbrk@@GLIBC_2.0 incl_quote_pat verbose_level dup2@@GLIBC_2.0 __ctype_b_loc@@GLIBC_2.3 getc_unlocked@@GLIBC_2.0 isatty@@GLIBC_2.0 fclose@@GLIBC_2.1 fileno_unlocked@@GLIBC_2.0 fread_unlocked@@GLIBC_2.1 _xexit_cleanup stderr@@GLIBC_2.0 find_base_len memcpy@@GLIBC_2.0 execvp@@GLIBC_2.0 strlen@@GLIBC_2.0 xre_compile_fastmap pz_orig_dir alarm@@GLIBC_2.0 proc2_open feof_unlocked@@GLIBC_2.0 strcpy@@GLIBC_2.0 data_map_size pz_dest_dir __DTOR_END__ __libc_csu_init printf@@GLIBC_2.0 fopen_unlocked run_test environ@@GLIBC_2.0 fwrite_unlocked@@GLIBC_2.1 atoi@@GLIBC_2.0 initialize_opts close@@GLIBC_2.0 xregfree fprintf@@GLIBC_2.0 __bss_start malloc@@GLIBC_2.0 pz_verbose __stack_chk_fail@@GLIBC_2.4 xregcomp fixDescList initialize freopen_unlocked stdin@@GLIBC_2.0 sleep@@GLIBC_2.0 xmalloc_set_program_name __ctype_tolower_loc@@GLIBC_2.3 getcwd@@GLIBC_2.0 data_map_fd xre_syntax_options _end stdout@@GLIBC_2.0 puts@@GLIBC_2.0 fork@@GLIBC_2.0 xmalloc xstrdup xre_exec __environ@@GLIBC_2.0 fnmatch@@GLIBC_2.2.3 strncmp@@GLIBC_2.0 xmalloc_failed munmap@@GLIBC_2.0 xre_compile_pattern pipe@@GLIBC_2.0 fflush_unlocked@@GLIBC_2.0 xcalloc pz_temp_file xre_match_2 _sch_toupper _edata kill@@GLIBC_2.0 xre_set_syntax apply_fix compile_re xrealloc xre_search_2 xexit strcmp@@GLIBC_2.0 exit@@GLIBC_2.0 freopen64@@GLIBC_2.1 __i686.get_pc_thunk.bx process putchar_unlocked@@GLIBC_2.0 main _init run_compiles