summaryrefslogtreecommitdiffstats
path: root/Mac/Build/PythonCoreCFM68K.prj.exp
blob: 4c8daa9df8f5edf57c75367c0aa2aa02900e2ec9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
uname
utimes
tell
fileno
__gettype
__getcreator
__ctopstring
__system7present
__myraise
ttyname
getlogin
exec
cuserid
ValidateMallocHeap
GetNextMallocHeapRegistration
GetFirstMallocHeapRegistration
UnregisterMallocHeap
RegisterMallocHeap
wcsftime
wctime
wasctime
wcsstr
wcstok
wcscspn
wcsspn
wcspbrk
wcsrchr
wcsxfrm
wcscoll
wcschr
wcsncmp
wcscmp
wcsncat
wcscat
wcsncpy
wcscpy
wcslen
swscanf
__vswscanf
vwscanf
wscanf
fwscanf
__vfwscanf
swprintf
vwprintf
vswprintf
wprintf
fwprintf
vfwprintf
wmemcmp
wmemchr
wmemset
wmemmove
wmemcpy
iswctype
wctype
wctob
towupper
towlower
iswxdigit
iswupper
iswspace
iswpunct
iswprint
iswlower
iswgraph
iswdigit
iswcntrl
iswalpha
iswalnum
wctrans
towctrans
wcstoumax
wcstoimax
watol
watoi
wcstoll
wcstol
wcstoull
wcstoul
__wcstoull
__wcstoul
watof
wcstod
__wcstold
fwide
fgetws
fputws
ungetwc
fgetwc
getwchar
getwc
fputwc
putwchar
putwc
__to_gm_time
__get_time
__get_clock
strftime
localtime
gmtime
ctime
asctime
time
mktime
difftime
clock
__leap_year
system
getenv
strtoumax
strtoimax
atol
atoi
strtoll
strtol
strtoull
strtoul
__strtoull
__strtoul
atof
strtod
__strtold
__close_string
__write_string
__read_string
__open_string_file
__strerror
strerror
strstr
strtok
strcspn
strspn
strpbrk
strrchr
strxfrm
strcoll
strchr
strncmp
strcmp
strncat
strcat
strncpy
strcpy
strlen
raise
signal
sscanf
__vsscanf
scanf
fscanf
__vfscanf
srand
rand
qsort
sprintf
snprintf
vsprintf
vsnprintf
printf
vprintf
fprintf
vfprintf
__sys_free
__sys_alloc
__pool_free_all
__pool_free
__pool_realloc
__pool_alloc_clear
__pool_alloc
__pool_preassign
__pool_preallocate
__init_pool_obj
__path2fss
__stdio_atexit
perror
ferror
feof
clearerr
__fill_mem
__copy_longs_rev_unaligned
__copy_longs_unaligned
__copy_longs_rev_aligned
__copy_longs_aligned
__move_mem
__copy_mem
memcmp
__memrchr
memchr
memset
memmove
memcpy
wcstombs
mbstowcs
wctomb
mbtowc
mblen
localeconv
setlocale
rewind
fsetpos
fseek
_fseek
fgetpos
ftell
_ftell
__rename_file
__delete_file
__temp_file_name
__set_idle_proc
__get_file_modes
__handle_reopen
__handle_open
freopen
fopen
fflush
fclose
tmpfile
tmpnam
fwrite
fread
toupper
tolower
isxdigit
isupper
isspace
ispunct
isprint
islower
isgraph
isdigit
iscntrl
isalpha
isalnum
__end_critical_region
__begin_critical_region
__kill_critical_regions
__init_critical_regions
clrscr
__close_console
__write_console
__read_console
puts
fputs
putchar
putc
fputc
__put_char
__ungotten
ungetc
gets
fgets
getchar
getc
fgetc
__get_char
ccommand
setbuf
setvbuf
__flush_buffer
__load_buffer
__prep_buffer
__convert_to_newlines
__convert_from_newlines
bsearch
__assertion_failed
__llmod
__lmod
__mod
__lldiv
__ldiv
__div
__llmul
__lmul
__mul
__lladd
__ladd
__add
lldiv
ldiv
div
llabs
labs
abs
__num_to_file
__file_to_num
__flush_line_buffered_output_files
__flush_all
__close_all
__init_file
__find_unopened_file
__exit
__atexit
atexit
SIOUXYesNoCancelAlert
SIOUXCantSaveAlert
SIOUXSetupTextWindow
SIOUXDoContentClick
SIOUXMyGrowWindow
SIOUXUpdateStatusLine
MoveScrollBox
SIOUXUpdateScrollbar
SIOUXUpdateWindow
SIOUXDrawGrowBox
AdjustText
SIOUXIsAppWindow
SIOUXDoPrintText
SIOUXDoPageSetup
SIOUXDoMenuChoice
SIOUXDoEditSelectAll
SIOUXDoEditClear
SIOUXDoEditPaste
SIOUXDoEditCopy
SIOUXDoEditCut
SIOUXDoSaveText
SIOUXUpdateMenuItems
SIOUXSetupMenus
SIOUXclrscr
getch
kbhit
SIOUXSetTitle
__ttyname
ReadCharsFromConsole
WriteCharsToConsole
RemoveConsole
InstallConsole
SIOUXHandleOneEvent
SIOUXisinrange
__destroy_new_array2
__destroy_new_array
__destroy_arr
__construct_array
__construct_new_array
__throw_catch_compare
unexpected__3stdFv		# std::unexpected()
set_unexpected__3stdFPFv_v		# std::set_unexpected(void (*)(void))
terminate__3stdFv		# std::terminate()
set_terminate__3stdFPFv_v		# std::set_terminate(void (*)(void))
what__Q23std9bad_allocCFv		# std::bad_alloc::what() const
__del_hdl
__new_hdl
set_new_handler__3stdFPFv_v		# std::set_new_handler(void (*)(void))
__dt__Q23std9bad_allocFv		# std::bad_alloc::~bad_alloc()
__throw_bad_alloc__3stdFv		# std::__throw_bad_alloc()
__dla__FPv		# operator delete[](void*)
__nwa__FUlRCQ23std9nothrow_t		# operator new[](unsigned long,const std::nothrow_t&)
__nwa__FUl		# operator new[](unsigned long)
__dl__FPv		# operator delete(void*)
__nw__FUlRCQ23std9nothrow_t		# operator new(unsigned long,const std::nothrow_t&)
__nw__FUl		# operator new(unsigned long)
_prealloc_newpool__3stdFUl		# std::_prealloc_newpool(unsigned long)
_set_newnonptrmax__3stdFUl		# std::_set_newnonptrmax(unsigned long)
_set_newpoolsize__3stdFUl		# std::_set_newpoolsize(unsigned long)
what__Q23std10bad_typeidCFv		# std::bad_typeid::what() const
what__Q23std8bad_castCFv		# std::bad_cast::what() const
__dt__Q23std8bad_castFv		# std::bad_cast::~bad_cast()
__dynamic_cast
__dt__Q23std10bad_typeidFv		# std::bad_typeid::~bad_typeid()
__get_typeid
what__Q23std9exceptionCFv		# std::exception::what() const
what__Q23std13bad_exceptionCFv		# std::bad_exception::what() const
__end__catch
Ex68K_CatchInfoDtor
__throw
__dt__Q23std9exceptionFv		# std::exception::~exception()
__dt__Q23std13bad_exceptionFv		# std::bad_exception::~bad_exception()
__unexpected
__unregister_fragment
__register_fragment
__som_check_ev
__som_check_new
__destroy_global_chain
__register_global_object
exit
abort
GUSISetupMSLSIOUX__Fv		# GUSISetupMSLSIOUX()
fwalk
fdopen
__close_file
__position_file
__write_file
__read_file
__open_file
__open_temp_file
__dt__16UnixSocketDomainFv		# UnixSocketDomain::~UnixSocketDomain()
choose__16UnixSocketDomainFiPcPviPvPi		# UnixSocketDomain::choose(int,char*,void*,int,void*,int*)
socketpair__16UnixSocketDomainFisPP6Socket		# UnixSocketDomain::socketpair(int,short,Socket**)
socket__16UnixSocketDomainFis		# UnixSocketDomain::socket(int,short)
GUSIwithUnixSockets
Validate__12UnixSocketIDFv		# UnixSocketID::Validate()
__ct__12UnixSocketIDFP11UnixChannel		# UnixSocketID::UnixSocketID(UnixChannel*)
AbortConnect__12UnixChannel2FP11UnixChannel		# UnixChannel2::AbortConnect(UnixChannel*)
Orphan__12UnixChannel2Fv		# UnixChannel2::Orphan()
__ct__12UnixChannel2FP10UnixSocket		# UnixChannel2::UnixChannel2(UnixSocket*)
Address__11UnixChannelFv		# UnixChannel::Address()
GUSI_error__11UnixChannelFi		# UnixChannel::GUSI_error(int)
Disconnect__11UnixChannelFv		# UnixChannel::Disconnect()
DiscardRead__11UnixChannelFi		# UnixChannel::DiscardRead(int)
ShutDown__11UnixChannelFi		# UnixChannel::ShutDown(int)
BufSize__11UnixChannelFv		# UnixChannel::BufSize()
WriteAvail__11UnixChannelFv		# UnixChannel::WriteAvail()
ReadAvail__11UnixChannelFv		# UnixChannel::ReadAvail()
Send__11UnixChannelFP11UnixChannelPvi		# UnixChannel::Send(UnixChannel*,void*,int)
Write__11UnixChannelFPvi		# UnixChannel::Write(void*,int)
Read__11UnixChannelFPvi		# UnixChannel::Read(void*,int)
Accept__11UnixChannelFP11UnixChannel		# UnixChannel::Accept(UnixChannel*)
Connect__11UnixChannelFP11UnixChannel		# UnixChannel::Connect(UnixChannel*)
Bind__11UnixChannelFR14UnixSocketAddr		# UnixChannel::Bind(UnixSocketAddr&)
Version__11UnixChannelFv		# UnixChannel::Version()
UnBind__11UnixChannelFv		# UnixChannel::UnBind()
__dt__11UnixChannelFv		# UnixChannel::~UnixChannel()
__ct__11UnixChannelFP10UnixSocket		# UnixChannel::UnixChannel(UnixSocket*)
sendto__15UnixDgramSocketFPviiPvi		# UnixDgramSocket::sendto(void*,int,int,void*,int)
recvfrom__15UnixDgramSocketFPviiPvPi		# UnixDgramSocket::recvfrom(void*,int,int,void*,int*)
connect__15UnixDgramSocketFPvi		# UnixDgramSocket::connect(void*,int)
__dt__15UnixDgramSocketFv		# UnixDgramSocket::~UnixDgramSocket()
__ct__15UnixDgramSocketFv		# UnixDgramSocket::UnixDgramSocket()
sendto__16UnixStreamSocketFPviiPvi		# UnixStreamSocket::sendto(void*,int,int,void*,int)
recvfrom__16UnixStreamSocketFPviiPvPi		# UnixStreamSocket::recvfrom(void*,int,int,void*,int*)
accept__16UnixStreamSocketFPvPi		# UnixStreamSocket::accept(void*,int*)
connect__16UnixStreamSocketFPvi		# UnixStreamSocket::connect(void*,int)
listen__16UnixStreamSocketFi		# UnixStreamSocket::listen(int)
__dt__16UnixStreamSocketFv		# UnixStreamSocket::~UnixStreamSocket()
__ct__16UnixStreamSocketFv		# UnixStreamSocket::UnixStreamSocket()
shutdown__10UnixSocketFi		# UnixSocket::shutdown(int)
select__10UnixSocketFPUcPUcPUc		# UnixSocket::select(unsigned char*,unsigned char*,unsigned char*)
getpeername__10UnixSocketFPvPi		# UnixSocket::getpeername(void*,int*)
getsockname__10UnixSocketFPvPi		# UnixSocket::getsockname(void*,int*)
bind__10UnixSocketFPvi		# UnixSocket::bind(void*,int)
ioctl__10UnixSocketFUiPv		# UnixSocket::ioctl(unsigned int,void*)
fcntl__10UnixSocketFUii		# UnixSocket::fcntl(unsigned int,int)
defaultbind__10UnixSocketFv		# UnixSocket::defaultbind()
__dt__10UnixSocketFv		# UnixSocket::~UnixSocket()
__ct__10UnixSocketFs		# UnixSocket::UnixSocket(short)
__ct__14UnixSocketAddrF9TFileSpec		# UnixSocketAddr::UnixSocketAddr(TFileSpec)
select__9UDPSocketFPUcPUcPUc		# UDPSocket::select(unsigned char*,unsigned char*,unsigned char*)
sendto__9UDPSocketFPviiPvi		# UDPSocket::sendto(void*,int,int,void*,int)
recvfrom__9UDPSocketFPviiPvPi		# UDPSocket::recvfrom(void*,int,int,void*,int*)
connect__9UDPSocketFPvi		# UDPSocket::connect(void*,int)
getsockname__9UDPSocketFPvPi		# UDPSocket::getsockname(void*,int*)
bind__9UDPSocketFPvi		# UDPSocket::bind(void*,int)
ReadAhead__9UDPSocketFv		# UDPSocket::ReadAhead()
FlushReadAhead__9UDPSocketFv		# UDPSocket::FlushReadAhead()
NewStream__9UDPSocketFv		# UDPSocket::NewStream()
Available__9UDPSocketFv		# UDPSocket::Available()
GetPB__9UDPSocketFv		# UDPSocket::GetPB()
__dt__9UDPSocketFv		# UDPSocket::~UDPSocket()
__ct__9UDPSocketFUl		# UDPSocket::UDPSocket(unsigned long)
__ct__9UDPSocketFv		# UDPSocket::UDPSocket()
udp_read_ahead_done__FP11AnnotatedPB		# udp_read_ahead_done(AnnotatedPB*)
select__9TCPSocketFPUcPUcPUc		# TCPSocket::select(unsigned char*,unsigned char*,unsigned char*)
sendto__9TCPSocketFPviiPvi		# TCPSocket::sendto(void*,int,int,void*,int)
recvfrom__9TCPSocketFPviiPvPi		# TCPSocket::recvfrom(void*,int,int,void*,int*)
accept__9TCPSocketFPvPi		# TCPSocket::accept(void*,int*)
listen__9TCPSocketFi		# TCPSocket::listen(int)
connect__9TCPSocketFPvi		# TCPSocket::connect(void*,int)
Available__9TCPSocketFv		# TCPSocket::Available()
GetPB__9TCPSocketFv		# TCPSocket::GetPB()
__dt__9TCPSocketFv		# TCPSocket::~TCPSocket()
__ct__9TCPSocketFP9TCPSocket		# TCPSocket::TCPSocket(TCPSocket*)
__ct__9TCPSocketFUl		# TCPSocket::TCPSocket(unsigned long)
__ct__9TCPSocketFv		# TCPSocket::TCPSocket()
tcp_send_done__FP11AnnotatedPB		# tcp_send_done(AnnotatedPB*)
tcp_recv_done__FP11AnnotatedPB		# tcp_recv_done(AnnotatedPB*)
tcp_listen_done__FP11AnnotatedPB		# tcp_listen_done(AnnotatedPB*)
tcp_connect_done__FP11AnnotatedPB		# tcp_connect_done(AnnotatedPB*)
tcp_notify__FUlUsPcUsP10ICMPReport		# tcp_notify(unsigned long,unsigned short,char*,unsigned short,ICMPReport*)
post_select__6SocketFUcUcUc		# Socket::post_select(unsigned char,unsigned char,unsigned char)
select__6SocketFPUcPUcPUc		# Socket::select(unsigned char*,unsigned char*,unsigned char*)
pre_select__6SocketFUcUcUc		# Socket::pre_select(unsigned char,unsigned char,unsigned char)
shutdown__6SocketFi		# Socket::shutdown(int)
isatty__6SocketFv		# Socket::isatty()
ftruncate__6SocketFl		# Socket::ftruncate(long)
lseek__6SocketFli		# Socket::lseek(long,int)
fstat__6SocketFP4stat		# Socket::fstat(stat*)
ioctl__6SocketFUiPv		# Socket::ioctl(unsigned int,void*)
fcntl__6SocketFUii		# Socket::fcntl(unsigned int,int)
setsockopt__6SocketFiiPvi		# Socket::setsockopt(int,int,void*,int)
getsockopt__6SocketFiiPvPi		# Socket::getsockopt(int,int,void*,int*)
getpeername__6SocketFPvPi		# Socket::getpeername(void*,int*)
getsockname__6SocketFPvPi		# Socket::getsockname(void*,int*)
sendto__6SocketFPviiPvi		# Socket::sendto(void*,int,int,void*,int)
recvfrom__6SocketFPviiPvPi		# Socket::recvfrom(void*,int,int,void*,int*)
write__6SocketFPvi		# Socket::write(void*,int)
read__6SocketFPvi		# Socket::read(void*,int)
accept__6SocketFPvPi		# Socket::accept(void*,int*)
listen__6SocketFi		# Socket::listen(int)
connect__6SocketFPvi		# Socket::connect(void*,int)
bind__6SocketFPvi		# Socket::bind(void*,int)
__dt__6SocketFv		# Socket::~Socket()
__ct__6SocketFv		# Socket::Socket()
open__17SIOUXSocketDomainFRC11GUSIFileRefi		# SIOUXSocketDomain::open(const GUSIFileRef&,int)
__dt__17SIOUXSocketDomainFv		# SIOUXSocketDomain::~SIOUXSocketDomain()
GUSIwithSIOUXSockets
Yours__17SIOUXSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# SIOUXSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
isatty__11SIOUXSocketFv		# SIOUXSocket::isatty()
select__11SIOUXSocketFPUcPUcPUc		# SIOUXSocket::select(unsigned char*,unsigned char*,unsigned char*)
write__11SIOUXSocketFPvi		# SIOUXSocket::write(void*,int)
read__11SIOUXSocketFPvi		# SIOUXSocket::read(void*,int)
ioctl__11SIOUXSocketFUiPv		# SIOUXSocket::ioctl(unsigned int,void*)
__dt__11SIOUXSocketFv		# SIOUXSocket::~SIOUXSocket()
__ct__11SIOUXSocketFv		# SIOUXSocket::SIOUXSocket()
DoInitialize__11SIOUXSocketFv		# SIOUXSocket::DoInitialize()
__dt__15PPCSocketDomainFv		# PPCSocketDomain::~PPCSocketDomain()
choose__15PPCSocketDomainFiPcPviPvPi		# PPCSocketDomain::choose(int,char*,void*,int,void*,int*)
socket__15PPCSocketDomainFis		# PPCSocketDomain::socket(int,short)
__ct__15PPCSocketDomainFv		# PPCSocketDomain::PPCSocketDomain()
GUSIwithPPCSockets
select__9PPCSocketFPUcPUcPUc		# PPCSocket::select(unsigned char*,unsigned char*,unsigned char*)
shutdown__9PPCSocketFi		# PPCSocket::shutdown(int)
sendto__9PPCSocketFPviiPvi		# PPCSocket::sendto(void*,int,int,void*,int)
recvfrom__9PPCSocketFPviiPvPi		# PPCSocket::recvfrom(void*,int,int,void*,int*)
accept__9PPCSocketFPvPi		# PPCSocket::accept(void*,int*)
connect__9PPCSocketFPvi		# PPCSocket::connect(void*,int)
listen__9PPCSocketFi		# PPCSocket::listen(int)
getpeername__9PPCSocketFPvPi		# PPCSocket::getpeername(void*,int*)
getsockname__9PPCSocketFPvPi		# PPCSocket::getsockname(void*,int*)
bind__9PPCSocketFPvi		# PPCSocket::bind(void*,int)
ioctl__9PPCSocketFUiPv		# PPCSocket::ioctl(unsigned int,void*)
fcntl__9PPCSocketFUii		# PPCSocket::fcntl(unsigned int,int)
HellHoundsOnMyTrail__9PPCSocketFv		# PPCSocket::HellHoundsOnMyTrail()
Alloc__9PPCSocketFv		# PPCSocket::Alloc()
__dt__9PPCSocketFv		# PPCSocket::~PPCSocket()
__ct__9PPCSocketFRC9PPCSocket		# PPCSocket::PPCSocket(const PPCSocket&)
__ct__9PPCSocketFv		# PPCSocket::PPCSocket()
PPCWriteHellHound__FP5PPCPB		# PPCWriteHellHound(PPCPB*)
PPCReadHellHound__FP5PPCPB		# PPCReadHellHound(PPCPB*)
PPCInit_P__Fv		# PPCInit_P()
__dt__15PAPSocketDomainFv		# PAPSocketDomain::~PAPSocketDomain()
open__15PAPSocketDomainFRC11GUSIFileRefi		# PAPSocketDomain::open(const GUSIFileRef&,int)
Yours__15PAPSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# PAPSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
GUSIwithPAPSockets
select__9PAPSocketFPUcPUcPUc		# PAPSocket::select(unsigned char*,unsigned char*,unsigned char*)
shutdown__9PAPSocketFi		# PAPSocket::shutdown(int)
sendto__9PAPSocketFPviiPvi		# PAPSocket::sendto(void*,int,int,void*,int)
recvfrom__9PAPSocketFPviiPvPi		# PAPSocket::recvfrom(void*,int,int,void*,int*)
ioctl__9PAPSocketFUiPv		# PAPSocket::ioctl(unsigned int,void*)
fcntl__9PAPSocketFUii		# PAPSocket::fcntl(unsigned int,int)
Powerup__9PAPSocketFv		# PAPSocket::Powerup()
__dt__9PAPSocketFv		# PAPSocket::~PAPSocket()
__ct__9PAPSocketFv		# PAPSocket::PAPSocket()
__dt__5PAPIDFv		# PAPID::~PAPID()
__ct__5PAPIDFv		# PAPID::PAPID()
GetPAPCode__5PAPIDFslPUc		# PAPID::GetPAPCode(short,long,unsigned char*)
PAPWriteHellHound__FP5PAPPB		# PAPWriteHellHound(PAPPB*)
PAPReadHellHound__FP5PAPPB		# PAPReadHellHound(PAPPB*)
PAPUnload__FPc		# PAPUnload(char*)
PAPClose__FsPc		# PAPClose(short,char*)
PAPStatus__FPcP12PAPStatusRecP9AddrBlockPc		# PAPStatus(char*,PAPStatusRec*,AddrBlock*,char*)
PAPWrite__FsPcssPsPc		# PAPWrite(short,char*,short,short,short*,char*)
PAPRead__FsPcPsPsPsPc		# PAPRead(short,char*,short*,short*,short*,char*)
PAPOpen__FPsPcsP12PAPStatusRecPsPc		# PAPOpen(short*,char*,short,PAPStatusRec*,short*,char*)
__dt__10NullSocketFv		# NullSocket::~NullSocket()
__dt__16NullSocketDomainFv		# NullSocketDomain::~NullSocketDomain()
open__16NullSocketDomainFRC11GUSIFileRefi		# NullSocketDomain::open(const GUSIFileRef&,int)
Yours__16NullSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# NullSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
fstat__10NullSocketFP4stat		# NullSocket::fstat(stat*)
select__10NullSocketFPUcPUcPUc		# NullSocket::select(unsigned char*,unsigned char*,unsigned char*)
write__10NullSocketFPvi		# NullSocket::write(void*,int)
read__10NullSocketFPvi		# NullSocket::read(void*,int)
__ct__10NullSocketFv		# NullSocket::NullSocket()
getprotobynumber
getprotobyname
getservbyport
getservbyname
getservent
endservent
setservent
gethostname
gethostid
inet_addr
inet_ntoa
gethostbyaddr
make_in_addr__FUl		# make_in_addr(unsigned long)
gethostbyname
MXInfo
HInfo
AddrToName
EnumCache
AddrToStr
StrToAddr
CloseResolver
OpenResolver
OpenOurRF__Fv		# OpenOurRF()
SearchFolderForDNRP__Fllsl		# SearchFolderForDNRP(long,long,short,long)
GetCPanelFolder__FPsPl		# GetCPanelFolder(short*,long*)
GetSystemFolder__FPsPl		# GetSystemFolder(short*,long*)
TrapExists__Fs		# TrapExists(short)
GetTrapType__Fs		# GetTrapType(short)
NumToolboxTraps__Fv		# NumToolboxTraps()
__dt__13MacFileSocketFv		# MacFileSocket::~MacFileSocket()
ftruncate__13MacFileSocketFl		# MacFileSocket::ftruncate(long)
lseek__13MacFileSocketFli		# MacFileSocket::lseek(long,int)
ioctl__13MacFileSocketFUiPv		# MacFileSocket::ioctl(unsigned int,void*)
write__13MacFileSocketFPvi		# MacFileSocket::write(void*,int)
read__13MacFileSocketFPvi		# MacFileSocket::read(void*,int)
GUSIOpenFRef
open__13MacFileSocketFRC9TFileSpeci		# MacFileSocket::open(const TFileSpec&,int)
__dt__16INETSocketDomainFv		# INETSocketDomain::~INETSocketDomain()
CloseSocket__16INETSocketDomainFv		# INETSocketDomain::CloseSocket()
OpenSocket__16INETSocketDomainFv		# INETSocketDomain::OpenSocket()
GetPB__16INETSocketDomainFv		# INETSocketDomain::GetPB()
socket__16INETSocketDomainFis		# INETSocketDomain::socket(int,short)
Resolver__16INETSocketDomainFv		# INETSocketDomain::Resolver()
Driver__16INETSocketDomainFv		# INETSocketDomain::Driver()
__ct__16INETSocketDomainFv		# INETSocketDomain::INETSocketDomain()
GUSIwithInternetSockets
ioctl__10INETSocketFUiPv		# INETSocket::ioctl(unsigned int,void*)
fcntl__10INETSocketFUii		# INETSocket::fcntl(unsigned int,int)
shutdown__10INETSocketFi		# INETSocket::shutdown(int)
getpeername__10INETSocketFPvPi		# INETSocket::getpeername(void*,int*)
getsockname__10INETSocketFPvPi		# INETSocket::getsockname(void*,int*)
bind__10INETSocketFPvi		# INETSocket::bind(void*,int)
Available__10INETSocketFv		# INETSocket::Available()
__dt__10INETSocketFv		# INETSocket::~INETSocket()
__ct__10INETSocketFUl		# INETSocket::INETSocket(unsigned long)
__ct__10INETSocketFv		# INETSocket::INETSocket()
TCP_error__Fi		# TCP_error(int)
ntohs
ntohl
htons
htonl
DisposeFileGlob
FileGlob2FSSpec
NextFileGlob
NewFileGlob
Next__9TFileGlobFPQ29TFileGlob9BackTrackiUc		# TFileGlob::Next(TFileGlob::BackTrack*,int,unsigned char)
Next__9TFileGlobFv		# TFileGlob::Next()
__ct__9TFileGlobFPCcPC9TFileSpec		# TFileGlob::TFileGlob(const char*,const TFileSpec*)
FSpTouchFolder
FSpResolve
FSpSmartMove
FSpIndex
FSpCatInfo
FSpDown
FSpUp
Special2FSSpec
Path2FSSpec
WD2FSSpec
FRefNum2FSSpec
FSp2Encoding
FSp2DirRelPath
FSp2RelPath
FSp2FullPath
__ct__9TFileSpecFPCcUc		# TFileSpec::TFileSpec(const char*,unsigned char)
IsEncodedFSSpec__9TFileSpecFPCcUc		# TFileSpec::IsEncodedFSSpec(const char*,unsigned char)
__vc__9TFileSpecCFs		# TFileSpec::operator [](short) const
__pl__9TFileSpecCFPCc		# TFileSpec::operator +(const char*) const
__apl__9TFileSpecFPCc		# TFileSpec::operator +=(const char*)
__pl__9TFileSpecCFPCUc		# TFileSpec::operator +(const unsigned char*) const
__apl__9TFileSpecFPCUc		# TFileSpec::operator +=(const unsigned char*)
AddPathComponent__9TFileSpecFPCci		# TFileSpec::AddPathComponent(const char*,int)
IsParentOf__9TFileSpecCFRC9TFileSpec		# TFileSpec::IsParentOf(const TFileSpec&) const
__ne__9TFileSpecCFRC9TFileSpec		# TFileSpec::operator !=(const TFileSpec&) const
__eq__9TFileSpecCFRC9TFileSpec		# TFileSpec::operator ==(const TFileSpec&) const
Exists__9TFileSpecCFv		# TFileSpec::Exists() const
Resolve__9TFileSpecFUc		# TFileSpec::Resolve(unsigned char)
Resolve__9TFileSpecFRC10CInfoPBRec		# TFileSpec::Resolve(const CInfoPBRec&)
__mi__9TFileSpecCFi		# TFileSpec::operator -(int) const
__ami__9TFileSpecFi		# TFileSpec::operator -=(int)
__pp__9TFileSpecFv		# TFileSpec::operator ++()
__mm__9TFileSpecFv		# TFileSpec::operator --()
CatInfo__9TFileSpecCFR10CInfoPBRecUc		# TFileSpec::CatInfo(CInfoPBRec&,unsigned char) const
Encode__9TFileSpecCFv		# TFileSpec::Encode() const
RelPath__9TFileSpecCFsl		# TFileSpec::RelPath(short,long) const
RelPath__9TFileSpecCFRC6FSSpec		# TFileSpec::RelPath(const FSSpec&) const
RelPath__9TFileSpecCFv		# TFileSpec::RelPath() const
FullAliasPath__9TFileSpecCFv		# TFileSpec::FullAliasPath() const
FullPath__9TFileSpecCFv		# TFileSpec::FullPath() const
Bless__9TFileSpecFv		# TFileSpec::Bless()
__ct__9TFileSpecFs		# TFileSpec::TFileSpec(short)
__ct__9TFileSpecFUlsl		# TFileSpec::TFileSpec(unsigned long,short,long)
__ct__9TFileSpecFsPCUcUc		# TFileSpec::TFileSpec(short,const unsigned char*,unsigned char)
__ct__9TFileSpecFslPCUcUc		# TFileSpec::TFileSpec(short,long,const unsigned char*,unsigned char)
__ct__9TFileSpecFRC6FSSpecUc		# TFileSpec::TFileSpec(const FSSpec&,unsigned char)
__ct__9TFileSpecFRC9TFileSpec		# TFileSpec::TFileSpec(const TFileSpec&)
Default__9TFileSpecFv		# TFileSpec::Default()
IsRoot__9TFileSpecFv		# TFileSpec::IsRoot()
Root__9TFileSpecFv		# TFileSpec::Root()
FindVol__9TFileSpecFs		# TFileSpec::FindVol(short)
DefaultDir__9TFileSpecFv		# TFileSpec::DefaultDir()
ChDir__9TFileSpecFRC9TFileSpec		# TFileSpec::ChDir(const TFileSpec&)
Yours__16FileSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# FileSocketDomain::Yours(const GUSIFileRef&,FileSocketDomain::Request)
__ct__16FileSocketDomainFv		# FileSocketDomain::FileSocketDomain()
FindDomain__16FileSocketDomainFRC11GUSIFileRefQ216FileSocketDomain7Request		# FileSocketDomain::FindDomain(const GUSIFileRef&,FileSocketDomain::Request)
__dt__16FileSocketDomainFv		# FileSocketDomain::~FileSocketDomain()
__ct__16FileSocketDomainFiUcUc		# FileSocketDomain::FileSocketDomain(int,unsigned char,unsigned char)
Info__11GUSIFileRefCFv		# GUSIFileRef::Info() const
__ct__11GUSIFileRefFsQ216FileSocketDomain7Request		# GUSIFileRef::GUSIFileRef(short,FileSocketDomain::Request)
__ct__11GUSIFileRefFPCcQ216FileSocketDomain7RequestUc		# GUSIFileRef::GUSIFileRef(const char*,FileSocketDomain::Request,unsigned char)
access
utime
chmod
lstat
stat
truncate
faccess
fgetfileinfo
fsetfileinfo
rename
unlink
remove
creat
open
getcwd
rmdir
mkdir
chdir
scandir
closedir
rewinddir
seekdir
telldir
readdir
opendir
readlink
symlink
CopyIconFamily__Fssss		# CopyIconFamily(short,short,short,short)
__dt__10FileSocketFv		# FileSocket::~FileSocket()
__ct__10FileSocketFsUc		# FileSocket::FileSocket(short,unsigned char)
MarkTemporary__10FileSocketFRC6FSSpec		# FileSocket::MarkTemporary(const FSSpec&)
select__10FileSocketFPUcPUcPUc		# FileSocket::select(unsigned char*,unsigned char*,unsigned char*)
fstat__10FileSocketFP4stat		# FileSocket::fstat(stat*)
ioctl__10FileSocketFUiPv		# FileSocket::ioctl(unsigned int,void*)
fcntl__10FileSocketFUii		# FileSocket::fcntl(unsigned int,int)
QueueSocket__16FileSocketDomainFP10FileSocketUc		# FileSocketDomain::QueueSocket(FileSocket*,unsigned char)
MarkTemporary__16FileSocketDomainFRC6FSSpec		# FileSocketDomain::MarkTemporary(const FSSpec&)
GUSIDefaultExec
access__16FileSocketDomainFRC11GUSIFileRefi		# FileSocketDomain::access(const GUSIFileRef&,int)
utime__16FileSocketDomainFRC11GUSIFileRefPC7utimbuf		# FileSocketDomain::utime(const GUSIFileRef&,const utimbuf*)
chmod__16FileSocketDomainFRC11GUSIFileRefUs		# FileSocketDomain::chmod(const GUSIFileRef&,unsigned short)
stat__16FileSocketDomainFRC11GUSIFileRefP4stat		# FileSocketDomain::stat(const GUSIFileRef&,stat*)
faccess__16FileSocketDomainFRC11GUSIFileRefUiPl		# FileSocketDomain::faccess(const GUSIFileRef&,unsigned int,long*)
fgetfileinfo__16FileSocketDomainFRC11GUSIFileRefPUlPUl		# FileSocketDomain::fgetfileinfo(const GUSIFileRef&,unsigned long*,unsigned long*)
fsetfileinfo__16FileSocketDomainFRC11GUSIFileRefUlUl		# FileSocketDomain::fsetfileinfo(const GUSIFileRef&,unsigned long,unsigned long)
rename__16FileSocketDomainFRC11GUSIFileRefPCc		# FileSocketDomain::rename(const GUSIFileRef&,const char*)
remove__16FileSocketDomainFRC11GUSIFileRef		# FileSocketDomain::remove(const GUSIFileRef&)
choose__16FileSocketDomainFiPcPviPvPi		# FileSocketDomain::choose(int,char*,void*,int,void*,int*)
open__16FileSocketDomainFRC11GUSIFileRefi		# FileSocketDomain::open(const GUSIFileRef&,int)
File_error__Fs		# File_error(short)
IsDevice__FPCc		# IsDevice(const char*)
GUSILoadConfiguration
GUSISetup
GUSIDefaultSetup
AppleTalkIdentity__FRsRs		# AppleTalkIdentity(short&,short&)
__ct__7FeatureFRC7FeatureRC7Feature		# Feature::Feature(const Feature&,const Feature&)
__ct__7FeatureFPFv_v		# Feature::Feature(void (*)(void))
__ct__7FeatureFRC7FeaturePFv_v		# Feature::Feature(const Feature&,void (*)(void))
__ct__7FeatureFPFv_s		# Feature::Feature(short (*)(void))
__ct__7FeatureFRC7FeaturePFv_s		# Feature::Feature(const Feature&,short (*)(void))
__ct__7FeatureFUlll		# Feature::Feature(unsigned long,long,long)
__ct__7FeatureFUll		# Feature::Feature(unsigned long,long)
__ct__7FeatureFUsSc		# Feature::Feature(unsigned short,signed char)
GUSIDefaultSpin
GUSIInterrupt__Fv		# GUSIInterrupt()
usleep
sleep
alarm
GUSICheckAlarm__Fv		# GUSICheckAlarm()
__dt__11SocketTableFv		# SocketTable::~SocketTable()
__vc__11SocketTableFi		# SocketTable::operator [](int)
Remove__11SocketTableFi		# SocketTable::Remove(int)
Install__11SocketTableFP6Socketi		# SocketTable::Install(Socket*,int)
__ct__11SocketTableFv		# SocketTable::SocketTable()
DontStrip__12SocketDomainFv		# SocketDomain::DontStrip()
choose__12SocketDomainFiPcPviPvPi		# SocketDomain::choose(int,char*,void*,int,void*,int*)
socketpair__12SocketDomainFisPP6Socket		# SocketDomain::socketpair(int,short,Socket**)
socket__12SocketDomainFis		# SocketDomain::socket(int,short)
__dt__12SocketDomainFv		# SocketDomain::~SocketDomain()
__ct__12SocketDomainFi		# SocketDomain::SocketDomain(int)
Ready__12SocketDomainFv		# SocketDomain::Ready()
Domain__12SocketDomainFi		# SocketDomain::Domain(int)
GUSIGetEvents
GUSISetEvents
GUSIGetHook
GUSISetHook
isatty
ftruncate
lseek
fstat
setsockopt
getsockopt
ioctl
dup2
dup
fcntl
shutdown
getpeername
getsockname
select
sendmsg
sendto
send
writev
write
recvmsg
recvfrom
recv
readv
read
close
accept
listen
connect
bind
choose
pipe
socketpair
socket
getdtablesize
InitConsole__11SocketTableFv		# SocketTable::InitConsole()
DelayConsole__17GUSIConfigurationCFv		# GUSIConfiguration::DelayConsole() const
DoAutoInitGraf__17GUSIConfigurationCFv		# GUSIConfiguration::DoAutoInitGraf() const
SetDefaultFType__17GUSIConfigurationCFRC9TFileSpec		# GUSIConfiguration::SetDefaultFType(const TFileSpec&) const
__ct__17GUSIConfigurationFv		# GUSIConfiguration::GUSIConfiguration()
GUSILoadConfiguration__17GUSIConfigurationFPPc		# GUSIConfiguration::GUSILoadConfiguration(char**)
GUSI_error_nil
GUSI_error
CopyC2PStr__FPCcPUc		# CopyC2PStr(const char*,unsigned char*)
__dt__8GathererFv		# Gatherer::~Gatherer()
__ct__8GathererFPC5ioveci		# Gatherer::Gatherer(const iovec*,int)
__dt__9ScattererFv		# Scatterer::~Scatterer()
__ct__9ScattererFPC5ioveci		# Scatterer::Scatterer(const iovec*,int)
__dt__9ScattGathFv		# ScattGath::~ScattGath()
__ct__9ScattGathFPC5ioveci		# ScattGath::ScattGath(const iovec*,int)
Produce__10RingBufferFPcRl		# RingBuffer::Produce(char*,long&)
Consume__10RingBufferFPcRl		# RingBuffer::Consume(char*,long&)
Invalidate__10RingBufferFl		# RingBuffer::Invalidate(long)
Validate__10RingBufferFl		# RingBuffer::Validate(long)
Consumer__10RingBufferFRl		# RingBuffer::Consumer(long&)
Producer__10RingBufferFRl		# RingBuffer::Producer(long&)
__dt__10RingBufferFv		# RingBuffer::~RingBuffer()
__ct__10RingBufferFUs		# RingBuffer::RingBuffer(unsigned short)
__dt__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::~AppleTalkSocketDomain()
AtlkLookup__FRC10EntityNameP9AddrBlock		# AtlkLookup(const EntityName&,AddrBlock*)
__dt__11AtlkSymAddrFv		# AtlkSymAddr::~AtlkSymAddr()
Register__11AtlkSymAddrFUc		# AtlkSymAddr::Register(unsigned char)
__ct__11AtlkSymAddrFRC10EntityName		# AtlkSymAddr::AtlkSymAddr(const EntityName&)
choose__21AppleTalkSocketDomainFiPcPviPvPi		# AppleTalkSocketDomain::choose(int,char*,void*,int,void*,int*)
socket__21AppleTalkSocketDomainFis		# AppleTalkSocketDomain::socket(int,short)
GetDSP__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::GetDSP()
Validate__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::Validate()
DoMPPOpen__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::DoMPPOpen()
__ct__21AppleTalkSocketDomainFv		# AppleTalkSocketDomain::AppleTalkSocketDomain()
GUSIwithAppleTalkSockets
select__10ADSPSocketFPUcPUcPUc		# ADSPSocket::select(unsigned char*,unsigned char*,unsigned char*)
ioctl__10ADSPSocketFUiPv		# ADSPSocket::ioctl(unsigned int,void*)
shutdown__10ADSPSocketFi		# ADSPSocket::shutdown(int)
sendto__10ADSPSocketFPviiPvi		# ADSPSocket::sendto(void*,int,int,void*,int)
recvfrom__10ADSPSocketFPviiPvPi		# ADSPSocket::recvfrom(void*,int,int,void*,int*)
accept__10ADSPSocketFPvPi		# ADSPSocket::accept(void*,int*)
connect__10ADSPSocketFPvi		# ADSPSocket::connect(void*,int)
UnInit__10ADSPSocketFUc		# ADSPSocket::UnInit(unsigned char)
Init__10ADSPSocketFv		# ADSPSocket::Init()
listen__10ADSPSocketFi		# ADSPSocket::listen(int)
__dt__10ADSPSocketFv		# ADSPSocket::~ADSPSocket()
__ct__10ADSPSocketFUc		# ADSPSocket::ADSPSocket(unsigned char)
getpeername__15AppleTalkSocketFPvPi		# AppleTalkSocket::getpeername(void*,int*)
getsockname__15AppleTalkSocketFPvPi		# AppleTalkSocket::getsockname(void*,int*)
__dt__10ErrnoSaverFv		# ErrnoSaver::~ErrnoSaver()
bind__15AppleTalkSocketFPvi		# AppleTalkSocket::bind(void*,int)
ioctl__15AppleTalkSocketFUiPv		# AppleTalkSocket::ioctl(unsigned int,void*)
fcntl__15AppleTalkSocketFUii		# AppleTalkSocket::fcntl(unsigned int,int)
__dt__15AppleTalkSocketFv		# AppleTalkSocket::~AppleTalkSocket()
__ct__15AppleTalkSocketFUc		# AppleTalkSocket::AppleTalkSocket(unsigned char)
fminl
fmaxl
fdiml
nextafterxl
remquol
copysignl
remainderl
fmodl
truncl
llroundl
lroundl
roundl
llrintl
lrintl
rintl
nearbyintl
floorl
ceill
lgammal
gammal
erfcl
erfl
hypotl
sqrtl
powl
fabsl
scalblnl
scalbnl
logbl
log2l
log1pl
expm1l
exp2l
log10l
logl
ldexpl
frexpl
expl
atanhl
asinhl
acoshl
tanhl
sinhl
coshl
tanl
sinl
cosl
atan2l
atanl
asinl
acosl
fmind
fmaxd
fdimd
copysignd
remquod
remainderd
fmodd
truncd
llround
lround
roundd
llrint
lrint
rintd
nearbyintd
floord
ceild
lgammad
gammad
erfcd
erfd
hypotd
sqrtd
powd
fabsd
scalbln
scalbn
logbd
log2d
log1pd
expm1d
exp2d
modfd
log10d
logd
ldexpd
frexpd
expd
atanhd
asinhd
acoshd
tanhd
sinhd
coshd
tand
sind
cosd
atan2d
atand
asind
acosd
fminf
fmaxf
fdimf
remquof
copysignf
remainderf
fmodf
truncf
llroundf
lroundf
roundf
llrintf
lrintf
rintf
nearbyintf
floorf
ceilf
lgammaf
gammaf
erfcf
erff
hypotf
sqrtf
powf
fabsf
scalblnf
scalbnf
logbf
log2f
log1pf
expm1f
exp2f
log10f
logf
ldexpf
frexpf
expf
atanhf
asinhf
acoshf
tanhf
sinhf
coshf
tanf
sinf
cosf
atan2f
atanf
asinf
acosf
NaN
GetPrecision
SetPrecision
GetRound
SetRound
SignNum
Relation
Remainder
x80tox96
x96tox80
__nonFPUlgamma
__nonFPUgamma
__nonFPUerfc
__nonFPUerf
__FPUlgamma
__FPUgamma
__FPUerfc
__FPUerf
fesetprec
fegetprec
feupdateenv
fesetenv
feholdexcept
fegetenv
fesetround
fegetround
fetestexcept
fesetexcept
feraiseexcept
fegetexcept
feclearexcept
dec2l
dec2s
dec2f
dec2d
str2dec
dec2str
dec2num
num2dec
relation
randomx
annuity
compound
__inf
__signbitf
__signbitd
__signbit
__isnanf
__isnand
__isnan
__isfinitef
__isfinited
__isfinite
__isnormalf
__isnormald
__isnormal
__fpclassifyf
__fpclassifyd
__fpclassify
fmin
fmax
fdim
nextafterf
nextafterd
nextafterl
nanf
nan
nanl
copysign
remquo
remainder
fmod
trunc
roundtol
round
rinttol
nearbyint
rint
floor
ceil
lgamma
gamma
erfc
erf
sqrt
pow
fabs
scalb
modff
modf
modfl
logb
log10
log1p
log2
log
ldexp
frexp
exp2
expm1
exp
atanh
acosh
asinh
tanh
sinh
cosh
atan2
atan
asin
acos
tan
sin
cos
realloc
free
malloc
calloc
initMacOS
initmac
initmacfs
newmfssobject
mfs_GetFSSpecFSSpec
newmfsaobject
initgestalt
getwd
getbootvol
sync
macstat
PyMac_AddLibResources
__initialize_with_resources
getfiletype
setfiletype
Py_GetExecPrefix
Py_GetPrefix
Py_GetArgcArgv
Py_GetProgramFullPath
PyMac_Exit
PyMac_InitApplication
PyMac_Initialize
PyMac_InitApplet
guesstabsize
PyMac_Buildwide
PyMac_Getwide
PyMac_BuildFixed
PyMac_GetFixed
PyMac_BuildEventRecord
PyMac_GetEventRecord
PyMac_BuildPoint
PyMac_GetPoint
PyMac_BuildRect
PyMac_GetRect
PyMac_GetFSSpec
PyMac_BuildStr255
PyMac_GetStr255
PyMac_BuildNumVersion
PyMac_BuildOSType
PyMac_GetOSType
PyMac_PromptGetFile
PyMac_GetDirectory
SIOUXDoAboutBox
PyMac_RestoreMenuBar
PyMac_InitMenuBar
PyMac_SetSchedParams
PyMac_GetSchedParams
PyMac_HandleEvent
PyMac_HandleEventIntern
PyMac_SetEventHandler
PyMac_InForeground
PyOS_InterruptOccurred
PyErr_CheckSignals
PyOS_FiniInterrupts
PyOS_InitInterrupts
PyOS_CheckStack
PyMac_Error
PyErr_Mac
PyMac_GetOSErrException
PyMac_StrError
Pstring
PLstrrchr
PLstrcmp
PLstrcpy
PyMac_StopGUSISpin
PyMac_SetGUSISpin
RotateCursor
SpinCursor
PyMac_FixGUSIcd
Py_GetPlatform
PyMac_SetGUSIOptions
PyMac_PreferenceOptions
PyMac_GetPythonPath
PyMac_GetPythonDir
Py_GetPath
Py_GetCompiler
PyMac_GetArgv
PyMac_GetFullPath
PyMac_init_process_location
strdup
FindApplicationFromCreator
inittime
initstruct
initstrop
initsoundex
initsocket
initselect
initrotor
initrgbimg
_Py_re_search
_Py_re_match
_Py_re_compile_pattern
_Py_re_compile_fastmap
_Py_re_set_syntax
_Py_re_compile_initialize
initregex
initparser
initoperator
initnew
initmd5
_Py_MD5Final
_Py_MD5Update
_Py_MD5Init
initmath
initimageop
Py_GetBuildInfo
initerrno
initcmath
initbinascii
initaudioop
initarray
PyTokenizer_Get
PyToken_TwoChars
PyToken_OneChar
PyTokenizer_Free
PyTokenizer_FromFile
PyTokenizer_FromString
PyParser_ParseFile
PyParser_ParseString
PyParser_AddToken
PyParser_Delete
PyParser_New
PyNode_Free
PyNode_AddChild
PyNode_New
PyOS_Readline
PyOS_StdioReadline
PyOS_AfterFork
PyGrammar_LabelRepr
PyGrammar_FindDFA
PyGrammar_RemoveAccelerators
PyGrammar_AddAccelerators
PyTuple_Fini
_PyTuple_Resize
PyTuple_GetSlice
PyTuple_SetItem
PyTuple_GetItem
PyTuple_Size
PyTuple_New
PyString_Fini
PyString_InternFromString
PyString_InternInPlace
PyString_Format
_PyString_Resize
PyString_ConcatAndDel
PyString_Concat
PyString_AsString
PyString_Size
PyString_FromString
PyString_FromStringAndSize
PySlice_GetIndices
PySlice_New
PyRange_New
Py_ReprLeave
Py_ReprEnter
PyMem_Free
PyMem_Realloc
PyMem_Malloc
Py_Free
Py_Realloc
Py_Malloc
PyCallable_Check
PyNumber_Coerce
PyNumber_CoerceEx
PyObject_Not
PyObject_IsTrue
PyObject_SetAttr
PyObject_HasAttr
PyObject_GetAttr
PyObject_SetAttrString
PyObject_HasAttrString
PyObject_GetAttrString
PyObject_Hash
PyObject_Compare
PyObject_Str
PyObject_Repr
PyObject_Print
_PyObject_NewVar
_PyObject_New
_PyModule_Clear
PyModule_GetName
PyModule_GetDict
PyModule_New
PyCFunction_Fini
Py_FindMethod
Py_FindMethodInChain
PyCFunction_GetFlags
PyCFunction_GetSelf
PyCFunction_GetFunction
PyCFunction_New
PyLong_FromString
PyLong_AsUnsignedLongLong
PyLong_AsLongLong
PyLong_FromUnsignedLongLong
PyLong_FromLongLong
PyLong_AsVoidPtr
PyLong_FromVoidPtr
PyLong_AsDouble
PyLong_AsUnsignedLong
PyLong_AsLong
PyLong_FromDouble
PyLong_FromUnsignedLong
PyLong_FromLong
_PyLong_New
PyList_AsTuple
PyList_Reverse
PyList_Sort
PyList_SetSlice
PyList_GetSlice
PyList_Append
PyList_Insert
PyList_SetItem
PyList_GetItem
PyList_Size
PyList_New
PyInt_Fini
PyInt_AsLong
PyInt_FromLong
PyInt_GetMax
PyFunction_SetDefaults
PyFunction_GetDefaults
PyFunction_GetGlobals
PyFunction_GetCode
PyFunction_New
PyFrame_Fini
PyFrame_LocalsToFast
PyFrame_FastToLocals
PyFrame_BlockPop
PyFrame_BlockSetup
PyFrame_New
PyFloat_Fini
PyFloat_AsString
PyFloat_AsDouble
PyFloat_FromDouble
PyFile_WriteString
PyFile_WriteObject
PyFile_SoftSpace
PyFile_GetLine
PyFile_SetBufSize
PyFile_FromString
PyFile_FromFile
PyFile_Name
PyFile_AsFile
PyDict_DelItemString
PyDict_SetItemString
PyDict_GetItemString
PyDict_Items
PyDict_Values
PyDict_Keys
PyDict_Size
PyDict_Next
PyDict_Clear
PyDict_DelItem
PyDict_SetItem
PyDict_GetItem
PyDict_New
PyComplex_AsCComplex
PyComplex_ImagAsDouble
PyComplex_RealAsDouble
PyComplex_FromDoubles
PyComplex_FromCComplex
_Py_c_pow
_Py_c_quot
_Py_c_prod
_Py_c_neg
_Py_c_diff
_Py_c_sum
PyCObject_Import
PyCObject_GetDesc
PyCObject_AsVoidPtr
PyCObject_FromVoidPtrAndDesc
PyCObject_FromVoidPtr
PyMethod_Fini
PyMethod_Class
PyMethod_Self
PyMethod_Function
PyMethod_New
PyInstance_DoBinOp
PyInstance_New
PyClass_IsSubclass
PyClass_New
PyObject_CallMethod
PyObject_CallFunction
PyObject_CallObject
PyMapping_HasKey
PyMapping_HasKeyString
PyMapping_SetItemString
PyMapping_GetItemString
PyMapping_Length
PyMapping_Check
PySequence_Index
PySequence_In
PySequence_Contains
PySequence_Count
PySequence_List
PySequence_Tuple
PySequence_DelSlice
PySequence_SetSlice
PySequence_DelItem
PySequence_SetItem
PySequence_GetSlice
PySequence_GetItem
PySequence_Repeat
PySequence_Concat
PySequence_Length
PySequence_Check
PyNumber_Float
PyNumber_Long
PyNumber_Int
PyNumber_Absolute
PyNumber_Invert
PyNumber_Positive
PyNumber_Negative
PyNumber_Power
PyNumber_Divmod
PyNumber_Remainder
PyNumber_Divide
PyNumber_Multiply
PyNumber_Subtract
PyNumber_Add
PyNumber_Rshift
PyNumber_Lshift
PyNumber_And
PyNumber_Xor
PyNumber_Or
PyNumber_Check
PyObject_DelItem
PyObject_SetItem
PyObject_GetItem
PyObject_Length
PyObject_Type
PyObject_Cmp
PyTraceBack_Print
PyTraceBack_Here
PySys_WriteStderr
PySys_WriteStdout
PySys_SetArgv
PySys_SetPath
_PySys_Init
PySys_SetObject
PySys_GetFile
PySys_GetObject
PyMember_Set
PyMember_Get
PyThreadState_GetDict
PyThreadState_Swap
PyThreadState_Get
PyThreadState_Delete
PyThreadState_Clear
PyThreadState_New
PyInterpreterState_Delete
PyInterpreterState_Clear
PyInterpreterState_New
Py_FdIsInteractive
Py_Exit
Py_AtExit
Py_FatalError
PyParser_SimpleParseString
PyParser_SimpleParseFile
Py_CompileString
PyRun_File
PyRun_String
PyErr_PrintEx
PyErr_Print
PyRun_SimpleString
PyRun_SimpleFile
PyRun_InteractiveOne
PyRun_InteractiveLoop
PyRun_AnyFile
Py_GetPythonHome
Py_SetPythonHome
Py_GetProgramName
Py_SetProgramName
Py_EndInterpreter
Py_NewInterpreter
Py_Finalize
Py_Initialize
Py_IsInitialized
PyOS_strtol
PyOS_strtoul
PyEval_CallMethod
PyEval_CallFunction
Py_VaBuildValue
Py_BuildValue
Py_InitModule4
PyMarshal_Init
PyMarshal_WriteObjectToString
PyMarshal_ReadObjectFromString
PyMarshal_ReadObjectFromFile
PyMarshal_ReadLongFromFile
PyMarshal_WriteObjectToFile
PyMarshal_WriteLongToFile
_PyImport_LoadDynamicModule
PyImport_AppendInittab
PyImport_ExtendInittab
initimp
PyImport_Import
PyImport_ReloadModule
PyImport_ImportModuleEx
PyImport_ImportModule
PyImport_ImportFrozenModule
PyImport_ExecCodeModuleEx
PyImport_ExecCodeModule
PyImport_AddModule
_PyImport_FindExtension
_PyImport_FixupExtension
PyImport_GetMagicNumber
PyImport_Cleanup
PyImport_GetModuleDict
_PyImport_Fini
_PyImport_Init
Py_GetVersion
getopt
PyOS_GetLastModificationTime
Py_GetCopyright
PyArg_ParseTupleAndKeywords
PyArg_VaParse
PyArg_ParseTuple
PyArg_Parse
PyErr_NewException
PyErr_Format
PyErr_BadInternalCall
PyErr_SetFromErrno
PyErr_SetFromErrnoWithFilename
PyErr_NoMemory
PyErr_BadArgument
PyErr_Clear
PyErr_Fetch
PyErr_NormalizeException
PyErr_ExceptionMatches
PyErr_GivenExceptionMatches
PyErr_Occurred
PyErr_SetString
PyErr_SetNone
PyErr_SetObject
PyErr_Restore
PyCode_Addr2Line
PyNode_Compile
PyCode_New
PyArg_GetFloatArray
PyArg_GetDoubleArray
PyArg_GetShortArray
PyArg_GetLongArray
PyArg_GetShortArraySize
PyArg_GetLongArraySize
PyArg_GetChar
PyArg_GetString
PyArg_GetFloat
PyArg_GetShort
PyArg_GetLong
PyArg_GetObject
PyEval_CallObjectWithKeywords
PyEval_CallObject
Py_FlushLine
PyEval_GetRestricted
PyEval_GetFrame
PyEval_GetGlobals
PyEval_GetLocals
PyEval_GetBuiltins
PyEval_EvalCode
Py_MakePendingCalls
Py_AddPendingCall
PyEval_RestoreThread
PyEval_SaveThread
_PyBuiltin_Fini_2
_PyBuiltin_Fini_1
_PyBuiltin_Init_2
_PyBuiltin_Init_1
initWin
WinObj_WhichWindow
WinObj_Convert
WinObj_New
initRes
OptResObj_Convert
OptResObj_New
ResObj_Convert
ResObj_New
initQd
BMObj_Convert
BMObj_New
GrafObj_Convert
GrafObj_New
QdRGB_Convert
QdRGB_New
initMenu
MenuObj_Convert
MenuObj_New
initDlg
DlgObj_Convert
initCtl
CtlObj_WhichControl
CtlObj_Convert
CtlObj_New
ControlFontStyle_Convert
PyMac_FindModuleExtension
PyMac_LoadResourceModule
PyMac_LoadCodeResourceModule
PyMac_FindCodeResourceModule
PyMac_FindResourceModule
hypot
initcStringIO
initcPickle
Pickler_setattr
cPickle_PyMapping_HasKey
pcre_exec
pcre_compile
pcre_info
pcre_version
pcre_study
initpcre
__vt__Q23std9bad_alloc		# std::bad_alloc::__vt
__throws_bad_alloc__3std		# std::__throws_bad_alloc
__vt__Q23std10bad_typeid		# std::bad_typeid::__vt
__vt__Q23std8bad_cast		# std::bad_cast::__vt
__vt__Q23std9exception		# std::exception::__vt
__vt__Q23std13bad_exception		# std::bad_exception::__vt
pi
__new_handler__3std		# std::__new_handler
nothrow__3std		# std::nothrow
qd
__global_destructor_chain
_FE_DFL_ENV
__wupper_map
__wlower_map
__wctype_map
__month_to_days
__lconv
__extended_nan
__extended_huge
__extended_tiny
__extended_epsilon
__extended_max
__extended_min
__double_nan
__double_huge
__double_tiny
__double_epsilon
__double_max
__double_min
__float_huge
__float_nan
__temp_file_mode
__upper_map
__lower_map
__ctype_map
__files
SIOUXSettings
SIOUXBigRect
SIOUXDragRect
__vt__10UnixSocket		# UnixSocket::__vt
__vt__16UnixStreamSocket		# UnixStreamSocket::__vt
__vt__15UnixDgramSocket		# UnixDgramSocket::__vt
__vt__16UnixSocketDomain		# UnixSocketDomain::__vt
UnixChannel_EmulatedVTable
rdAbortConnect
rdOrphan
rdAddress
rdGUSI_error
rdDisconnect
rdShutDown
rdDiscardRead
rdBufSize
rdWriteAvail
rdReadAvail
rdSend
rdWrite
rdRead
rdAccept
rdConnect
rdBind
rdVersion
rdDelete
__vt__9UDPSocket		# UDPSocket::__vt
u_udp_send_done
u_udp_read_ahead_done
__vt__9TCPSocket		# TCPSocket::__vt
u_tcp_send_done
u_tcp_recv_done
u_tcp_listen_done
u_tcp_connect_done
u_tcp_notify
__vt__6Socket		# Socket::__vt
__vt__11SIOUXSocket		# SIOUXSocket::__vt
__vt__17SIOUXSocketDomain		# SIOUXSocketDomain::__vt
GUSISIOUXEvents
__vt__9PPCSocket		# PPCSocket::__vt
__vt__15PPCSocketDomain		# PPCSocketDomain::__vt
uGUSIBrowseFilter
uPPCWriteHellHound
uPPCReadHellHound
__vt__9PAPSocket		# PAPSocket::__vt
__vt__15PAPSocketDomain		# PAPSocketDomain::__vt
uPAPWriteTimer
uPAPReadTimer
__vt__10NullSocket		# NullSocket::__vt
__vt__16NullSocketDomain		# NullSocketDomain::__vt
uDNRDone
__vt__13MacFileSocket		# MacFileSocket::__vt
__vt__10INETSocket		# INETSocket::__vt
__vt__16INETSocketDomain		# INETSocketDomain::__vt
curDir__9TFileSpec		# TFileSpec::curDir
__vt__16FileSocketDomain		# FileSocketDomain::__vt
__vt__10FileSocket		# FileSocket::__vt
uGetDirDlgHook
uFolderFFilter
__vt__12SocketDomain		# SocketDomain::__vt
StandAlone
gGUSISpeed
GUSIExec
GUSISpin
__vt__9ScattGath		# ScattGath::__vt
__vt__9Scatterer		# Scatterer::__vt
__vt__8Gatherer		# Gatherer::__vt
__vt__15AppleTalkSocket		# AppleTalkSocket::__vt
__vt__10ADSPSocket		# ADSPSocket::__vt
__vt__21AppleTalkSocketDomain		# AppleTalkSocketDomain::__vt
uADSPCompletion
new_doc
array_methods
_PyParser_TokenNames
PyType_Type
PyTuple_Type
PyString_Type
PySlice_Type
_Py_EllipsisObject
PyRange_Type
_Py_abstract_hack
_Py_cobject_hack
_Py_NoneStruct
PyModule_Type
PyCFunction_Type
PyLong_Type
PyList_Type
PyInt_Type
_Py_TrueStruct
_Py_ZeroStruct
PyFunction_Type
PyFrame_Type
PyFloat_Type
PyFile_Type
PyDict_Type
PyComplex_Type
PyCObject_Type
PyMethod_Type
PyInstance_Type
PyClass_Type
PyTraceBack_Type
Py_UseClassExceptionsFlag
_PyImport_Filetab
PyImport_Inittab
_PyParser_Grammar
optind
opterr
PyImport_FrozenModules
PyCode_Type
Window_Type
WinObj_chain
Resource_Type
ResObj_chain
QDGlobalsAccess_Type
BitMap_Type
BMObj_chain
GrafPort_Type
GrafObj_chain
Menu_Type
MenuObj_chain
Dialog_Type
DlgObj_chain
Control_Type
CtlObj_chain
_PyImport_Inittab
pcre_free
pcre_malloc
pcre_ctypes
pcre_cbits
pcre_fcc
pcre_lcc
Pcre_Type
_ftype
_fcreator
errno
__malloc_pool
__console_exit
__stdio_exit
__aborting
SIOUXTextWindow
SIOUXState
SIOUXUseWaitNextEvent
SIOUXQuitting
SIOUXselstart
hasPPC
PPCSockets
PAPSockets
h_errno
stdopen__9MPWDomain		# MPWDomain::stdopen
open__9MPWDomain		# MPWDomain::open
INETSockets
lastInfo__9TFileSpec		# TFileSpec::lastInfo
curVol__9TFileSpec		# TFileSpec::curVol
error__9TFileSpec		# TFileSpec::error
lastFileDomain__16FileSocketDomain		# FileSocketDomain::lastFileDomain
firstFileDomain__16FileSocketDomain		# FileSocketDomain::firstFileDomain
lastDeviceDomain__16FileSocketDomain		# FileSocketDomain::lastDeviceDomain
firstDeviceDomain__16FileSocketDomain		# FileSocketDomain::firstDeviceDomain
FileSockets
gGUSISpinControl
process__12SocketDomain		# SocketDomain::process
domains__12SocketDomain		# SocketDomain::domains
we__17GUSIConfiguration		# GUSIConfiguration::we
firstTime__17GUSIConfiguration		# GUSIConfiguration::firstTime
hasRevisedTimeMgr
hasAppleEvents
hasStdNBP
hasStdNBP_P
hasCTB
hasCRM
hasCRM_P
hasProcessMgr
hasNewSF
hasAlias
hasMakeFSSpec
CatchStdIO
GUSIFType
Sockets
GUSIConfig
AppleTalkSockets
PyMac_AppRefNum
options
PyMac_ConsoleIsDead
PyMac_OSErrException
PyMac_ApplicationFSSpec
PyMac_ApplicationPath
open_doc_upp
open_app_upp
not_upp
_Py_re_syntax_table
_Py_re_syntax
Py_TabcheckFlag
PyOS_ReadlineFunctionPointer
PyOS_InputHook
_PyThreadState_Current
Py_DebugFlag
Py_VerboseFlag
Py_InteractiveFlag
Py_NoSiteFlag
Py_FrozenFlag
_Py_PackageContext
optarg
Py_OptimizeFlag
PyExc_Exception
PyExc_StandardError
PyExc_ArithmeticError
PyExc_LookupError
PyExc_AssertionError
PyExc_AttributeError
PyExc_EOFError
PyExc_FloatingPointError
PyExc_EnvironmentError
PyExc_IOError
PyExc_OSError
PyExc_ImportError
PyExc_IndexError
PyExc_KeyError
PyExc_KeyboardInterrupt
PyExc_MemoryError
PyExc_NameError
PyExc_OverflowError
PyExc_RuntimeError
PyExc_NotImplementedError
PyExc_SyntaxError
PyExc_SystemError
PyExc_SystemExit
PyExc_TypeError
PyExc_ValueError
PyExc_ZeroDivisionError
PyExc_MemoryErrorInst