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