summaryrefslogtreecommitdiff
path: root/sys/man/2/INDEX
blob: c417683a6d0e6bf6c1d32744376ab0c4792567c9 (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
0intro 0intro
intro 0intro
9p 9p
Srv 9p
dirread9p 9p
emalloc9p 9p
erealloc9p 9p
estrdup9p 9p
listensrv 9p
postfd 9p
postmountsrv 9p
readbuf 9p
readstr 9p
respond 9p
responderror 9p
srv 9p
threadlistensrv 9p
threadpostmountsrv 9p
9pcmdbuf 9pcmdbuf
Cmdbuf 9pcmdbuf
lookupcmd 9pcmdbuf
parsecmd 9pcmdbuf
respondcmderror 9pcmdbuf
9pfid 9pfid
Fid 9pfid
Fidpool 9pfid
Req 9pfid
Reqpool 9pfid
allocfid 9pfid
allocfidpool 9pfid
allocreq 9pfid
allocreqpool 9pfid
closefid 9pfid
closereq 9pfid
freefidpool 9pfid
freereqpool 9pfid
lookupfid 9pfid
lookupreq 9pfid
removefid 9pfid
removereq 9pfid
9pfile 9pfile
File 9pfile
Tree 9pfile
alloctree 9pfile
closedirfile 9pfile
closefile 9pfile
createfile 9pfile
freetree 9pfile
hasperm 9pfile
opendirfile 9pfile
readdirfile 9pfile
removefile 9pfile
walkfile 9pfile
abort abort
abs abs
labs abs
access access
Dx addpt
Dy addpt
Pt addpt
Rect addpt
Rpt addpt
addpt addpt
canonrect addpt
combinerect addpt
divpt addpt
eqpt addpt
eqrect addpt
insetrect addpt
mulpt addpt
ptinrect addpt
rectXrect addpt
rectaddpt addpt
rectclip addpt
rectinrect addpt
rectsubpt addpt
subpt addpt
aes aes
aesCBCdecrypt aes
aesCBCencrypt aes
aesCTRdecrypt aes
aesCTRencrypt aes
aesXCBCmac aes
setupAESXCBCstate aes
setupAESstate aes
allocimage allocimage
allocimagemix allocimage
bytesperline allocimage
cloadimage allocimage
freeimage allocimage
loadimage allocimage
namedimage allocimage
nameimage allocimage
readimage allocimage
setalpha allocimage
unloadimage allocimage
wordsperline allocimage
writeimage allocimage
ARGBEGIN arg
ARGC arg
ARGEND arg
ARGF arg
EARGF arg
arg arg
add3 arith3
add4 arith3
arith3 arith3
closept3 arith3
cross3 arith3
dist3 arith3
div3 arith3
dot3 arith3
eqpt3 arith3
fff2p3 arith3
len3 arith3
lerp3 arith3
midpt3 arith3
mul3 arith3
nearseg3 arith3
neg3 arith3
pdiv4 arith3
pldist3 arith3
pn2f3 arith3
ppp2f3 arith3
reflect3 arith3
sub3 arith3
sub4 arith3
unit3 arith3
vdiv3 arith3
vrem3 arith3
assert assert
atof atof
atoi atof
atol atof
atoll atof
charstod atof
strtod atof
strtol atof
strtoll atof
strtoul atof
strtoull atof
addns auth
amount auth
amount_getkey auth
auth auth
auth_allocrpc auth
auth_challenge auth
auth_chuid auth
auth_freeAI auth
auth_freechal auth
auth_freerpc auth
auth_getinfo auth
auth_getkey auth
auth_getuserpasswd auth
auth_proxy auth
auth_respond auth
auth_response auth
auth_rpc auth
auth_userpasswd auth
fauth_proxy auth
login auth
newns auth
noworld auth
_asgetticket authsrv
_asrdresp authsrv
authdial authsrv
authsrv authsrv
convA2M authsrv
convM2A authsrv
convM2PR authsrv
convM2T authsrv
convM2TR authsrv
convPR2M authsrv
convT2M authsrv
convTR2M authsrv
nvcsum authsrv
passtokey authsrv
readnvram authsrv
avl avl
avlnext avl
avlprev avl
avlwalk avl
deleteavl avl
endwalk avl
insertavl avl
lookupavl avl
mkavltree avl
bin bin
binalloc bin
binfree bin
bingrow bin
bind bind
mount bind
unmount bind
Bbuffered bio
Bfildes bio
Bflush bio
Bgetc bio
Bgetd bio
Bgetrune bio
Binit bio
Binits bio
Blinelen bio
Boffset bio
Bopen bio
Bprint bio
Bputc bio
Bputrune bio
Brdline bio
Brdstr bio
Bread bio
Bseek bio
Bterm bio
Bungetc bio
Bungetrune bio
Bvprint bio
Bwrite bio
bio bio
bfCBCdecrypt blowfish
bfCBCencrypt blowfish
bfECBdecrypt blowfish
bfECBencrypt blowfish
blowfish blowfish
setupBFstate blowfish
brk brk
sbrk brk
Font cachechars
Fontchar cachechars
Subfont cachechars
agefont cachechars
cachechars cachechars
loadchar cachechars
chdir chdir
cleanname cleanname
cmap2rgb color
cmap2rgba color
color color
rgb2cmap color
complete complete
Control control
Controlset control
activate control
closecontrol control
closecontrolset control
control control
controlcalled control
controlwire control
createbox control
createboxbox control
createbutton control
createcolumn control
createentry control
createkeyboard control
createlabel control
createmenu control
createradiobutton control
createrow control
createscribble control
createslider control
createstack control
createtab control
createtext control
createtextbutton control
ctlerror control
ctlmalloc control
ctlprint control
ctlrealloc control
ctlstrdup control
deactivate control
freectlfont control
freectlimage control
initcontrols control
namectlfont control
namectlimage control
newcontrolset control
resizecontrolset control
cputime cputime
cycles cputime
times cputime
asctime ctime
ctime ctime
gmtime ctime
localtime ctime
timezone ctime
tm2sec ctime
_tolower ctype
_toupper ctype
ctype ctype
isalnum ctype
isalpha ctype
isascii ctype
iscntrl ctype
isdigit ctype
isgraph ctype
islower ctype
isprint ctype
ispunct ctype
isspace ctype
isupper ctype
isxdigit ctype
toascii ctype
tolower ctype
toupper ctype
beieee80ftos debugger
beieeedftos debugger
beieeesftos debugger
ciscframe debugger
cisctrace debugger
debugger debugger
fpformat debugger
ieeedftos debugger
ieeesftos debugger
leieee80ftos debugger
leieeedftos debugger
leieeesftos debugger
localaddr debugger
riscframe debugger
risctrace debugger
symoff debugger
block_cipher des
des des
des3CBCdecrypt des
des3CBCencrypt des
des3ECBdecrypt des
des3ECBencrypt des
des56to64 des
des64to56 des
desCBCdecrypt des
desCBCencrypt des
desECBdecrypt des
desECBencrypt des
des_key_setup des
key_setup des
setupDES3state des
setupDESstate des
triple_block_cipher des
accept dial
announce dial
dial dial
freenetconninfo dial
getnetconninfo dial
hangup dial
listen dial
netmkaddr dial
reject dial
setnetmtpt dial
dirread dirread
dirreadall dirread
Disk disk
disk disk
opendisk disk
ARROW draw
Image draw
_string draw
arc draw
bezier draw
bezspline draw
border draw
draw draw
drawrepl draw
drawreplxy draw
drawsetdebug draw
ellipse draw
fillarc draw
fillbezier draw
fillbezspline draw
fillellipse draw
fillpoly draw
gendraw draw
icossin draw
icossin2 draw
line draw
poly draw
replclipr draw
runestring draw
runestringbg draw
runestringn draw
runestringnbg draw
string draw
stringbg draw
stringn draw
stringnbg draw
dsa dsa
dsagen dsa
dsaprivalloc dsa
dsaprivfree dsa
dsaprivtopub dsa
dsapuballoc dsa
dsapubfree dsa
dsasigalloc dsa
dsasigfree dsa
dsasign dsa
dsaverify dsa
dup dup
egdecrypt elgamal
egencrypt elgamal
eggen elgamal
egprivalloc elgamal
egprivfree elgamal
egprivtopub elgamal
egpuballoc elgamal
egpubfree elgamal
egsigalloc elgamal
egsigfree elgamal
egsign elgamal
egverify elgamal
elgamal elgamal
dec16 encode
dec32 encode
dec64 encode
enc16 encode
enc32 encode
enc64 encode
encode encode
encodefmt encode
decrypt encrypt
encrypt encrypt
netcrypt encrypt
errstr errstr
rerrstr errstr
werrstr errstr
Event event
Menu event
Mouse event
eatomouse event
ecankbd event
ecanmouse event
ecanread event
edrawgetrect event
egetrect event
einit event
ekbd event
emenuhit event
emouse event
emoveto event
eread event
ereadmouse event
eresized event
esetcursor event
estart event
estartfn event
etimer event
event event
_nprivates exec
_privates exec
_tos exec
exec exec
execl exec
_exits exits
atexit exits
atexitdont exits
exits exits
terminate exits
exp exp
log exp
log10 exp
pow exp
pow10 exp
sqrt exp
fauth fauth
Fcall fcall
convD2M fcall
convM2D fcall
convM2S fcall
convS2M fcall
dirfmt fcall
dirmodefmt fcall
fcall fcall
fcallfmt fcall
read9pmsg fcall
sizeD2M fcall
sizeS2M fcall
statcheck fcall
fd2path fd2path
fgetc fgetc
fgets fgetc
fputc fgetc
fputs fgetc
fread fgetc
fwrite fgetc
getc fgetc
getchar fgetc
gets fgetc
putc fgetc
putchar fgetc
puts fgetc
ungetc fgetc
adler32 flate
blockcrc flate
deflate flate
deflateblock flate
deflateinit flate
deflatezlib flate
deflatezlibblock flate
flate flate
flateerr flate
inflate flate
inflateblock flate
inflateinit flate
inflatezlib flate
inflatezlibblock flate
mkcrctab flate
ceil floor
fabs floor
floor floor
fmod floor
dofmt fmtinstall
dorfmt fmtinstall
errfmt fmtinstall
fmtfdflush fmtinstall
fmtfdinit fmtinstall
fmtinstall fmtinstall
fmtprint fmtinstall
fmtrune fmtinstall
fmtrunestrcpy fmtinstall
fmtstrcpy fmtinstall
fmtstrflush fmtinstall
fmtstrinit fmtinstall
fmtvprint fmtinstall
runefmtstrflush fmtinstall
runefmtstrinit fmtinstall
clearerr fopen
fclose fopen
fdopen fopen
feof fopen
ferror fopen
fflush fopen
fgetpos fopen
fileno fopen
fopen fopen
freopen fopen
fseek fopen
fsetpos fopen
ftell fopen
rewind fopen
sclose fopen
setbuf fopen
setvbuf fopen
sopenr fopen
sopenw fopen
fork fork
rfork fork
fprintf fprintf
printf fprintf
snprintf fprintf
sprintf fprintf
vfprintf fprintf
vprintf fprintf
vsnprintf fprintf
vsprintf fprintf
frame frame
frcharofpt frame
frclear frame
frdelete frame
frdrawsel frame
frdrawsel0 frame
frgetmouse frame
frinit frame
frinittick frame
frinsert frame
frptofchar frame
frselect frame
frselectpaint frame
frsetrects frame
frtick frame
frexp frexp
ldexp frexp
modf frexp
fscanf fscanf
scanf fscanf
sscanf fscanf
vfscanf fscanf
fversion fversion
getcallerpc getcallerpc
getenv getenv
putenv getenv
getfcr getfcr
getfsr getfcr
setfcr getfcr
setfsr getfcr
getfields getfields
gettokens getfields
tokenize getfields
getpid getpid
getppid getpid
getuser getuser
sysname getuser
getwd getwd
Cursor graphics
Display graphics
Pfmt graphics
Point graphics
Rectangle graphics
Rfmt graphics
bufimage graphics
buildfont graphics
chantodepth graphics
chantostr graphics
closedisplay graphics
drawerror graphics
flushimage graphics
freefont graphics
gengetwindow graphics
geninitdraw graphics
getdefont graphics
getwindow graphics
graphics graphics
initdisplay graphics
initdraw graphics
lockdisplay graphics
openfont graphics
strtochan graphics
unlockdisplay graphics
dimenkind html
dimenspec html
freedocinfo html
freeitems html
fromStr html
html html
parsehtml html
printitems html
targetid html
targetname html
toStr html
validitems html
HConnect httpd
HContent httpd
HContents httpd
HETag httpd
HFields httpd
HRange httpd
HSPairs httpd
Hio httpd
Htmlesc httpd
HttpHead httpd
HttpReq httpd
halloc httpd
hbodypush httpd
hbuflen httpd
hcheckcontent httpd
hclose httpd
hdate2sec httpd
hdatefmt httpd
hfail httpd
hflush httpd
hgetc httpd
hgethead httpd
hinit httpd
hiserror httpd
hload httpd
hlower httpd
hmkcontent httpd
hmkhfields httpd
hmkmimeboundary httpd
hmkspairs httpd
hmoved httpd
hmydomain httpd
hokheaders httpd
hparseheaders httpd
hparsequery httpd
hparsereq httpd
hprint httpd
hputc httpd
hreadbuf httpd
hredirected httpd
hreqcleanup httpd
hrevhfields httpd
hrevspairs httpd
hstrdup httpd
htmlesc httpd
http11 httpd
httpd httpd
httpfmt httpd
httpunesc httpd
hunallowed httpd
hungetc httpd
hunload httpd
hurlfmt httpd
hurlunesc httpd
hversion httpd
hvprint httpd
hwrite httpd
hxferenc httpd
hypot hypot
Intmap intmap
allocmap intmap
caninsertkey intmap
deletekey intmap
freemap intmap
insertkey intmap
intmap intmap
lookupkey intmap
closeioproc ioproc
iocall ioproc
ioclose ioproc
iodial ioproc
iointerrupt ioproc
ioopen ioproc
ioproc ioproc
ioread ioproc
ioreadn ioproc
iowrite ioproc
iounit iounit
defmask ip
eipfmt ip
equivip4 ip
equivip6 ip
hnputl ip
hnputs ip
hnputv ip
ip ip
isv4 ip
maskip ip
myetheraddr ip
myipaddr ip
nhgetl ip
nhgets ip
nhgetv ip
parseether ip
parseip ip
parseipmask ip
ptclbsum ip
readipifc ip
v4parsecidr ip
v4parseip ip
v4tov6 ip
v6tov4 ip
isalpharune isalpharune
islowerrune isalpharune
isspacerune isalpharune
istitlerune isalpharune
isupperrune isalpharune
tolowerrune isalpharune
totitlerune isalpharune
toupperrune isalpharune
closekeyboard keyboard
ctlkeyboard keyboard
initkeyboard keyboard
keyboard keyboard
canlock lock
canqlock lock
canrlock lock
canwlock lock
decref lock
incref lock
lock lock
qlock lock
qunlock lock
rlock lock
rsleep lock
runlock lock
rwakeup lock
rwakeupall lock
unlock lock
wlock lock
wunlock lock
attachproc mach
beswab mach
beswal mach
beswav mach
crackhdr mach
findseg mach
get1 mach
get2 mach
get4 mach
get8 mach
leswab mach
leswal mach
leswav mach
loadmap mach
mach mach
machbyname mach
machbytype mach
newmap mach
put1 mach
put2 mach
put4 mach
put8 mach
setmap mach
unusemap mach
calloc malloc
free malloc
getmalloctag malloc
getrealloctag malloc
malloc malloc
mallocalign malloc
malloctopoolblock malloc
mallocz malloc
msize malloc
realloc malloc
setmalloctag malloc
setrealloctag malloc
adjoint matrix
determinant matrix
ident matrix
invertmat matrix
ixform matrix
look matrix
matmul matrix
matmulr matrix
matrix matrix
move matrix
persp matrix
popmat matrix
pushmat matrix
qrot matrix
rot matrix
scale matrix
viewport matrix
xform matrix
xformplane matrix
xformpoint matrix
xformpointd matrix
Memdata memdraw
Memdrawparam memdraw
Memimage memdraw
allocmemimage memdraw
allocmemimaged memdraw
allocmemsubfont memdraw
byteaddr memdraw
cloadmemimage memdraw
creadmemimage memdraw
drawclip memdraw
freememimage memdraw
freememsubfont memdraw
getmemdefont memdraw
hwdraw memdraw
iprint memdraw
loadmemimage memdraw
memarc memdraw
memdraw memdraw
memellipse memdraw
memfillcolor memdraw
memfillpoly memdraw
memimagedraw memdraw
memimageinit memdraw
memimageline memdraw
memimagemove memdraw
memimagestring memdraw
memlinebbox memdraw
memlineendsize memdraw
mempoly memdraw
memsetchan memdraw
memsubfontwidth memdraw
openmemsubfont memdraw
readmemimage memdraw
unloadmemimage memdraw
wordaddr memdraw
writememimage memdraw
memdraw memlayer
memlalloc memlayer
memlayer memlayer
memldelete memlayer
memlexpose memlayer
memlfree memlayer
memlhide memlayer
memline memlayer
memlnorefresh memlayer
memload memlayer
memlorigin memlayer
memlsetrefresh memlayer
memltofront memlayer
memltofrontn memlayer
memltorear memlayer
memltorearn memlayer
memunload memlayer
memccpy memory
memchr memory
memcmp memory
memcpy memory
memmove memory
memory memory
memset memory
mktemp mktemp
closemouse mouse
drawgetrect mouse
getrect mouse
initmouse mouse
menuhit mouse
mouse mouse
moveto mouse
readmouse mouse
setcursor mouse
betomp mp
crtin mp
crtout mp
crtpre mp
crtprefree mp
crtresfree mp
itomp mp
letomp mp
mp mp
mpadd mp
mpassign mp
mpbits mp
mpcmp mp
mpcopy mp
mpdigdiv mp
mpdiv mp
mpexp mp
mpextendedgcd mp
mpfmt mp
mpfree mp
mpinvert mp
mpleft mp
mplowbits0 mp
mpmagadd mp
mpmagcmp mp
mpmagsub mp
mpmod mp
mpmul mp
mpnew mp
mpnorm mp
mprand mp
mpright mp
mpsetminbits mp
mpsignif mp
mpsub mp
mptoa mp
mptobe mp
mptoi mp
mptole mp
mptoui mp
mptouv mp
mptov mp
mpvecadd mp
mpveccmp mp
mpvecdigmuladd mp
mpvecdigmulsub mp
mpvecmul mp
mpvecsub mp
strtomp mp
uitomp mp
uvtomp mp
vtomp mp
muldiv muldiv
umuldiv muldiv
Inf nan
NaN nan
isInf nan
isNaN nan
nan nan
csgetval ndb
csgetvalue ndb
csipinfo ndb
dnsquery ndb
ipattr ndb
ndb ndb
ndbcat ndb
ndbchanged ndb
ndbclose ndb
ndbconcatenate ndb
ndbdiscard ndb
ndbfindattr ndb
ndbfree ndb
ndbgetipaddr ndb
ndbgetval ndb
ndbgetvalue ndb
ndbhash ndb
ndbipinfo ndb
ndblookval ndb
ndbopen ndb
ndbparse ndb
ndbreopen ndb
ndbreorder ndb
ndbsearch ndb
ndbsnext ndb
ndbsubstitute ndb
atnotify notify
noted notify
notify notify
isar object
nextar object
object object
objtraverse object
objtype object
readar object
readobj object
close open
create open
open open
perror perror
sysfatal perror
syslog perror
pipe pipe
Plumbmsg plumb
eplumb plumb
plumb plumb
plumbaddattr plumb
plumbdelattr plumb
plumbfree plumb
plumblookup plumb
plumbopen plumb
plumbpack plumb
plumbpackattr plumb
plumbrecv plumb
plumbsend plumb
plumbsendtext plumb
plumbunpack plumb
plumbunpackattr plumb
plumbunpackpartial plumb
pool pool
poolalloc pool
poolallocalign pool
poolblockcheck pool
poolcheck pool
poolcompact pool
pooldump pool
poolfree pool
poolmsize pool
poolrealloc pool
postnote postnote
DSAprimes prime
genprime prime
gensafeprime prime
genstrongprime prime
prime prime
probably_prime prime
smallprimetest prime
fprint print
print print
runeseprint print
runesmprint print
runesnprint print
runesprint print
runevseprint print
runevsmprint print
runevsnprint print
seprint print
smprint print
snprint print
sprint print
vfprint print
vseprint print
vsmprint print
vsnprint print
privalloc privalloc
privfree privalloc
proto proto
rdproto proto
pushssl pushssl
freeThumbprints pushtls
initThumbprints pushtls
okThumbprint pushtls
pushtls pushtls
readcert pushtls
readcertchain pushtls
tlsClient pushtls
tlsServer pushtls
qball qball
qsort qsort
mtoq quaternion
qadd quaternion
qdiv quaternion
qinv quaternion
qlen quaternion
qmid quaternion
qmul quaternion
qneg quaternion
qsqrt quaternion
qsub quaternion
qtom quaternion
quaternion quaternion
qunit quaternion
slerp quaternion
doquote quote
needsrcquote quote
quote quote
quotefmtinstall quote
quoterunestrdup quote
quoterunestrfmt quote
quotestrdup quote
quotestrfmt quote
unquoterunestrdup quote
unquotestrdup quote
fastrand rand
frand rand
genrandom rand
lnrand rand
lrand rand
nfastrand rand
nrand rand
ntruerand rand
prng rand
rand rand
srand rand
truerand rand
rc4 rc4
rc4back rc4
rc4skip rc4
setupRC4state rc4
pread read
pwrite read
read read
readn read
write read
RGB readcolmap
readcolmap readcolmap
writecolmap readcolmap
preadv readv
pwritev readv
readv readv
writev readv
regcomp regexp
regcomplit regexp
regcompnl regexp
regerror regexp
regexec regexp
regexp regexp
regsub regexp
rregexec regexp
rregsub regexp
remove remove
rendezvous rendezvous
X509gen rsa
X509toRSApub rsa
X509verify rsa
asn1dump rsa
asn1toRSApriv rsa
decodePEM rsa
rsa rsa
rsadecrypt rsa
rsaencrypt rsa
rsagen rsa
rsaprivalloc rsa
rsaprivfree rsa
rsaprivtopub rsa
rsapuballoc rsa
rsapubfree rsa
chartorune rune
fullrune rune
rune rune
runelen rune
runenlen rune
runetochar rune
utfecpy rune
utflen rune
utfnlen rune
utfrrune rune
utfrune rune
utfutf rune
runestrcat runestrcat
runestrchr runestrcat
runestrcmp runestrcat
runestrcpy runestrcat
runestrdup runestrcat
runestrecpy runestrcat
runestrlen runestrcat
runestrncat runestrcat
runestrncmp runestrcat
runestrncpy runestrcat
runestrrchr runestrcat
runestrstr runestrcat
recognize scribble
scribble scribble
scribblealloc scribble
closescsi scsi
openscsi scsi
scsi scsi
scsicmd scsi
scsierror scsi
scsiready scsi
aes sechash
hmac_aes sechash
hmac_md5 sechash
hmac_sha1 sechash
hmac_sha2_224 sechash
hmac_sha2_256 sechash
hmac_sha2_384 sechash
hmac_sha2_512 sechash
hmac_x sechash
md4 sechash
md5 sechash
md5pickle sechash
md5unpickle sechash
sechash sechash
sha1 sechash
sha1pickle sechash
sha1unpickle sechash
sha2_224 sechash
sha2_256 sechash
sha2_384 sechash
sha2_512 sechash
seek seek
segattach segattach
segdetach segattach
segfree segattach
segbrk segbrk
segflush segflush
semacquire semacquire
semrelease semacquire
longjmp setjmp
notejmp setjmp
setjmp setjmp
acos sin
asin sin
atan sin
atan2 sin
cos sin
sin sin
tan sin
cosh sinh
sinh sinh
tanh sinh
alarm sleep
sleep sleep
dirfstat stat
dirfwstat stat
dirstat stat
dirwstat stat
fstat stat
fwstat stat
nulldir stat
stat stat
wstat stat
cistrcmp strcat
cistrncmp strcat
cistrstr strcat
strcat strcat
strchr strcat
strcmp strcat
strcpy strcat
strcspn strcat
strdup strcat
strecpy strcat
strlen strcat
strncat strcat
strncmp strcat
strncpy strcat
strpbrk strcat
strrchr strcat
strspn strcat
strstr strcat
strtok strcat
s_alloc string
s_append string
s_array string
s_copy string
s_error string
s_free string
s_getline string
s_grow string
s_incref string
s_memappend string
s_nappend string
s_new string
s_newalloc string
s_parse string
s_putc string
s_read string
s_read_line string
s_reset string
s_restart string
s_terminate string
s_tolower string
s_unique string
string string
runestringnwidth stringsize
runestringsize stringsize
runestringwidth stringsize
stringnwidth stringsize
stringsize stringsize
stringwidth stringsize
allocsubfont subfont
freesubfont subfont
installsubfont subfont
lookupsubfont subfont
mkfont subfont
readsubfont subfont
readsubfonti subfont
stringsubfont subfont
strsubfontwidth subfont
subfont subfont
subfontname subfont
uninstallsubfont subfont
writesubfont subfont
file2pc symbol
fileelem symbol
fileline symbol
filesym symbol
findlocal symbol
findsym symbol
fnbound symbol
getauto symbol
getsym symbol
globalsym symbol
line2addr symbol
localsym symbol
lookup symbol
pc2line symbol
pc2sp symbol
symbase symbol
symbol symbol
syminit symbol
textseg symbol
textsym symbol
alt thread
chanclose thread
chanclosing thread
chancreate thread
chanfree thread
chaninit thread
chanprint thread
mainstacksize thread
nbrecv thread
nbrecvp thread
nbrecvul thread
nbsend thread
nbsendp thread
nbsendul thread
proccreate thread
procdata thread
procexec thread
procexecl thread
procrfork thread
recv thread
recvp thread
recvul thread
send thread
sendp thread
sendul thread
thread thread
threadcreate thread
threaddata thread
threadexits thread
threadexitsall thread
threadgetgrp thread
threadgetname thread
threadid thread
threadint thread
threadintgrp thread
threadkill thread
threadkillgrp thread
threadmain thread
threadnotify thread
threadpid thread
threadsetgrp thread
threadsetname thread
threadwaitchan thread
yield thread
nsec time
time time
tmpfile tmpfile
tmpnam tmpfile
CSP usb
class usb
classname usb
closedev usb
configdev usb
devctl usb
finddevs usb
loaddevstr usb
matchdevcsp usb
opendev usb
opendevdata usb
openep usb
proto usb
startdevs usb
subclass usb
unstall usb
usb usb
usbcmd usb
usbdirfs usbfs
usbdirread usbfs
usbfs usbfs
usbfsadd usbfs
usbfsdel usbfs
usbfsinit usbfs
usbreadbuf usbfs
venti venti
VtBlock venti-cache
VtCache venti-cache
venti-cache venti-cache
vtblockcopy venti-cache
vtblockdirty venti-cache
vtblockduplock venti-cache
vtblockput venti-cache
vtblockwrite venti-cache
vtcachealloc venti-cache
vtcacheallocblock venti-cache
vtcacheblocksize venti-cache
vtcachefree venti-cache
vtcacheglobal venti-cache
vtcachelocal venti-cache
vtcachesetwrite venti-cache
vtglobaltolocal venti-cache
vtlocaltoglobal venti-cache
venti-client venti-client
ventidoublechecksha1 venti-client
vtconnect venti-client
vthello venti-client
vtping venti-client
vtread venti-client
vtreadpacket venti-client
vtrpc venti-client
vtsync venti-client
vtwrite venti-client
vtwritepacket venti-client
VtConn venti-conn
venti-conn venti-conn
vtconn venti-conn
vtdebug venti-conn
vtdial venti-conn
vtfreeconn venti-conn
vthangup venti-conn
vtrecv venti-conn
vtsend venti-conn
vtversion venti-conn
VtEntry venti-fcall
VtFcall venti-fcall
VtRoot venti-fcall
venti-fcall venti-fcall
vtentrypack venti-fcall
vtentryunpack venti-fcall
vtfcallclear venti-fcall
vtfcallfmt venti-fcall
vtfcallpack venti-fcall
vtfcallunpack venti-fcall
vtfromdisktype venti-fcall
vtgetstring venti-fcall
vtparsescore venti-fcall
vtputstring venti-fcall
vtrootpack venti-fcall
vtrootunpack venti-fcall
vtscorefmt venti-fcall
vttodisktype venti-fcall
VtFile venti-file
venti-file venti-file
vtfileblock venti-file
vtfileblockscore venti-file
vtfileclose venti-file
vtfilecreate venti-file
vtfilecreateroot venti-file
vtfileflush venti-file
vtfileflushbefore venti-file
vtfilegetdirsize venti-file
vtfilegetentry venti-file
vtfilegetsize venti-file
vtfileincref venti-file
vtfilelock venti-file
vtfilelock2 venti-file
vtfileopen venti-file
vtfileopenroot venti-file
vtfileread venti-file
vtfileremove venti-file
vtfilesetdirsize venti-file
vtfilesetentry venti-file
vtfilesetsize venti-file
vtfiletruncate venti-file
vtfileunlock venti-file
vtfilewrite venti-file
VtLog venti-log
VtLogChunk venti-log
venti-log venti-log
ventilogging venti-log
vtlog venti-log
vtlogclose venti-log
vtlogdump venti-log
vtlognames venti-log
vtlogopen venti-log
vtlogprint venti-log
vtlogremove venti-log
venti-mem venti-mem
vtbrk venti-mem
vtfree venti-mem
vtmalloc venti-mem
vtmallocz venti-mem
vtrealloc venti-mem
vtstrdup venti-mem
Packet venti-packet
packetalloc venti-packet
packetappend venti-packet
packetasize venti-packet
packetcmp venti-packet
packetconcat venti-packet
packetconsume venti-packet
packetcopy venti-packet
packetdup venti-packet
packetforeign venti-packet
packetfragments venti-packet
packetfree venti-packet
packetheader venti-packet
packetpeek venti-packet
packetprefix venti-packet
packetsha1 venti-packet
packetsize venti-packet
packetsplit venti-packet
packetstats venti-packet
packettrailer venti-packet
packettrim venti-packet
venti-packet venti-packet
venti-server venti-server
vtgetreq venti-server
vtlisten venti-server
vtrespond venti-server
vtsrvhello venti-server
venti-zero venti-zero
vtzeroextend venti-zero
vtzeroscore venti-zero
vtzerotruncate venti-zero
await wait
wait wait
waitpid wait
Screen window
allocscreen window
allocwindow window
bottomnwindows window
bottomwindow window
freescreen window
originwindow window
publicscreen window
topnwindows window
topwindow window
window window