mirror of git://sourceware.org/git/glibc.git
2003-06-11 Ulrich Drepper <drepper@redhat.com> * time/tzfile.c: Add a couple of __builtin_expect. Remove warnings gcc 3.3 shows. * argp/argp-help.c (hol_entry_short_iterate): Don't inline. * elf/dl-load.c (fillin_rpath): Likewise. (add_path): Likewise. * elf/dl-version.c (find_needed): Always inline. * elf/do-lookup.c (FCT): Don't inline. * iconv/Makefile: Extend vpath to intl subdir. (iconvconfig-modules): Add hash-string. * iconv/gconv_charset.h (strip): Don't inline. (upstr): Always inline. Move __gconv_compare_alias prototype to... * iconv/gconv_int.h: ...here. * iconv/gconv_db.c: Don't include gconv_charset.h. * iconv/gconv_conf.c (add_alias): Don't inline. (insert_module): Likewise. * iconv/gconv_simple.c (internal_ucs4_loop): Always inline. (internal_ucs4_loop_unaligned): Likewise. (internal_ucs4_loop_single): Likewise. (ucs4_internal_loop): Likewise. (ucs4_internal_loop_unaligned): Likewise. (ucs4_internal_loop_single): Likewise. (internal_ucs4le_loop): Always inline. (internal_ucs4le_loop_unaligned): Likewise. (internal_ucs4le_loop_single): Likewise. (ucs4le_internal_loop): Likewise. (ucs4le_internal_loop_unaligned): Likewise. (ucs4le_internal_loop_single): Likewise. * iconv/loop.c: Always inline the defined functions. * iconvdata/cns11642.h: Likewise. * iconvdata/cns11642l1.h: Likewise. * iconvdata/euc-kr.c: Likewise. * iconvdata/gb2312.h: Likewise. * iconvdata/jis0201.h: Likewise. * iconvdata/jis0208.h: Likewise. * iconvdata/jis0212.h: Likewise. * iconvdata/jisx0213.h: Likewise. * iconvdata/ksc5601.h: Likewise. * iconvdata/utf-7.c (base64): Don't inline. * include/libc-symbols.h (symbol_set_first_element): Add cast (symbol_set_end_p): Likewise. * include/set-hooks (RUN_HOOK): Likewise. * inet/Makefile (aux): Add ifreq. * intl/Makefile (aux): Add some entries from routines. Add hash-string. * intl/hash-string.c: New file. * intl/hash-string.h: Remove hash_string definition. Declare __hash_string. * iconv/gconv_cache.c (find_module_idx): Adjust hash_string caller. * iconv/iconvconfig.c (new_name): Likewise. * intl/dcigettext.c (_nl_find_msg): Likewise. * intl/loadmsgcat.c (_nl_load_domain): Likewise. * io/ftw.c (open_dir_stream): Always inline. (process_entry): Don't inline. * locale/findlocale.c: Include gconv_int.h. * locale/setlocale.c (new_composite_name): Don't inline. * locale/weight.h (findidx): Always inline. * locale/weightwc.h (findidx): Likewise. * locale/programs/linereader.c (lr_ignore_rest): Define here. * locale/programs/linereader.h (lr_ignore_rest): Don't define here, just declare it. (lr_getc): Always inline. (lr_ungetc): Likewise. * nss/nss_files/files-parse.c (parse_list): Likewise. * stdio-common/Makefile (aux): Add printf-parsemb and printf-parsewc. * stdio-common/_itoa.h (_itoa_word): Always inline. (_fitoa_word, _fitoa): Don't define here, only declare. * stdio-common/_itoa.c (_iftoa_word): Add here. (_fitoa): Likewise. * stdio-common/_itowa.h (_itowa_word): Always inline. * stdio-common/printf-parse.h (read_int): Don't inline. (find_spec): Don't define. Declare __find_specmb and __find_specwc. (parse_one_spec): Don't define. Declare __parse_one_specmb and __parse_one_specwc. * stdio-common/printf-parsemb.c: New file. * stdio-common/printf-parsewc.c: New file. * stdio-common/vfprintf.c: Update calls to find_spec and parse_one_spec for new names. * stdio-common/printf-prs.c: Likewise. Define DONT_NEED_READ_INT. * stdlib/Makefile (aux): Add grouping and groupingwc. * stdlib/grouping.c: New file. * stdlib/groupingwc.c: New file. * stdlib/grouping.h (correctly_grouped_prefix): Don't define here. Just prototype. * stdlib/rpmatch.c (try): Don't inline. * stdlib/strtod.c (round_and_return): Don't line. (str_to_mpn): Likewise. (__mpn_lshift_1): Always inline. Optimize only for constant count. Adjust for name change of correctly_grouped_prefix. * sysdeps/generic/strtol.c: Adjust for name change of correctly_grouped_prefix. * string/strxfrm.c (utf8_encode): Don't inline. * sysdeps/generic/dl-cache.c: Define _dl_cache_libcmp. * sysdeps/generic/dl-cache.h: Just declare _dl_cache_libcmp. * sysdeps/generic/ifreq.c: New file. * sysdeps/unix/sysv/linux/ifreq.c: New file. * sysdeps/generic/ifreq.h (__ifreq): Only declare here. * sysdeps/unix/sysv/linux/ifreq.h: Likewise. * sysdeps/generic/ldsodefs.h (_dl_name_match_p): Always inline. * sysdeps/generic/unwind-dw2-fde.c (start_fde_sort): Don't inline. (fde_split): Likewise. (fde_merge): Likewise. (end_fde_sort): Likewise. (init_object): Likewise. (binary_search_unencoded_fdes): Likewise. (binary_search_single_encoding_fdes): Likewise. (binary_search_mixed_encoding_fdes): Likewise. * sysdeps/generic/wordexp.c (w_addchar): Don't inline. * sysdeps/i386/dl-machine.c (elf_machine_runtime_setup): Always inline. * sysdeps/posix/sprofil.c (profil_count): Don't inline. * sysdeps/unix/sysv/linux/Makefile [subdir=io] (sysdep_routines): Add xstatconv. * sysdeps/unix/sysv/linux/xstatconv.h: New file. * sysdeps/unix/sysv/linux/xstatconv.c: Don't inline the function. Export them. Prepend __ to name. * sysdeps/unix/sysv/linux/Dist: Add xstatconv.h. * sysdeps/unix/sysv/linux/fxstat.c: Adjust for name change of conversion functions. * sysdeps/unix/sysv/linux/fxstat64.c: Likewise. * sysdeps/unix/sysv/linux/lxstat.c: Likewise. * sysdeps/unix/sysv/linux/lxstat64.c: Likewise. * sysdeps/unix/sysv/linux/xstat.c: Likewise. * sysdeps/unix/sysv/linux/xstat64.c: Likewise. * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise. * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise. * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise. * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max, __statfs_filesize_max, __statfs_symlinks): Define here. __ prepended to name. Change callers. * sysdeps/unix/sysv/linux/pathconf.h (__statfs_link_max, __statfs_filesize_max, __statfs_symlinks): Don't define here, just declare. * sysdeps/unix/sysv/linux/fpathconf.c: Change all callers. * time/tzfile.c (decode): Always inline. * wcsmbs/wcsnrtombs.c: Change type of inbuf to unsigned char*. Remove cast in tomb function call. * wcsmbs/wcsrtombs.c Likewise. * wcsmbs/wcstob.c: Introduce new temp variable to take pointer in tomb function call. |
||
|---|---|---|
| .. | ||
| bits | ||
| elf | ||
| net | ||
| netinet | ||
| sys | ||
| Dist | ||
| Makefile | ||
| _G_config.h | ||
| __longjmp.c | ||
| _exit.c | ||
| _strerror.c | ||
| a.out.h | ||
| abort-instr.h | ||
| abort.c | ||
| accept.c | ||
| access.c | ||
| acct.c | ||
| add_n.c | ||
| addmul_1.c | ||
| adjtime.c | ||
| aio_cancel.c | ||
| aio_fsync.c | ||
| aio_misc.c | ||
| aio_misc.h | ||
| aio_notify.c | ||
| aio_read.c | ||
| aio_read64.c | ||
| aio_sigqueue.c | ||
| aio_suspend.c | ||
| aio_write.c | ||
| aio_write64.c | ||
| alarm.c | ||
| allocalim.h | ||
| allocrtsig.c | ||
| alphasort64.c | ||
| asm-syntax.h | ||
| atomicity.h | ||
| backtrace.c | ||
| backtracesyms.c | ||
| backtracesymsfd.c | ||
| bb_init_func.c | ||
| bcopy.c | ||
| bind.c | ||
| bp-checks.h | ||
| bp-semctl.h | ||
| bp-start.h | ||
| bp-sym.h | ||
| bp-thunks.h | ||
| brdinit.c | ||
| brk.c | ||
| bsd-_setjmp.c | ||
| bsd-setjmp.c | ||
| bzero.c | ||
| chdir.c | ||
| check_fds.c | ||
| check_pf.c | ||
| chflags.c | ||
| chmod.c | ||
| chown.c | ||
| chroot.c | ||
| clock.c | ||
| clock_getcpuclockid.c | ||
| clock_getres.c | ||
| clock_gettime.c | ||
| clock_nanosleep.c | ||
| clock_settime.c | ||
| close.c | ||
| closedir.c | ||
| cmp.c | ||
| configure | ||
| configure.in | ||
| confstr.h | ||
| connect.c | ||
| console.c | ||
| creat.c | ||
| creat64.c | ||
| ctermid.c | ||
| cuserid.c | ||
| dbl2mpn.c | ||
| det_endian.c | ||
| device-nrs.h | ||
| dirfd.c | ||
| dirstream.h | ||
| div.c | ||
| divmod_1.c | ||
| divrem.c | ||
| dl-brk.c | ||
| dl-cache.c | ||
| dl-cache.h | ||
| dl-dtprocnum.h | ||
| dl-environ.c | ||
| dl-fptr.c | ||
| dl-fptr.h | ||
| dl-hash.h | ||
| dl-iteratephdr-static.c | ||
| dl-librecon.h | ||
| dl-lookupcfg.h | ||
| dl-machine.h | ||
| dl-origin.c | ||
| dl-osinfo.h | ||
| dl-procinfo.c | ||
| dl-procinfo.h | ||
| dl-sbrk.c | ||
| dl-symaddr.c | ||
| dl-sysdep.c | ||
| dl-sysdep.h | ||
| dl-tls.c | ||
| dl-tls.h | ||
| dup.c | ||
| dup2.c | ||
| dwarf2.h | ||
| e_acoshl.c | ||
| e_acosl.c | ||
| e_asinl.c | ||
| e_atan2l.c | ||
| e_atanhl.c | ||
| e_coshl.c | ||
| e_exp2l.c | ||
| e_exp10.c | ||
| e_exp10f.c | ||
| e_exp10l.c | ||
| e_expl.c | ||
| e_fmodl.c | ||
| e_gammal_r.c | ||
| e_hypotl.c | ||
| e_j0l.c | ||
| e_j1l.c | ||
| e_jnl.c | ||
| e_lgammal_r.c | ||
| e_log2l.c | ||
| e_log10l.c | ||
| e_logl.c | ||
| e_powl.c | ||
| e_rem_pio2l.c | ||
| e_scalb.c | ||
| e_scalbf.c | ||
| e_scalbl.c | ||
| e_sinhl.c | ||
| e_sqrtl.c | ||
| enbl-secure.c | ||
| endutxent.c | ||
| entry.h | ||
| environ.c | ||
| errlist.c | ||
| errno-loc.c | ||
| errno.c | ||
| errqueue.h | ||
| euidaccess.c | ||
| exc2signal.c | ||
| execve.c | ||
| fattach.c | ||
| fchdir.c | ||
| fchflags.c | ||
| fchmod.c | ||
| fchown.c | ||
| fclrexcpt.c | ||
| fcntl.c | ||
| fd_to_filename.h | ||
| fdatasync.c | ||
| fdetach.c | ||
| fedisblxcpt.c | ||
| feenablxcpt.c | ||
| fegetenv.c | ||
| fegetexcept.c | ||
| fegetround.c | ||
| feholdexcpt.c | ||
| fesetenv.c | ||
| fesetround.c | ||
| feupdateenv.c | ||
| fexecve.c | ||
| ffs.c | ||
| ffsll.c | ||
| fgetexcptflg.c | ||
| fgetxattr.c | ||
| flistxattr.c | ||
| flock.c | ||
| flockfile.c | ||
| fork.c | ||
| fork.h | ||
| fpathconf.c | ||
| fpu_control.c | ||
| fpu_control.h | ||
| fraiseexcpt.c | ||
| frame.h | ||
| framestate.c | ||
| fremovexattr.c | ||
| fsetexcptflg.c | ||
| fsetxattr.c | ||
| fstatfs.c | ||
| fstatfs64.c | ||
| fstatvfs.c | ||
| fstatvfs64.c | ||
| fsync.c | ||
| ftestexcept.c | ||
| ftime.c | ||
| ftruncate.c | ||
| ftruncate64.c | ||
| ftrylockfile.c | ||
| funlockfile.c | ||
| futimes.c | ||
| fxstat.c | ||
| fxstat64.c | ||
| gai_sigqueue.c | ||
| gai_strerror.c | ||
| gccframe.h | ||
| get_clockfreq.c | ||
| getaddrinfo.c | ||
| getclktck.c | ||
| getcontext.c | ||
| getcwd.c | ||
| getdents.c | ||
| getdents64.c | ||
| getdomain.c | ||
| getdtsz.c | ||
| getegid.c | ||
| getenv.c | ||
| geteuid.c | ||
| getgid.c | ||
| getgroups.c | ||
| gethostid.c | ||
| gethostname.c | ||
| getitimer.c | ||
| getloadavg.c | ||
| getlogin.c | ||
| getlogin_r.c | ||
| getmsg.c | ||
| getpagesize.c | ||
| getpeername.c | ||
| getpgid.c | ||
| getpgrp.c | ||
| getpid.c | ||
| getpmsg.c | ||
| getppid.c | ||
| getpriority.c | ||
| getpt.c | ||
| getresgid.c | ||
| getresuid.c | ||
| getrlimit.c | ||
| getrlimit64.c | ||
| getrusage.c | ||
| getsid.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| getsysstats.c | ||
| gettimeofday.c | ||
| getuid.c | ||
| getutmp.c | ||
| getutmpx.c | ||
| getutxent.c | ||
| getutxid.c | ||
| getutxline.c | ||
| getxattr.c | ||
| glob.c | ||
| glob64.c | ||
| gmp-mparam.h | ||
| grantpt.c | ||
| group_member.c | ||
| gtty.c | ||
| herrno-loc.c | ||
| hp-timing.h | ||
| htonl.c | ||
| htons.c | ||
| if_index.c | ||
| ifaddrs.c | ||
| ifreq.c | ||
| ifreq.h | ||
| init-first.c | ||
| init-posix.c | ||
| initfini.c | ||
| inlines.c | ||
| intr-msg.h | ||
| inttypes.h | ||
| ioctl.c | ||
| isastream.c | ||
| isatty.c | ||
| isfdtype.c | ||
| jmp-unwind.c | ||
| k_cosl.c | ||
| k_rem_pio2l.c | ||
| k_sincosl.c | ||
| k_sinl.c | ||
| k_tanl.c | ||
| kill.c | ||
| killpg.c | ||
| labs.c | ||
| lchmod.c | ||
| lchown.c | ||
| ldbl2mpn.c | ||
| ldconfig.h | ||
| ldiv.c | ||
| ldsodefs.h | ||
| lgetxattr.c | ||
| libc-start.c | ||
| libc-tls.c | ||
| libc_fatal.c | ||
| libm-test-ulps | ||
| link.c | ||
| lio_listio.c | ||
| lio_listio64.c | ||
| listen.c | ||
| listxattr.c | ||
| llabs.c | ||
| lldiv.c | ||
| llistxattr.c | ||
| lockf.c | ||
| lockf64.c | ||
| longjmp-ts.c | ||
| longjmp.c | ||
| lremovexattr.c | ||
| lseek.c | ||
| lseek64.c | ||
| lsetxattr.c | ||
| lshift.c | ||
| lutimes.c | ||
| lxstat.c | ||
| lxstat64.c | ||
| machine-gmon.h | ||
| machine-lock.h | ||
| machine-sp.h | ||
| madvise.c | ||
| makecontext.c | ||
| math_ldbl.h | ||
| memccpy.c | ||
| memchr.c | ||
| memcmp.c | ||
| memcopy.h | ||
| memcpy.c | ||
| memmem.c | ||
| memmove.c | ||
| mempcpy.c | ||
| memrchr.c | ||
| memset.c | ||
| memusage.h | ||
| mig-reply.c | ||
| mincore.c | ||
| mkdir.c | ||
| mkfifo.c | ||
| mknod.c | ||
| mlock.c | ||
| mlockall.c | ||
| mmap.c | ||
| mmap64.c | ||
| mod_1.c | ||
| morecore.c | ||
| mp_clz_tab.c | ||
| mpn2dbl.c | ||
| mpn2flt.c | ||
| mpn2ldbl.c | ||
| mprotect.c | ||
| msgctl.c | ||
| msgget.c | ||
| msgrcv.c | ||
| msgsnd.c | ||
| msync.c | ||
| mul.c | ||
| mul_1.c | ||
| mul_n.c | ||
| munlock.c | ||
| munlockall.c | ||
| munmap.c | ||
| nanosleep.c | ||
| nice.c | ||
| not-cancel.h | ||
| nscd-types.h | ||
| open.c | ||
| open64.c | ||
| opendir.c | ||
| opensock.c | ||
| pagecopy.h | ||
| pathconf.c | ||
| paths.h | ||
| pause.c | ||
| pipe.c | ||
| poll.c | ||
| posix_fadvise.c | ||
| posix_fadvise64.c | ||
| posix_fallocate.c | ||
| posix_fallocate64.c | ||
| pread.c | ||
| pread64.c | ||
| printf_fphex.c | ||
| prof-freq.c | ||
| profil-counter.h | ||
| profil.c | ||
| pselect.c | ||
| ptrace.c | ||
| ptsname.c | ||
| pty-private.h | ||
| putenv.c | ||
| putmsg.c | ||
| putpmsg.c | ||
| pututxline.c | ||
| pwrite.c | ||
| pwrite64.c | ||
| raise.c | ||
| rawmemchr.c | ||
| read.c | ||
| readdir.c | ||
| readdir64.c | ||
| readdir64_r.c | ||
| readdir_r.c | ||
| readelflib.c | ||
| readlink.c | ||
| readv.c | ||
| reboot.c | ||
| recv.c | ||
| recvfrom.c | ||
| recvmsg.c | ||
| register-dump.h | ||
| remap_file_pages.c | ||
| remove.c | ||
| removexattr.c | ||
| rename.c | ||
| res-state.c | ||
| revoke.c | ||
| rewinddir.c | ||
| rmdir.c | ||
| rshift.c | ||
| s_asinhl.c | ||
| s_atanl.c | ||
| s_cacos.c | ||
| s_cacosf.c | ||
| s_cacosh.c | ||
| s_cacoshf.c | ||
| s_cacoshl.c | ||
| s_cacosl.c | ||
| s_casin.c | ||
| s_casinf.c | ||
| s_casinh.c | ||
| s_casinhf.c | ||
| s_casinhl.c | ||
| s_casinl.c | ||
| s_catan.c | ||
| s_catanf.c | ||
| s_catanh.c | ||
| s_catanhf.c | ||
| s_catanhl.c | ||
| s_catanl.c | ||
| s_cbrtl.c | ||
| s_ccos.c | ||
| s_ccosf.c | ||
| s_ccosh.c | ||
| s_ccoshf.c | ||
| s_ccoshl.c | ||
| s_ccosl.c | ||
| s_cexp.c | ||
| s_cexpf.c | ||
| s_cexpl.c | ||
| s_clog.c | ||
| s_clog10.c | ||
| s_clog10f.c | ||
| s_clog10l.c | ||
| s_clogf.c | ||
| s_clogl.c | ||
| s_cpow.c | ||
| s_cpowf.c | ||
| s_cpowl.c | ||
| s_cproj.c | ||
| s_cprojf.c | ||
| s_cprojl.c | ||
| s_csin.c | ||
| s_csinf.c | ||
| s_csinh.c | ||
| s_csinhf.c | ||
| s_csinhl.c | ||
| s_csinl.c | ||
| s_csqrt.c | ||
| s_csqrtf.c | ||
| s_csqrtl.c | ||
| s_ctan.c | ||
| s_ctanf.c | ||
| s_ctanh.c | ||
| s_ctanhf.c | ||
| s_ctanhl.c | ||
| s_ctanl.c | ||
| s_erfl.c | ||
| s_expm1l.c | ||
| s_fdim.c | ||
| s_fdimf.c | ||
| s_fdiml.c | ||
| s_fma.c | ||
| s_fmaf.c | ||
| s_fmal.c | ||
| s_fmax.c | ||
| s_fmaxf.c | ||
| s_fmaxl.c | ||
| s_fmin.c | ||
| s_fminf.c | ||
| s_fminl.c | ||
| s_ldexp.c | ||
| s_ldexpf.c | ||
| s_ldexpl.c | ||
| s_log1pl.c | ||
| s_nan.c | ||
| s_nanf.c | ||
| s_nanl.c | ||
| s_nextafter.c | ||
| s_nexttowardf.c | ||
| s_nexttowardl.c | ||
| s_significand.c | ||
| s_significandf.c | ||
| s_significandl.c | ||
| s_tanhl.c | ||
| sbrk.c | ||
| scandir64.c | ||
| sched_getaffinity.c | ||
| sched_getp.c | ||
| sched_gets.c | ||
| sched_primax.c | ||
| sched_primin.c | ||
| sched_rr_gi.c | ||
| sched_setaffinity.c | ||
| sched_setp.c | ||
| sched_sets.c | ||
| sched_yield.c | ||
| seekdir.c | ||
| segfault.c | ||
| select.c | ||
| semctl.c | ||
| semget.c | ||
| semop.c | ||
| semtimedop.c | ||
| send.c | ||
| sendfile.c | ||
| sendfile64.c | ||
| sendmsg.c | ||
| sendto.c | ||
| setcontext.c | ||
| setdomain.c | ||
| setegid.c | ||
| setenv.c | ||
| seteuid.c | ||
| setfpucw.c | ||
| setgid.c | ||
| setgroups.c | ||
| sethostid.c | ||
| sethostname.c | ||
| setitimer.c | ||
| setjmp.c | ||
| setlogin.c | ||
| setpgid.c | ||
| setpgrp.c | ||
| setpriority.c | ||
| setregid.c | ||
| setresgid.c | ||
| setresuid.c | ||
| setreuid.c | ||
| setrlimit.c | ||
| setrlimit64.c | ||
| setsid.c | ||
| setsockopt.c | ||
| settimeofday.c | ||
| setuid.c | ||
| setutxent.c | ||
| setxattr.c | ||
| shm_open.c | ||
| shm_unlink.c | ||
| shmat.c | ||
| shmctl.c | ||
| shmdt.c | ||
| shmget.c | ||
| shutdown.c | ||
| sigaction.c | ||
| sigaltstack.c | ||
| sigblock.c | ||
| sigcontextinfo.h | ||
| sigfillset.c | ||
| sigignore.c | ||
| sigintr.c | ||
| sigjmp.c | ||
| siglist.c | ||
| siglist.h | ||
| signal.c | ||
| signame.c | ||
| signame.h | ||
| sigpause.c | ||
| sigpending.c | ||
| sigprocmask.c | ||
| sigqueue.c | ||
| sigreturn.c | ||
| sigset-cvt-mask.h | ||
| sigset.c | ||
| sigsetmask.c | ||
| sigstack.c | ||
| sigsuspend.c | ||
| sigtimedwait.c | ||
| sigvec.c | ||
| sigwait.c | ||
| sigwaitinfo.c | ||
| sleep.c | ||
| sockatmark.c | ||
| socket.c | ||
| socketpair.c | ||
| spawni.c | ||
| speed.c | ||
| sprofil.c | ||
| sstk.c | ||
| stackinfo.h | ||
| start.c | ||
| statfs.c | ||
| statfs64.c | ||
| statvfs.c | ||
| statvfs64.c | ||
| stdint.h | ||
| stime.c | ||
| stpcpy.c | ||
| stpncpy.c | ||
| strcasecmp.c | ||
| strcasecmp_l.c | ||
| strcasestr.c | ||
| strcat.c | ||
| strchr.c | ||
| strchrnul.c | ||
| strcmp.c | ||
| strcpy.c | ||
| strcspn.c | ||
| string-inlines.c | ||
| strlen.c | ||
| strncase.c | ||
| strncase_l.c | ||
| strncat.c | ||
| strncmp.c | ||
| strncpy.c | ||
| strnlen.c | ||
| strpbrk.c | ||
| strrchr.c | ||
| strsep.c | ||
| strspn.c | ||
| strstr.c | ||
| strtoimax.c | ||
| strtok.c | ||
| strtok_r.c | ||
| strtol.c | ||
| strtol_l.c | ||
| strtold.c | ||
| strtoll.c | ||
| strtoll_l.c | ||
| strtoul.c | ||
| strtoul_l.c | ||
| strtoull.c | ||
| strtoull_l.c | ||
| strtoumax.c | ||
| strtsupp.c | ||
| stty.c | ||
| sub_n.c | ||
| submul_1.c | ||
| swapcontext.c | ||
| swapoff.c | ||
| swapon.c | ||
| symlink.c | ||
| sync.c | ||
| syscall.c | ||
| sysconf.c | ||
| sysdep-cancel.h | ||
| sysdep.c | ||
| sysdep.h | ||
| system.c | ||
| sysv_signal.c | ||
| t_sincosl.c | ||
| tcdrain.c | ||
| tcflow.c | ||
| tcflush.c | ||
| tcgetattr.c | ||
| tcgetpgrp.c | ||
| tcsendbrk.c | ||
| tcsetattr.c | ||
| tcsetpgrp.c | ||
| telldir.c | ||
| tempname.c | ||
| testrtsig.h | ||
| thread_state.h | ||
| time.c | ||
| timer_create.c | ||
| timer_delete.c | ||
| timer_getoverr.c | ||
| timer_gettime.c | ||
| timer_settime.c | ||
| times.c | ||
| tls.h | ||
| tmpfile.c | ||
| tmpfile64.c | ||
| trampoline.c | ||
| truncate.c | ||
| truncate64.c | ||
| tst-timer.c | ||
| ttyname.c | ||
| ttyname_r.c | ||
| ualarm.c | ||
| udiv_qrnnd.c | ||
| ulimit.c | ||
| umask.c | ||
| uname.c | ||
| unlink.c | ||
| unlockpt.c | ||
| unsecvars.h | ||
| unwind-dw2-fde-glibc.c | ||
| unwind-dw2-fde.c | ||
| unwind-dw2-fde.h | ||
| unwind-dw2.c | ||
| unwind-pe.h | ||
| unwind.h | ||
| updwtmp.c | ||
| updwtmpx.c | ||
| usleep.c | ||
| ustat.c | ||
| utime.c | ||
| utimes.c | ||
| utmp-equal.h | ||
| utmp_file.c | ||
| utmpxname.c | ||
| versionsort64.c | ||
| vfork.c | ||
| vhangup.c | ||
| vlimit.c | ||
| vtimes.c | ||
| w_acos.c | ||
| w_acosf.c | ||
| w_acosh.c | ||
| w_acoshf.c | ||
| w_acoshl.c | ||
| w_acosl.c | ||
| w_asin.c | ||
| w_asinf.c | ||
| w_asinl.c | ||
| w_atan2.c | ||
| w_atan2f.c | ||
| w_atan2l.c | ||
| w_atanh.c | ||
| w_atanhf.c | ||
| w_atanhl.c | ||
| w_cosh.c | ||
| w_coshf.c | ||
| w_coshl.c | ||
| w_drem.c | ||
| w_dremf.c | ||
| w_dreml.c | ||
| w_exp2.c | ||
| w_exp2f.c | ||
| w_exp2l.c | ||
| w_exp10.c | ||
| w_exp10f.c | ||
| w_exp10l.c | ||
| w_expl.c | ||
| w_fmod.c | ||
| w_fmodf.c | ||
| w_fmodl.c | ||
| w_hypot.c | ||
| w_hypotf.c | ||
| w_hypotl.c | ||
| w_j0.c | ||
| w_j0f.c | ||
| w_j0l.c | ||
| w_j1.c | ||
| w_j1f.c | ||
| w_j1l.c | ||
| w_jn.c | ||
| w_jnf.c | ||
| w_jnl.c | ||
| w_lgamma.c | ||
| w_lgamma_r.c | ||
| w_lgammaf.c | ||
| w_lgammaf_r.c | ||
| w_lgammal.c | ||
| w_lgammal_r.c | ||
| w_log.c | ||
| w_log2.c | ||
| w_log2f.c | ||
| w_log2l.c | ||
| w_log10.c | ||
| w_log10f.c | ||
| w_log10l.c | ||
| w_logf.c | ||
| w_logl.c | ||
| w_pow.c | ||
| w_powf.c | ||
| w_powl.c | ||
| w_remainder.c | ||
| w_remainderf.c | ||
| w_remainderl.c | ||
| w_scalb.c | ||
| w_scalbf.c | ||
| w_scalbl.c | ||
| w_sinh.c | ||
| w_sinhf.c | ||
| w_sinhl.c | ||
| w_sqrt.c | ||
| w_sqrtf.c | ||
| w_sqrtl.c | ||
| w_tgamma.c | ||
| w_tgammaf.c | ||
| w_tgammal.c | ||
| wait.c | ||
| wait3.c | ||
| wait4.c | ||
| waitid.c | ||
| waitpid.c | ||
| wcstoimax.c | ||
| wcstol.c | ||
| wcstol_l.c | ||
| wcstoll.c | ||
| wcstoll_l.c | ||
| wcstoul.c | ||
| wcstoul_l.c | ||
| wcstoull.c | ||
| wcstoull_l.c | ||
| wcstoumax.c | ||
| wordcopy.c | ||
| wordexp.c | ||
| write.c | ||
| writev.c | ||
| xmknod.c | ||
| xstat.c | ||
| xstat64.c | ||