Print this page
9704 move socket functions to libc
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/man/man3c/Makefile
+++ new/usr/src/man/man3c/Makefile
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet
9 9 # at http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright 2011, Richard Lowe
14 14 # Copyright 2018 Nexenta Systems, Inc.
15 15 # Copyright 2013, OmniTI Computer Consulting, Inc. All rights reserved.
16 16 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
17 17 # Copyright 2016 Joyent, Inc.
18 18 #
19 19
↓ open down ↓ |
19 lines elided |
↑ open up ↑ |
20 20 include $(SRC)/Makefile.master
21 21
22 22 MANSECT= 3c
23 23
24 24 MANFILES= __fbufsize.3c \
25 25 _longjmp.3c \
26 26 _stack_grow.3c \
27 27 a64l.3c \
28 28 abort.3c \
29 29 abs.3c \
30 + accept.3c \
30 31 addsev.3c \
31 32 addseverity.3c \
32 33 aio_cancel.3c \
33 34 aio_error.3c \
34 35 aio_fsync.3c \
35 36 aio_read.3c \
36 37 aio_return.3c \
37 38 aio_suspend.3c \
38 39 aio_waitn.3c \
39 40 aio_write.3c \
40 41 aiocancel.3c \
41 42 aioread.3c \
42 43 aiowait.3c \
43 44 aligned_alloc.3c \
44 45 arc4random.3c \
45 46 assert.3c \
46 47 atexit.3c \
47 48 atomic_add.3c \
↓ open down ↓ |
8 lines elided |
↑ open up ↑ |
48 49 atomic_and.3c \
49 50 atomic_bits.3c \
50 51 atomic_cas.3c \
51 52 atomic_dec.3c \
52 53 atomic_inc.3c \
53 54 atomic_ops.3c \
54 55 atomic_or.3c \
55 56 atomic_swap.3c \
56 57 attropen.3c \
57 58 basename.3c \
59 + bind.3c \
58 60 bsd_signal.3c \
59 61 bsearch.3c \
60 62 bstring.3c \
61 63 btowc.3c \
62 64 call_once.3c \
63 65 catgets.3c \
64 66 catopen.3c \
65 67 cfgetispeed.3c \
66 68 cfsetispeed.3c \
67 69 clearenv.3c \
68 70 clock.3c \
69 71 clock_nanosleep.3c \
70 72 clock_settime.3c \
71 73 closedir.3c \
72 74 closefrom.3c \
73 75 cnd.3c \
74 76 cond_init.3c \
75 77 confstr.3c \
78 + connect.3c \
76 79 crypt.3c \
77 80 crypt_genhash_impl.3c \
78 81 crypt_gensalt.3c \
79 82 crypt_gensalt_impl.3c \
80 83 cset.3c \
81 84 ctermid.3c \
82 85 ctime.3c \
83 86 ctype.3c \
84 87 cuserid.3c \
85 88 daemon.3c \
86 89 decimal_to_floating.3c \
87 90 difftime.3c \
88 91 directio.3c \
89 92 dirfd.3c \
90 93 dirname.3c \
91 94 div.3c \
92 95 dladdr.3c \
93 96 dlclose.3c \
94 97 dldump.3c \
95 98 dlerror.3c \
96 99 dlinfo.3c \
97 100 dlopen.3c \
98 101 dlsym.3c \
99 102 door_bind.3c \
100 103 door_call.3c \
101 104 door_create.3c \
102 105 door_cred.3c \
103 106 door_getparam.3c \
104 107 door_info.3c \
105 108 door_return.3c \
106 109 door_revoke.3c \
107 110 door_server_create.3c \
108 111 door_ucred.3c \
109 112 drand48.3c \
110 113 dup2.3c \
111 114 econvert.3c \
112 115 ecvt.3c \
113 116 enable_extended_FILE_stdio.3c \
114 117 encrypt.3c \
115 118 end.3c \
116 119 endian.3c \
117 120 epoll_create.3c \
118 121 epoll_ctl.3c \
119 122 epoll_wait.3c \
120 123 err.3c \
121 124 euclen.3c \
122 125 eventfd.3c \
123 126 exit.3c \
124 127 fattach.3c \
125 128 fclose.3c \
126 129 fcloseall.3c \
127 130 fdatasync.3c \
128 131 fdetach.3c \
129 132 fdopen.3c \
130 133 ferror.3c \
131 134 fflush.3c \
132 135 ffs.3c \
133 136 fgetattr.3c \
134 137 fgetc.3c \
135 138 fgetpos.3c \
136 139 fgetwc.3c \
137 140 floating_to_decimal.3c \
138 141 flock.3c \
139 142 flockfile.3c \
140 143 fmtmsg.3c \
141 144 fnmatch.3c \
142 145 fopen.3c \
143 146 fpgetround.3c \
144 147 fputc.3c \
145 148 fputwc.3c \
146 149 fputws.3c \
147 150 fread.3c \
148 151 freopen.3c \
149 152 fseek.3c \
150 153 fsetpos.3c \
151 154 fsync.3c \
152 155 ftell.3c \
153 156 ftime.3c \
154 157 ftok.3c \
155 158 fts.3c \
156 159 ftw.3c \
157 160 fwide.3c \
158 161 fwprintf.3c \
159 162 fwrite.3c \
160 163 fwscanf.3c \
161 164 get_nprocs.3c \
162 165 getcpuid.3c \
163 166 getcwd.3c \
164 167 getdate.3c \
165 168 getdtablesize.3c \
166 169 getentropy.3c \
167 170 getenv.3c \
168 171 getexecname.3c \
169 172 getgrnam.3c \
170 173 gethostid.3c \
171 174 gethostname.3c \
↓ open down ↓ |
86 lines elided |
↑ open up ↑ |
172 175 gethrtime.3c \
173 176 getline.3c \
174 177 getloadavg.3c \
175 178 getlogin.3c \
176 179 getmntent.3c \
177 180 getnetgrent.3c \
178 181 getopt.3c \
179 182 getpagesize.3c \
180 183 getpagesizes.3c \
181 184 getpass.3c \
185 + getpeername.3c \
182 186 getpeerucred.3c \
183 187 getpriority.3c \
184 188 getprogname.3c \
185 189 getpw.3c \
186 190 getpwnam.3c \
187 191 getrusage.3c \
188 192 gets.3c \
193 + getsockname.3c \
194 + getsockopt.3c \
189 195 getspnam.3c \
190 196 getsubopt.3c \
191 197 gettext.3c \
192 198 gettimeofday.3c \
193 199 gettxt.3c \
194 200 getusershell.3c \
195 201 getutent.3c \
196 202 getutxent.3c \
197 203 getvfsent.3c \
198 204 getwc.3c \
199 205 getwchar.3c \
200 206 getwd.3c \
201 207 getwidth.3c \
202 208 getws.3c \
203 209 getzoneid.3c \
204 210 glob.3c \
205 211 grantpt.3c \
206 212 hsearch.3c \
207 213 iconv.3c \
208 214 iconv_close.3c \
209 215 iconv_open.3c \
210 216 imaxabs.3c \
211 217 imaxdiv.3c \
212 218 index.3c \
213 219 inet.3c \
214 220 initgroups.3c \
215 221 insque.3c \
216 222 is_system_labeled.3c \
↓ open down ↓ |
18 lines elided |
↑ open up ↑ |
217 223 isaexec.3c \
218 224 isastream.3c \
219 225 isatty.3c \
220 226 isnand.3c \
221 227 iswalpha.3c \
222 228 iswctype.3c \
223 229 killpg.3c \
224 230 lckpwdf.3c \
225 231 lfmt.3c \
226 232 lio_listio.3c \
233 + listen.3c \
227 234 localeconv.3c \
228 235 lockf.3c \
229 236 lsearch.3c \
230 237 madvise.3c \
231 238 makecontext.3c \
232 239 makedev.3c \
233 240 malloc.3c \
234 241 mblen.3c \
235 242 mbrlen.3c \
236 243 mbrtowc.3c \
237 244 mbsinit.3c \
238 245 mbsrtowcs.3c \
239 246 mbstowcs.3c \
240 247 mbtowc.3c \
241 248 membar_ops.3c \
242 249 memory.3c \
243 250 mkfifo.3c \
244 251 mkstemp.3c \
245 252 mktemp.3c \
246 253 mktime.3c \
247 254 mlock.3c \
248 255 mlockall.3c \
249 256 monitor.3c \
250 257 mq_close.3c \
251 258 mq_getattr.3c \
252 259 mq_notify.3c \
253 260 mq_open.3c \
254 261 mq_receive.3c \
255 262 mq_send.3c \
256 263 mq_setattr.3c \
257 264 mq_unlink.3c \
258 265 msync.3c \
259 266 mtx.3c \
260 267 mutex_init.3c \
261 268 nanosleep.3c \
262 269 ndbm.3c \
263 270 newlocale.3c \
264 271 nl_langinfo.3c \
265 272 offsetof.3c \
266 273 opendir.3c \
267 274 perror.3c \
268 275 pfmt.3c \
269 276 plock.3c \
270 277 popen.3c \
271 278 port_alert.3c \
272 279 port_associate.3c \
273 280 port_create.3c \
274 281 port_get.3c \
275 282 port_send.3c \
276 283 posix_fadvise.3c \
277 284 posix_fallocate.3c \
278 285 posix_madvise.3c \
279 286 posix_memalign.3c \
280 287 posix_openpt.3c \
281 288 posix_spawn.3c \
282 289 posix_spawn_file_actions_addclose.3c \
283 290 posix_spawn_file_actions_addclosefrom_np.3c \
284 291 posix_spawn_file_actions_adddup2.3c \
285 292 posix_spawn_file_actions_destroy.3c \
286 293 posix_spawn_pipe_np.3c \
287 294 posix_spawnattr_destroy.3c \
288 295 posix_spawnattr_getflags.3c \
289 296 posix_spawnattr_getpgroup.3c \
290 297 posix_spawnattr_getschedparam.3c \
291 298 posix_spawnattr_getschedpolicy.3c \
292 299 posix_spawnattr_getsigdefault.3c \
293 300 posix_spawnattr_getsigignore_np.3c \
294 301 posix_spawnattr_getsigmask.3c \
295 302 printf.3c \
296 303 priv_addset.3c \
297 304 priv_set.3c \
298 305 priv_str_to_set.3c \
299 306 pset_getloadavg.3c \
300 307 psignal.3c \
301 308 pthread_atfork.3c \
302 309 pthread_attr_get_np.3c \
303 310 pthread_attr_getdetachstate.3c \
304 311 pthread_attr_getguardsize.3c \
305 312 pthread_attr_getinheritsched.3c \
306 313 pthread_attr_getschedparam.3c \
307 314 pthread_attr_getschedpolicy.3c \
308 315 pthread_attr_getscope.3c \
309 316 pthread_attr_getstack.3c \
310 317 pthread_attr_getstackaddr.3c \
311 318 pthread_attr_getstacksize.3c \
312 319 pthread_attr_init.3c \
313 320 pthread_barrier_destroy.3c \
314 321 pthread_barrier_wait.3c \
315 322 pthread_barrierattr_destroy.3c \
316 323 pthread_barrierattr_getpshared.3c \
317 324 pthread_cancel.3c \
318 325 pthread_cleanup_pop.3c \
319 326 pthread_cleanup_push.3c \
320 327 pthread_cond_init.3c \
321 328 pthread_cond_signal.3c \
322 329 pthread_cond_wait.3c \
323 330 pthread_condattr_getclock.3c \
324 331 pthread_condattr_getpshared.3c \
325 332 pthread_condattr_init.3c \
326 333 pthread_create.3c \
327 334 pthread_detach.3c \
328 335 pthread_equal.3c \
329 336 pthread_exit.3c \
330 337 pthread_getconcurrency.3c \
331 338 pthread_getschedparam.3c \
332 339 pthread_getspecific.3c \
333 340 pthread_join.3c \
334 341 pthread_key_create.3c \
335 342 pthread_key_delete.3c \
336 343 pthread_kill.3c \
337 344 pthread_mutex_consistent.3c \
338 345 pthread_mutex_getprioceiling.3c \
339 346 pthread_mutex_init.3c \
340 347 pthread_mutex_lock.3c \
341 348 pthread_mutex_timedlock.3c \
342 349 pthread_mutexattr_getprioceiling.3c \
343 350 pthread_mutexattr_getprotocol.3c \
344 351 pthread_mutexattr_getpshared.3c \
345 352 pthread_mutexattr_getrobust.3c \
346 353 pthread_mutexattr_gettype.3c \
347 354 pthread_mutexattr_init.3c \
348 355 pthread_once.3c \
349 356 pthread_rwlock_init.3c \
350 357 pthread_rwlock_rdlock.3c \
351 358 pthread_rwlock_timedrdlock.3c \
352 359 pthread_rwlock_timedwrlock.3c \
353 360 pthread_rwlock_unlock.3c \
354 361 pthread_rwlock_wrlock.3c \
355 362 pthread_rwlockattr_getpshared.3c \
356 363 pthread_rwlockattr_init.3c \
357 364 pthread_self.3c \
358 365 pthread_setcancelstate.3c \
359 366 pthread_setcanceltype.3c \
360 367 pthread_setschedprio.3c \
361 368 pthread_sigmask.3c \
362 369 pthread_spin_destroy.3c \
363 370 pthread_spin_lock.3c \
364 371 pthread_spin_unlock.3c \
365 372 pthread_testcancel.3c \
366 373 ptrace.3c \
367 374 ptsname.3c \
368 375 putenv.3c \
369 376 putpwent.3c \
370 377 puts.3c \
371 378 putspent.3c \
372 379 putws.3c \
373 380 qsort.3c \
↓ open down ↓ |
137 lines elided |
↑ open up ↑ |
374 381 quick_exit.3c \
375 382 raise.3c \
376 383 rand.3c \
377 384 random.3c \
378 385 rctl_walk.3c \
379 386 rctlblk_set_value.3c \
380 387 re_comp.3c \
381 388 readdir.3c \
382 389 realpath.3c \
383 390 reboot.3c \
391 + recv.3c \
384 392 regcmp.3c \
385 393 regcomp.3c \
386 394 remove.3c \
387 395 rewind.3c \
388 396 rewinddir.3c \
389 397 rwlock.3c \
390 398 scandir.3c \
391 399 scanf.3c \
392 400 sched_get_priority_max.3c \
393 401 sched_getparam.3c \
394 402 sched_getscheduler.3c \
395 403 sched_rr_get_interval.3c \
396 404 sched_setparam.3c \
397 405 sched_setscheduler.3c \
398 406 sched_yield.3c \
399 407 schedctl_init.3c \
400 408 seekdir.3c \
401 409 select.3c \
↓ open down ↓ |
8 lines elided |
↑ open up ↑ |
402 410 sem_close.3c \
403 411 sem_destroy.3c \
404 412 sem_getvalue.3c \
405 413 sem_init.3c \
406 414 sem_open.3c \
407 415 sem_post.3c \
408 416 sem_timedwait.3c \
409 417 sem_unlink.3c \
410 418 sem_wait.3c \
411 419 semaphore.3c \
420 + send.3c \
412 421 setbuf.3c \
413 422 setbuffer.3c \
414 423 setcat.3c \
415 424 setenv.3c \
416 425 setjmp.3c \
417 426 setkey.3c \
418 427 setlabel.3c \
419 428 setlocale.3c \
420 429 shm_open.3c \
421 430 shm_unlink.3c \
431 + shutdown.3c \
422 432 sigfpe.3c \
423 433 siginterrupt.3c \
424 434 signal.3c \
425 435 signalfd.3c \
426 436 sigqueue.3c \
427 437 sigsetops.3c \
428 438 sigstack.3c \
429 439 sigwaitinfo.3c \
430 440 sleep.3c \
431 441 smt_pause.3c \
442 + sockaddr.3c \
443 + socket.3c \
444 + socketpair.3c \
432 445 ssignal.3c \
433 446 stack_getbounds.3c \
434 447 stack_inbounds.3c \
435 448 stack_setbounds.3c \
436 449 stack_violation.3c \
437 450 stdio.3c \
438 451 str2sig.3c \
439 452 strcoll.3c \
440 453 strerror.3c \
441 454 strfmon.3c \
442 455 strftime.3c \
443 456 string.3c \
444 457 string_to_decimal.3c \
445 458 strptime.3c \
446 459 strsignal.3c \
447 460 strtod.3c \
448 461 strtoimax.3c \
449 462 strtol.3c \
450 463 strtonum.3c \
451 464 strtoul.3c \
452 465 strtows.3c \
453 466 strxfrm.3c \
454 467 swab.3c \
455 468 sync_instruction_memory.3c \
456 469 sysconf.3c \
457 470 syslog.3c \
458 471 system.3c \
459 472 tcdrain.3c \
460 473 tcflow.3c \
461 474 tcflush.3c \
462 475 tcgetattr.3c \
463 476 tcgetpgrp.3c \
464 477 tcgetsid.3c \
465 478 tcsendbreak.3c \
466 479 tcsetattr.3c \
467 480 tcsetpgrp.3c \
468 481 tell.3c \
469 482 telldir.3c \
470 483 termios.3c \
471 484 thr_create.3c \
472 485 thr_exit.3c \
473 486 thr_getconcurrency.3c \
474 487 thr_getprio.3c \
475 488 thr_join.3c \
476 489 thr_keycreate.3c \
477 490 thr_kill.3c \
478 491 thr_main.3c \
479 492 thr_min_stack.3c \
480 493 thr_self.3c \
481 494 thr_sigsetmask.3c \
482 495 thr_stksegment.3c \
483 496 thr_suspend.3c \
484 497 thr_yield.3c \
485 498 thrd_create.3c \
486 499 thrd_current.3c \
487 500 thrd_detach.3c \
488 501 thrd_equal.3c \
489 502 thrd_exit.3c \
490 503 thrd_join.3c \
491 504 thrd_yield.3c \
492 505 timer_create.3c \
493 506 timer_delete.3c \
494 507 timer_settime.3c \
495 508 timeradd.3c \
496 509 timerfd_create.3c \
497 510 timespec_get.3c \
498 511 tmpfile.3c \
499 512 tmpnam.3c \
500 513 toascii.3c \
501 514 tolower.3c \
502 515 toupper.3c \
503 516 towlower.3c \
504 517 towupper.3c \
505 518 truncate.3c \
506 519 tsearch.3c \
507 520 tss.3c \
508 521 ttyname.3c \
509 522 ttyslot.3c \
510 523 u8_strcmp.3c \
511 524 u8_textprep_str.3c \
512 525 u8_validate.3c \
513 526 ualarm.3c \
514 527 uconv_u16tou32.3c \
515 528 ucred.3c \
516 529 ungetc.3c \
517 530 ungetwc.3c \
518 531 unlockpt.3c \
519 532 unsetenv.3c \
520 533 uselocale.3c \
521 534 usleep.3c \
522 535 vfwprintf.3c \
523 536 vlfmt.3c \
524 537 vpfmt.3c \
525 538 vprintf.3c \
526 539 vsyslog.3c \
527 540 wait.3c \
528 541 wait3.3c \
529 542 waitpid.3c \
530 543 walkcontext.3c \
531 544 wcpcpy.3c \
532 545 wcrtomb.3c \
533 546 wcscasecmp.3c \
534 547 wcscoll.3c \
535 548 wcsdup.3c \
536 549 wcsftime.3c \
537 550 wcslen.3c \
538 551 wcsrtombs.3c \
539 552 wcsstr.3c \
540 553 wcstod.3c \
541 554 wcstoimax.3c \
542 555 wcstol.3c \
543 556 wcstombs.3c \
544 557 wcstoul.3c \
545 558 wcstring.3c \
546 559 wcswidth.3c \
547 560 wcsxfrm.3c \
548 561 wctob.3c \
549 562 wctomb.3c \
550 563 wctrans.3c \
↓ open down ↓ |
109 lines elided |
↑ open up ↑ |
551 564 wctype.3c \
552 565 wcwidth.3c \
553 566 wmemchr.3c \
554 567 wmemcmp.3c \
555 568 wmemcpy.3c \
556 569 wmemmove.3c \
557 570 wmemset.3c \
558 571 wordexp.3c \
559 572 wsprintf.3c \
560 573 wsscanf.3c \
561 - wstring.3c \
574 + wstring.3c
562 575
563 576 MANLINKS= FD_CLR.3c \
564 577 FD_ISSET.3c \
565 578 FD_SET.3c \
566 579 FD_ZERO.3c \
567 580 __flbf.3c \
568 581 __fpending.3c \
569 582 __fpurge.3c \
570 583 __freadable.3c \
571 584 __freading.3c \
572 585 __fsetlocking.3c \
573 586 __fwritable.3c \
574 587 __fwriting.3c \
575 588 _edata.3c \
576 589 _end.3c \
577 590 _etext.3c \
578 591 _exithandle.3c \
579 592 _flushlbf.3c \
580 593 _setjmp.3c \
594 + accept4.3c \
581 595 addrtosymstr.3c \
582 596 aiowrite.3c \
583 597 alloca.3c \
584 598 alphasort.3c \
585 599 arc4random_buf.3c \
586 600 arc4random_uniform.3c \
587 601 ascftime.3c \
588 602 asctime.3c \
589 603 asctime_r.3c \
590 604 asprintf.3c \
591 605 at_quick_exit.3c \
592 606 atof.3c \
593 607 atoi.3c \
594 608 atol.3c \
595 609 atoll.3c \
596 610 atomic_add_16.3c \
597 611 atomic_add_16_nv.3c \
598 612 atomic_add_32.3c \
599 613 atomic_add_32_nv.3c \
600 614 atomic_add_64.3c \
601 615 atomic_add_64_nv.3c \
602 616 atomic_add_8.3c \
603 617 atomic_add_8_nv.3c \
604 618 atomic_add_char.3c \
605 619 atomic_add_char_nv.3c \
606 620 atomic_add_int.3c \
607 621 atomic_add_int_nv.3c \
608 622 atomic_add_long.3c \
609 623 atomic_add_long_nv.3c \
610 624 atomic_add_ptr.3c \
611 625 atomic_add_ptr_nv.3c \
612 626 atomic_add_short.3c \
613 627 atomic_add_short_nv.3c \
614 628 atomic_and_16.3c \
615 629 atomic_and_16_nv.3c \
616 630 atomic_and_32.3c \
617 631 atomic_and_32_nv.3c \
618 632 atomic_and_64.3c \
619 633 atomic_and_64_nv.3c \
620 634 atomic_and_8.3c \
621 635 atomic_and_8_nv.3c \
622 636 atomic_and_uchar.3c \
623 637 atomic_and_uchar_nv.3c \
624 638 atomic_and_uint.3c \
625 639 atomic_and_uint_nv.3c \
626 640 atomic_and_ulong.3c \
627 641 atomic_and_ulong_nv.3c \
628 642 atomic_and_ushort.3c \
629 643 atomic_and_ushort_nv.3c \
630 644 atomic_cas_16.3c \
631 645 atomic_cas_32.3c \
632 646 atomic_cas_64.3c \
633 647 atomic_cas_8.3c \
634 648 atomic_cas_ptr.3c \
635 649 atomic_cas_uchar.3c \
636 650 atomic_cas_uint.3c \
637 651 atomic_cas_ulong.3c \
638 652 atomic_cas_ushort.3c \
639 653 atomic_clear_long_excl.3c \
640 654 atomic_dec_16.3c \
641 655 atomic_dec_16_nv.3c \
642 656 atomic_dec_32.3c \
643 657 atomic_dec_32_nv.3c \
644 658 atomic_dec_64.3c \
645 659 atomic_dec_64_nv.3c \
646 660 atomic_dec_8.3c \
647 661 atomic_dec_8_nv.3c \
648 662 atomic_dec_ptr.3c \
649 663 atomic_dec_ptr_nv.3c \
650 664 atomic_dec_uchar.3c \
651 665 atomic_dec_uchar_nv.3c \
652 666 atomic_dec_uint.3c \
653 667 atomic_dec_uint_nv.3c \
654 668 atomic_dec_ulong.3c \
655 669 atomic_dec_ulong_nv.3c \
656 670 atomic_dec_ushort.3c \
657 671 atomic_dec_ushort_nv.3c \
658 672 atomic_inc_16.3c \
659 673 atomic_inc_16_nv.3c \
660 674 atomic_inc_32.3c \
661 675 atomic_inc_32_nv.3c \
662 676 atomic_inc_64.3c \
663 677 atomic_inc_64_nv.3c \
664 678 atomic_inc_8.3c \
665 679 atomic_inc_8_nv.3c \
666 680 atomic_inc_ptr.3c \
667 681 atomic_inc_ptr_nv.3c \
668 682 atomic_inc_uchar.3c \
669 683 atomic_inc_uchar_nv.3c \
670 684 atomic_inc_uint.3c \
671 685 atomic_inc_uint_nv.3c \
672 686 atomic_inc_ulong.3c \
673 687 atomic_inc_ulong_nv.3c \
674 688 atomic_inc_ushort.3c \
675 689 atomic_inc_ushort_nv.3c \
676 690 atomic_or_16.3c \
677 691 atomic_or_16_nv.3c \
678 692 atomic_or_32.3c \
679 693 atomic_or_32_nv.3c \
680 694 atomic_or_64.3c \
681 695 atomic_or_64_nv.3c \
682 696 atomic_or_8.3c \
683 697 atomic_or_8_nv.3c \
684 698 atomic_or_uchar.3c \
685 699 atomic_or_uchar_nv.3c \
686 700 atomic_or_uint.3c \
687 701 atomic_or_uint_nv.3c \
688 702 atomic_or_ulong.3c \
689 703 atomic_or_ulong_nv.3c \
690 704 atomic_or_ushort.3c \
691 705 atomic_or_ushort_nv.3c \
692 706 atomic_set_long_excl.3c \
693 707 atomic_swap_16.3c \
694 708 atomic_swap_32.3c \
695 709 atomic_swap_64.3c \
696 710 atomic_swap_8.3c \
697 711 atomic_swap_ptr.3c \
698 712 atomic_swap_uchar.3c \
699 713 atomic_swap_uint.3c \
700 714 atomic_swap_ulong.3c \
701 715 atomic_swap_ushort.3c \
702 716 backtrace.3c \
703 717 backtrace_symbols.3c \
704 718 backtrace_symbols_fd.3c \
705 719 bcmp.3c \
706 720 bcopy.3c \
707 721 be16toh.3c \
708 722 be32toh.3c \
709 723 be64toh.3c \
710 724 betoh16.3c \
711 725 betoh32.3c \
712 726 betoh64.3c \
713 727 bind_textdomain_codeset.3c \
714 728 bindtextdomain.3c \
715 729 btowc_l.3c \
716 730 bzero.3c \
717 731 calloc.3c \
718 732 canonicalize_file_name.3c \
719 733 catclose.3c \
720 734 cfgetospeed.3c \
721 735 cfsetospeed.3c \
722 736 cftime.3c \
723 737 clearerr.3c \
724 738 clock_getres.3c \
725 739 clock_gettime.3c \
726 740 closelog.3c \
727 741 cnd_broadcast.3c \
728 742 cnd_destroy.3c \
729 743 cnd_init.3c \
730 744 cnd_signal.3c \
731 745 cnd_timedwait.3c \
732 746 cnd_wait.3c \
733 747 cond_broadcast.3c \
734 748 cond_destroy.3c \
735 749 cond_reltimedwait.3c \
736 750 cond_signal.3c \
737 751 cond_timedwait.3c \
738 752 cond_wait.3c \
739 753 csetcol.3c \
740 754 csetlen.3c \
741 755 csetno.3c \
742 756 ctermid_r.3c \
743 757 ctime_r.3c \
744 758 dbm_clearerr.3c \
745 759 dbm_close.3c \
746 760 dbm_delete.3c \
747 761 dbm_error.3c \
748 762 dbm_fetch.3c \
749 763 dbm_firstkey.3c \
750 764 dbm_nextkey.3c \
751 765 dbm_open.3c \
752 766 dbm_store.3c \
753 767 dcgettext.3c \
754 768 dcngettext.3c \
755 769 decimal_to_double.3c \
756 770 decimal_to_extended.3c \
757 771 decimal_to_quadruple.3c \
758 772 decimal_to_single.3c \
759 773 dgettext.3c \
760 774 dladdr1.3c \
761 775 dlmopen.3c \
762 776 dngettext.3c \
763 777 door_setparam.3c \
764 778 door_unbind.3c \
765 779 double_to_decimal.3c \
766 780 dup3.3c \
767 781 duplocale.3c \
768 782 edata.3c \
769 783 endgrent.3c \
770 784 endnetgrent.3c \
771 785 endpwent.3c \
772 786 endspent.3c \
773 787 endusershell.3c \
774 788 endutent.3c \
775 789 endutxent.3c \
776 790 epoll_create1.3c \
777 791 epoll_pwait.3c \
778 792 erand48.3c \
779 793 errno.3c \
780 794 errx.3c \
781 795 etext.3c \
782 796 euccol.3c \
783 797 eucscol.3c \
784 798 explicit_bzero.3c \
785 799 extended_to_decimal.3c \
786 800 fconvert.3c \
787 801 fcvt.3c \
788 802 fdopendir.3c \
789 803 fdwalk.3c \
790 804 feof.3c \
791 805 ffsl.3c \
792 806 ffsll.3c \
793 807 fgetgrent.3c \
794 808 fgetgrent_r.3c \
795 809 fgetpwent.3c \
796 810 fgetpwent_r.3c \
797 811 fgets.3c \
798 812 fgetspent.3c \
799 813 fgetspent_r.3c \
800 814 fgetwc_l.3c \
801 815 fgetws.3c \
802 816 file_to_decimal.3c \
803 817 fileno.3c \
804 818 finite.3c \
805 819 fls.3c \
806 820 flsl.3c \
807 821 flsll.3c \
808 822 fpclass.3c \
809 823 fpgetmask.3c \
810 824 fpgetsticky.3c \
811 825 fprintf.3c \
812 826 fpsetmask.3c \
813 827 fpsetround.3c \
814 828 fpsetsticky.3c \
815 829 fputs.3c \
816 830 free.3c \
817 831 freelocale.3c \
818 832 freezero.3c \
819 833 fscanf.3c \
820 834 fseeko.3c \
821 835 fsetattr.3c \
822 836 ftello.3c \
823 837 ftruncate.3c \
824 838 ftrylockfile.3c \
825 839 fts_children.3c \
826 840 fts_close.3c \
827 841 fts_open.3c \
828 842 fts_read.3c \
829 843 fts_set.3c \
830 844 func_to_decimal.3c \
831 845 funlockfile.3c \
832 846 gconvert.3c \
833 847 gcvt.3c \
834 848 get_nprocs_conf.3c \
835 849 getattrat.3c \
836 850 getc.3c \
837 851 getc_unlocked.3c \
838 852 getchar.3c \
839 853 getchar_unlocked.3c \
840 854 getdelim.3c \
841 855 getextmntent.3c \
842 856 getgrent.3c \
843 857 getgrent_r.3c \
844 858 getgrgid.3c \
845 859 getgrgid_r.3c \
846 860 getgrnam_r.3c \
847 861 gethomelgroup.3c \
848 862 gethrvtime.3c \
849 863 getlogin_r.3c \
850 864 getmntany.3c \
851 865 getnetgrent_r.3c \
852 866 getpassphrase.3c \
853 867 getpwent.3c \
854 868 getpwent_r.3c \
855 869 getpwnam_r.3c \
856 870 getpwuid.3c \
857 871 getpwuid_r.3c \
858 872 getspent.3c \
859 873 getspent_r.3c \
860 874 getspnam_r.3c \
861 875 getutid.3c \
862 876 getutline.3c \
863 877 getutmp.3c \
864 878 getutmpx.3c \
865 879 getutxid.3c \
866 880 getutxline.3c \
867 881 getvfsany.3c \
868 882 getvfsfile.3c \
869 883 getvfsspec.3c \
870 884 getw.3c \
871 885 getwc_l.3c \
872 886 getwchar_l.3c \
873 887 getzoneidbyname.3c \
874 888 getzonenamebyid.3c \
875 889 globfree.3c \
876 890 gmtime.3c \
877 891 gmtime_r.3c \
878 892 gsignal.3c \
879 893 hasmntopt.3c \
880 894 hcreate.3c \
881 895 hdestroy.3c \
882 896 htobe16.3c \
883 897 htobe32.3c \
884 898 htobe64.3c \
885 899 htole16.3c \
886 900 htole32.3c \
887 901 htole64.3c \
888 902 inet6.3c \
889 903 inet_addr.3c \
890 904 inet_aton.3c \
891 905 inet_lnaof.3c \
892 906 inet_makeaddr.3c \
893 907 inet_netof.3c \
894 908 inet_network.3c \
895 909 inet_ntoa.3c \
896 910 inet_ntop.3c \
897 911 inet_pton.3c \
898 912 initstate.3c \
899 913 innetgr.3c \
900 914 isalnum.3c \
901 915 isalnum_l.3c \
902 916 isalpha.3c \
903 917 isalpha_l.3c \
904 918 isascii.3c \
905 919 isblank.3c \
906 920 isblank_l.3c \
907 921 iscntrl.3c \
908 922 iscntrl_l.3c \
909 923 isdigit.3c \
910 924 isdigit_l.3c \
911 925 isenglish.3c \
912 926 isgraph.3c \
913 927 isgraph_l.3c \
914 928 isideogram.3c \
915 929 islower.3c \
916 930 islower_l.3c \
917 931 isnanf.3c \
918 932 isnumber.3c \
919 933 isphonogram.3c \
920 934 isprint.3c \
921 935 isprint_l.3c \
922 936 ispunct.3c \
923 937 ispunct_l.3c \
924 938 isspace.3c \
925 939 isspace_l.3c \
926 940 isspecial.3c \
927 941 isupper.3c \
928 942 isupper_l.3c \
929 943 iswalnum.3c \
930 944 iswalnum_l.3c \
931 945 iswalpha_l.3c \
932 946 iswascii.3c \
933 947 iswblank.3c \
934 948 iswblank_l.3c \
935 949 iswcntrl.3c \
936 950 iswcntrl_l.3c \
937 951 iswctype_l.3c \
938 952 iswdigit.3c \
939 953 iswdigit_l.3c \
940 954 iswgraph.3c \
941 955 iswgraph_l.3c \
942 956 iswhexnumber.3c \
943 957 iswhexnumber_l.3c \
944 958 iswideogram.3c \
945 959 iswideogram_l.3c \
946 960 iswlower.3c \
947 961 iswlower_l.3c \
948 962 iswnumber.3c \
949 963 iswnumber_l.3c \
950 964 iswphonogram.3c \
951 965 iswphonogram_l.3c \
952 966 iswprint.3c \
953 967 iswprint_l.3c \
954 968 iswpunct.3c \
955 969 iswpunct_l.3c \
956 970 iswspace.3c \
957 971 iswspace_l.3c \
958 972 iswspecial.3c \
959 973 iswspecial_l.3c \
960 974 iswupper.3c \
961 975 iswupper_l.3c \
962 976 iswxdigit.3c \
963 977 iswxdigit_l.3c \
964 978 isxdigit.3c \
965 979 isxdigit_l.3c \
966 980 jrand48.3c \
967 981 l64a.3c \
968 982 labs.3c \
969 983 lcong48.3c \
970 984 ldiv.3c \
971 985 le16toh.3c \
972 986 le32toh.3c \
973 987 le64toh.3c \
974 988 letoh16.3c \
975 989 letoh32.3c \
976 990 letoh64.3c \
977 991 lfind.3c \
978 992 llabs.3c \
979 993 lldiv.3c \
980 994 lltostr.3c \
981 995 localtime.3c \
982 996 localtime_r.3c \
983 997 longjmp.3c \
984 998 lrand48.3c \
985 999 major.3c \
986 1000 mblen_l.3c \
987 1001 mbrlen_l.3c \
988 1002 mbrtowc_l.3c \
989 1003 mbsinit_l.3c \
990 1004 mbsnrtowcs.3c \
991 1005 mbsnrtowcs_l.3c \
992 1006 mbsrtowcs_l.3c \
993 1007 mbstowcs_l.3c \
994 1008 mbtowc_l.3c \
995 1009 memalign.3c \
996 1010 membar_consumer.3c \
997 1011 membar_enter.3c \
998 1012 membar_exit.3c \
999 1013 membar_producer.3c \
1000 1014 memccpy.3c \
1001 1015 memchr.3c \
1002 1016 memcmp.3c \
1003 1017 memcpy.3c \
1004 1018 memmem.3c \
1005 1019 memmove.3c \
1006 1020 memset.3c \
1007 1021 minor.3c \
1008 1022 mkdtemp.3c \
1009 1023 mkfifoat.3c \
1010 1024 mkostemp.3c \
1011 1025 mkostemps.3c \
1012 1026 mkstemps.3c \
1013 1027 mq_reltimedreceive_np.3c \
1014 1028 mq_reltimedsend_np.3c \
1015 1029 mq_timedreceive.3c \
1016 1030 mq_timedsend.3c \
1017 1031 mrand48.3c \
1018 1032 mtx_destroy.3c \
1019 1033 mtx_init.3c \
1020 1034 mtx_lock.3c \
1021 1035 mtx_timedlock.3c \
1022 1036 mtx_trylock.3c \
1023 1037 mtx_unlock.3c \
1024 1038 munlock.3c \
1025 1039 munlockall.3c \
1026 1040 mutex_consistent.3c \
1027 1041 mutex_destroy.3c \
1028 1042 mutex_lock.3c \
1029 1043 mutex_trylock.3c \
1030 1044 mutex_unlock.3c \
1031 1045 nftw.3c \
1032 1046 ngettext.3c \
1033 1047 nl_langinfo_l.3c \
1034 1048 nrand48.3c \
1035 1049 openlog.3c \
1036 1050 pclose.3c \
1037 1051 port_dissociate.3c \
1038 1052 port_getn.3c \
1039 1053 port_sendn.3c \
1040 1054 posix_spawn_file_actions_addopen.3c \
1041 1055 posix_spawn_file_actions_init.3c \
1042 1056 posix_spawnattr_init.3c \
1043 1057 posix_spawnattr_setflags.3c \
1044 1058 posix_spawnattr_setpgroup.3c \
1045 1059 posix_spawnattr_setschedparam.3c \
1046 1060 posix_spawnattr_setschedpolicy.3c \
1047 1061 posix_spawnattr_setsigdefault.3c \
1048 1062 posix_spawnattr_setsigignore_np.3c \
1049 1063 posix_spawnattr_setsigmask.3c \
1050 1064 posix_spawnp.3c \
1051 1065 printstack.3c \
1052 1066 priv_allocset.3c \
1053 1067 priv_basicset.3c \
1054 1068 priv_copyset.3c \
1055 1069 priv_delset.3c \
1056 1070 priv_emptyset.3c \
1057 1071 priv_fillset.3c \
1058 1072 priv_freeset.3c \
1059 1073 priv_getbyname.3c \
1060 1074 priv_getbynum.3c \
1061 1075 priv_getsetbyname.3c \
1062 1076 priv_getsetbynum.3c \
1063 1077 priv_gettext.3c \
1064 1078 priv_ineffect.3c \
1065 1079 priv_intersect.3c \
1066 1080 priv_inverse.3c \
1067 1081 priv_isemptyset.3c \
1068 1082 priv_isequalset.3c \
1069 1083 priv_isfullset.3c \
1070 1084 priv_ismember.3c \
1071 1085 priv_issubset.3c \
1072 1086 priv_set_to_str.3c \
1073 1087 priv_union.3c \
1074 1088 pselect.3c \
1075 1089 psiginfo.3c \
1076 1090 pthread_attr_destroy.3c \
1077 1091 pthread_attr_setdetachstate.3c \
1078 1092 pthread_attr_setguardsize.3c \
1079 1093 pthread_attr_setinheritsched.3c \
1080 1094 pthread_attr_setschedparam.3c \
1081 1095 pthread_attr_setschedpolicy.3c \
1082 1096 pthread_attr_setscope.3c \
1083 1097 pthread_attr_setstack.3c \
1084 1098 pthread_attr_setstackaddr.3c \
1085 1099 pthread_attr_setstacksize.3c \
1086 1100 pthread_barrier_init.3c \
1087 1101 pthread_barrierattr_init.3c \
1088 1102 pthread_barrierattr_setpshared.3c \
1089 1103 pthread_cond_broadcast.3c \
1090 1104 pthread_cond_destroy.3c \
1091 1105 pthread_cond_reltimedwait_np.3c \
1092 1106 pthread_cond_timedwait.3c \
1093 1107 pthread_condattr_destroy.3c \
1094 1108 pthread_condattr_setclock.3c \
1095 1109 pthread_condattr_setpshared.3c \
1096 1110 pthread_key_create_once_np.3c \
1097 1111 pthread_mutex_destroy.3c \
1098 1112 pthread_mutex_reltimedlock_np.3c \
1099 1113 pthread_mutex_setprioceiling.3c \
1100 1114 pthread_mutex_trylock.3c \
1101 1115 pthread_mutex_unlock.3c \
1102 1116 pthread_mutexattr_destroy.3c \
1103 1117 pthread_mutexattr_setprioceiling.3c \
1104 1118 pthread_mutexattr_setprotocol.3c \
1105 1119 pthread_mutexattr_setpshared.3c \
1106 1120 pthread_mutexattr_setrobust.3c \
1107 1121 pthread_mutexattr_settype.3c \
1108 1122 pthread_rwlock_destroy.3c \
1109 1123 pthread_rwlock_reltimedrdlock_np.3c \
1110 1124 pthread_rwlock_reltimedwrlock_np.3c \
1111 1125 pthread_rwlock_tryrdlock.3c \
1112 1126 pthread_rwlock_trywrlock.3c \
1113 1127 pthread_rwlockattr_destroy.3c \
1114 1128 pthread_rwlockattr_setpshared.3c \
1115 1129 pthread_setconcurrency.3c \
1116 1130 pthread_setschedparam.3c \
1117 1131 pthread_setspecific.3c \
1118 1132 pthread_spin_init.3c \
1119 1133 pthread_spin_trylock.3c \
1120 1134 putc.3c \
1121 1135 putc_unlocked.3c \
1122 1136 putchar.3c \
1123 1137 putchar_unlocked.3c \
1124 1138 putmntent.3c \
1125 1139 pututline.3c \
1126 1140 pututxline.3c \
1127 1141 putw.3c \
1128 1142 putwc.3c \
1129 1143 putwchar.3c \
1130 1144 qeconvert.3c \
1131 1145 qfconvert.3c \
1132 1146 qgconvert.3c \
1133 1147 quadruple_to_decimal.3c \
1134 1148 rand_r.3c \
1135 1149 rctlblk_get_enforced_value.3c \
1136 1150 rctlblk_get_firing_time.3c \
1137 1151 rctlblk_get_global_action.3c \
1138 1152 rctlblk_get_global_flags.3c \
1139 1153 rctlblk_get_local_action.3c \
1140 1154 rctlblk_get_local_flags.3c \
1141 1155 rctlblk_get_privilege.3c \
1142 1156 rctlblk_get_recipient_pid.3c \
1143 1157 rctlblk_get_value.3c \
↓ open down ↓ |
553 lines elided |
↑ open up ↑ |
1144 1158 rctlblk_set_local_action.3c \
1145 1159 rctlblk_set_local_flags.3c \
1146 1160 rctlblk_set_privilege.3c \
1147 1161 rctlblk_set_recipient_pid.3c \
1148 1162 rctlblk_size.3c \
1149 1163 re_exec.3c \
1150 1164 readdir_r.3c \
1151 1165 realloc.3c \
1152 1166 reallocarray.3c \
1153 1167 recallocarray.3c \
1168 + recvfrom.3c \
1169 + recvmsg.3c \
1154 1170 regerror.3c \
1155 1171 regex.3c \
1156 1172 regexec.3c \
1157 1173 regfree.3c \
1158 1174 remque.3c \
1159 1175 resetmnttab.3c \
1160 1176 rindex.3c \
1161 1177 rw_rdlock.3c \
1162 1178 rw_tryrdlock.3c \
1163 1179 rw_trywrlock.3c \
1164 1180 rw_unlock.3c \
1165 1181 rw_wrlock.3c \
1166 1182 rwlock_destroy.3c \
1167 1183 rwlock_init.3c \
1168 1184 sched_get_priority_min.3c \
1169 1185 schedctl_exit.3c \
1170 1186 schedctl_lookup.3c \
1171 1187 schedctl_start.3c \
↓ open down ↓ |
8 lines elided |
↑ open up ↑ |
1172 1188 schedctl_stop.3c \
1173 1189 seconvert.3c \
1174 1190 seed48.3c \
1175 1191 sem_reltimedwait_np.3c \
1176 1192 sem_trywait.3c \
1177 1193 sema_destroy.3c \
1178 1194 sema_init.3c \
1179 1195 sema_post.3c \
1180 1196 sema_trywait.3c \
1181 1197 sema_wait.3c \
1198 + sendmsg.3c \
1199 + sendto.3c \
1182 1200 setattrat.3c \
1183 1201 setgrent.3c \
1184 1202 sethostname.3c \
1185 1203 setlinebuf.3c \
1186 1204 setlogmask.3c \
1187 1205 setnetgrent.3c \
1188 1206 setpriority.3c \
1189 1207 setprogname.3c \
1190 1208 setpwent.3c \
1209 + setsockopt.3c \
1191 1210 setspent.3c \
1192 1211 setstate.3c \
1193 1212 settimeofday.3c \
1194 1213 setusershell.3c \
1195 1214 setutent.3c \
1196 1215 setutxent.3c \
1197 1216 setvbuf.3c \
1198 1217 sfconvert.3c \
1199 1218 sgconvert.3c \
1200 1219 sig2str.3c \
1201 1220 sigaddset.3c \
1202 1221 sigdelset.3c \
1203 1222 sigemptyset.3c \
1204 1223 sigfillset.3c \
1205 1224 sighold.3c \
↓ open down ↓ |
5 lines elided |
↑ open up ↑ |
1206 1225 sigignore.3c \
1207 1226 sigismember.3c \
1208 1227 siglongjmp.3c \
1209 1228 sigpause.3c \
1210 1229 sigrelse.3c \
1211 1230 sigset.3c \
1212 1231 sigsetjmp.3c \
1213 1232 sigtimedwait.3c \
1214 1233 single_to_decimal.3c \
1215 1234 snprintf.3c \
1235 + sockaddr_dl.3c \
1236 + sockaddr_in.3c \
1237 + sockaddr_in6.3c \
1238 + sockaddr_ll.3c \
1239 + sockaddr_storage.3c \
1240 + sockaddr_un.3c \
1216 1241 sprintf.3c \
1217 1242 srand.3c \
1218 1243 srand48.3c \
1219 1244 srandom.3c \
1220 1245 sscanf.3c \
1221 1246 stderr.3c \
1222 1247 stdin.3c \
1223 1248 stdout.3c \
1224 1249 stpcpy.3c \
1225 1250 stpncpy.3c \
1226 1251 strcasecmp.3c \
1227 1252 strcasecmp_l.3c \
1228 1253 strcasestr.3c \
1229 1254 strcasestr_l.3c \
1230 1255 strcat.3c \
1231 1256 strchr.3c \
1232 1257 strchrnul.3c \
1233 1258 strcmp.3c \
1234 1259 strcoll_l.3c \
1235 1260 strcpy.3c \
1236 1261 strcspn.3c \
1237 1262 strdup.3c \
1238 1263 strdupa.3c \
1239 1264 strerror_l.3c \
1240 1265 strerror_r.3c \
1241 1266 strfmon_l.3c \
1242 1267 strftime_l.3c \
1243 1268 strlcat.3c \
1244 1269 strlcpy.3c \
1245 1270 strlen.3c \
1246 1271 strncasecmp.3c \
1247 1272 strncasecmp_l.3c \
1248 1273 strncat.3c \
1249 1274 strncmp.3c \
1250 1275 strncpy.3c \
1251 1276 strndup.3c \
1252 1277 strndupa.3c \
1253 1278 strnlen.3c \
1254 1279 strnstr.3c \
1255 1280 strpbrk.3c \
1256 1281 strptime_l.3c \
1257 1282 strrchr.3c \
1258 1283 strsep.3c \
1259 1284 strspn.3c \
1260 1285 strstr.3c \
1261 1286 strtof.3c \
1262 1287 strtok.3c \
1263 1288 strtok_r.3c \
1264 1289 strtold.3c \
1265 1290 strtoll.3c \
1266 1291 strtoull.3c \
1267 1292 strtoumax.3c \
1268 1293 strxfrm_l.3c \
1269 1294 swapcontext.3c \
1270 1295 swprintf.3c \
1271 1296 swscanf.3c \
1272 1297 tdelete.3c \
1273 1298 tempnam.3c \
1274 1299 textdomain.3c \
1275 1300 tfind.3c \
1276 1301 thr_continue.3c \
1277 1302 thr_getspecific.3c \
1278 1303 thr_keycreate_once.3c \
1279 1304 thr_setconcurrency.3c \
1280 1305 thr_setprio.3c \
1281 1306 thr_setspecific.3c \
1282 1307 thrd_sleep.3c \
1283 1308 timegm.3c \
1284 1309 timer_getoverrun.3c \
1285 1310 timer_gettime.3c \
1286 1311 timerclear.3c \
1287 1312 timercmp.3c \
1288 1313 timerfd_gettime.3c \
1289 1314 timerfd_settime.3c \
1290 1315 timerisset.3c \
1291 1316 timersub.3c \
1292 1317 tmpnam_r.3c \
1293 1318 tolower_l.3c \
1294 1319 toupper_l.3c \
1295 1320 towctrans.3c \
1296 1321 towctrans_l.3c \
1297 1322 towlower_l.3c \
1298 1323 towupper_l.3c \
1299 1324 tss_create.3c \
1300 1325 tss_delete.3c \
1301 1326 tss_get.3c \
1302 1327 tss_set.3c \
1303 1328 ttyname_r.3c \
1304 1329 twalk.3c \
1305 1330 tzset.3c \
1306 1331 uconv_u16tou8.3c \
1307 1332 uconv_u32tou16.3c \
1308 1333 uconv_u32tou8.3c \
1309 1334 uconv_u8tou16.3c \
1310 1335 uconv_u8tou32.3c \
1311 1336 ucred_free.3c \
1312 1337 ucred_get.3c \
1313 1338 ucred_getegid.3c \
1314 1339 ucred_geteuid.3c \
1315 1340 ucred_getgroups.3c \
1316 1341 ucred_getlabel.3c \
1317 1342 ucred_getpflags.3c \
1318 1343 ucred_getpid.3c \
1319 1344 ucred_getprivset.3c \
1320 1345 ucred_getprojid.3c \
1321 1346 ucred_getrgid.3c \
1322 1347 ucred_getruid.3c \
1323 1348 ucred_getsgid.3c \
1324 1349 ucred_getsuid.3c \
1325 1350 ucred_getzoneid.3c \
1326 1351 ucred_size.3c \
1327 1352 ulckpwdf.3c \
1328 1353 ulltostr.3c \
1329 1354 unordered.3c \
1330 1355 updwtmp.3c \
1331 1356 updwtmpx.3c \
1332 1357 utmpname.3c \
1333 1358 utmpxname.3c \
1334 1359 valloc.3c \
1335 1360 vasprintf.3c \
1336 1361 verr.3c \
1337 1362 verrx.3c \
1338 1363 vfprintf.3c \
1339 1364 vfscanf.3c \
1340 1365 vfwscanf.3c \
1341 1366 vscanf.3c \
1342 1367 vsnprintf.3c \
1343 1368 vsprintf.3c \
1344 1369 vsscanf.3c \
1345 1370 vswprintf.3c \
1346 1371 vswscanf.3c \
1347 1372 vwarn.3c \
1348 1373 vwarnx.3c \
1349 1374 vwprintf.3c \
1350 1375 vwscanf.3c \
1351 1376 wait4.3c \
1352 1377 warn.3c \
1353 1378 warnx.3c \
1354 1379 watof.3c \
1355 1380 watoi.3c \
1356 1381 watol.3c \
1357 1382 watoll.3c \
1358 1383 wcpncpy.3c \
1359 1384 wcrtomb_l.3c \
1360 1385 wcscasecmp_l.3c \
1361 1386 wcscat.3c \
1362 1387 wcschr.3c \
1363 1388 wcscmp.3c \
1364 1389 wcscoll_l.3c \
1365 1390 wcscpy.3c \
1366 1391 wcscspn.3c \
1367 1392 wcsetno.3c \
1368 1393 wcsncasecmp.3c \
1369 1394 wcsncasecmp_l.3c \
1370 1395 wcsncat.3c \
1371 1396 wcsncmp.3c \
1372 1397 wcsncpy.3c \
1373 1398 wcsnlen.3c \
1374 1399 wcsnrtombs.3c \
1375 1400 wcsnrtombs_l.3c \
1376 1401 wcspbrk.3c \
1377 1402 wcsrchr.3c \
1378 1403 wcsrtombs_l.3c \
1379 1404 wcsspn.3c \
1380 1405 wcstof.3c \
1381 1406 wcstok.3c \
1382 1407 wcstold.3c \
1383 1408 wcstoll.3c \
1384 1409 wcstombs_l.3c \
1385 1410 wcstoull.3c \
1386 1411 wcstoumax.3c \
1387 1412 wcswcs.3c \
1388 1413 wcswidth_l.3c \
1389 1414 wctob_l.3c \
1390 1415 wctomb_l.3c \
1391 1416 wctrans_l.3c \
1392 1417 wctype_l.3c \
1393 1418 wcwidth_l.3c \
1394 1419 windex.3c \
1395 1420 wordfree.3c \
1396 1421 wprintf.3c \
1397 1422 wrindex.3c \
1398 1423 wscanf.3c \
1399 1424 wscasecmp.3c \
1400 1425 wscat.3c \
1401 1426 wschr.3c \
1402 1427 wscmp.3c \
1403 1428 wscol.3c \
1404 1429 wscoll.3c \
1405 1430 wscpy.3c \
1406 1431 wscspn.3c \
1407 1432 wsdup.3c \
1408 1433 wslen.3c \
1409 1434 wsncasecmp.3c \
1410 1435 wsncat.3c \
1411 1436 wsncmp.3c \
1412 1437 wsncpy.3c \
1413 1438 wspbrk.3c \
1414 1439 wsrchr.3c \
1415 1440 wsspn.3c \
1416 1441 wstod.3c \
1417 1442 wstok.3c \
1418 1443 wstol.3c \
1419 1444 wstostr.3c \
1420 1445 wsxfrm.3c
1421 1446
1422 1447 __flbf.3c := LINKSRC = __fbufsize.3c
1423 1448 __fpending.3c := LINKSRC = __fbufsize.3c
1424 1449 __fpurge.3c := LINKSRC = __fbufsize.3c
1425 1450 __freadable.3c := LINKSRC = __fbufsize.3c
1426 1451 __freading.3c := LINKSRC = __fbufsize.3c
1427 1452 __fsetlocking.3c := LINKSRC = __fbufsize.3c
1428 1453 __fwritable.3c := LINKSRC = __fbufsize.3c
↓ open down ↓ |
203 lines elided |
↑ open up ↑ |
1429 1454 __fwriting.3c := LINKSRC = __fbufsize.3c
1430 1455 _flushlbf.3c := LINKSRC = __fbufsize.3c
1431 1456
1432 1457 _setjmp.3c := LINKSRC = _longjmp.3c
1433 1458
1434 1459 l64a.3c := LINKSRC = a64l.3c
1435 1460
1436 1461 labs.3c := LINKSRC = abs.3c
1437 1462 llabs.3c := LINKSRC = abs.3c
1438 1463
1464 +accept4.3c := LINKSRC = accept.3c
1465 +
1439 1466 aiowrite.3c := LINKSRC = aioread.3c
1440 1467
1441 1468 arc4random_buf.3c := LINKSRC = arc4random.3c
1442 1469 arc4random_uniform.3c := LINKSRC = arc4random.3c
1443 1470
1444 1471 at_quick_exit.3c := LINKSRC = quick_exit.3c
1445 1472
1446 1473 atomic_add_16.3c := LINKSRC = atomic_add.3c
1447 1474 atomic_add_16_nv.3c := LINKSRC = atomic_add.3c
1448 1475 atomic_add_32.3c := LINKSRC = atomic_add.3c
1449 1476 atomic_add_32_nv.3c := LINKSRC = atomic_add.3c
1450 1477 atomic_add_64.3c := LINKSRC = atomic_add.3c
1451 1478 atomic_add_64_nv.3c := LINKSRC = atomic_add.3c
1452 1479 atomic_add_8.3c := LINKSRC = atomic_add.3c
1453 1480 atomic_add_8_nv.3c := LINKSRC = atomic_add.3c
1454 1481 atomic_add_char.3c := LINKSRC = atomic_add.3c
1455 1482 atomic_add_char_nv.3c := LINKSRC = atomic_add.3c
1456 1483 atomic_add_int.3c := LINKSRC = atomic_add.3c
1457 1484 atomic_add_int_nv.3c := LINKSRC = atomic_add.3c
1458 1485 atomic_add_long.3c := LINKSRC = atomic_add.3c
1459 1486 atomic_add_long_nv.3c := LINKSRC = atomic_add.3c
1460 1487 atomic_add_ptr.3c := LINKSRC = atomic_add.3c
1461 1488 atomic_add_ptr_nv.3c := LINKSRC = atomic_add.3c
1462 1489 atomic_add_short.3c := LINKSRC = atomic_add.3c
1463 1490 atomic_add_short_nv.3c := LINKSRC = atomic_add.3c
1464 1491 atomic_and_16.3c := LINKSRC = atomic_and.3c
1465 1492 atomic_and_16_nv.3c := LINKSRC = atomic_and.3c
1466 1493 atomic_and_32.3c := LINKSRC = atomic_and.3c
1467 1494 atomic_and_32_nv.3c := LINKSRC = atomic_and.3c
1468 1495 atomic_and_64.3c := LINKSRC = atomic_and.3c
1469 1496 atomic_and_64_nv.3c := LINKSRC = atomic_and.3c
1470 1497 atomic_and_8.3c := LINKSRC = atomic_and.3c
1471 1498 atomic_and_8_nv.3c := LINKSRC = atomic_and.3c
1472 1499 atomic_and_uchar.3c := LINKSRC = atomic_and.3c
1473 1500 atomic_and_uchar_nv.3c := LINKSRC = atomic_and.3c
1474 1501 atomic_and_uint.3c := LINKSRC = atomic_and.3c
1475 1502 atomic_and_uint_nv.3c := LINKSRC = atomic_and.3c
1476 1503 atomic_and_ulong.3c := LINKSRC = atomic_and.3c
1477 1504 atomic_and_ulong_nv.3c := LINKSRC = atomic_and.3c
1478 1505 atomic_and_ushort.3c := LINKSRC = atomic_and.3c
1479 1506 atomic_and_ushort_nv.3c := LINKSRC = atomic_and.3c
1480 1507
1481 1508 atomic_clear_long_excl.3c := LINKSRC = atomic_bits.3c
1482 1509 atomic_set_long_excl.3c := LINKSRC = atomic_bits.3c
1483 1510
1484 1511 atomic_cas_16.3c := LINKSRC = atomic_cas.3c
1485 1512 atomic_cas_32.3c := LINKSRC = atomic_cas.3c
1486 1513 atomic_cas_64.3c := LINKSRC = atomic_cas.3c
1487 1514 atomic_cas_8.3c := LINKSRC = atomic_cas.3c
1488 1515 atomic_cas_ptr.3c := LINKSRC = atomic_cas.3c
1489 1516 atomic_cas_uchar.3c := LINKSRC = atomic_cas.3c
1490 1517 atomic_cas_uint.3c := LINKSRC = atomic_cas.3c
1491 1518 atomic_cas_ulong.3c := LINKSRC = atomic_cas.3c
1492 1519 atomic_cas_ushort.3c := LINKSRC = atomic_cas.3c
1493 1520
1494 1521 atomic_dec_16.3c := LINKSRC = atomic_dec.3c
1495 1522 atomic_dec_16_nv.3c := LINKSRC = atomic_dec.3c
1496 1523 atomic_dec_32.3c := LINKSRC = atomic_dec.3c
1497 1524 atomic_dec_32_nv.3c := LINKSRC = atomic_dec.3c
1498 1525 atomic_dec_64.3c := LINKSRC = atomic_dec.3c
1499 1526 atomic_dec_64_nv.3c := LINKSRC = atomic_dec.3c
1500 1527 atomic_dec_8.3c := LINKSRC = atomic_dec.3c
1501 1528 atomic_dec_8_nv.3c := LINKSRC = atomic_dec.3c
1502 1529 atomic_dec_ptr.3c := LINKSRC = atomic_dec.3c
1503 1530 atomic_dec_ptr_nv.3c := LINKSRC = atomic_dec.3c
1504 1531 atomic_dec_uchar.3c := LINKSRC = atomic_dec.3c
1505 1532 atomic_dec_uchar_nv.3c := LINKSRC = atomic_dec.3c
1506 1533 atomic_dec_uint.3c := LINKSRC = atomic_dec.3c
1507 1534 atomic_dec_uint_nv.3c := LINKSRC = atomic_dec.3c
1508 1535 atomic_dec_ulong.3c := LINKSRC = atomic_dec.3c
1509 1536 atomic_dec_ulong_nv.3c := LINKSRC = atomic_dec.3c
1510 1537 atomic_dec_ushort.3c := LINKSRC = atomic_dec.3c
1511 1538 atomic_dec_ushort_nv.3c := LINKSRC = atomic_dec.3c
1512 1539
1513 1540 atomic_inc_16.3c := LINKSRC = atomic_inc.3c
1514 1541 atomic_inc_16_nv.3c := LINKSRC = atomic_inc.3c
1515 1542 atomic_inc_32.3c := LINKSRC = atomic_inc.3c
1516 1543 atomic_inc_32_nv.3c := LINKSRC = atomic_inc.3c
1517 1544 atomic_inc_64.3c := LINKSRC = atomic_inc.3c
1518 1545 atomic_inc_64_nv.3c := LINKSRC = atomic_inc.3c
1519 1546 atomic_inc_8.3c := LINKSRC = atomic_inc.3c
1520 1547 atomic_inc_8_nv.3c := LINKSRC = atomic_inc.3c
1521 1548 atomic_inc_ptr.3c := LINKSRC = atomic_inc.3c
1522 1549 atomic_inc_ptr_nv.3c := LINKSRC = atomic_inc.3c
1523 1550 atomic_inc_uchar.3c := LINKSRC = atomic_inc.3c
1524 1551 atomic_inc_uchar_nv.3c := LINKSRC = atomic_inc.3c
1525 1552 atomic_inc_uint.3c := LINKSRC = atomic_inc.3c
1526 1553 atomic_inc_uint_nv.3c := LINKSRC = atomic_inc.3c
1527 1554 atomic_inc_ulong.3c := LINKSRC = atomic_inc.3c
1528 1555 atomic_inc_ulong_nv.3c := LINKSRC = atomic_inc.3c
1529 1556 atomic_inc_ushort.3c := LINKSRC = atomic_inc.3c
1530 1557 atomic_inc_ushort_nv.3c := LINKSRC = atomic_inc.3c
1531 1558
1532 1559 atomic_or_16.3c := LINKSRC = atomic_or.3c
1533 1560 atomic_or_16_nv.3c := LINKSRC = atomic_or.3c
1534 1561 atomic_or_32.3c := LINKSRC = atomic_or.3c
1535 1562 atomic_or_32_nv.3c := LINKSRC = atomic_or.3c
1536 1563 atomic_or_64.3c := LINKSRC = atomic_or.3c
1537 1564 atomic_or_64_nv.3c := LINKSRC = atomic_or.3c
1538 1565 atomic_or_8.3c := LINKSRC = atomic_or.3c
1539 1566 atomic_or_8_nv.3c := LINKSRC = atomic_or.3c
1540 1567 atomic_or_uchar.3c := LINKSRC = atomic_or.3c
1541 1568 atomic_or_uchar_nv.3c := LINKSRC = atomic_or.3c
1542 1569 atomic_or_uint.3c := LINKSRC = atomic_or.3c
1543 1570 atomic_or_uint_nv.3c := LINKSRC = atomic_or.3c
1544 1571 atomic_or_ulong.3c := LINKSRC = atomic_or.3c
1545 1572 atomic_or_ulong_nv.3c := LINKSRC = atomic_or.3c
1546 1573 atomic_or_ushort.3c := LINKSRC = atomic_or.3c
1547 1574 atomic_or_ushort_nv.3c := LINKSRC = atomic_or.3c
1548 1575
1549 1576 atomic_swap_16.3c := LINKSRC = atomic_swap.3c
1550 1577 atomic_swap_32.3c := LINKSRC = atomic_swap.3c
1551 1578 atomic_swap_64.3c := LINKSRC = atomic_swap.3c
1552 1579 atomic_swap_8.3c := LINKSRC = atomic_swap.3c
1553 1580 atomic_swap_ptr.3c := LINKSRC = atomic_swap.3c
1554 1581 atomic_swap_uchar.3c := LINKSRC = atomic_swap.3c
1555 1582 atomic_swap_uint.3c := LINKSRC = atomic_swap.3c
1556 1583 atomic_swap_ulong.3c := LINKSRC = atomic_swap.3c
1557 1584 atomic_swap_ushort.3c := LINKSRC = atomic_swap.3c
1558 1585
1559 1586 bcmp.3c := LINKSRC = bstring.3c
1560 1587 bcopy.3c := LINKSRC = bstring.3c
1561 1588 bzero.3c := LINKSRC = bstring.3c
1562 1589 explicit_bzero.3c := LINKSRC = bstring.3c
1563 1590
1564 1591 btowc_l.3c := LINKSRC = btowc.3c
1565 1592
1566 1593 canonicalize_file_name.3c := LINKSRC = realpath.3c
1567 1594
1568 1595 catclose.3c := LINKSRC = catopen.3c
1569 1596
1570 1597 cfgetospeed.3c := LINKSRC = cfgetispeed.3c
1571 1598
1572 1599 cfsetospeed.3c := LINKSRC = cfsetispeed.3c
1573 1600
1574 1601 clock_getres.3c := LINKSRC = clock_settime.3c
1575 1602 clock_gettime.3c := LINKSRC = clock_settime.3c
1576 1603
1577 1604 fdwalk.3c := LINKSRC = closefrom.3c
1578 1605
1579 1606 cnd_broadcast.3c := LINKSRC = cnd.3c
1580 1607 cnd_destroy.3c := LINKSRC = cnd.3c
1581 1608 cnd_init.3c := LINKSRC = cnd.3c
1582 1609 cnd_signal.3c := LINKSRC = cnd.3c
1583 1610 cnd_timedwait.3c := LINKSRC = cnd.3c
1584 1611 cnd_wait.3c := LINKSRC = cnd.3c
1585 1612
1586 1613 cond_broadcast.3c := LINKSRC = cond_init.3c
1587 1614 cond_destroy.3c := LINKSRC = cond_init.3c
1588 1615 cond_reltimedwait.3c := LINKSRC = cond_init.3c
1589 1616 cond_signal.3c := LINKSRC = cond_init.3c
1590 1617 cond_timedwait.3c := LINKSRC = cond_init.3c
1591 1618 cond_wait.3c := LINKSRC = cond_init.3c
1592 1619
1593 1620 csetcol.3c := LINKSRC = cset.3c
1594 1621 csetlen.3c := LINKSRC = cset.3c
1595 1622 csetno.3c := LINKSRC = cset.3c
1596 1623 wcsetno.3c := LINKSRC = cset.3c
1597 1624
1598 1625 ctermid_r.3c := LINKSRC = ctermid.3c
1599 1626
1600 1627 asctime.3c := LINKSRC = ctime.3c
1601 1628 asctime_r.3c := LINKSRC = ctime.3c
1602 1629 ctime_r.3c := LINKSRC = ctime.3c
1603 1630 gmtime.3c := LINKSRC = ctime.3c
1604 1631 gmtime_r.3c := LINKSRC = ctime.3c
1605 1632 localtime.3c := LINKSRC = ctime.3c
1606 1633 localtime_r.3c := LINKSRC = ctime.3c
1607 1634 tzset.3c := LINKSRC = ctime.3c
1608 1635
1609 1636 isalnum.3c := LINKSRC = ctype.3c
1610 1637 isalnum_l.3c := LINKSRC = ctype.3c
1611 1638 isalpha.3c := LINKSRC = ctype.3c
1612 1639 isalpha_l.3c := LINKSRC = ctype.3c
1613 1640 isascii.3c := LINKSRC = ctype.3c
1614 1641 isblank.3c := LINKSRC = ctype.3c
1615 1642 isblank_l.3c := LINKSRC = ctype.3c
1616 1643 iscntrl.3c := LINKSRC = ctype.3c
1617 1644 iscntrl_l.3c := LINKSRC = ctype.3c
1618 1645 isdigit.3c := LINKSRC = ctype.3c
1619 1646 isdigit_l.3c := LINKSRC = ctype.3c
1620 1647 isgraph.3c := LINKSRC = ctype.3c
1621 1648 isgraph_l.3c := LINKSRC = ctype.3c
1622 1649 islower.3c := LINKSRC = ctype.3c
1623 1650 islower_l.3c := LINKSRC = ctype.3c
1624 1651 isprint.3c := LINKSRC = ctype.3c
1625 1652 isprint_l.3c := LINKSRC = ctype.3c
1626 1653 ispunct.3c := LINKSRC = ctype.3c
1627 1654 ispunct_l.3c := LINKSRC = ctype.3c
1628 1655 isspace.3c := LINKSRC = ctype.3c
1629 1656 isspace_l.3c := LINKSRC = ctype.3c
1630 1657 isupper.3c := LINKSRC = ctype.3c
1631 1658 isupper_l.3c := LINKSRC = ctype.3c
1632 1659 isxdigit.3c := LINKSRC = ctype.3c
1633 1660 isxdigit_l.3c := LINKSRC = ctype.3c
1634 1661
1635 1662 decimal_to_double.3c := LINKSRC = decimal_to_floating.3c
1636 1663 decimal_to_extended.3c := LINKSRC = decimal_to_floating.3c
1637 1664 decimal_to_quadruple.3c := LINKSRC = decimal_to_floating.3c
1638 1665 decimal_to_single.3c := LINKSRC = decimal_to_floating.3c
1639 1666
1640 1667 ldiv.3c := LINKSRC = div.3c
1641 1668 lldiv.3c := LINKSRC = div.3c
1642 1669
1643 1670 dladdr1.3c := LINKSRC = dladdr.3c
1644 1671
1645 1672 dlmopen.3c := LINKSRC = dlopen.3c
1646 1673
1647 1674 door_unbind.3c := LINKSRC = door_bind.3c
1648 1675
1649 1676 door_setparam.3c := LINKSRC = door_getparam.3c
1650 1677
1651 1678 erand48.3c := LINKSRC = drand48.3c
1652 1679 jrand48.3c := LINKSRC = drand48.3c
1653 1680 lcong48.3c := LINKSRC = drand48.3c
1654 1681 lrand48.3c := LINKSRC = drand48.3c
1655 1682 mrand48.3c := LINKSRC = drand48.3c
1656 1683 nrand48.3c := LINKSRC = drand48.3c
1657 1684 seed48.3c := LINKSRC = drand48.3c
1658 1685 srand48.3c := LINKSRC = drand48.3c
1659 1686
1660 1687 dup3.3c := LINKSRC = dup2.3c
1661 1688
1662 1689 fconvert.3c := LINKSRC = econvert.3c
1663 1690 gconvert.3c := LINKSRC = econvert.3c
1664 1691 qeconvert.3c := LINKSRC = econvert.3c
1665 1692 qfconvert.3c := LINKSRC = econvert.3c
1666 1693 qgconvert.3c := LINKSRC = econvert.3c
1667 1694 seconvert.3c := LINKSRC = econvert.3c
1668 1695 sfconvert.3c := LINKSRC = econvert.3c
1669 1696 sgconvert.3c := LINKSRC = econvert.3c
1670 1697
1671 1698 fcvt.3c := LINKSRC = ecvt.3c
1672 1699 gcvt.3c := LINKSRC = ecvt.3c
1673 1700
1674 1701 _edata.3c := LINKSRC = end.3c
1675 1702 _end.3c := LINKSRC = end.3c
1676 1703 _etext.3c := LINKSRC = end.3c
1677 1704 edata.3c := LINKSRC = end.3c
1678 1705 etext.3c := LINKSRC = end.3c
1679 1706
1680 1707 be16toh.3c := LINKSRC = endian.3c
1681 1708 be32toh.3c := LINKSRC = endian.3c
1682 1709 be64toh.3c := LINKSRC = endian.3c
1683 1710 betoh16.3c := LINKSRC = endian.3c
1684 1711 betoh32.3c := LINKSRC = endian.3c
1685 1712 betoh64.3c := LINKSRC = endian.3c
1686 1713 htobe16.3c := LINKSRC = endian.3c
1687 1714 htobe32.3c := LINKSRC = endian.3c
1688 1715 htobe64.3c := LINKSRC = endian.3c
1689 1716 htole16.3c := LINKSRC = endian.3c
1690 1717 htole32.3c := LINKSRC = endian.3c
1691 1718 htole64.3c := LINKSRC = endian.3c
1692 1719 le16toh.3c := LINKSRC = endian.3c
1693 1720 le32toh.3c := LINKSRC = endian.3c
1694 1721 le64toh.3c := LINKSRC = endian.3c
1695 1722 letoh16.3c := LINKSRC = endian.3c
1696 1723 letoh32.3c := LINKSRC = endian.3c
1697 1724 letoh64.3c := LINKSRC = endian.3c
1698 1725
1699 1726 epoll_create1.3c := LINKSRC = epoll_create.3c
1700 1727 epoll_pwait.3c := LINKSRC = epoll_wait.3c
1701 1728
1702 1729 errx.3c := LINKSRC = err.3c
1703 1730 verr.3c := LINKSRC = err.3c
1704 1731 verrx.3c := LINKSRC = err.3c
1705 1732 vwarn.3c := LINKSRC = err.3c
1706 1733 vwarnx.3c := LINKSRC = err.3c
1707 1734 warn.3c := LINKSRC = err.3c
1708 1735 warnx.3c := LINKSRC = err.3c
1709 1736
1710 1737 euccol.3c := LINKSRC = euclen.3c
1711 1738 eucscol.3c := LINKSRC = euclen.3c
1712 1739
1713 1740 _exithandle.3c := LINKSRC = exit.3c
1714 1741
1715 1742 clearerr.3c := LINKSRC = ferror.3c
1716 1743 feof.3c := LINKSRC = ferror.3c
1717 1744 fileno.3c := LINKSRC = ferror.3c
1718 1745
1719 1746 ffsl.3c := LINKSRC = ffs.3c
1720 1747 ffsll.3c := LINKSRC = ffs.3c
1721 1748 fls.3c := LINKSRC = ffs.3c
1722 1749 flsl.3c := LINKSRC = ffs.3c
1723 1750 flsll.3c := LINKSRC = ffs.3c
1724 1751
1725 1752 fsetattr.3c := LINKSRC = fgetattr.3c
1726 1753 getattrat.3c := LINKSRC = fgetattr.3c
1727 1754 setattrat.3c := LINKSRC = fgetattr.3c
1728 1755
1729 1756 getc.3c := LINKSRC = fgetc.3c
1730 1757 getc_unlocked.3c := LINKSRC = fgetc.3c
1731 1758 getchar.3c := LINKSRC = fgetc.3c
1732 1759 getchar_unlocked.3c := LINKSRC = fgetc.3c
1733 1760 getw.3c := LINKSRC = fgetc.3c
1734 1761
1735 1762 fgetwc_l.3c := LINKSRC = fgetwc.3c
1736 1763
1737 1764 double_to_decimal.3c := LINKSRC = floating_to_decimal.3c
1738 1765 extended_to_decimal.3c := LINKSRC = floating_to_decimal.3c
1739 1766 quadruple_to_decimal.3c := LINKSRC = floating_to_decimal.3c
1740 1767 single_to_decimal.3c := LINKSRC = floating_to_decimal.3c
1741 1768
1742 1769 ftrylockfile.3c := LINKSRC = flockfile.3c
1743 1770 funlockfile.3c := LINKSRC = flockfile.3c
1744 1771
1745 1772 fpgetmask.3c := LINKSRC = fpgetround.3c
1746 1773 fpgetsticky.3c := LINKSRC = fpgetround.3c
1747 1774 fpsetmask.3c := LINKSRC = fpgetround.3c
1748 1775 fpsetround.3c := LINKSRC = fpgetround.3c
1749 1776 fpsetsticky.3c := LINKSRC = fpgetround.3c
1750 1777
1751 1778 putc.3c := LINKSRC = fputc.3c
1752 1779 putc_unlocked.3c := LINKSRC = fputc.3c
1753 1780 putchar.3c := LINKSRC = fputc.3c
1754 1781 putchar_unlocked.3c := LINKSRC = fputc.3c
1755 1782 putw.3c := LINKSRC = fputc.3c
1756 1783
1757 1784 putwc.3c := LINKSRC = fputwc.3c
1758 1785 putwchar.3c := LINKSRC = fputwc.3c
1759 1786
1760 1787 fseeko.3c := LINKSRC = fseek.3c
1761 1788
1762 1789 ftello.3c := LINKSRC = ftell.3c
1763 1790
1764 1791 fts_children.3c := LINKSRC = fts.3c
1765 1792 fts_close.3c := LINKSRC = fts.3c
1766 1793 fts_open.3c := LINKSRC = fts.3c
1767 1794 fts_read.3c := LINKSRC = fts.3c
1768 1795 fts_set.3c := LINKSRC = fts.3c
1769 1796
1770 1797 nftw.3c := LINKSRC = ftw.3c
1771 1798
1772 1799 swprintf.3c := LINKSRC = fwprintf.3c
1773 1800 wprintf.3c := LINKSRC = fwprintf.3c
1774 1801
1775 1802 swscanf.3c := LINKSRC = fwscanf.3c
1776 1803 vfwscanf.3c := LINKSRC = fwscanf.3c
1777 1804 vswscanf.3c := LINKSRC = fwscanf.3c
1778 1805 vwscanf.3c := LINKSRC = fwscanf.3c
1779 1806 wscanf.3c := LINKSRC = fwscanf.3c
1780 1807
1781 1808 gethomelgroup.3c := LINKSRC = getcpuid.3c
1782 1809
1783 1810 endgrent.3c := LINKSRC = getgrnam.3c
1784 1811 fgetgrent.3c := LINKSRC = getgrnam.3c
1785 1812 fgetgrent_r.3c := LINKSRC = getgrnam.3c
1786 1813 getgrent.3c := LINKSRC = getgrnam.3c
1787 1814 getgrent_r.3c := LINKSRC = getgrnam.3c
1788 1815 getgrgid.3c := LINKSRC = getgrnam.3c
1789 1816 getgrgid_r.3c := LINKSRC = getgrnam.3c
1790 1817 getgrnam_r.3c := LINKSRC = getgrnam.3c
1791 1818 setgrent.3c := LINKSRC = getgrnam.3c
1792 1819
1793 1820 sethostname.3c := LINKSRC = gethostname.3c
1794 1821
1795 1822 gethrvtime.3c := LINKSRC = gethrtime.3c
1796 1823
1797 1824 getdelim.3c := LINKSRC = getline.3c
1798 1825
1799 1826 getlogin_r.3c := LINKSRC = getlogin.3c
1800 1827
1801 1828 getextmntent.3c := LINKSRC = getmntent.3c
1802 1829 getmntany.3c := LINKSRC = getmntent.3c
1803 1830 hasmntopt.3c := LINKSRC = getmntent.3c
1804 1831 putmntent.3c := LINKSRC = getmntent.3c
1805 1832 resetmnttab.3c := LINKSRC = getmntent.3c
1806 1833
1807 1834 endnetgrent.3c := LINKSRC = getnetgrent.3c
1808 1835 getnetgrent_r.3c := LINKSRC = getnetgrent.3c
1809 1836 innetgr.3c := LINKSRC = getnetgrent.3c
1810 1837 setnetgrent.3c := LINKSRC = getnetgrent.3c
1811 1838
1812 1839 get_nprocs_conf.3c := LINKSRC = get_nprocs.3c
1813 1840
1814 1841 getpassphrase.3c := LINKSRC = getpass.3c
1815 1842
1816 1843 setpriority.3c := LINKSRC = getpriority.3c
1817 1844
1818 1845 setprogname.3c := LINKSRC = getprogname.3c
1819 1846
1820 1847 endpwent.3c := LINKSRC = getpwnam.3c
1821 1848 fgetpwent.3c := LINKSRC = getpwnam.3c
↓ open down ↓ |
373 lines elided |
↑ open up ↑ |
1822 1849 fgetpwent_r.3c := LINKSRC = getpwnam.3c
1823 1850 getpwent.3c := LINKSRC = getpwnam.3c
1824 1851 getpwent_r.3c := LINKSRC = getpwnam.3c
1825 1852 getpwnam_r.3c := LINKSRC = getpwnam.3c
1826 1853 getpwuid.3c := LINKSRC = getpwnam.3c
1827 1854 getpwuid_r.3c := LINKSRC = getpwnam.3c
1828 1855 setpwent.3c := LINKSRC = getpwnam.3c
1829 1856
1830 1857 fgets.3c := LINKSRC = gets.3c
1831 1858
1859 +setsockopt.3c := LINKSRC = getsockopt.3c
1860 +
1832 1861 endspent.3c := LINKSRC = getspnam.3c
1833 1862 fgetspent.3c := LINKSRC = getspnam.3c
1834 1863 fgetspent_r.3c := LINKSRC = getspnam.3c
1835 1864 getspent.3c := LINKSRC = getspnam.3c
1836 1865 getspent_r.3c := LINKSRC = getspnam.3c
1837 1866 getspnam_r.3c := LINKSRC = getspnam.3c
1838 1867 setspent.3c := LINKSRC = getspnam.3c
1839 1868
1840 1869 bind_textdomain_codeset.3c := LINKSRC = gettext.3c
1841 1870 bindtextdomain.3c := LINKSRC = gettext.3c
1842 1871 dcgettext.3c := LINKSRC = gettext.3c
1843 1872 dcngettext.3c := LINKSRC = gettext.3c
1844 1873 dgettext.3c := LINKSRC = gettext.3c
1845 1874 dngettext.3c := LINKSRC = gettext.3c
1846 1875 ngettext.3c := LINKSRC = gettext.3c
1847 1876 textdomain.3c := LINKSRC = gettext.3c
1848 1877
1849 1878 settimeofday.3c := LINKSRC = gettimeofday.3c
1850 1879
1851 1880 endusershell.3c := LINKSRC = getusershell.3c
1852 1881 setusershell.3c := LINKSRC = getusershell.3c
1853 1882
1854 1883 endutent.3c := LINKSRC = getutent.3c
1855 1884 getutid.3c := LINKSRC = getutent.3c
1856 1885 getutline.3c := LINKSRC = getutent.3c
1857 1886 pututline.3c := LINKSRC = getutent.3c
1858 1887 setutent.3c := LINKSRC = getutent.3c
1859 1888 utmpname.3c := LINKSRC = getutent.3c
1860 1889
1861 1890 endutxent.3c := LINKSRC = getutxent.3c
1862 1891 getutmp.3c := LINKSRC = getutxent.3c
1863 1892 getutmpx.3c := LINKSRC = getutxent.3c
1864 1893 getutxid.3c := LINKSRC = getutxent.3c
1865 1894 getutxline.3c := LINKSRC = getutxent.3c
1866 1895 pututxline.3c := LINKSRC = getutxent.3c
1867 1896 setutxent.3c := LINKSRC = getutxent.3c
1868 1897 updwtmp.3c := LINKSRC = getutxent.3c
1869 1898 updwtmpx.3c := LINKSRC = getutxent.3c
1870 1899 utmpxname.3c := LINKSRC = getutxent.3c
1871 1900
1872 1901 getvfsany.3c := LINKSRC = getvfsent.3c
1873 1902 getvfsfile.3c := LINKSRC = getvfsent.3c
1874 1903 getvfsspec.3c := LINKSRC = getvfsent.3c
1875 1904
1876 1905 getwc_l.3c := LINKSRC = getwc.3c
1877 1906
1878 1907 getwchar_l.3c := LINKSRC = getwchar.3c
1879 1908
1880 1909 fgetws.3c := LINKSRC = getws.3c
1881 1910
1882 1911 getzoneidbyname.3c := LINKSRC = getzoneid.3c
1883 1912 getzonenamebyid.3c := LINKSRC = getzoneid.3c
1884 1913
1885 1914 globfree.3c := LINKSRC = glob.3c
1886 1915
1887 1916 hcreate.3c := LINKSRC = hsearch.3c
1888 1917 hdestroy.3c := LINKSRC = hsearch.3c
1889 1918
1890 1919 rindex.3c := LINKSRC = index.3c
1891 1920
1892 1921 inet6.3c := LINKSRC = inet.3c
1893 1922 inet_addr.3c := LINKSRC = inet.3c
1894 1923 inet_aton.3c := LINKSRC = inet.3c
1895 1924 inet_lnaof.3c := LINKSRC = inet.3c
1896 1925 inet_makeaddr.3c := LINKSRC = inet.3c
1897 1926 inet_netof.3c := LINKSRC = inet.3c
1898 1927 inet_network.3c := LINKSRC = inet.3c
1899 1928 inet_ntoa.3c := LINKSRC = inet.3c
1900 1929 inet_ntop.3c := LINKSRC = inet.3c
1901 1930 inet_pton.3c := LINKSRC = inet.3c
1902 1931
1903 1932 remque.3c := LINKSRC = insque.3c
1904 1933
1905 1934 finite.3c := LINKSRC = isnand.3c
1906 1935 fpclass.3c := LINKSRC = isnand.3c
1907 1936 isnanf.3c := LINKSRC = isnand.3c
1908 1937 unordered.3c := LINKSRC = isnand.3c
1909 1938
1910 1939 isenglish.3c := LINKSRC = iswalpha.3c
1911 1940 isideogram.3c := LINKSRC = iswalpha.3c
1912 1941 isnumber.3c := LINKSRC = iswalpha.3c
1913 1942 isphonogram.3c := LINKSRC = iswalpha.3c
1914 1943 isspecial.3c := LINKSRC = iswalpha.3c
1915 1944 iswalnum.3c := LINKSRC = iswalpha.3c
1916 1945 iswalnum_l.3c := LINKSRC = iswalpha.3c
1917 1946 iswalpha_l.3c := LINKSRC = iswalpha.3c
1918 1947 iswascii.3c := LINKSRC = iswalpha.3c
1919 1948 iswblank.3c := LINKSRC = iswalpha.3c
1920 1949 iswblank_l.3c := LINKSRC = iswalpha.3c
1921 1950 iswcntrl.3c := LINKSRC = iswalpha.3c
1922 1951 iswcntrl_l.3c := LINKSRC = iswalpha.3c
1923 1952 iswdigit.3c := LINKSRC = iswalpha.3c
1924 1953 iswdigit_l.3c := LINKSRC = iswalpha.3c
1925 1954 iswgraph.3c := LINKSRC = iswalpha.3c
1926 1955 iswgraph_l.3c := LINKSRC = iswalpha.3c
1927 1956 iswhexnumber.3c := LINKSRC = iswalpha.3c
1928 1957 iswhexnumber_l.3c := LINKSRC = iswalpha.3c
1929 1958 iswideogram.3c := LINKSRC = iswalpha.3c
1930 1959 iswideogram_l.3c := LINKSRC = iswalpha.3c
1931 1960 iswlower.3c := LINKSRC = iswalpha.3c
1932 1961 iswlower_l.3c := LINKSRC = iswalpha.3c
1933 1962 iswnumber.3c := LINKSRC = iswalpha.3c
1934 1963 iswnumber_l.3c := LINKSRC = iswalpha.3c
1935 1964 iswphonogram.3c := LINKSRC = iswalpha.3c
1936 1965 iswphonogram_l.3c := LINKSRC = iswalpha.3c
1937 1966 iswprint.3c := LINKSRC = iswalpha.3c
1938 1967 iswprint_l.3c := LINKSRC = iswalpha.3c
1939 1968 iswpunct.3c := LINKSRC = iswalpha.3c
1940 1969 iswpunct_l.3c := LINKSRC = iswalpha.3c
1941 1970 iswspace.3c := LINKSRC = iswalpha.3c
1942 1971 iswspace_l.3c := LINKSRC = iswalpha.3c
1943 1972 iswspecial.3c := LINKSRC = iswalpha.3c
1944 1973 iswspecial_l.3c := LINKSRC = iswalpha.3c
1945 1974 iswupper.3c := LINKSRC = iswalpha.3c
1946 1975 iswupper_l.3c := LINKSRC = iswalpha.3c
1947 1976 iswxdigit.3c := LINKSRC = iswalpha.3c
1948 1977 iswxdigit_l.3c := LINKSRC = iswalpha.3c
1949 1978
1950 1979 iswctype_l.3c := LINKSRC = iswctype.3c
1951 1980
1952 1981 ulckpwdf.3c := LINKSRC = lckpwdf.3c
1953 1982
1954 1983 lfind.3c := LINKSRC = lsearch.3c
1955 1984
1956 1985 swapcontext.3c := LINKSRC = makecontext.3c
1957 1986
1958 1987 major.3c := LINKSRC = makedev.3c
1959 1988 minor.3c := LINKSRC = makedev.3c
1960 1989
1961 1990 alloca.3c := LINKSRC = malloc.3c
1962 1991 calloc.3c := LINKSRC = malloc.3c
1963 1992 free.3c := LINKSRC = malloc.3c
1964 1993 freezero.3c := LINKSRC = malloc.3c
1965 1994 memalign.3c := LINKSRC = malloc.3c
1966 1995 realloc.3c := LINKSRC = malloc.3c
1967 1996 reallocarray.3c := LINKSRC = malloc.3c
1968 1997 recallocarray.3c := LINKSRC = malloc.3c
1969 1998 valloc.3c := LINKSRC = malloc.3c
1970 1999
1971 2000 mblen_l.3c := LINKSRC = mblen.3c
1972 2001
1973 2002 mbrlen_l.3c := LINKSRC = mbrlen.3c
1974 2003
1975 2004 mbrtowc_l.3c := LINKSRC = mbrtowc.3c
1976 2005
1977 2006 mbsinit_l.3c := LINKSRC = mbsinit.3c
1978 2007
1979 2008 mbsnrtowcs.3c := LINKSRC = mbsrtowcs.3c
1980 2009 mbsnrtowcs_l.3c := LINKSRC = mbsrtowcs.3c
1981 2010 mbsrtowcs_l.3c := LINKSRC = mbsrtowcs.3c
1982 2011
1983 2012 mbstowcs_l.3c := LINKSRC = mbstowcs.3c
1984 2013
1985 2014 mbtowc_l.3c := LINKSRC = mbtowc.3c
1986 2015
1987 2016 membar_consumer.3c := LINKSRC = membar_ops.3c
1988 2017 membar_enter.3c := LINKSRC = membar_ops.3c
1989 2018 membar_exit.3c := LINKSRC = membar_ops.3c
1990 2019 membar_producer.3c := LINKSRC = membar_ops.3c
1991 2020
1992 2021 memccpy.3c := LINKSRC = memory.3c
1993 2022 memchr.3c := LINKSRC = memory.3c
1994 2023 memcmp.3c := LINKSRC = memory.3c
1995 2024 memcpy.3c := LINKSRC = memory.3c
1996 2025 memmem.3c := LINKSRC = memory.3c
1997 2026 memmove.3c := LINKSRC = memory.3c
1998 2027 memset.3c := LINKSRC = memory.3c
1999 2028
2000 2029 mkfifoat.3c := LINKSRC = mkfifo.3c
2001 2030
2002 2031 mkdtemp.3c := LINKSRC = mkstemp.3c
2003 2032 mkostemp.3c := LINKSRC = mkstemp.3c
2004 2033 mkostemps.3c := LINKSRC = mkstemp.3c
2005 2034 mkstemps.3c := LINKSRC = mkstemp.3c
2006 2035
2007 2036 munlock.3c := LINKSRC = mlock.3c
2008 2037
2009 2038 munlockall.3c := LINKSRC = mlockall.3c
2010 2039
2011 2040 mq_reltimedreceive_np.3c := LINKSRC = mq_receive.3c
2012 2041 mq_timedreceive.3c := LINKSRC = mq_receive.3c
2013 2042
2014 2043 mq_reltimedsend_np.3c := LINKSRC = mq_send.3c
2015 2044 mq_timedsend.3c := LINKSRC = mq_send.3c
2016 2045
2017 2046 mtx_destroy.3c := LINKSRC = mtx.3c
2018 2047 mtx_init.3c := LINKSRC = mtx.3c
2019 2048 mtx_lock.3c := LINKSRC = mtx.3c
2020 2049 mtx_timedlock.3c := LINKSRC = mtx.3c
2021 2050 mtx_trylock.3c := LINKSRC = mtx.3c
2022 2051 mtx_unlock.3c := LINKSRC = mtx.3c
2023 2052
2024 2053 mutex_consistent.3c := LINKSRC = mutex_init.3c
2025 2054 mutex_destroy.3c := LINKSRC = mutex_init.3c
2026 2055 mutex_lock.3c := LINKSRC = mutex_init.3c
2027 2056 mutex_trylock.3c := LINKSRC = mutex_init.3c
2028 2057 mutex_unlock.3c := LINKSRC = mutex_init.3c
2029 2058
2030 2059 thrd_sleep.3c := LINKSRC = nanosleep.3c
2031 2060
2032 2061 dbm_clearerr.3c := LINKSRC = ndbm.3c
2033 2062 dbm_close.3c := LINKSRC = ndbm.3c
2034 2063 dbm_delete.3c := LINKSRC = ndbm.3c
2035 2064 dbm_error.3c := LINKSRC = ndbm.3c
2036 2065 dbm_fetch.3c := LINKSRC = ndbm.3c
2037 2066 dbm_firstkey.3c := LINKSRC = ndbm.3c
2038 2067 dbm_nextkey.3c := LINKSRC = ndbm.3c
2039 2068 dbm_open.3c := LINKSRC = ndbm.3c
2040 2069 dbm_store.3c := LINKSRC = ndbm.3c
2041 2070
2042 2071 duplocale.3c := LINKSRC = newlocale.3c
2043 2072 freelocale.3c := LINKSRC = newlocale.3c
2044 2073
2045 2074 nl_langinfo_l.3c := LINKSRC = nl_langinfo.3c
2046 2075
2047 2076 fdopendir.3c := LINKSRC = opendir.3c
2048 2077
2049 2078 errno.3c := LINKSRC = perror.3c
2050 2079
2051 2080 pclose.3c := LINKSRC = popen.3c
2052 2081
2053 2082 port_dissociate.3c := LINKSRC = port_associate.3c
2054 2083
2055 2084 port_getn.3c := LINKSRC = port_get.3c
2056 2085
2057 2086 port_sendn.3c := LINKSRC = port_send.3c
2058 2087
2059 2088 posix_spawnp.3c := LINKSRC = posix_spawn.3c
2060 2089
2061 2090 posix_spawn_file_actions_addopen.3c := LINKSRC = posix_spawn_file_actions_addclose.3c
2062 2091 posix_spawn_file_actions_init.3c := LINKSRC = posix_spawn_file_actions_destroy.3c
2063 2092
2064 2093 posix_spawnattr_init.3c := LINKSRC = posix_spawnattr_destroy.3c
2065 2094
2066 2095 posix_spawnattr_setflags.3c := LINKSRC = posix_spawnattr_getflags.3c
2067 2096
2068 2097 posix_spawnattr_setpgroup.3c := LINKSRC = posix_spawnattr_getpgroup.3c
2069 2098
2070 2099 posix_spawnattr_setschedparam.3c := LINKSRC = posix_spawnattr_getschedparam.3c
2071 2100
2072 2101 posix_spawnattr_setschedpolicy.3c := LINKSRC = posix_spawnattr_getschedpolicy.3c
2073 2102
2074 2103 posix_spawnattr_setsigdefault.3c := LINKSRC = posix_spawnattr_getsigdefault.3c
2075 2104
2076 2105 posix_spawnattr_setsigignore_np.3c := LINKSRC = posix_spawnattr_getsigignore_np.3c
2077 2106
2078 2107 posix_spawnattr_setsigmask.3c := LINKSRC = posix_spawnattr_getsigmask.3c
2079 2108
2080 2109 asprintf.3c := LINKSRC = printf.3c
2081 2110 fprintf.3c := LINKSRC = printf.3c
2082 2111 snprintf.3c := LINKSRC = printf.3c
2083 2112 sprintf.3c := LINKSRC = printf.3c
2084 2113
2085 2114 priv_allocset.3c := LINKSRC = priv_addset.3c
2086 2115 priv_basicset.3c := LINKSRC = priv_addset.3c
2087 2116 priv_copyset.3c := LINKSRC = priv_addset.3c
2088 2117 priv_delset.3c := LINKSRC = priv_addset.3c
2089 2118 priv_emptyset.3c := LINKSRC = priv_addset.3c
2090 2119 priv_fillset.3c := LINKSRC = priv_addset.3c
2091 2120 priv_freeset.3c := LINKSRC = priv_addset.3c
2092 2121 priv_intersect.3c := LINKSRC = priv_addset.3c
2093 2122 priv_inverse.3c := LINKSRC = priv_addset.3c
2094 2123 priv_isemptyset.3c := LINKSRC = priv_addset.3c
2095 2124 priv_isequalset.3c := LINKSRC = priv_addset.3c
2096 2125 priv_isfullset.3c := LINKSRC = priv_addset.3c
2097 2126 priv_ismember.3c := LINKSRC = priv_addset.3c
2098 2127 priv_issubset.3c := LINKSRC = priv_addset.3c
2099 2128 priv_union.3c := LINKSRC = priv_addset.3c
2100 2129
2101 2130 priv_ineffect.3c := LINKSRC = priv_set.3c
2102 2131
2103 2132 priv_getbyname.3c := LINKSRC = priv_str_to_set.3c
2104 2133 priv_getbynum.3c := LINKSRC = priv_str_to_set.3c
2105 2134 priv_getsetbyname.3c := LINKSRC = priv_str_to_set.3c
2106 2135 priv_getsetbynum.3c := LINKSRC = priv_str_to_set.3c
2107 2136 priv_gettext.3c := LINKSRC = priv_str_to_set.3c
2108 2137 priv_set_to_str.3c := LINKSRC = priv_str_to_set.3c
2109 2138
2110 2139 psiginfo.3c := LINKSRC = psignal.3c
2111 2140
2112 2141 pthread_attr_setdetachstate.3c := LINKSRC = pthread_attr_getdetachstate.3c
2113 2142
2114 2143 pthread_attr_setguardsize.3c := LINKSRC = pthread_attr_getguardsize.3c
2115 2144
2116 2145 pthread_attr_setinheritsched.3c := LINKSRC = pthread_attr_getinheritsched.3c
2117 2146
2118 2147 pthread_attr_setschedparam.3c := LINKSRC = pthread_attr_getschedparam.3c
2119 2148
2120 2149 pthread_attr_setschedpolicy.3c := LINKSRC = pthread_attr_getschedpolicy.3c
2121 2150
2122 2151 pthread_attr_setscope.3c := LINKSRC = pthread_attr_getscope.3c
2123 2152 pthread_attr_setstack.3c := LINKSRC = pthread_attr_getstack.3c
2124 2153
2125 2154 pthread_attr_setstackaddr.3c := LINKSRC = pthread_attr_getstackaddr.3c
2126 2155
2127 2156 pthread_attr_setstacksize.3c := LINKSRC = pthread_attr_getstacksize.3c
2128 2157
2129 2158 pthread_attr_destroy.3c := LINKSRC = pthread_attr_init.3c
2130 2159
2131 2160 pthread_barrier_init.3c := LINKSRC = pthread_barrier_destroy.3c
2132 2161
2133 2162 pthread_barrierattr_init.3c := LINKSRC = pthread_barrierattr_destroy.3c
2134 2163
2135 2164 pthread_barrierattr_setpshared.3c := LINKSRC = pthread_barrierattr_getpshared.3c
2136 2165
2137 2166 pthread_cond_destroy.3c := LINKSRC = pthread_cond_init.3c
2138 2167
2139 2168 pthread_cond_broadcast.3c := LINKSRC = pthread_cond_signal.3c
2140 2169
2141 2170 pthread_cond_reltimedwait_np.3c := LINKSRC = pthread_cond_wait.3c
2142 2171 pthread_cond_timedwait.3c := LINKSRC = pthread_cond_wait.3c
2143 2172
2144 2173 pthread_condattr_setclock.3c := LINKSRC = pthread_condattr_getclock.3c
2145 2174
2146 2175 pthread_condattr_setpshared.3c := LINKSRC = pthread_condattr_getpshared.3c
2147 2176
2148 2177 pthread_condattr_destroy.3c := LINKSRC = pthread_condattr_init.3c
2149 2178
2150 2179 pthread_setconcurrency.3c := LINKSRC = pthread_getconcurrency.3c
2151 2180
2152 2181 pthread_setschedparam.3c := LINKSRC = pthread_getschedparam.3c
2153 2182
2154 2183 pthread_setspecific.3c := LINKSRC = pthread_getspecific.3c
2155 2184
2156 2185 pthread_key_create_once_np.3c := LINKSRC = pthread_key_create.3c
2157 2186
2158 2187 pthread_mutex_setprioceiling.3c := LINKSRC = pthread_mutex_getprioceiling.3c
2159 2188
2160 2189 pthread_mutex_destroy.3c := LINKSRC = pthread_mutex_init.3c
2161 2190
2162 2191 pthread_mutex_trylock.3c := LINKSRC = pthread_mutex_lock.3c
2163 2192 pthread_mutex_unlock.3c := LINKSRC = pthread_mutex_lock.3c
2164 2193
2165 2194 pthread_mutex_reltimedlock_np.3c := LINKSRC = pthread_mutex_timedlock.3c
2166 2195
2167 2196 pthread_mutexattr_setprioceiling.3c := LINKSRC = pthread_mutexattr_getprioceiling.3c
2168 2197
2169 2198 pthread_mutexattr_setprotocol.3c := LINKSRC = pthread_mutexattr_getprotocol.3c
2170 2199
2171 2200 pthread_mutexattr_setpshared.3c := LINKSRC = pthread_mutexattr_getpshared.3c
2172 2201
2173 2202 pthread_mutexattr_setrobust.3c := LINKSRC = pthread_mutexattr_getrobust.3c
2174 2203
2175 2204 pthread_mutexattr_settype.3c := LINKSRC = pthread_mutexattr_gettype.3c
2176 2205
2177 2206 pthread_mutexattr_destroy.3c := LINKSRC = pthread_mutexattr_init.3c
2178 2207
2179 2208 pthread_rwlock_destroy.3c := LINKSRC = pthread_rwlock_init.3c
2180 2209
2181 2210 pthread_rwlock_tryrdlock.3c := LINKSRC = pthread_rwlock_rdlock.3c
2182 2211
2183 2212 pthread_rwlock_reltimedrdlock_np.3c := LINKSRC = pthread_rwlock_timedrdlock.3c
2184 2213
2185 2214 pthread_rwlock_reltimedwrlock_np.3c := LINKSRC = pthread_rwlock_timedwrlock.3c
2186 2215
2187 2216 pthread_rwlock_trywrlock.3c := LINKSRC = pthread_rwlock_wrlock.3c
2188 2217
2189 2218 pthread_rwlockattr_setpshared.3c := LINKSRC = pthread_rwlockattr_getpshared.3c
2190 2219
2191 2220 pthread_rwlockattr_destroy.3c := LINKSRC = pthread_rwlockattr_init.3c
2192 2221
2193 2222 pthread_spin_init.3c := LINKSRC = pthread_spin_destroy.3c
2194 2223
2195 2224 pthread_spin_trylock.3c := LINKSRC = pthread_spin_lock.3c
2196 2225
2197 2226 fputs.3c := LINKSRC = puts.3c
2198 2227
2199 2228 rand_r.3c := LINKSRC = rand.3c
2200 2229 srand.3c := LINKSRC = rand.3c
2201 2230
2202 2231 initstate.3c := LINKSRC = random.3c
2203 2232 setstate.3c := LINKSRC = random.3c
2204 2233 srandom.3c := LINKSRC = random.3c
2205 2234
2206 2235 rctlblk_get_enforced_value.3c := LINKSRC = rctlblk_set_value.3c
2207 2236 rctlblk_get_firing_time.3c := LINKSRC = rctlblk_set_value.3c
2208 2237 rctlblk_get_global_action.3c := LINKSRC = rctlblk_set_value.3c
2209 2238 rctlblk_get_global_flags.3c := LINKSRC = rctlblk_set_value.3c
2210 2239 rctlblk_get_local_action.3c := LINKSRC = rctlblk_set_value.3c
2211 2240 rctlblk_get_local_flags.3c := LINKSRC = rctlblk_set_value.3c
2212 2241 rctlblk_get_privilege.3c := LINKSRC = rctlblk_set_value.3c
2213 2242 rctlblk_get_recipient_pid.3c := LINKSRC = rctlblk_set_value.3c
2214 2243 rctlblk_get_value.3c := LINKSRC = rctlblk_set_value.3c
↓ open down ↓ |
373 lines elided |
↑ open up ↑ |
2215 2244 rctlblk_set_local_action.3c := LINKSRC = rctlblk_set_value.3c
2216 2245 rctlblk_set_local_flags.3c := LINKSRC = rctlblk_set_value.3c
2217 2246 rctlblk_set_privilege.3c := LINKSRC = rctlblk_set_value.3c
2218 2247 rctlblk_set_recipient_pid.3c := LINKSRC = rctlblk_set_value.3c
2219 2248 rctlblk_size.3c := LINKSRC = rctlblk_set_value.3c
2220 2249
2221 2250 re_exec.3c := LINKSRC = re_comp.3c
2222 2251
2223 2252 readdir_r.3c := LINKSRC = readdir.3c
2224 2253
2254 +recvfrom.3c := LINKSRC = recv.3c
2255 +recvmsg.3c := LINKSRC = recv.3c
2256 +
2225 2257 regex.3c := LINKSRC = regcmp.3c
2226 2258
2227 2259 regerror.3c := LINKSRC = regcomp.3c
2228 2260 regexec.3c := LINKSRC = regcomp.3c
2229 2261 regfree.3c := LINKSRC = regcomp.3c
2230 2262
2231 2263 rw_rdlock.3c := LINKSRC = rwlock.3c
2232 2264 rw_tryrdlock.3c := LINKSRC = rwlock.3c
2233 2265 rw_trywrlock.3c := LINKSRC = rwlock.3c
2234 2266 rw_unlock.3c := LINKSRC = rwlock.3c
2235 2267 rw_wrlock.3c := LINKSRC = rwlock.3c
2236 2268 rwlock_destroy.3c := LINKSRC = rwlock.3c
2237 2269 rwlock_init.3c := LINKSRC = rwlock.3c
2238 2270
2239 2271 alphasort.3c := LINKSRC = scandir.3c
2240 2272
2241 2273 fscanf.3c := LINKSRC = scanf.3c
2242 2274 sscanf.3c := LINKSRC = scanf.3c
2243 2275 vfscanf.3c := LINKSRC = scanf.3c
2244 2276 vscanf.3c := LINKSRC = scanf.3c
2245 2277 vsscanf.3c := LINKSRC = scanf.3c
2246 2278
2247 2279 sched_get_priority_min.3c := LINKSRC = sched_get_priority_max.3c
2248 2280
2249 2281 schedctl_exit.3c := LINKSRC = schedctl_init.3c
2250 2282 schedctl_lookup.3c := LINKSRC = schedctl_init.3c
2251 2283 schedctl_start.3c := LINKSRC = schedctl_init.3c
2252 2284 schedctl_stop.3c := LINKSRC = schedctl_init.3c
2253 2285
2254 2286 FD_CLR.3c := LINKSRC = select.3c
2255 2287 FD_ISSET.3c := LINKSRC = select.3c
2256 2288 FD_SET.3c := LINKSRC = select.3c
2257 2289 FD_ZERO.3c := LINKSRC = select.3c
2258 2290 pselect.3c := LINKSRC = select.3c
2259 2291
↓ open down ↓ |
25 lines elided |
↑ open up ↑ |
2260 2292 sem_reltimedwait_np.3c := LINKSRC = sem_timedwait.3c
2261 2293
2262 2294 sem_trywait.3c := LINKSRC = sem_wait.3c
2263 2295
2264 2296 sema_destroy.3c := LINKSRC = semaphore.3c
2265 2297 sema_init.3c := LINKSRC = semaphore.3c
2266 2298 sema_post.3c := LINKSRC = semaphore.3c
2267 2299 sema_trywait.3c := LINKSRC = semaphore.3c
2268 2300 sema_wait.3c := LINKSRC = semaphore.3c
2269 2301
2302 +sendmsg.3c := LINKSRC = send.3c
2303 +sendto.3c := LINKSRC = send.3c
2304 +
2270 2305 setvbuf.3c := LINKSRC = setbuf.3c
2271 2306
2272 2307 setlinebuf.3c := LINKSRC = setbuffer.3c
2273 2308
2274 2309 longjmp.3c := LINKSRC = setjmp.3c
2275 2310 siglongjmp.3c := LINKSRC = setjmp.3c
2276 2311 sigsetjmp.3c := LINKSRC = setjmp.3c
2277 2312
2278 2313 sighold.3c := LINKSRC = signal.3c
2279 2314 sigignore.3c := LINKSRC = signal.3c
2280 2315 sigpause.3c := LINKSRC = signal.3c
2281 2316 sigrelse.3c := LINKSRC = signal.3c
↓ open down ↓ |
2 lines elided |
↑ open up ↑ |
2282 2317 sigset.3c := LINKSRC = signal.3c
2283 2318
2284 2319 sigaddset.3c := LINKSRC = sigsetops.3c
2285 2320 sigdelset.3c := LINKSRC = sigsetops.3c
2286 2321 sigemptyset.3c := LINKSRC = sigsetops.3c
2287 2322 sigfillset.3c := LINKSRC = sigsetops.3c
2288 2323 sigismember.3c := LINKSRC = sigsetops.3c
2289 2324
2290 2325 sigtimedwait.3c := LINKSRC = sigwaitinfo.3c
2291 2326
2327 +sockaddr_dl.3c := LINKSRC = sockaddr.3c
2328 +sockaddr_in.3c := LINKSRC = sockaddr.3c
2329 +sockaddr_in6.3c := LINKSRC = sockaddr.3c
2330 +sockaddr_ll.3c := LINKSRC = sockaddr.3c
2331 +sockaddr_storage.3c := LINKSRC = sockaddr.3c
2332 +sockaddr_un.3c := LINKSRC = sockaddr.3c
2333 +
2292 2334 gsignal.3c := LINKSRC = ssignal.3c
2293 2335
2294 2336 stderr.3c := LINKSRC = stdio.3c
2295 2337 stdin.3c := LINKSRC = stdio.3c
2296 2338 stdout.3c := LINKSRC = stdio.3c
2297 2339
2298 2340 sig2str.3c := LINKSRC = str2sig.3c
2299 2341
2300 2342 strcoll_l.3c := LINKSRC = strcoll.3c
2301 2343
2302 2344 strerror_l.3c := LINKSRC = strerror.3c
2303 2345 strerror_r.3c := LINKSRC = strerror.3c
2304 2346
2305 2347 strfmon_l.3c := LINKSRC = strfmon.3c
2306 2348
2307 2349 ascftime.3c := LINKSRC = strftime.3c
2308 2350 cftime.3c := LINKSRC = strftime.3c
2309 2351 strftime_l.3c := LINKSRC = strftime.3c
2310 2352
2311 2353 stpcpy.3c := LINKSRC = string.3c
2312 2354 stpncpy.3c := LINKSRC = string.3c
2313 2355 strcasecmp.3c := LINKSRC = string.3c
2314 2356 strcasecmp_l.3c := LINKSRC = string.3c
2315 2357 strcasestr.3c := LINKSRC = string.3c
2316 2358 strcasestr_l.3c := LINKSRC = string.3c
2317 2359 strcat.3c := LINKSRC = string.3c
2318 2360 strchr.3c := LINKSRC = string.3c
2319 2361 strchrnul.3c := LINKSRC = string.3c
2320 2362 strcmp.3c := LINKSRC = string.3c
2321 2363 strcpy.3c := LINKSRC = string.3c
2322 2364 strcspn.3c := LINKSRC = string.3c
2323 2365 strdup.3c := LINKSRC = string.3c
2324 2366 strdupa.3c := LINKSRC = string.3c
2325 2367 strlcat.3c := LINKSRC = string.3c
2326 2368 strlcpy.3c := LINKSRC = string.3c
2327 2369 strlen.3c := LINKSRC = string.3c
2328 2370 strncasecmp.3c := LINKSRC = string.3c
2329 2371 strncasecmp_l.3c := LINKSRC = string.3c
2330 2372 strncat.3c := LINKSRC = string.3c
2331 2373 strncmp.3c := LINKSRC = string.3c
2332 2374 strncpy.3c := LINKSRC = string.3c
2333 2375 strndup.3c := LINKSRC = string.3c
2334 2376 strndupa.3c := LINKSRC = string.3c
2335 2377 strnlen.3c := LINKSRC = string.3c
2336 2378 strnstr.3c := LINKSRC = string.3c
2337 2379 strpbrk.3c := LINKSRC = string.3c
2338 2380 strrchr.3c := LINKSRC = string.3c
2339 2381 strsep.3c := LINKSRC = string.3c
2340 2382 strspn.3c := LINKSRC = string.3c
2341 2383 strstr.3c := LINKSRC = string.3c
2342 2384 strtok.3c := LINKSRC = string.3c
2343 2385 strtok_r.3c := LINKSRC = string.3c
2344 2386
2345 2387 file_to_decimal.3c := LINKSRC = string_to_decimal.3c
2346 2388 func_to_decimal.3c := LINKSRC = string_to_decimal.3c
2347 2389
2348 2390 strptime_l.3c := LINKSRC = strptime.3c
2349 2391
2350 2392 atof.3c := LINKSRC = strtod.3c
2351 2393 strtof.3c := LINKSRC = strtod.3c
2352 2394 strtold.3c := LINKSRC = strtod.3c
2353 2395
2354 2396 strtoumax.3c := LINKSRC = strtoimax.3c
2355 2397
2356 2398 atoi.3c := LINKSRC = strtol.3c
2357 2399 atol.3c := LINKSRC = strtol.3c
2358 2400 atoll.3c := LINKSRC = strtol.3c
2359 2401 lltostr.3c := LINKSRC = strtol.3c
2360 2402 strtoll.3c := LINKSRC = strtol.3c
2361 2403 ulltostr.3c := LINKSRC = strtol.3c
2362 2404
2363 2405 strtoull.3c := LINKSRC = strtoul.3c
2364 2406
2365 2407 wstostr.3c := LINKSRC = strtows.3c
2366 2408
2367 2409 strxfrm_l.3c := LINKSRC = strxfrm.3c
2368 2410
2369 2411 closelog.3c := LINKSRC = syslog.3c
2370 2412 openlog.3c := LINKSRC = syslog.3c
2371 2413 setlogmask.3c := LINKSRC = syslog.3c
2372 2414
2373 2415 thr_setconcurrency.3c := LINKSRC = thr_getconcurrency.3c
2374 2416
2375 2417 thr_setprio.3c := LINKSRC = thr_getprio.3c
2376 2418
2377 2419 thr_getspecific.3c := LINKSRC = thr_keycreate.3c
2378 2420 thr_keycreate_once.3c := LINKSRC = thr_keycreate.3c
2379 2421 thr_setspecific.3c := LINKSRC = thr_keycreate.3c
2380 2422
2381 2423 thr_continue.3c := LINKSRC = thr_suspend.3c
2382 2424
2383 2425 timegm.3c := LINKSRC = mktime.3c
2384 2426
2385 2427 timer_getoverrun.3c := LINKSRC = timer_settime.3c
2386 2428 timer_gettime.3c := LINKSRC = timer_settime.3c
2387 2429
2388 2430 timerclear.3c := LINKSRC = timeradd.3c
2389 2431 timercmp.3c := LINKSRC = timeradd.3c
2390 2432 timerisset.3c := LINKSRC = timeradd.3c
2391 2433 timersub.3c := LINKSRC = timeradd.3c
2392 2434
2393 2435 timerfd_gettime.3c := LINKSRC = timerfd_create.3c
2394 2436 timerfd_settime.3c := LINKSRC = timerfd_create.3c
2395 2437
2396 2438 tempnam.3c := LINKSRC = tmpnam.3c
2397 2439 tmpnam_r.3c := LINKSRC = tmpnam.3c
2398 2440
2399 2441 tolower_l.3c := LINKSRC = tolower.3c
2400 2442
2401 2443 toupper_l.3c := LINKSRC = toupper.3c
2402 2444
2403 2445 towlower_l.3c := LINKSRC = towlower.3c
2404 2446
2405 2447 towupper_l.3c := LINKSRC = towupper.3c
2406 2448
2407 2449 ftruncate.3c := LINKSRC = truncate.3c
2408 2450
2409 2451 tdelete.3c := LINKSRC = tsearch.3c
2410 2452 tfind.3c := LINKSRC = tsearch.3c
2411 2453 twalk.3c := LINKSRC = tsearch.3c
2412 2454
2413 2455 tss_create.3c := LINKSRC = tss.3c
2414 2456 tss_delete.3c := LINKSRC = tss.3c
2415 2457 tss_get.3c := LINKSRC = tss.3c
2416 2458 tss_set.3c := LINKSRC = tss.3c
2417 2459
2418 2460 ttyname_r.3c := LINKSRC = ttyname.3c
2419 2461
2420 2462 uconv_u16tou8.3c := LINKSRC = uconv_u16tou32.3c
2421 2463 uconv_u32tou16.3c := LINKSRC = uconv_u16tou32.3c
2422 2464 uconv_u32tou8.3c := LINKSRC = uconv_u16tou32.3c
2423 2465 uconv_u8tou16.3c := LINKSRC = uconv_u16tou32.3c
2424 2466 uconv_u8tou32.3c := LINKSRC = uconv_u16tou32.3c
2425 2467
2426 2468 ucred_free.3c := LINKSRC = ucred.3c
2427 2469 ucred_get.3c := LINKSRC = ucred.3c
2428 2470 ucred_getegid.3c := LINKSRC = ucred.3c
2429 2471 ucred_geteuid.3c := LINKSRC = ucred.3c
2430 2472 ucred_getgroups.3c := LINKSRC = ucred.3c
2431 2473 ucred_getlabel.3c := LINKSRC = ucred.3c
2432 2474 ucred_getpflags.3c := LINKSRC = ucred.3c
2433 2475 ucred_getpid.3c := LINKSRC = ucred.3c
2434 2476 ucred_getprivset.3c := LINKSRC = ucred.3c
2435 2477 ucred_getprojid.3c := LINKSRC = ucred.3c
2436 2478 ucred_getrgid.3c := LINKSRC = ucred.3c
2437 2479 ucred_getruid.3c := LINKSRC = ucred.3c
2438 2480 ucred_getsgid.3c := LINKSRC = ucred.3c
2439 2481 ucred_getsuid.3c := LINKSRC = ucred.3c
2440 2482 ucred_getzoneid.3c := LINKSRC = ucred.3c
2441 2483 ucred_size.3c := LINKSRC = ucred.3c
2442 2484
2443 2485 vswprintf.3c := LINKSRC = vfwprintf.3c
2444 2486 vwprintf.3c := LINKSRC = vfwprintf.3c
2445 2487
2446 2488 vasprintf.3c := LINKSRC = vprintf.3c
2447 2489 vfprintf.3c := LINKSRC = vprintf.3c
2448 2490 vsnprintf.3c := LINKSRC = vprintf.3c
2449 2491 vsprintf.3c := LINKSRC = vprintf.3c
2450 2492
2451 2493 wait4.3c := LINKSRC = wait3.3c
2452 2494
2453 2495 addrtosymstr.3c := LINKSRC = walkcontext.3c
2454 2496 backtrace.3c := LINKSRC = walkcontext.3c
2455 2497 backtrace_symbols.3c := LINKSRC = walkcontext.3c
2456 2498 backtrace_symbols_fd.3c := LINKSRC = walkcontext.3c
2457 2499 printstack.3c := LINKSRC = walkcontext.3c
2458 2500
2459 2501 wcpncpy.3c := LINKSRC = wcpcpy.3c
2460 2502
2461 2503 wcrtomb_l.3c := LINKSRC = wcrtomb.3c
2462 2504
2463 2505 wcscasecmp_l.3c := LINKSRC = wcscasecmp.3c
2464 2506 wcsncasecmp.3c := LINKSRC = wcscasecmp.3c
2465 2507 wcsncasecmp_l.3c := LINKSRC = wcscasecmp.3c
2466 2508
2467 2509 wcscoll_l.3c := LINKSRC = wcscoll.3c
2468 2510 wscoll.3c := LINKSRC = wcscoll.3c
2469 2511
2470 2512 wcsnlen.3c := LINKSRC = wcslen.3c
2471 2513
2472 2514 wcsnrtombs.3c := LINKSRC = wcsrtombs.3c
2473 2515 wcsnrtombs_l.3c := LINKSRC = wcsrtombs.3c
2474 2516 wcsrtombs_l.3c := LINKSRC = wcsrtombs.3c
2475 2517
2476 2518 watof.3c := LINKSRC = wcstod.3c
2477 2519 wcstof.3c := LINKSRC = wcstod.3c
2478 2520 wcstold.3c := LINKSRC = wcstod.3c
2479 2521 wstod.3c := LINKSRC = wcstod.3c
2480 2522
2481 2523 wcstoumax.3c := LINKSRC = wcstoimax.3c
2482 2524
2483 2525 watoi.3c := LINKSRC = wcstol.3c
2484 2526 watol.3c := LINKSRC = wcstol.3c
2485 2527 watoll.3c := LINKSRC = wcstol.3c
2486 2528 wcstoll.3c := LINKSRC = wcstol.3c
2487 2529 wstol.3c := LINKSRC = wcstol.3c
2488 2530
2489 2531 wcstombs_l.3c := LINKSRC = wcstombs.3c
2490 2532
2491 2533 wcstoull.3c := LINKSRC = wcstoul.3c
2492 2534
2493 2535 wcscat.3c := LINKSRC = wcstring.3c
2494 2536 wcschr.3c := LINKSRC = wcstring.3c
2495 2537 wcscmp.3c := LINKSRC = wcstring.3c
2496 2538 wcscpy.3c := LINKSRC = wcstring.3c
2497 2539 wcscspn.3c := LINKSRC = wcstring.3c
2498 2540 wcsncat.3c := LINKSRC = wcstring.3c
2499 2541 wcsncmp.3c := LINKSRC = wcstring.3c
2500 2542 wcsncpy.3c := LINKSRC = wcstring.3c
2501 2543 wcspbrk.3c := LINKSRC = wcstring.3c
2502 2544 wcsrchr.3c := LINKSRC = wcstring.3c
2503 2545 wcsspn.3c := LINKSRC = wcstring.3c
2504 2546 wcstok.3c := LINKSRC = wcstring.3c
2505 2547 wcswcs.3c := LINKSRC = wcstring.3c
2506 2548 windex.3c := LINKSRC = wcstring.3c
2507 2549 wrindex.3c := LINKSRC = wcstring.3c
2508 2550 wscat.3c := LINKSRC = wcstring.3c
2509 2551 wschr.3c := LINKSRC = wcstring.3c
2510 2552 wscmp.3c := LINKSRC = wcstring.3c
2511 2553 wscpy.3c := LINKSRC = wcstring.3c
2512 2554 wscspn.3c := LINKSRC = wcstring.3c
2513 2555 wslen.3c := LINKSRC = wcstring.3c
2514 2556 wsncat.3c := LINKSRC = wcstring.3c
2515 2557 wsncmp.3c := LINKSRC = wcstring.3c
2516 2558 wsncpy.3c := LINKSRC = wcstring.3c
2517 2559 wspbrk.3c := LINKSRC = wcstring.3c
2518 2560 wsrchr.3c := LINKSRC = wcstring.3c
2519 2561 wsspn.3c := LINKSRC = wcstring.3c
2520 2562 wstok.3c := LINKSRC = wcstring.3c
2521 2563 wscasecmp.3c := LINKSRC = wstring.3c
2522 2564 wscol.3c := LINKSRC = wstring.3c
2523 2565 wsdup.3c := LINKSRC = wstring.3c
2524 2566 wsncasecmp.3c := LINKSRC = wstring.3c
2525 2567
2526 2568 wcswidth_l.3c := LINKSRC = wcswidth.3c
2527 2569
2528 2570 wsxfrm.3c := LINKSRC = wcsxfrm.3c
2529 2571
2530 2572 wctob_l.3c := LINKSRC = wctob.3c
2531 2573
2532 2574 wctomb_l.3c := LINKSRC = wctomb.3c
2533 2575
2534 2576 towctrans.3c := LINKSRC = wctrans.3c
2535 2577 towctrans_l.3c := LINKSRC = wctrans.3c
2536 2578 wctrans_l.3c := LINKSRC = wctrans.3c
2537 2579
2538 2580 wctype_l.3c := LINKSRC = wctype.3c
2539 2581
2540 2582 wcwidth_l.3c := LINKSRC = wcwidth.3c
2541 2583
2542 2584 wordfree.3c := LINKSRC = wordexp.3c
2543 2585
2544 2586 .KEEP_STATE:
2545 2587
2546 2588 include $(SRC)/man/Makefile.man
2547 2589
2548 2590 install: $(ROOTMANFILES) $(ROOTMANLINKS)
↓ open down ↓ |
247 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX