=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for dict-data-1.8.0nb1 gmake[2]: Entering directory '/pbulk/work/textproc/dict-dictionaries/work/dict-web1913-1.4' making in libmaa gmake[3]: Entering directory '/pbulk/work/textproc/dict-dictionaries/work/dict-web1913-1.4/libmaa' gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O xmalloc.c xmalloc.c: In function 'xmalloc': xmalloc.c:40:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 40 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xcalloc': xmalloc.c:50:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 50 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xrealloc': xmalloc.c:60:25: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 60 | if (!new) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ xmalloc.c: In function 'xfree': xmalloc.c:71:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 71 | else err_fatal( __FUNCTION__, "Attempt to free null pointer\n" ); | ^~~~~~~~~~~~ xmalloc.c: In function 'xstrdup': xmalloc.c:78:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 78 | if (!pt) err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from xmalloc.c:23: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O obstack.c obstack.c: In function '_obstack_free': obstack.c:337:5: warning: implicit declaration of function 'abort' [-Wimplicit-function-declaration] 337 | abort (); | ^~~~~ obstack.c:26:1: note: include '' or provide a declaration of 'abort' 25 | #include +++ |+#include 26 | obstack.c:337:5: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 337 | abort (); | ^~~~~ obstack.c:337:5: note: include '' or provide a declaration of 'abort' obstack.c: In function 'obstack_free': obstack.c:371:5: warning: incompatible implicit declaration of built-in function 'abort' [-Wbuiltin-declaration-mismatch] 371 | abort (); | ^~~~~ obstack.c:371:5: note: include '' or provide a declaration of 'abort' gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O getopt.c getopt.c: In function '_getopt_internal': getopt.c:417:30: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] 417 | if (optind != argc && !strcmp (argv[optind], "--")) | ^~~~~~ getopt.c:86:1: note: include '' or provide a declaration of 'strcmp' 85 | #include "getopt.h" +++ |+#include 86 | getopt.c:493:14: warning: implicit declaration of function 'strncmp' [-Wimplicit-function-declaration] 493 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ^~~~~~~ getopt.c:493:14: note: include '' or provide a declaration of 'strncmp' getopt.c:493:50: warning: 'strncmp' argument 3 type is 'int' where 'unsigned int' is expected in a call to built-in function declared without prototype [-Wbuiltin-declaration-mismatch] 493 | if (!strncmp (p->name, nextchar, nameend - nextchar)) | ~~~~~~~~^~~~~~~~~~ : note: built-in 'strncmp' declared here getopt.c:495:39: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] 495 | if (nameend - nextchar == strlen (p->name)) | ^~~~~~ getopt.c:495:39: note: include '' or provide a declaration of 'strlen' getopt.c:495:39: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] getopt.c:495:39: note: include '' or provide a declaration of 'strlen' getopt.c:519:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 519 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:519:23: note: include '' or provide a declaration of 'strlen' getopt.c:549:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 549 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:549:31: note: include '' or provide a declaration of 'strlen' getopt.c:562:31: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 562 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:562:31: note: include '' or provide a declaration of 'strlen' getopt.c:566:23: warning: incompatible implicit declaration of built-in function 'strlen' [-Wbuiltin-declaration-mismatch] 566 | nextchar += strlen (nextchar); | ^~~~~~ getopt.c:566:23: note: include '' or provide a declaration of 'strlen' gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O getopt1.c gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O hash.c hash.c: In function '_hsh_destroy_buckets': hash.c:135:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 135 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_destroy': hash.c:171:23: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 171 | _hsh_check( table, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c:173:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 173 | err_internal( __FUNCTION__, "Attempt to destroy readonly table\n" ); | ^~~~~~~~~~~~ hash.c: In function '_hsh_insert': hash.c:187:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 187 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_insert': hash.c:218:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 218 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c:220:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 220 | err_internal( __FUNCTION__, "Attempt to insert into readonly table\n" ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_delete': hash.c:266:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 266 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c:268:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 268 | err_internal( __FUNCTION__, "Attempt to delete from readonly table\n" ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_retrieve': hash.c:299:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 299 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_iterate': hash.c:340:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 340 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_iterate_arg': hash.c:372:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 372 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_get_stats': hash.c:416:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 416 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c:440:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 440 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ hash.c: In function 'hsh_print_stats': hash.c:457:23: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 457 | _hsh_check( table, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_string_hash': hash.c:483:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 483 | err_internal( __FUNCTION__, "String-valued keys may not be NULL\n" ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_string_compare': hash.c:536:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 536 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ hash.c: In function 'hsh_init_position': hash.c:561:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 561 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_next_position': hash.c:580:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 580 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ hash.c: In function 'hsh_readonly': hash.c:622:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 622 | _hsh_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from hash.c:32: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O set.c set.c: In function 'set_get_hash': set.c:132:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 132 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_get_compare': set.c:140:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 140 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function '_set_destroy_buckets': set.c:149:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 149 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function '_set_destroy_table': set.c:169:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 169 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_destroy': set.c:189:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 189 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:191:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 191 | err_internal( __FUNCTION__, "Attempt to destroy readonly set\n" ); | ^~~~~~~~~~~~ set.c: In function '_set_insert': set.c:202:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 202 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_insert': set.c:229:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 229 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:231:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 231 | err_internal( __FUNCTION__, "Attempt to insert into readonly set\n" ); | ^~~~~~~~~~~~ set.c: In function 'set_delete': set.c:276:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 276 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:278:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 278 | err_internal( __FUNCTION__, "Attempt to delete from readonly set\n" ); | ^~~~~~~~~~~~ set.c: In function 'set_member': set.c:307:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 307 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_iterate': set.c:346:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 346 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_iterate_arg': set.c:382:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 382 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_init_position': set.c:412:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 412 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_next_position': set.c:431:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 431 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_readonly': set.c:469:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 469 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_add': set.c:488:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 488 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:489:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 489 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:492:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 492 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:496:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 496 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_del': set.c:523:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 523 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:524:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 524 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:527:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 527 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:531:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 531 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_union': set.c:558:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 558 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:559:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 559 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:562:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 562 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:566:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 566 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_inter': set.c:605:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 605 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:606:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 606 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:609:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 609 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:613:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 613 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_diff': set.c:648:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 648 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:649:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 649 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:652:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 652 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:656:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 656 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_equal': set.c:689:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 689 | _set_check( t1, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:690:20: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 690 | _set_check( t2, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:693:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 693 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c:697:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 697 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_count': set.c:724:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 724 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c: In function 'set_get_stats': set.c:738:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 738 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ set.c:763:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 763 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ set.c: In function 'set_print_stats': set.c:781:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 781 | _set_check( t, __FUNCTION__ ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from set.c:37: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O stack.c In file included from maaP.h:147, from stack.c:31: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O list.c list.c: In function 'lst_destroy': list.c:104:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 104 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_append': list.c:126:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 126 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_push': list.c:147:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 147 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_pop': list.c:164:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 164 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_top': list.c:187:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 187 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_nth_get': list.c:204:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 204 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c:209:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 209 | err_internal( __FUNCTION__, "Can't find element %d of %d\n", | ^~~~~~~~~~~~ list.c: In function 'lst_nth_set': list.c:225:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 225 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c:228:18: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 228 | err_fatal( __FUNCTION__, "Attempt to change element %d of %d elements\n", | ^~~~~~~~~~~~ list.c:232:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 232 | err_internal( __FUNCTION__, "Can't find element %d of %d\n", | ^~~~~~~~~~~~ list.c: In function 'lst_member': list.c:248:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 248 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_length': list.c:262:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 262 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_truncate': list.c:276:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 276 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_truncate_position': list.c:318:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 318 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_iterate': list.c:351:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 351 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_iterate_arg': list.c:369:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 369 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_init_position': list.c:383:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 383 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_last_position': list.c:395:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 395 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c: In function 'lst_nth_position': list.c:420:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 420 | _lst_check( l, __FUNCTION__ ); | ^~~~~~~~~~~~ list.c:425:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 425 | err_internal( __FUNCTION__, "Can't find element %d of %d\n", | ^~~~~~~~~~~~ In file included from maaP.h:147, from list.c:34: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O error.c In file included from maaP.h:147, from error.c:30: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O memory.c memory.c: In function 'mem_destroy_strings': memory.c:111:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 111 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_strcpy': memory.c:129:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 129 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_strncpy': memory.c:146:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 146 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_grow': memory.c:163:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 163 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_finish': memory.c:176:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 176 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_get_string_stats': memory.c:193:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 193 | _mem_magic_strings( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_print_string_stats': memory.c:210:30: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 210 | _mem_magic_strings( info, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_destroy_objects': memory.c:263:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 263 | _mem_magic_objects( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_get_object': memory.c:285:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 285 | _mem_magic_objects( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_free_object': memory.c:319:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 319 | _mem_magic_objects( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_get_object_stats': memory.c:334:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 334 | _mem_magic_objects( i, __FUNCTION__ ); | ^~~~~~~~~~~~ memory.c: In function 'mem_print_object_stats': memory.c:360:30: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 360 | _mem_magic_objects( info, __FUNCTION__ ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from memory.c:31: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O string.c string.c: In function 'str_pool_destroy': string.c:63:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 63 | err_fatal( __FUNCTION__, "String pool improperly initialized\n" ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from string.c:34: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O debug.c debug.c: In function '_dbg_name': debug.c:66:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 66 | if (!hash) err_fatal( __FUNCTION__, "No debugging names registered\n" ); | ^~~~~~~~~~~~ debug.c: In function '_dbg_register': debug.c:85:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 85 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ debug.c:93:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 93 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ debug.c: In function 'dbg_register': debug.c:115:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 115 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ debug.c: In function 'dbg_set': debug.c:129:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 129 | if (!name) err_internal( __FUNCTION__, "name is NULL\n" ); | ^~~~~~~~~~~~ debug.c:130:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 130 | if (!hash) err_fatal( __FUNCTION__, "No debugging names registered\n" ); | ^~~~~~~~~~~~ debug.c:147:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 147 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from debug.c:35: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O flags.c flags.c: In function 'flg_register': flags.c:85:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 85 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ flags.c:93:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 93 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ flags.c: In function 'flg_set': flags.c:110:29: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 110 | if (!name) err_internal( __FUNCTION__, "name is NULL\n" ); | ^~~~~~~~~~~~ flags.c:111:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 111 | if (!hash) err_fatal( __FUNCTION__, "No flag names registered\n" ); | ^~~~~~~~~~~~ flags.c:128:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 128 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from flags.c:34: maa.h: At top level: maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O maa.c In file included from maaP.h:147, from maa.c:26: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O prime.c In file included from maaP.h:147, from prime.c:31: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O bit.c In file included from maaP.h:147, from bit.c:29: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O timer.c timer.c: In function 'tim_stop': timer.c:97:22: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 97 | err_internal ( __FUNCTION__, "No timer: %s\n", name ); | ^~~~~~~~~~~~ timer.c: In function 'tim_reset': timer.c:120:22: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 120 | err_internal ( __FUNCTION__, "No timer: %s\n", name ); | ^~~~~~~~~~~~ timer.c: In function 'tim_get_real': timer.c:137:22: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 137 | err_internal ( __FUNCTION__, "No timer: %s\n", name ); | ^~~~~~~~~~~~ timer.c: In function 'tim_get_user': timer.c:150:22: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 150 | err_internal ( __FUNCTION__, "No timer: %s\n", name ); | ^~~~~~~~~~~~ timer.c: In function 'tim_get_system': timer.c:200:22: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 200 | err_internal ( __FUNCTION__, "No timer: %s\n", name ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from timer.c:30: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O version.c gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O arg.c arg.c: In function 'arg_destroy': arg.c:81:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 81 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_add': arg.c:97:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 97 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_addn': arg.c:116:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 116 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_grow': arg.c:136:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 136 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_finish': arg.c:148:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 148 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_get': arg.c:165:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 165 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c:167:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 167 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ arg.c: In function 'arg_count': arg.c:178:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 178 | _arg_check( arg, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_get_vector': arg.c:189:19: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 189 | _arg_check( a, __FUNCTION__ ); | ^~~~~~~~~~~~ arg.c: In function 'arg_argify': arg.c:208:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 208 | err_internal( __FUNCTION__, "Cannot argify NULL pointer\n" ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from arg.c:30: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O pr.c pr.c: In function 'pr_open': pr.c:138:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 138 | err_internal( __FUNCTION__, "Illegal flags: 0x%08x\n", flags ); | ^~~~~~~~~~~~ pr.c:140:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 140 | err_internal( __FUNCTION__, "Cannot both use and create stdin\n" ); | ^~~~~~~~~~~~ pr.c:142:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 142 | err_internal( __FUNCTION__, "Cannot both use and create stdout\n" ); | ^~~~~~~~~~~~ pr.c:144:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 144 | err_internal( __FUNCTION__, "Cannot both use and create stderr\n" ); | ^~~~~~~~~~~~ pr.c:147:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 147 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ pr.c:155:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 155 | err_fatal_errno( __FUNCTION__, "Cannot create pipe for stdin\n" ); | ^~~~~~~~~~~~ pr.c:157:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 157 | err_fatal_errno( __FUNCTION__, "Cannot create pipe for stdout\n" ); | ^~~~~~~~~~~~ pr.c:159:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 159 | err_fatal_errno( __FUNCTION__, "Cannot create pipe for stderr\n" ); | ^~~~~~~~~~~~ pr.c:162:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 162 | err_fatal_errno( __FUNCTION__, "Cannot fork\n" ); | ^~~~~~~~~~~~ pr.c: In function 'pr_wait': pr.c:244:18: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 244 | perror( __FUNCTION__ ); | ^~~~~~~~~~~~ pr.c: In function 'pr_close_nowait': pr.c:268:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 268 | err_internal( __FUNCTION__, "No previous call to pr_open()\n" ); | ^~~~~~~~~~~~ pr.c:270:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 270 | err_internal( __FUNCTION__, "File (%d) not created by pr_open()\n", fd ); | ^~~~~~~~~~~~ pr.c: In function 'pr_readwrite': pr.c:301:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 301 | err_fatal_errno( __FUNCTION__, "Can't get flags for output stream\n" ); | ^~~~~~~~~~~~ pr.c:310:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 310 | err_fatal_errno( __FUNCTION__, "Can't get flags for input stream\n" ); | ^~~~~~~~~~~~ pr.c:335:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 335 | case -1: err_fatal_errno( __FUNCTION__, "Filter failed\n" ); break; | ^~~~~~~~~~~~ pr.c:352:36: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 352 | err_fatal_errno( __FUNCTION__, "Error writing to filter\n" ); | ^~~~~~~~~~~~ pr.c:366:30: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 366 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ pr.c:369:32: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 369 | err_warning( __FUNCTION__, | ^~~~~~~~~~~~ pr.c:374:33: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 374 | err_fatal_errno( __FUNCTION__, "Error reading from filter\n" ); | ^~~~~~~~~~~~ pr.c:380:27: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 380 | err_fatal( __FUNCTION__, "Output buffer overflow\n" ); | ^~~~~~~~~~~~ pr.c: In function 'pr_filter': pr.c:391:9: warning: variable 'pid' set but not used [-Wunused-but-set-variable] 391 | int pid; | ^~~ pr.c: In function 'pr_spawn': pr.c:415:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 415 | err_fatal_errno( __FUNCTION__, "Cannot fork\n" ); | ^~~~~~~~~~~~ pr.c:432:18: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 432 | perror( __FUNCTION__ ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from pr.c:31: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O sl.c sl.c: In function '_sl_create_entry': sl.c:142:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 142 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ sl.c: In function 'sl_create': sl.c:181:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 181 | err_internal( __FUNCTION__, "compare fuction is NULL\n" ); | ^~~~~~~~~~~~ sl.c:183:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 183 | err_internal( __FUNCTION__, "key fuction is NULL\n" ); | ^~~~~~~~~~~~ sl.c: In function 'sl_destroy': sl.c:212:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 212 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c: In function 'sl_insert': sl.c:296:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 296 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c:303:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 303 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ sl.c: In function 'sl_delete': sl.c:333:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 333 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c:341:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 341 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ sl.c: In function 'sl_find': sl.c:367:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 367 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c: In function 'sl_iterate': sl.c:391:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 391 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c: In function 'sl_iterate_arg': sl.c:428:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 428 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c: In function '_sl_dump': sl.c:459:26: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 459 | _sl_check_list( list, __FUNCTION__ ); | ^~~~~~~~~~~~ sl.c:474:25: warning: format '%p' expects argument of type 'void *', but argument 2 has type '_sl_Entry' {aka 'struct _sl_Entry *'} [-Wformat=] 474 | printf( " Entry %p (%d/%p/0x%p=%lu)\n", | ~^ | | | void * 475 | pt, count++, pt->datum, | ~~ | | | _sl_Entry {aka struct _sl_Entry *} In file included from maaP.h:147, from sl.c:42: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O base64.c base64.c: In function 'b64_decode': base64.c:107:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 107 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from base64.c:50: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O base26.c base26.c: In function 'b26_decode': base26.c:89:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 89 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ In file included from maaP.h:147, from base26.c:30: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O source.c source.c: In function 'src_create': source.c:62:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 62 | err_fatal( __FUNCTION__, "Source manager already created\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_get': source.c:166:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 166 | err_fatal( __FUNCTION__, "Source manager does not exist\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_filename': source.c:199:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 199 | err_fatal( __FUNCTION__, "Source manager never created\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_linenumber': source.c:212:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 212 | err_fatal( __FUNCTION__, "Source manager never created\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_offset': source.c:225:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 225 | err_fatal( __FUNCTION__, "Source manager never created\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_length': source.c:238:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 238 | err_fatal( __FUNCTION__, "Source manager never created\n" ); | ^~~~~~~~~~~~ source.c: In function 'src_source_line': source.c:251:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 251 | err_fatal( __FUNCTION__, "Source manager never created\n" ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from source.c:35: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O parse.c parse.c: In function 'prs_file': parse.c:74:18: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 74 | err_fatal( __FUNCTION__, "No filename specified\n" ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from parse.c:26: parse.c:78:64: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 78 | PRINTF(MAA_PARSE,("%s : Using KHEPERA_CPP from %s\n", __FUNCTION__, cpp)); | ^~~~~~~~~~~~ maa.h:405:54: note: in definition of macro 'PRINTF' 405 | #define PRINTF(flag,arg) if (dbg_test(flag)) printf arg | ^~~ parse.c:89:62: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 89 | PRINTF(MAA_PARSE,("%s : Using GNU cpp from %s\n",__FUNCTION__,buf)); | ^~~~~~~~~~~~ maa.h:405:54: note: in definition of macro 'PRINTF' 405 | #define PRINTF(flag,arg) if (dbg_test(flag)) printf arg | ^~~ parse.c:106:58: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 106 | ("%s : Using system cpp from %s\n",__FUNCTION__,*pt)); | ^~~~~~~~~~~~ maa.h:405:54: note: in definition of macro 'PRINTF' 405 | #define PRINTF(flag,arg) if (dbg_test(flag)) printf arg | ^~~ parse.c:114:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 114 | err_fatal( __FUNCTION__, | ^~~~~~~~~~~~ parse.c:126:34: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 126 | PRINTF(MAA_PARSE,("%s : %s\n",__FUNCTION__,buffer)); | ^~~~~~~~~~~~ maa.h:405:54: note: in definition of macro 'PRINTF' 405 | #define PRINTF(flag,arg) if (dbg_test(flag)) printf arg | ^~~ parse.c:128:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 128 | err_fatal_errno( __FUNCTION__, | ^~~~~~~~~~~~ parse.c:70:23: warning: variable 'extra_options' set but not used [-Wunused-but-set-variable] 70 | static const char *extra_options = ""; | ^~~~~~~~~~~~~ parse.c: In function 'prs_file_nocpp': parse.c:147:18: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 147 | err_fatal( __FUNCTION__, "No filename specified\n" ); | ^~~~~~~~~~~~ parse.c:150:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 150 | err_fatal_errno( __FUNCTION__, | ^~~~~~~~~~~~ maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O parse-concrete.c In file included from maaP.h:147, from parse-concrete.c:24: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O text.c In file included from /usr/include/ctype.h:100, from text.c:24: text.c: In function 'txt_soundex': text.c:51:20: warning: array subscript has type 'char' [-Wchar-subscripts] 51 | if (isalpha( *string )) { | ^ text.c:52:32: warning: array subscript has type 'char' [-Wchar-subscripts] 52 | upper_case = toupper( *string ); | ^ In file included from maaP.h:147, from text.c:25: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -pedantic -DHAVE_CONFIG_H -DMAA_MAJOR=0 -DMAA_MINOR=92 -I. -g -O log.c log.c: In function 'log_syslog': log.c:70:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 70 | err_internal( __FUNCTION__, "Syslog facility already open\n" ); | ^~~~~~~~~~~~ log.c: In function 'log_file': log.c:80:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 80 | err_internal( __FUNCTION__, | ^~~~~~~~~~~~ log.c:85:24: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 85 | err_fatal_errno( __FUNCTION__, | ^~~~~~~~~~~~ log.c: In function 'log_stream': log.c:98:21: warning: ISO C does not support '__FUNCTION__' predefined identifier [-Wpedantic] 98 | err_internal( __FUNCTION__, "User stream already open\n" ); | ^~~~~~~~~~~~ In file included from maaP.h:147, from log.c:25: maa.h: At top level: maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ ar -rv libmaa.a xmalloc.o obstack.o getopt.o getopt1.o hash.o set.o stack.o list.o error.o memory.o string.o debug.o flags.o maa.o prime.o bit.o timer.o version.o arg.o pr.o sl.o base64.o base26.o source.o parse.o parse-concrete.o text.o log.o ar: creating libmaa.a a - xmalloc.o a - obstack.o a - getopt.o a - getopt1.o a - hash.o a - set.o a - stack.o a - list.o a - error.o a - memory.o a - string.o a - debug.o a - flags.o a - maa.o a - prime.o a - bit.o a - timer.o a - version.o a - arg.o a - pr.o a - sl.o a - base64.o a - base26.o a - source.o a - parse.o a - parse-concrete.o a - text.o a - log.o gmake[3]: Leaving directory '/pbulk/work/textproc/dict-dictionaries/work/dict-web1913-1.4/libmaa' flex -owebfilter.c webfilter.l gcc -Wall -Ilibmaa -DHAVE_CONFIG_H -I. -g -O \ -Wno-unused -o webfilter webfilter.c -Llibmaa -lmaa In file included from webfilter.l:26: libmaa/maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ libmaa/maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ libmaa/maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ libmaa/maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ libmaa/maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ libmaa/maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ libmaa/maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ libmaa/maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ flex -i -oscan.c scan.l yacc -tdv parse.y yacc: 1 shift/reduce conflict. cmp -s y.tab.h parse.h || mv y.tab.h parse.h cmp -s y.tab.c parse.c || mv y.tab.c parse.c rm -f y.tab.h y.tab.c gcc -c -Wall -Ilibmaa -DHAVE_CONFIG_H -I. -g -O -Wno-implicit parse.c In file included from webfmt.h:27, from parse.y:25: libmaa/maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ libmaa/maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ libmaa/maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ libmaa/maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ libmaa/maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ libmaa/maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ libmaa/maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ libmaa/maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -Ilibmaa -DHAVE_CONFIG_H -I. -g -O -Wno-unused scan.c In file included from webfmt.h:27, from scan.l:27: libmaa/maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ libmaa/maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ libmaa/maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ libmaa/maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ libmaa/maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ libmaa/maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ libmaa/maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ libmaa/maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -c -Wall -Ilibmaa -DHAVE_CONFIG_H -I. -g -O fmt.c In file included from /usr/include/ctype.h:100, from fmt.c:25: fmt.c: In function 'fmt_add_index': fmt.c:315:19: warning: array subscript has type 'char' [-Wchar-subscripts] 315 | while (isspace(*pt)) ++pt; /* skip leading spaces */ | ^ fmt.c: In function 'fmt_refmt': fmt.c:328:19: warning: array subscript has type 'char' [-Wchar-subscripts] 328 | if (isalnum(*s) || *s == ' ' || *s == '-' || *s == '\'') *d++ = *s; | ^ In file included from webfmt.h:27, from fmt.c:24: libmaa/maa.h: At top level: libmaa/maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ libmaa/maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ libmaa/maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ libmaa/maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ libmaa/maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ libmaa/maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ libmaa/maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ libmaa/maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gcc -Wall -Ilibmaa -DHAVE_CONFIG_H -I. -g -O -o webfmt webfmt.c scan.o parse.o fmt.o -Llibmaa -lmaa In file included from webfmt.h:27, from webfmt.c:24: libmaa/maa.h:415:23: warning: inline function 'flg_test' declared but never defined 415 | extern __inline__ int flg_test( flg_Type flag ); | ^~~~~~~~ libmaa/maa.h:402:23: warning: inline function 'dbg_test' declared but never defined 402 | extern __inline__ int dbg_test( dbg_Type flag ); | ^~~~~~~~ libmaa/maa.h:100:24: warning: inline function 'bit_cnt' declared but never defined 100 | extern __inline__ int bit_cnt( unsigned long *flags ); | ^~~~~~~ libmaa/maa.h:99:24: warning: inline function 'bit_tst' declared but never defined 99 | extern __inline__ int bit_tst( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:98:24: warning: inline function 'bit_clr' declared but never defined 98 | extern __inline__ void bit_clr( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:97:24: warning: inline function 'bit_set' declared but never defined 97 | extern __inline__ void bit_set( unsigned long *flags, int bit ); | ^~~~~~~ libmaa/maa.h:92:25: warning: inline function 'xstrdup' declared but never defined 92 | extern __inline__ char *xstrdup( const char *s ); | ^~~~~~~ libmaa/maa.h:91:24: warning: inline function 'xfree' declared but never defined 91 | extern __inline__ void xfree( void *pt ); | ^~~~~ libmaa/maa.h:90:25: warning: inline function 'xrealloc' declared but never defined 90 | extern __inline__ void *xrealloc( void *pt, unsigned int size ); | ^~~~~~~~ libmaa/maa.h:89:25: warning: inline function 'xcalloc' declared but never defined 89 | extern __inline__ void *xcalloc( unsigned int num, unsigned int size ); | ^~~~~~~ libmaa/maa.h:88:25: warning: inline function 'xmalloc' declared but never defined 88 | extern __inline__ void *xmalloc( unsigned int size ); | ^~~~~~~ gmake[2]: Leaving directory '/pbulk/work/textproc/dict-dictionaries/work/dict-web1913-1.4' gcc -Wall -DHAVE_CONFIG_H -I. -g -O -o format format.c In file included from /usr/include/ctype.h:100, from format.c:15: format.c: In function 'zips': format.c:283:51: warning: array subscript has type 'char' [-Wchar-subscripts] 283 | if (name[i-1] != ' ') name[i] = tolower(name[i]); | ^ format.c: In function 'main': format.c:302:16: warning: implicit declaration of function 'getopt' [-Wimplicit-function-declaration] 302 | while ((c = getopt(argc,argv,"pmczf")) != EOF) | ^~~~~~ ./format -p < data/places.txt > tmp ./format -c < data/counties.txt >> tmp ./format -z < data/zips.txt >> tmp sort tmp | ./format -f > gazetteer.dict 100 headwords 200 headwords 200 headwords 300 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1000 headwords 1000 headwords 1100 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1800 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2200 headwords 2300 headwords 2400 headwords 2400 headwords 2500 headwords 2500 headwords 2500 headwords 2500 headwords 2500 headwords 2600 headwords 2700 headwords 2800 headwords 2900 headwords 3000 headwords 3100 headwords 3200 headwords 3300 headwords 3400 headwords 3400 headwords 3500 headwords 3500 headwords 3600 headwords 3700 headwords 3800 headwords 3900 headwords 3900 headwords 3900 headwords 3900 headwords 3900 headwords 4000 headwords 4100 headwords 4200 headwords 4300 headwords 4400 headwords 4500 headwords 4600 headwords 4600 headwords 4600 headwords 4700 headwords 4800 headwords 4900 headwords 4900 headwords 5000 headwords 5000 headwords 5100 headwords 5200 headwords 5300 headwords 5300 headwords 5300 headwords 5300 headwords 5300 headwords 5300 headwords 5300 headwords 5300 headwords 5400 headwords 5500 headwords 5600 headwords 5700 headwords 5800 headwords 5800 headwords 5900 headwords 6000 headwords 6100 headwords 6200 headwords 6200 headwords 6200 headwords 6300 headwords 6300 headwords 6400 headwords 6400 headwords 6400 headwords 6500 headwords 6600 headwords 6700 headwords 6800 headwords 6900 headwords 7000 headwords 7100 headwords 7200 headwords 7300 headwords 7400 headwords 7500 headwords 7600 headwords 7700 headwords 7800 headwords 7900 headwords 7900 headwords 8000 headwords 8000 headwords 8100 headwords 8200 headwords 8300 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8400 headwords 8500 headwords 8600 headwords 8600 headwords 8700 headwords 8800 headwords 8800 headwords 8900 headwords 8900 headwords 9000 headwords 9100 headwords 9200 headwords 9300 headwords 9400 headwords 9400 headwords 9500 headwords 9500 headwords 9500 headwords 9500 headwords 9500 headwords 9500 headwords 9500 headwords 9600 headwords 9700 headwords 9800 headwords 9900 headwords 10000 headwords 10100 headwords 10200 headwords 10300 headwords 10400 headwords 10500 headwords 10500 headwords 10500 headwords 10500 headwords 10600 headwords 10700 headwords 10800 headwords 10900 headwords 11000 headwords 11100 headwords 11200 headwords 11300 headwords 11300 headwords 11300 headwords 11300 headwords 11300 headwords 11400 headwords 11500 headwords 11600 headwords 11700 headwords 11800 headwords 11900 headwords 12000 headwords 12000 headwords 12000 headwords 12100 headwords 12200 headwords 12200 headwords 12200 headwords 12300 headwords 12400 headwords 12500 headwords 12600 headwords 12700 headwords 12800 headwords 12800 headwords 12900 headwords 13000 headwords 13100 headwords 13100 headwords 13200 headwords 13300 headwords 13400 headwords 13500 headwords 13500 headwords 13600 headwords 13700 headwords 13800 headwords 13900 headwords 14000 headwords 14100 headwords 14200 headwords 14300 headwords 14400 headwords 14500 headwords 14600 headwords 14700 headwords 14800 headwords 14900 headwords 15000 headwords 15100 headwords 15200 headwords 15300 headwords 15400 headwords 15500 headwords 15600 headwords 15600 headwords 15600 headwords 15600 headwords 15600 headwords 15600 headwords 15600 headwords 15700 headwords 15800 headwords 15900 headwords 16000 headwords 16100 headwords 16200 headwords 16200 headwords 16200 headwords 16300 headwords 16400 headwords 16500 headwords 16600 headwords 16700 headwords 16800 headwords 16800 headwords 16800 headwords 16800 headwords 16900 headwords 17000 headwords 17000 headwords 17100 headwords 17200 headwords 17300 headwords 17300 headwords 17400 headwords 17400 headwords 17500 headwords 17600 headwords 17700 headwords 17800 headwords 17800 headwords 17900 headwords 18000 headwords 18100 headwords 18100 headwords 18200 headwords 18300 headwords 18400 headwords 18400 headwords 18400 headwords 18400 headwords 18400 headwords 18400 headwords 18400 headwords 18500 headwords 18600 headwords 18700 headwords 18800 headwords 18900 headwords 19000 headwords 19000 headwords 19000 headwords 19000 headwords 19000 headwords 19000 headwords 19000 headwords 19000 headwords 19100 headwords 19200 headwords 19300 headwords 19400 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19500 headwords 19600 headwords 19700 headwords 19800 headwords 19900 headwords 19900 headwords 20000 headwords 20100 headwords 20200 headwords 20200 headwords 20200 headwords 20200 headwords 20300 headwords 20400 headwords 20500 headwords 20500 headwords 20500 headwords 20600 headwords 20700 headwords 20800 headwords 20900 headwords 21000 headwords 21100 headwords 21200 headwords 21300 headwords 21400 headwords 21500 headwords 21600 headwords 21700 headwords 21800 headwords 21900 headwords 21900 headwords 21900 headwords 21900 headwords 21900 headwords 21900 headwords 22000 headwords 22100 headwords 22200 headwords 22300 headwords 22400 headwords 22500 headwords 22600 headwords 22700 headwords 22800 headwords 22900 headwords 23000 headwords 23100 headwords 23100 headwords 23100 headwords 23100 headwords 23100 headwords 23200 headwords 23300 headwords 23400 headwords 23400 headwords 23500 headwords 23600 headwords 23600 headwords 23700 headwords 23800 headwords 23900 headwords 24000 headwords 24100 headwords 24200 headwords 24300 headwords 24400 headwords 24500 headwords 24600 headwords 24700 headwords 24800 headwords 24900 headwords 25000 headwords 25100 headwords 25200 headwords 25300 headwords 25400 headwords 25500 headwords 25600 headwords 25700 headwords 25800 headwords 25900 headwords 26000 headwords 26100 headwords 26200 headwords 26300 headwords 26400 headwords 26500 headwords 26600 headwords 26700 headwords 26800 headwords 26900 headwords 27000 headwords 27100 headwords 27200 headwords 27300 headwords 27400 headwords 27500 headwords 27600 headwords 27700 headwords 27800 headwords 27900 headwords 28000 headwords 28100 headwords 28200 headwords 28300 headwords 28400 headwords 28500 headwords 28600 headwords 28700 headwords 28800 headwords 28900 headwords 29000 headwords 29100 headwords 29200 headwords 29300 headwords 29400 headwords 29500 headwords 29600 headwords 29700 headwords 29800 headwords 29900 headwords 30000 headwords 30100 headwords 30200 headwords 30300 headwords 30400 headwords 30500 headwords 30600 headwords 30700 headwords 30800 headwords 30900 headwords 31000 headwords 31100 headwords 31200 headwords 31300 headwords 31400 headwords 31500 headwords 31600 headwords 31700 headwords 31800 headwords 31900 headwords 32000 headwords 32100 headwords 32200 headwords 32300 headwords 32400 headwords 32500 headwords 32600 headwords 32700 headwords 32800 headwords 32900 headwords 33000 headwords 33100 headwords 33200 headwords 33300 headwords 33400 headwords 33500 headwords 33600 headwords 33700 headwords 33800 headwords 33900 headwords 34000 headwords 34100 headwords 34200 headwords 34300 headwords 34400 headwords 34500 headwords 34600 headwords 34700 headwords 34800 headwords 34900 headwords 35000 headwords 35100 headwords 35200 headwords 35300 headwords 35400 headwords 35500 headwords 35600 headwords 35700 headwords 35800 headwords 35900 headwords 36000 headwords 36100 headwords 36200 headwords 36300 headwords 36400 headwords 36500 headwords 36600 headwords 36700 headwords 36800 headwords 36900 headwords 37000 headwords 37100 headwords 37200 headwords 37300 headwords 37400 headwords 37500 headwords 37600 headwords 37700 headwords 37800 headwords 37900 headwords 38000 headwords 38100 headwords 38200 headwords 38300 headwords 38400 headwords 38500 headwords 38600 headwords 38700 headwords 38800 headwords 38900 headwords 39000 headwords 39100 headwords 39200 headwords 39300 headwords 39400 headwords 39500 headwords 39600 headwords 39700 headwords 39800 headwords 39900 headwords 40000 headwords 40100 headwords 40200 headwords 40300 headwords 40400 headwords 40500 headwords 40600 headwords 40700 headwords 40800 headwords 40900 headwords 41000 headwords 41100 headwords 41200 headwords 41300 headwords 41400 headwords 41500 headwords 41600 headwords 41700 headwords 41800 headwords 41900 headwords 42000 headwords 42100 headwords 42200 headwords 42300 headwords 42400 headwords 42500 headwords 42600 headwords 42700 headwords 42800 headwords 42900 headwords 43000 headwords 43100 headwords 43200 headwords 43300 headwords 43400 headwords 43500 headwords 43600 headwords 43700 headwords 43800 headwords 43900 headwords 44000 headwords 44100 headwords 44200 headwords 44300 headwords 44400 headwords 44500 headwords 44600 headwords 44700 headwords 44800 headwords 44900 headwords 45000 headwords 45100 headwords 45200 headwords 45300 headwords 45400 headwords 45500 headwords 45600 headwords 45700 headwords 45800 headwords 45900 headwords 46000 headwords 46100 headwords 46200 headwords 46300 headwords 46400 headwords 46500 headwords 46600 headwords 46700 headwords 46800 headwords 46900 headwords 47000 headwords 47100 headwords 47200 headwords 47300 headwords 47400 headwords 47500 headwords 47600 headwords 47700 headwords 47800 headwords 47900 headwords 48000 headwords 48100 headwords 48200 headwords 48300 headwords 48400 headwords 48500 headwords 48600 headwords 48700 headwords 48800 headwords 48900 headwords 49000 headwords 49100 headwords 49200 headwords 49300 headwords 49400 headwords 49500 headwords 49600 headwords 49700 headwords 49800 headwords 49900 headwords 50000 headwords 50100 headwords 50200 headwords 50300 headwords 50400 headwords 50500 headwords 50600 headwords 50700 headwords 50800 headwords 50900 headwords 51000 headwords 51100 headwords 51200 headwords 51300 headwords 51400 headwords 51500 headwords 51600 headwords 51700 headwords 51800 headwords 51900 headwords 52000 headwords 52100 headwords 52200 headwords 52300 headwords 52400 headwords 52500 headwords 52600 headwords 52700 headwords 52800 headwords 52900 headwords 52994 headwords rm -f tmp if [ "dictzip" != "cat" ]; then \ dictzip gazetteer.dict; \ fi gcc -Wall -DHAVE_CONFIG_H -I. -g -O -o dictfmt dictfmt.c In file included from /usr/include/ctype.h:100, from dictfmt.c:32: dictfmt.c: In function 'main': dictfmt.c:437:28: warning: array subscript has type 'char' [-Wchar-subscripts] 437 | while (isspace(*buf)) buf++; | ^ dictfmt.c:450:31: warning: array subscript has type 'char' [-Wchar-subscripts] 450 | if (isspace(*p)) l=0; | ^ dictfmt.c:452:40: warning: array subscript has type 'char' [-Wchar-subscripts] 452 | if (l) *p=tolower(*p); | ^ In file included from /usr/include/stdio.h:595, from dictfmt.c:28: In function 'fmt_openindex', inlined from 'main' at dictfmt.c:250:4: dictfmt.c:89:21: warning: '%s' directive writing up to 1023 bytes into a region of size 1013 [-Wformat-overflow=] 89 | sprintf( buffer, "sort -df > %s\n", filename ); | ^~~~~~~~~~~~~~~~~ dictfmt.c: In function 'main': dictfmt.c:89:33: note: format string is defined here 89 | sprintf( buffer, "sort -df > %s\n", filename ); | ^~ In function 'fmt_openindex', inlined from 'main' at dictfmt.c:250:4: dictfmt.c:89:4: note: '__builtin___sprintf_chk' output between 13 and 1036 bytes into a destination of size 1024 89 | sprintf( buffer, "sort -df > %s\n", filename ); | ^~~~~~~ ./dictfmt -j -u http://www.ccil.org/jargon \ -s "Jargon File (4.0.0/24 July 1996)" \ jargon < data/jarg400.txt 100 headwords 200 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2136 headwords if [ "dictzip" != "cat" ]; then \ dictzip jargon.dict; \ fi ./dictfmt -f -u ftp://wombat.doc.ic.ac.uk/foldoc/Dictionary.gz \ -s "The Free On-line Dictionary of Computing (15Feb98)" \ foldoc < data/Dictionary 100 headwords 200 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2200 headwords 2300 headwords 2400 headwords 2500 headwords 2600 headwords 2700 headwords 2800 headwords 2900 headwords 3000 headwords 3100 headwords 3200 headwords 3300 headwords 3400 headwords 3500 headwords 3600 headwords 3700 headwords 3800 headwords 3900 headwords 4000 headwords 4100 headwords 4200 headwords 4300 headwords 4400 headwords 4500 headwords 4600 headwords 4700 headwords 4800 headwords 4900 headwords 5000 headwords 5100 headwords 5200 headwords 5300 headwords 5400 headwords 5500 headwords 5600 headwords 5700 headwords 5800 headwords 5900 headwords 6000 headwords 6100 headwords 6200 headwords 6300 headwords 6400 headwords 6500 headwords 6600 headwords 6700 headwords 6800 headwords 6900 headwords 7000 headwords 7100 headwords 7200 headwords 7300 headwords 7400 headwords 7500 headwords 7600 headwords 7700 headwords 7800 headwords 7900 headwords 8000 headwords 8100 headwords 8200 headwords 8300 headwords 8400 headwords 8500 headwords 8600 headwords 8700 headwords 8800 headwords 8900 headwords 9000 headwords 9100 headwords 9200 headwords 9300 headwords 9400 headwords 9500 headwords 9600 headwords 9700 headwords 9800 headwords 9900 headwords 10000 headwords 10100 headwords 10200 headwords 10300 headwords 10400 headwords 10500 headwords 10600 headwords 10700 headwords 10800 headwords 10900 headwords 11000 headwords 11100 headwords 11200 headwords 11300 headwords 11400 headwords 11500 headwords 11509 headwords if [ "dictzip" != "cat" ]; then \ dictzip foldoc.dict; \ fi ./dictfmt -p -u mailto:jkominek@xtn.net \ -s "The Elements (22Oct97)" \ elements < data/elements 100 headwords 132 headwords if [ "dictzip" != "cat" ]; then \ dictzip elements.dict; \ fi cat data/easton/easton-info.txt data/easton/T*.html \ | sed 's,]*>\([^<]*\).*,{\1},g' \ | sed 's,\([A-Z][A-Z]*\) .T000[0-9]*,{\1},g' \ | ./dictfmt -e \ -u ftp://ccel.wheaton.edu/ebooks/HTML/e/easton/ebd/ \ -s "Easton's 1897 Bible Dictionary" easton 100 headwords 200 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2200 headwords 2300 headwords 2400 headwords 2500 headwords 2600 headwords 2700 headwords 2800 headwords 2900 headwords 3000 headwords 3100 headwords 3200 headwords 3300 headwords 3400 headwords 3500 headwords 3600 headwords 3700 headwords 3800 headwords 3900 headwords 3969 headwords if [ "dictzip" != "cat" ]; then \ dictzip easton.dict; \ fi ./dictfmt -h \ -u ftp://ccel.wheaton.edu/ebooks/HTML/bible_names/bible_names.txt \ -s "Hitchcock's Bible Names Dictionary (late 1800's)" \ hitchcock < data/bible_names.txt 100 headwords 200 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2200 headwords 2300 headwords 2400 headwords 2500 headwords 2600 headwords 2620 headwords if [ "dictzip" != "cat" ]; then \ dictzip hitchcock.dict; \ fi ./dictfmt -c5 \ -u ftp://uiarchive.cso.uiuc.edu/pub/etext/gutenberg/etext96/world95.zip \ -s "The CIA World Factbook (1995)" \ world95 < data/world95.txt 100 headwords 200 headwords 278 headwords if [ "dictzip" != "cat" ]; then \ dictzip world95.dict; \ fi ./webfilter ./web1913/web1913.* > ./web1913.tmp ./webfmt < ./web1913.tmp 1000 headwords words for 728 entries 2000 headwords words for 1476 entries 3000 headwords words for 2234 entries 4000 headwords words for 2938 entries 5000 headwords words for 3672 entries 6000 headwords words for 4337 entries 7000 headwords words for 5114 entries 8000 headwords words for 5829 entries 9000 headwords words for 6501 entries 10000 headwords words for 7189 entries 11000 headwords words for 7857 entries 12000 headwords words for 8478 entries 13000 headwords words for 9004 entries 14000 headwords words for 9595 entries 15000 headwords words for 10264 entries 16000 headwords words for 10781 entries 17000 headwords words for 11370 entries 18000 headwords words for 11950 entries 19000 headwords words for 12546 entries 20000 headwords words for 13066 entries 21000 headwords words for 13651 entries 22000 headwords words for 14210 entries 23000 headwords words for 14762 entries 24000 headwords words for 15398 entries 25000 headwords words for 15979 entries 26000 headwords words for 16595 entries 27000 headwords words for 17247 entries 28000 headwords words for 17877 entries 29000 headwords words for 18513 entries 30000 headwords words for 19081 entries 31000 headwords words for 19805 entries 32000 headwords words for 20539 entries 33000 headwords words for 21172 entries 34000 headwords words for 21771 entries 35000 headwords words for 22415 entries 36000 headwords words for 22981 entries 37000 headwords words for 23582 entries 38000 headwords words for 24184 entries 39000 headwords words for 24925 entries 40000 headwords words for 25649 entries 41000 headwords words for 26343 entries 42000 headwords words for 27031 entries 43000 headwords words for 27724 entries 44000 headwords words for 28424 entries 45000 headwords words for 29024 entries 46000 headwords words for 29566 entries 47000 headwords words for 30164 entries 48000 headwords words for 30807 entries 49000 headwords words for 31494 entries 50000 headwords words for 32201 entries 51000 headwords words for 32949 entries 52000 headwords words for 33628 entries 53000 headwords words for 34329 entries 54000 headwords words for 35004 entries 55000 headwords words for 35577 entries 56000 headwords words for 36154 entries 57000 headwords words for 36688 entries 58000 headwords words for 37260 entries 59000 headwords words for 37839 entries 60000 headwords words for 38417 entries 61000 headwords words for 39018 entries 62000 headwords words for 39608 entries 63000 headwords words for 40199 entries 64000 headwords words for 40741 entries 65000 headwords words for 41240 entries gmake: *** [Makefile:102: web1913.dict] Segmentation fault (core dumped) gmake: *** Deleting file 'web1913.dict' gmake: *** No rule to make target 'db'. Stop. gcc -Wall -DHAVE_CONFIG_H -I. -g -O -o wnfilter wnfilter.c cat data/index.* | sort | ./wnfilter > wn.dict 100 headwords 200 headwords 300 headwords 400 headwords 500 headwords 600 headwords 700 headwords 800 headwords 900 headwords 1000 headwords 1100 headwords 1200 headwords 1300 headwords 1400 headwords 1500 headwords 1600 headwords 1700 headwords 1800 headwords 1900 headwords 2000 headwords 2100 headwords 2200 headwords 2300 headwords 2400 headwords 2500 headwords 2600 headwords 2700 headwords 2800 headwords 2900 headwords 3000 headwords 3100 headwords 3200 headwords 3300 headwords 3400 headwords 3500 headwords 3600 headwords 3700 headwords 3800 headwords 3900 headwords 4000 headwords 4100 headwords 4200 headwords 4300 headwords 4400 headwords 4500 headwords 4600 headwords 4700 headwords 4800 headwords 4900 headwords 5000 headwords 5100 headwords 5200 headwords 5300 headwords 5400 headwords 5500 headwords 5600 headwords 5700 headwords 5800 headwords 5900 headwords 6000 headwords 6100 headwords 6200 headwords 6300 headwords 6400 headwords 6500 headwords 6600 headwords 6700 headwords 6800 headwords 6900 headwords 7000 headwords 7100 headwords 7200 headwords 7300 headwords 7400 headwords 7500 headwords 7600 headwords 7700 headwords 7800 headwords 7900 headwords 8000 headwords 8100 headwords 8200 headwords 8300 headwords 8400 headwords 8500 headwords 8600 headwords 8700 headwords 8800 headwords 8900 headwords 9000 headwords 9100 headwords 9200 headwords 9300 headwords 9400 headwords 9500 headwords 9600 headwords 9700 headwords 9800 headwords 9900 headwords 10000 headwords 10100 headwords 10200 headwords 10300 headwords 10400 headwords 10500 headwords 10600 headwords 10700 headwords 10800 headwords 10900 headwords 11000 headwords 11100 headwords 11200 headwords 11300 headwords 11400 headwords 11500 headwords 11600 headwords 11700 headwords 11800 headwords 11900 headwords 12000 headwords 12100 headwords 12200 headwords 12300 headwords 12400 headwords 12500 headwords 12600 headwords 12700 headwords 12800 headwords 12900 headwords 13000 headwords 13100 headwords 13200 headwords 13300 headwords 13400 headwords 13500 headwords 13600 headwords 13700 headwords 13800 headwords 13900 headwords 14000 headwords 14100 headwords 14200 headwords 14300 headwords 14400 headwords 14500 headwords 14600 headwords 14700 headwords 14800 headwords 14900 headwords 15000 headwords 15100 headwords 15200 headwords 15300 headwords 15400 headwords 15500 headwords 15600 headwords 15700 headwords 15800 headwords 15900 headwords 16000 headwords 16100 headwords 16200 headwords 16300 headwords 16400 headwords 16500 headwords 16600 headwords 16700 headwords 16800 headwords 16900 headwords 17000 headwords 17100 headwords 17200 headwords 17300 headwords 17400 headwords 17500 headwords 17600 headwords 17700 headwords 17800 headwords 17900 headwords 18000 headwords 18100 headwords 18200 headwords 18300 headwords 18400 headwords 18500 headwords 18600 headwords 18700 headwords 18800 headwords 18900 headwords 19000 headwords 19100 headwords 19200 headwords 19300 headwords 19400 headwords 19500 headwords 19600 headwords 19700 headwords 19800 headwords 19900 headwords 20000 headwords 20100 headwords 20200 headwords 20300 headwords 20400 headwords 20500 headwords 20600 headwords 20700 headwords 20800 headwords 20900 headwords 21000 headwords 21100 headwords 21200 headwords 21300 headwords 21400 headwords 21500 headwords 21600 headwords 21700 headwords 21800 headwords 21900 headwords 22000 headwords 22100 headwords 22200 headwords 22300 headwords 22400 headwords 22500 headwords 22600 headwords 22700 headwords 22800 headwords 22900 headwords 23000 headwords 23100 headwords 23200 headwords 23300 headwords 23400 headwords 23500 headwords 23600 headwords 23700 headwords 23800 headwords 23900 headwords 24000 headwords 24100 headwords 24200 headwords 24300 headwords 24400 headwords 24500 headwords 24600 headwords 24700 headwords 24800 headwords 24900 headwords 25000 headwords 25100 headwords 25200 headwords 25300 headwords 25400 headwords 25500 headwords 25600 headwords 25700 headwords 25800 headwords 25900 headwords 26000 headwords 26100 headwords 26200 headwords 26300 headwords 26400 headwords 26500 headwords 26600 headwords 26700 headwords 26800 headwords 26900 headwords 27000 headwords 27100 headwords 27200 headwords 27300 headwords 27400 headwords 27500 headwords 27600 headwords 27700 headwords 27800 headwords 27900 headwords 28000 headwords 28100 headwords 28200 headwords 28300 headwords 28400 headwords 28500 headwords 28600 headwords 28700 headwords 28800 headwords 28900 headwords 29000 headwords 29100 headwords 29200 headwords 29300 headwords 29400 headwords 29500 headwords 29600 headwords 29700 headwords 29800 headwords 29900 headwords 30000 headwords 30100 headwords 30200 headwords 30300 headwords 30400 headwords 30500 headwords 30600 headwords 30700 headwords 30800 headwords 30900 headwords 31000 headwords 31100 headwords 31200 headwords 31300 headwords 31400 headwords 31500 headwords 31600 headwords 31700 headwords 31800 headwords 31900 headwords 32000 headwords 32100 headwords 32200 headwords 32300 headwords 32400 headwords 32500 headwords 32600 headwords 32700 headwords 32800 headwords 32900 headwords 33000 headwords 33100 headwords 33200 headwords 33300 headwords 33400 headwords 33500 headwords 33600 headwords 33700 headwords 33800 headwords 33900 headwords 34000 headwords 34100 headwords 34200 headwords 34300 headwords 34400 headwords 34500 headwords 34600 headwords 34700 headwords 34800 headwords 34900 headwords 35000 headwords 35100 headwords 35200 headwords 35300 headwords 35400 headwords 35500 headwords 35600 headwords 35700 headwords 35800 headwords 35900 headwords 36000 headwords 36100 headwords 36200 headwords 36300 headwords 36400 headwords 36500 headwords 36600 headwords 36700 headwords 36800 headwords 36900 headwords 37000 headwords 37100 headwords 37200 headwords 37300 headwords 37400 headwords 37500 headwords 37600 headwords 37700 headwords 37800 headwords 37900 headwords 38000 headwords 38100 headwords 38200 headwords 38300 headwords 38400 headwords 38500 headwords 38600 headwords 38700 headwords 38800 headwords 38900 headwords 39000 headwords 39100 headwords 39200 headwords 39300 headwords 39400 headwords 39500 headwords 39600 headwords 39700 headwords 39800 headwords 39900 headwords 40000 headwords 40100 headwords 40200 headwords 40300 headwords 40400 headwords 40500 headwords 40600 headwords 40700 headwords 40800 headwords 40900 headwords 41000 headwords 41100 headwords 41200 headwords 41300 headwords 41400 headwords 41500 headwords 41600 headwords 41700 headwords 41800 headwords 41900 headwords 42000 headwords 42100 headwords 42200 headwords 42300 headwords 42400 headwords 42500 headwords 42600 headwords 42700 headwords 42800 headwords 42900 headwords 43000 headwords 43100 headwords 43200 headwords 43300 headwords 43400 headwords 43500 headwords 43600 headwords 43700 headwords 43800 headwords 43900 headwords 44000 headwords 44100 headwords 44200 headwords 44300 headwords 44400 headwords 44500 headwords 44600 headwords 44700 headwords 44800 headwords 44900 headwords 45000 headwords 45100 headwords 45200 headwords 45300 headwords 45400 headwords 45500 headwords 45600 headwords 45700 headwords 45800 headwords 45900 headwords 46000 headwords 46100 headwords 46200 headwords 46300 headwords 46400 headwords 46500 headwords 46600 headwords 46700 headwords 46800 headwords 46900 headwords 47000 headwords 47100 headwords 47200 headwords 47300 headwords 47400 headwords 47500 headwords 47600 headwords 47700 headwords 47800 headwords 47900 headwords 48000 headwords 48100 headwords 48200 headwords 48300 headwords 48400 headwords 48500 headwords 48600 headwords 48700 headwords 48800 headwords 48900 headwords 49000 headwords 49100 headwords 49200 headwords 49300 headwords 49400 headwords 49500 headwords 49600 headwords 49700 headwords 49800 headwords 49900 headwords 50000 headwords 50100 headwords 50200 headwords 50300 headwords 50400 headwords 50500 headwords 50600 headwords 50700 headwords 50800 headwords 50900 headwords 51000 headwords 51100 headwords 51200 headwords 51300 headwords 51400 headwords 51500 headwords 51600 headwords 51700 headwords 51800 headwords 51900 headwords 52000 headwords 52100 headwords 52200 headwords 52300 headwords 52400 headwords 52500 headwords 52600 headwords 52700 headwords 52800 headwords 52900 headwords 53000 headwords 53100 headwords 53200 headwords 53300 headwords 53400 headwords 53500 headwords 53600 headwords 53700 headwords 53800 headwords 53900 headwords 54000 headwords 54100 headwords 54200 headwords 54300 headwords 54400 headwords 54500 headwords 54600 headwords 54700 headwords 54800 headwords 54900 headwords 55000 headwords 55100 headwords 55200 headwords 55300 headwords 55400 headwords 55500 headwords 55600 headwords 55700 headwords 55800 headwords 55900 headwords 56000 headwords 56100 headwords 56200 headwords 56300 headwords 56400 headwords 56500 headwords 56600 headwords 56700 headwords 56800 headwords 56900 headwords 57000 headwords 57100 headwords 57200 headwords 57300 headwords 57400 headwords 57500 headwords 57600 headwords 57700 headwords 57800 headwords 57900 headwords 58000 headwords 58100 headwords 58200 headwords 58300 headwords 58400 headwords 58500 headwords 58600 headwords 58700 headwords 58800 headwords 58900 headwords 59000 headwords 59100 headwords 59200 headwords 59300 headwords 59400 headwords 59500 headwords 59600 headwords 59700 headwords 59800 headwords 59900 headwords 60000 headwords 60100 headwords 60200 headwords 60300 headwords 60400 headwords 60500 headwords 60600 headwords 60700 headwords 60800 headwords 60900 headwords 61000 headwords 61100 headwords 61200 headwords 61300 headwords 61400 headwords 61500 headwords 61600 headwords 61700 headwords 61800 headwords 61900 headwords 62000 headwords 62100 headwords 62200 headwords 62300 headwords 62400 headwords 62500 headwords 62600 headwords 62700 headwords 62800 headwords 62900 headwords 63000 headwords 63100 headwords 63200 headwords 63300 headwords 63400 headwords 63500 headwords 63600 headwords 63700 headwords 63800 headwords 63900 headwords 64000 headwords 64100 headwords 64200 headwords 64300 headwords 64400 headwords 64500 headwords 64600 headwords 64700 headwords 64800 headwords 64900 headwords 65000 headwords 65100 headwords 65200 headwords 65300 headwords 65400 headwords 65500 headwords 65600 headwords 65700 headwords 65800 headwords 65900 headwords 66000 headwords 66100 headwords 66200 headwords 66300 headwords 66400 headwords 66500 headwords 66600 headwords 66700 headwords 66800 headwords 66900 headwords 67000 headwords 67100 headwords 67200 headwords 67300 headwords 67400 headwords 67500 headwords 67600 headwords 67700 headwords 67800 headwords 67900 headwords 68000 headwords 68100 headwords 68200 headwords 68300 headwords 68400 headwords 68500 headwords 68600 headwords 68700 headwords 68800 headwords 68900 headwords 69000 headwords 69100 headwords 69200 headwords 69300 headwords 69400 headwords 69500 headwords 69600 headwords 69700 headwords 69800 headwords 69900 headwords 70000 headwords 70100 headwords 70200 headwords 70300 headwords 70400 headwords 70500 headwords 70600 headwords 70700 headwords 70800 headwords 70900 headwords 71000 headwords 71100 headwords 71200 headwords 71300 headwords 71400 headwords 71500 headwords 71600 headwords 71700 headwords 71800 headwords 71900 headwords 72000 headwords 72100 headwords 72200 headwords 72300 headwords 72400 headwords 72500 headwords 72600 headwords 72700 headwords 72800 headwords 72900 headwords 73000 headwords 73100 headwords 73200 headwords 73300 headwords 73400 headwords 73500 headwords 73600 headwords 73700 headwords 73800 headwords 73900 headwords 74000 headwords 74100 headwords 74200 headwords 74300 headwords 74400 headwords 74500 headwords 74600 headwords 74700 headwords 74800 headwords 74900 headwords 75000 headwords 75100 headwords 75200 headwords 75300 headwords 75400 headwords 75500 headwords 75600 headwords 75700 headwords 75800 headwords 75900 headwords 76000 headwords 76100 headwords 76200 headwords 76300 headwords 76400 headwords 76500 headwords 76600 headwords 76700 headwords 76800 headwords 76900 headwords 77000 headwords 77100 headwords 77200 headwords 77300 headwords 77400 headwords 77500 headwords 77600 headwords 77700 headwords 77800 headwords 77900 headwords 78000 headwords 78100 headwords 78200 headwords 78300 headwords 78400 headwords 78500 headwords 78600 headwords 78700 headwords 78800 headwords 78900 headwords 79000 headwords 79100 headwords 79200 headwords 79300 headwords 79400 headwords 79500 headwords 79600 headwords 79700 headwords 79800 headwords 79900 headwords 80000 headwords 80100 headwords 80200 headwords 80300 headwords 80400 headwords 80500 headwords 80600 headwords 80700 headwords 80800 headwords 80900 headwords 81000 headwords 81100 headwords 81200 headwords 81300 headwords 81400 headwords 81500 headwords 81600 headwords 81700 headwords 81800 headwords 81900 headwords 82000 headwords 82100 headwords 82200 headwords 82300 headwords 82400 headwords 82500 headwords 82600 headwords 82700 headwords 82800 headwords 82900 headwords 83000 headwords 83100 headwords 83200 headwords 83300 headwords 83400 headwords 83500 headwords 83600 headwords 83700 headwords 83800 headwords 83900 headwords 84000 headwords 84100 headwords 84200 headwords 84300 headwords 84400 headwords 84500 headwords 84600 headwords 84700 headwords 84800 headwords 84900 headwords 85000 headwords 85100 headwords 85200 headwords 85300 headwords 85400 headwords 85500 headwords 85600 headwords 85700 headwords 85800 headwords 85900 headwords 86000 headwords 86100 headwords 86200 headwords 86300 headwords 86400 headwords 86500 headwords 86600 headwords 86700 headwords 86800 headwords 86900 headwords 87000 headwords 87100 headwords 87200 headwords 87300 headwords 87400 headwords 87500 headwords 87600 headwords 87700 headwords 87800 headwords 87900 headwords 88000 headwords 88100 headwords 88200 headwords 88300 headwords 88400 headwords 88500 headwords 88600 headwords 88700 headwords 88800 headwords 88900 headwords 89000 headwords 89100 headwords 89200 headwords 89300 headwords 89400 headwords 89500 headwords 89600 headwords 89700 headwords 89800 headwords 89900 headwords 90000 headwords 90100 headwords 90200 headwords 90300 headwords 90400 headwords 90500 headwords 90600 headwords 90700 headwords 90800 headwords 90900 headwords 91000 headwords 91100 headwords 91200 headwords 91300 headwords 91400 headwords 91500 headwords 91600 headwords 91700 headwords 91800 headwords 91900 headwords 92000 headwords 92100 headwords 92200 headwords 92300 headwords 92400 headwords 92500 headwords 92600 headwords 92700 headwords 92800 headwords 92900 headwords 93000 headwords 93100 headwords 93200 headwords 93300 headwords 93400 headwords 93500 headwords 93600 headwords 93700 headwords 93800 headwords 93900 headwords 94000 headwords 94100 headwords 94200 headwords 94300 headwords 94400 headwords 94500 headwords 94600 headwords 94700 headwords 94800 headwords 94900 headwords 95000 headwords 95100 headwords 95200 headwords 95300 headwords 95400 headwords 95500 headwords 95600 headwords 95700 headwords 95800 headwords 95900 headwords 96000 headwords 96100 headwords 96200 headwords 96300 headwords 96400 headwords 96500 headwords 96600 headwords 96700 headwords 96800 headwords 96900 headwords 97000 headwords 97100 headwords 97200 headwords 97300 headwords 97400 headwords 97500 headwords 97600 headwords 97700 headwords 97800 headwords 97900 headwords 98000 headwords 98100 headwords 98200 headwords 98300 headwords 98400 headwords 98500 headwords 98600 headwords 98700 headwords 98800 headwords 98900 headwords 99000 headwords 99100 headwords 99200 headwords 99300 headwords 99400 headwords 99500 headwords 99600 headwords 99700 headwords 99800 headwords 99900 headwords 100000 headwords 100100 headwords 100200 headwords 100300 headwords 100400 headwords 100500 headwords 100600 headwords 100700 headwords 100800 headwords 100900 headwords 101000 headwords 101100 headwords 101200 headwords 101300 headwords 101400 headwords 101500 headwords 101600 headwords 101700 headwords 101800 headwords 101900 headwords 102000 headwords 102100 headwords 102200 headwords 102300 headwords 102400 headwords 102500 headwords 102600 headwords 102700 headwords 102800 headwords 102900 headwords 103000 headwords 103100 headwords 103200 headwords 103300 headwords 103400 headwords 103500 headwords 103600 headwords 103700 headwords 103800 headwords 103900 headwords 104000 headwords 104100 headwords 104200 headwords 104300 headwords 104400 headwords 104500 headwords 104600 headwords 104700 headwords 104800 headwords 104900 headwords 105000 headwords 105100 headwords 105200 headwords 105300 headwords 105400 headwords 105500 headwords 105600 headwords 105700 headwords 105800 headwords 105900 headwords 106000 headwords 106100 headwords 106200 headwords 106300 headwords 106400 headwords 106500 headwords 106600 headwords 106700 headwords 106800 headwords 106900 headwords 107000 headwords 107100 headwords 107200 headwords 107300 headwords 107400 headwords 107500 headwords 107600 headwords 107700 headwords 107800 headwords 107900 headwords 108000 headwords 108100 headwords 108200 headwords 108300 headwords 108400 headwords 108500 headwords 108600 headwords 108700 headwords 108800 headwords 108900 headwords 109000 headwords 109100 headwords 109200 headwords 109300 headwords 109400 headwords 109500 headwords 109600 headwords 109700 headwords 109800 headwords 109900 headwords 110000 headwords 110100 headwords 110200 headwords 110300 headwords 110400 headwords 110500 headwords 110600 headwords 110700 headwords 110800 headwords 110900 headwords 111000 headwords 111100 headwords 111200 headwords 111300 headwords 111400 headwords 111500 headwords 111600 headwords 111700 headwords 111800 headwords 111900 headwords 112000 headwords 112100 headwords 112200 headwords 112300 headwords 112400 headwords 112500 headwords 112600 headwords 112700 headwords 112800 headwords 112900 headwords 113000 headwords 113100 headwords 113200 headwords 113300 headwords 113400 headwords 113500 headwords 113600 headwords 113700 headwords 113800 headwords 113900 headwords 114000 headwords 114100 headwords 114200 headwords 114300 headwords 114400 headwords 114500 headwords 114600 headwords 114700 headwords 114800 headwords 114900 headwords 115000 headwords 115100 headwords 115200 headwords 115300 headwords 115400 headwords 115500 headwords 115600 headwords 115700 headwords 115800 headwords 115900 headwords 116000 headwords 116100 headwords 116200 headwords 116300 headwords 116400 headwords 116500 headwords 116600 headwords 116700 headwords 116800 headwords 116900 headwords 117000 headwords 117100 headwords 117200 headwords 117300 headwords 117400 headwords 117500 headwords 117600 headwords 117700 headwords 117800 headwords 117900 headwords 118000 headwords 118100 headwords 118200 headwords 118300 headwords 118400 headwords 118500 headwords 118600 headwords 118700 headwords 118800 headwords 118900 headwords 119000 headwords 119100 headwords 119200 headwords 119300 headwords 119400 headwords 119500 headwords 119600 headwords 119700 headwords 119800 headwords 119900 headwords 120000 headwords 120100 headwords 120200 headwords 120300 headwords 120400 headwords 120500 headwords 120600 headwords 120700 headwords 120800 headwords 120900 headwords 121000 headwords 121100 headwords 121200 headwords 121300 headwords 121400 headwords 121500 headwords 121600 headwords 121700 headwords 121800 headwords 121900 headwords 121968 headwords if [ "dictzip" != "cat" ]; then \ dictzip wn.dict; \ fi /usr/bin/find /pbulk/work/textproc/dict-dictionaries/work -name '*.dict' -print | while read f; do if [ ! -f ${f}.dz ]; then /usr/pkg/bin/dictzip $f; fi; done