1libucb(3LIBUCB) SunOS/BSD Compatibility Interface Libraries libucb(3LIBUCB)
2
3
4
6 libucb - UCB source compatibility library
7
9 cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
10 -R /usr/ucblib -lucb [ library... ]
11
12
14 Functions in this library provide UCB source compatibility.
15
17 The shared object libucb.so.1 provides the public interfaces defined
18 below. See Intro(3) for additional information on shared object inter‐
19 faces.
20
21
22
23
24 alphasort bcmp bcopy
25 bzero flock fopen
26 fprintf freopen fstatfs
27 ftime getdtablesize gethostid
28 gethostname getpagesize getrusage
29 gettimeofday getwd index
30 killpg longjmp mctl
31 nice nlist printf
32 psignal rand re_comp
33 re_exec readdir reboot
34 rindex scandir setbuffer
35 sethostname setjmp setlinebuf
36 setpgrp settimeofday sigblock
37 siginterrupt signal sigpause
38 sigsetmask sigstack sigvec
39 sigvechandler sleep sprintf
40 srand statfs sys_siglist
41 times ualarm usignal
42 usigpause usleep vfprintf
43 vprintf vsprintf wait3
44 wait4
45
46
47
48 The following interfaces are unique to the 32-bit version of this
49 library:
50
51
52
53
54 alphasort64 fopen64 freopen64
55 readdir64 scandir64
56
57
59 /usr/ucblib/libucb.so.1 shared object
60
61
62 /usr/ucblib/64/libucb.so.1 64-bit shared object
63
64
66 See attributes(5) for descriptions of the following attributes:
67
68
69
70
71 ┌─────────────────────────────┬─────────────────────────────┐
72 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
73 ├─────────────────────────────┼─────────────────────────────┤
74 │Availability │SUNWscpu, SUNWsra (32-bit) │
75 ├─────────────────────────────┼─────────────────────────────┤
76 │ │SUNWscpux (64-bit) │
77 ├─────────────────────────────┼─────────────────────────────┤
78 │MT-Level │Safe with exceptions │
79 └─────────────────────────────┴─────────────────────────────┘
80
82 pvs(1), Intro(3), attributes(5)
83
84
85
86SunOS 5.11 14 Dec 2004 libucb(3LIBUCB)