├── .cvsignore ├── .gitattributes ├── .gitignore ├── COPYING ├── ChangeLog ├── DEPENDENCIES ├── MODULES.html.sh ├── Makefile ├── NEWS ├── README ├── STATUS-libposix ├── cfg.mk ├── check-copyright ├── check-module ├── config ├── argz.mk ├── srclist-update ├── srclist.txt └── srclistvars.sh ├── doc ├── .cvsignore ├── .gitignore ├── COPYING.LESSERv2 ├── COPYING.LESSERv3 ├── COPYINGv2 ├── COPYINGv3 ├── Copyright │ ├── conditions.text │ ├── request-assign.changes │ ├── request-assign.future │ ├── request-assign.program │ └── request-disclaim.changes ├── INSTALL ├── INSTALL.ISO ├── INSTALL.UTF-8 ├── Makefile ├── README ├── acl-cygwin.txt ├── acl-resources.txt ├── agpl-3.0.texi ├── alloca-opt.texi ├── alloca.texi ├── c-ctype.texi ├── c-strcase.texi ├── c-strcaseeq.texi ├── c-strcasestr.texi ├── c-strstr.texi ├── c-strtod.texi ├── c-strtold.texi ├── configmake.texi ├── ctime.texi ├── error.texi ├── extern-inline.texi ├── fdl-1.3.texi ├── fdl.texi ├── func.texi ├── gcd.texi ├── gendocs_template ├── gendocs_template_min ├── getdate.texi ├── glibc-functions │ ├── accept4.texi │ ├── acct.texi │ ├── addmntent.texi │ ├── addseverity.texi │ ├── adjtime.texi │ ├── adjtimex.texi │ ├── advance.texi │ ├── aio_init.texi │ ├── argp_err_exit_status.texi │ ├── argp_error.texi │ ├── argp_failure.texi │ ├── argp_help.texi │ ├── argp_parse.texi │ ├── argp_program_bug_address.texi │ ├── argp_program_version.texi │ ├── argp_program_version_hook.texi │ ├── argp_state_help.texi │ ├── argp_usage.texi │ ├── argz_add.texi │ ├── argz_add_sep.texi │ ├── argz_append.texi │ ├── argz_count.texi │ ├── argz_create.texi │ ├── argz_create_sep.texi │ ├── argz_delete.texi │ ├── argz_extract.texi │ ├── argz_insert.texi │ ├── argz_next.texi │ ├── argz_replace.texi │ ├── argz_stringify.texi │ ├── asprintf.texi │ ├── authdes_create.texi │ ├── authdes_getucred.texi │ ├── authdes_pk_create.texi │ ├── authnone_create.texi │ ├── authunix_create.texi │ ├── authunix_create_default.texi │ ├── backtrace.texi │ ├── backtrace_symbols.texi │ ├── backtrace_symbols_fd.texi │ ├── bdflush.texi │ ├── bind_textdomain_codeset.texi │ ├── bindresvport.texi │ ├── bindtextdomain.texi │ ├── brk.texi │ ├── bswap_16.texi │ ├── bswap_32.texi │ ├── bswap_64.texi │ ├── callrpc.texi │ ├── canonicalize_file_name.texi │ ├── capget.texi │ ├── capset.texi │ ├── cbc_crypt.texi │ ├── cfmakeraw.texi │ ├── cfree.texi │ ├── cfsetspeed.texi │ ├── chroot.texi │ ├── clearenv.texi │ ├── clearerr_unlocked.texi │ ├── clnt_broadcast.texi │ ├── clnt_create.texi │ ├── clnt_pcreateerror.texi │ ├── clnt_perrno.texi │ ├── clnt_perror.texi │ ├── clnt_spcreateerror.texi │ ├── clnt_sperrno.texi │ ├── clnt_sperror.texi │ ├── clntraw_create.texi │ ├── clnttcp_create.texi │ ├── clntudp_bufcreate.texi │ ├── clntudp_create.texi │ ├── clntunix_create.texi │ ├── clock_adjtime.texi │ ├── clog10.texi │ ├── clog10f.texi │ ├── clog10l.texi │ ├── clone.texi │ ├── crypt_r.texi │ ├── cuserid.texi │ ├── daemon.texi │ ├── dcgettext.texi │ ├── dcngettext.texi │ ├── des_setparity.texi │ ├── dgettext.texi │ ├── dl_iterate_phdr.texi │ ├── dladdr.texi │ ├── dladdr1.texi │ ├── dlinfo.texi │ ├── dlmopen.texi │ ├── dlvsym.texi │ ├── dn_expand.texi │ ├── dngettext.texi │ ├── drand48_r.texi │ ├── drem.texi │ ├── dremf.texi │ ├── dreml.texi │ ├── dup3.texi │ ├── dysize.texi │ ├── ecb_crypt.texi │ ├── ecvt_r.texi │ ├── encrypt_r.texi │ ├── endaliasent.texi │ ├── endfsent.texi │ ├── endmntent.texi │ ├── endnetgrent.texi │ ├── endrpcent.texi │ ├── endsgent.texi │ ├── endspent.texi │ ├── endttyent.texi │ ├── endusershell.texi │ ├── endutent.texi │ ├── envz_add.texi │ ├── envz_entry.texi │ ├── envz_get.texi │ ├── envz_merge.texi │ ├── envz_remove.texi │ ├── envz_strip.texi │ ├── epoll_create.texi │ ├── epoll_ctl.texi │ ├── epoll_wait.texi │ ├── erand48_r.texi │ ├── err.texi │ ├── error.texi │ ├── error_at_line.texi │ ├── error_message_count.texi │ ├── error_one_per_line.texi │ ├── error_print_progname.texi │ ├── errx.texi │ ├── ether_aton.texi │ ├── ether_aton_r.texi │ ├── ether_hostton.texi │ ├── ether_line.texi │ ├── ether_ntoa.texi │ ├── ether_ntoa_r.texi │ ├── ether_ntohost.texi │ ├── euidaccess.texi │ ├── execvpe.texi │ ├── exp10.texi │ ├── exp10f.texi │ ├── exp10l.texi │ ├── fallocate.texi │ ├── fanotify_init.texi │ ├── fanotify_mark.texi │ ├── fcloseall.texi │ ├── fcvt_r.texi │ ├── fedisableexcept.texi │ ├── feenableexcept.texi │ ├── fegetexcept.texi │ ├── feof_unlocked.texi │ ├── ferror_unlocked.texi │ ├── fflush_unlocked.texi │ ├── ffsl.texi │ ├── ffsll.texi │ ├── fgetc_unlocked.texi │ ├── fgetfilecon.texi │ ├── fgetgrent.texi │ ├── fgetgrent_r.texi │ ├── fgetpwent.texi │ ├── fgetpwent_r.texi │ ├── fgets_unlocked.texi │ ├── fgetsgent.texi │ ├── fgetsgent_r.texi │ ├── fgetspent.texi │ ├── fgetspent_r.texi │ ├── fgetwc_unlocked.texi │ ├── fgetws_unlocked.texi │ ├── fgetxattr.texi │ ├── fileno_unlocked.texi │ ├── finite.texi │ ├── finitef.texi │ ├── finitel.texi │ ├── flistxattr.texi │ ├── flock.texi │ ├── fopencookie.texi │ ├── forkpty.texi │ ├── fputc_unlocked.texi │ ├── fputs_unlocked.texi │ ├── fputwc_unlocked.texi │ ├── fputws_unlocked.texi │ ├── fread_unlocked.texi │ ├── freeifaddrs.texi │ ├── fremovexattr.texi │ ├── fsetxattr.texi │ ├── fstatfs.texi │ ├── fts_children.texi │ ├── fts_close.texi │ ├── fts_open.texi │ ├── fts_read.texi │ ├── fts_set.texi │ ├── futimes.texi │ ├── futimesat.texi │ ├── fwrite_unlocked.texi │ ├── gamma.texi │ ├── gammaf.texi │ ├── gammal.texi │ ├── get_avphys_pages.texi │ ├── get_current_dir_name.texi │ ├── get_myaddress.texi │ ├── get_nprocs.texi │ ├── get_nprocs_conf.texi │ ├── get_phys_pages.texi │ ├── getaliasbyname.texi │ ├── getaliasbyname_r.texi │ ├── getaliasent.texi │ ├── getaliasent_r.texi │ ├── getdate_r.texi │ ├── getdirentries.texi │ ├── getdomainname.texi │ ├── getdtablesize.texi │ ├── getfilecon-desc.texi │ ├── getfilecon.texi │ ├── getfsent.texi │ ├── getfsfile.texi │ ├── getfsspec.texi │ ├── getgrent_r.texi │ ├── getgrouplist.texi │ ├── gethostbyaddr_r.texi │ ├── gethostbyname2.texi │ ├── gethostbyname2_r.texi │ ├── gethostbyname_r.texi │ ├── gethostent_r.texi │ ├── getifaddrs.texi │ ├── getipv4sourcefilter.texi │ ├── getloadavg.texi │ ├── getmntent.texi │ ├── getmntent_r.texi │ ├── getnetbyaddr_r.texi │ ├── getnetbyname_r.texi │ ├── getnetent_r.texi │ ├── getnetgrent.texi │ ├── getnetgrent_r.texi │ ├── getnetname.texi │ ├── getopt_long.texi │ ├── getopt_long_only.texi │ ├── getpagesize.texi │ ├── getpass.texi │ ├── getprotobyname_r.texi │ ├── getprotobynumber_r.texi │ ├── getprotoent_r.texi │ ├── getpt.texi │ ├── getpublickey.texi │ ├── getpw.texi │ ├── getpwent_r.texi │ ├── getresgid.texi │ ├── getresuid.texi │ ├── getrpcbyname.texi │ ├── getrpcbyname_r.texi │ ├── getrpcbynumber.texi │ ├── getrpcbynumber_r.texi │ ├── getrpcent.texi │ ├── getrpcent_r.texi │ ├── getrpcport.texi │ ├── getsecretkey.texi │ ├── getservbyname_r.texi │ ├── getservbyport_r.texi │ ├── getservent_r.texi │ ├── getsgent.texi │ ├── getsgent_r.texi │ ├── getsgnam.texi │ ├── getsgnam_r.texi │ ├── getsourcefilter.texi │ ├── getspent.texi │ ├── getspent_r.texi │ ├── getspnam.texi │ ├── getspnam_r.texi │ ├── gettext.texi │ ├── getttyent.texi │ ├── getttynam.texi │ ├── getusershell.texi │ ├── getutent.texi │ ├── getutent_r.texi │ ├── getutid.texi │ ├── getutid_r.texi │ ├── getutline.texi │ ├── getutline_r.texi │ ├── getutmp.texi │ ├── getutmpx.texi │ ├── getw.texi │ ├── getwc_unlocked.texi │ ├── getwchar_unlocked.texi │ ├── getxattr.texi │ ├── glob_pattern_p.texi │ ├── gnu_dev_major.texi │ ├── gnu_dev_makedev.texi │ ├── gnu_dev_minor.texi │ ├── gnu_get_libc_release.texi │ ├── gnu_get_libc_version.texi │ ├── group_member.texi │ ├── gsignal.texi │ ├── hasmntopt.texi │ ├── hcreate_r.texi │ ├── hdestroy_r.texi │ ├── herror.texi │ ├── host2netname.texi │ ├── hsearch_r.texi │ ├── hstrerror.texi │ ├── in6addr_any.texi │ ├── in6addr_loopback.texi │ ├── inet6_opt_append.texi │ ├── inet6_opt_find.texi │ ├── inet6_opt_finish.texi │ ├── inet6_opt_get_val.texi │ ├── inet6_opt_init.texi │ ├── inet6_opt_next.texi │ ├── inet6_opt_set_val.texi │ ├── inet6_option_alloc.texi │ ├── inet6_option_append.texi │ ├── inet6_option_find.texi │ ├── inet6_option_init.texi │ ├── inet6_option_next.texi │ ├── inet6_option_space.texi │ ├── inet6_rth_add.texi │ ├── inet6_rth_getaddr.texi │ ├── inet6_rth_init.texi │ ├── inet6_rth_reverse.texi │ ├── inet6_rth_segments.texi │ ├── inet6_rth_space.texi │ ├── inet_aton.texi │ ├── inet_lnaof.texi │ ├── inet_makeaddr.texi │ ├── inet_net_ntop.texi │ ├── inet_net_pton.texi │ ├── inet_neta.texi │ ├── inet_netof.texi │ ├── inet_network.texi │ ├── inet_nsap_addr.texi │ ├── inet_nsap_ntoa.texi │ ├── initgroups.texi │ ├── initstate_r.texi │ ├── innetgr.texi │ ├── ioperm.texi │ ├── iopl.texi │ ├── isctype.texi │ ├── isfdtype.texi │ ├── isinff.texi │ ├── isinfl.texi │ ├── isnanf.texi │ ├── isnanl.texi │ ├── j0f.texi │ ├── j0l.texi │ ├── j1f.texi │ ├── j1l.texi │ ├── jnf.texi │ ├── jnl.texi │ ├── jrand48_r.texi │ ├── key_decryptsession.texi │ ├── key_decryptsession_pk.texi │ ├── key_encryptsession.texi │ ├── key_encryptsession_pk.texi │ ├── key_gendes.texi │ ├── key_get_conv.texi │ ├── key_secretkey_is_set.texi │ ├── key_setsecret.texi │ ├── klogctl.texi │ ├── lchmod.texi │ ├── lckpwdf.texi │ ├── lcong48_r.texi │ ├── lgamma_r.texi │ ├── lgammaf_r.texi │ ├── lgammal_r.texi │ ├── lgetfilecon.texi │ ├── lgetxattr.texi │ ├── listxattr.texi │ ├── llistxattr.texi │ ├── loc1.texi │ ├── loc2.texi │ ├── locs.texi │ ├── login.texi │ ├── login_tty.texi │ ├── lrand48_r.texi │ ├── lremovexattr.texi │ ├── lsetxattr.texi │ ├── lutimes.texi │ ├── madvise.texi │ ├── mallinfo.texi │ ├── malloc_get_state.texi │ ├── malloc_info.texi │ ├── malloc_set_state.texi │ ├── malloc_stats.texi │ ├── malloc_trim.texi │ ├── malloc_usable_size.texi │ ├── mallopt.texi │ ├── matherr.texi │ ├── mcheck.texi │ ├── mcheck_check_all.texi │ ├── mcheck_pedantic.texi │ ├── memalign.texi │ ├── memfrob.texi │ ├── memmem.texi │ ├── mempcpy.texi │ ├── memrchr.texi │ ├── mincore.texi │ ├── mkostemp.texi │ ├── mkostemps.texi │ ├── mkstemps.texi │ ├── monstartup.texi │ ├── mount.texi │ ├── mprobe.texi │ ├── mrand48_r.texi │ ├── mremap.texi │ ├── mtrace.texi │ ├── muntrace.texi │ ├── name_to_handle_at.texi │ ├── netname2host.texi │ ├── netname2user.texi │ ├── ngettext.texi │ ├── nis_add.texi │ ├── nis_add_entry.texi │ ├── nis_addmember.texi │ ├── nis_checkpoint.texi │ ├── nis_clone_object.texi │ ├── nis_creategroup.texi │ ├── nis_destroy_object.texi │ ├── nis_destroygroup.texi │ ├── nis_dir_cmp.texi │ ├── nis_domain_of.texi │ ├── nis_domain_of_r.texi │ ├── nis_first_entry.texi │ ├── nis_freenames.texi │ ├── nis_freeresult.texi │ ├── nis_freeservlist.texi │ ├── nis_freetags.texi │ ├── nis_getnames.texi │ ├── nis_getservlist.texi │ ├── nis_ismember.texi │ ├── nis_leaf_of.texi │ ├── nis_leaf_of_r.texi │ ├── nis_lerror.texi │ ├── nis_list.texi │ ├── nis_local_directory.texi │ ├── nis_local_group.texi │ ├── nis_local_host.texi │ ├── nis_local_principal.texi │ ├── nis_lookup.texi │ ├── nis_mkdir.texi │ ├── nis_modify.texi │ ├── nis_modify_entry.texi │ ├── nis_name_of.texi │ ├── nis_name_of_r.texi │ ├── nis_next_entry.texi │ ├── nis_perror.texi │ ├── nis_ping.texi │ ├── nis_print_directory.texi │ ├── nis_print_entry.texi │ ├── nis_print_group.texi │ ├── nis_print_group_entry.texi │ ├── nis_print_link.texi │ ├── nis_print_object.texi │ ├── nis_print_result.texi │ ├── nis_print_rights.texi │ ├── nis_print_table.texi │ ├── nis_remove.texi │ ├── nis_remove_entry.texi │ ├── nis_removemember.texi │ ├── nis_rmdir.texi │ ├── nis_servstate.texi │ ├── nis_sperrno.texi │ ├── nis_sperror.texi │ ├── nis_sperror_r.texi │ ├── nis_stats.texi │ ├── nis_verifygroup.texi │ ├── nrand48_r.texi │ ├── ntp_adjtime.texi │ ├── ntp_gettime.texi │ ├── ntp_gettimex.texi │ ├── obstack_alloc_failed_handler.texi │ ├── obstack_exit_failure.texi │ ├── obstack_free.texi │ ├── obstack_printf.texi │ ├── obstack_vprintf.texi │ ├── on_exit.texi │ ├── open_by_handle_at.texi │ ├── openpty.texi │ ├── parse_printf_format.texi │ ├── personality.texi │ ├── pipe2.texi │ ├── pmap_getmaps.texi │ ├── pmap_getport.texi │ ├── pmap_rmtcall.texi │ ├── pmap_set.texi │ ├── pmap_unset.texi │ ├── pow10.texi │ ├── pow10f.texi │ ├── pow10l.texi │ ├── prctl.texi │ ├── preadv.texi │ ├── printf_size.texi │ ├── printf_size_info.texi │ ├── prlimit.texi │ ├── process_vm_readv.texi │ ├── process_vm_writev.texi │ ├── profil.texi │ ├── program_invocation_name.texi │ ├── program_invocation_short_name.texi │ ├── pthread_attr_getaffinity_np.texi │ ├── pthread_attr_setaffinity_np.texi │ ├── pthread_getaffinity_np.texi │ ├── pthread_getattr_np.texi │ ├── pthread_getname_np.texi │ ├── pthread_kill_other_threads_np.texi │ ├── pthread_mutex_consistent_np.texi │ ├── pthread_mutexattr_getrobust_np.texi │ ├── pthread_mutexattr_setrobust_np.texi │ ├── pthread_rwlockattr_getkind_np.texi │ ├── pthread_rwlockattr_setkind_np.texi │ ├── pthread_setaffinity_np.texi │ ├── pthread_setname_np.texi │ ├── pthread_sigqueue.texi │ ├── pthread_timedjoin_np.texi │ ├── pthread_tryjoin_np.texi │ ├── pthread_yield.texi │ ├── ptrace.texi │ ├── ptsname_r.texi │ ├── putgrent.texi │ ├── putpwent.texi │ ├── putsgent.texi │ ├── putspent.texi │ ├── pututline.texi │ ├── putw.texi │ ├── putwc_unlocked.texi │ ├── putwchar_unlocked.texi │ ├── pvalloc.texi │ ├── pwritev.texi │ ├── qecvt.texi │ ├── qecvt_r.texi │ ├── qfcvt.texi │ ├── qfcvt_r.texi │ ├── qgcvt.texi │ ├── qsort_r.texi │ ├── quotactl.texi │ ├── random_r.texi │ ├── rawmemchr.texi │ ├── rcmd.texi │ ├── rcmd_af.texi │ ├── re_comp.texi │ ├── re_compile_fastmap.texi │ ├── re_compile_pattern.texi │ ├── re_exec.texi │ ├── re_match.texi │ ├── re_match_2.texi │ ├── re_search.texi │ ├── re_search_2.texi │ ├── re_set_registers.texi │ ├── re_set_syntax.texi │ ├── re_syntax_options.texi │ ├── readahead.texi │ ├── reboot.texi │ ├── recvmmsg.texi │ ├── register_printf_function.texi │ ├── register_printf_modifier.texi │ ├── register_printf_specifier.texi │ ├── register_printf_type.texi │ ├── remap_file_pages.texi │ ├── removexattr.texi │ ├── res_init.texi │ ├── res_mkquery.texi │ ├── res_query.texi │ ├── res_querydomain.texi │ ├── res_search.texi │ ├── revoke.texi │ ├── rexec.texi │ ├── rexec_af.texi │ ├── rpc_createerr.texi │ ├── rpmatch.texi │ ├── rresvport.texi │ ├── rresvport_af.texi │ ├── rtime.texi │ ├── ruserok.texi │ ├── ruserok_af.texi │ ├── sbrk.texi │ ├── scalbf.texi │ ├── scalbl.texi │ ├── scandirat.texi │ ├── sched_getaffinity.texi │ ├── sched_setaffinity.texi │ ├── secure_getenv.texi │ ├── seed48_r.texi │ ├── semtimedop.texi │ ├── sendfile.texi │ ├── sendmmsg.texi │ ├── setaliasent.texi │ ├── setbuffer.texi │ ├── setdomainname.texi │ ├── setfsent.texi │ ├── setfsgid.texi │ ├── setfsuid.texi │ ├── setgroups.texi │ ├── sethostid.texi │ ├── sethostname.texi │ ├── setipv4sourcefilter.texi │ ├── setkey_r.texi │ ├── setlinebuf.texi │ ├── setlogin.texi │ ├── setmntent.texi │ ├── setnetgrent.texi │ ├── setns.texi │ ├── setresgid.texi │ ├── setresuid.texi │ ├── setrpcent.texi │ ├── setsgent.texi │ ├── setsourcefilter.texi │ ├── setspent.texi │ ├── setstate_r.texi │ ├── settimeofday.texi │ ├── setttyent.texi │ ├── setusershell.texi │ ├── setutent.texi │ ├── setxattr.texi │ ├── sgetsgent.texi │ ├── sgetsgent_r.texi │ ├── sgetspent.texi │ ├── sgetspent_r.texi │ ├── sigandset.texi │ ├── sigblock.texi │ ├── siggetmask.texi │ ├── sigisemptyset.texi │ ├── significand.texi │ ├── significandf.texi │ ├── significandl.texi │ ├── sigorset.texi │ ├── sigreturn.texi │ ├── sigsetmask.texi │ ├── sigstack.texi │ ├── sigvec.texi │ ├── sincos.texi │ ├── sincosf.texi │ ├── sincosl.texi │ ├── sprofil.texi │ ├── srand48_r.texi │ ├── srandom_r.texi │ ├── ssignal.texi │ ├── statfs.texi │ ├── step.texi │ ├── stime.texi │ ├── strcasestr.texi │ ├── strchrnul.texi │ ├── strfry.texi │ ├── strptime_l.texi │ ├── strsep.texi │ ├── strtod_l.texi │ ├── strtof_l.texi │ ├── strtol_l.texi │ ├── strtold_l.texi │ ├── strtoll_l.texi │ ├── strtoq.texi │ ├── strtoul_l.texi │ ├── strtoull_l.texi │ ├── strtouq.texi │ ├── strverscmp.texi │ ├── svc_exit.texi │ ├── svc_fdset.texi │ ├── svc_getreq.texi │ ├── svc_getreq_common.texi │ ├── svc_getreq_poll.texi │ ├── svc_getreqset.texi │ ├── svc_max_pollfd.texi │ ├── svc_pollfd.texi │ ├── svc_register.texi │ ├── svc_run.texi │ ├── svc_sendreply.texi │ ├── svc_unregister.texi │ ├── svcerr_auth.texi │ ├── svcerr_decode.texi │ ├── svcerr_noproc.texi │ ├── svcerr_noprog.texi │ ├── svcerr_progvers.texi │ ├── svcerr_systemerr.texi │ ├── svcerr_weakauth.texi │ ├── svcraw_create.texi │ ├── svctcp_create.texi │ ├── svcudp_bufcreate.texi │ ├── svcudp_create.texi │ ├── svcunix_create.texi │ ├── swapoff.texi │ ├── swapon.texi │ ├── syncfs.texi │ ├── sys_errlist.texi │ ├── sys_nerr.texi │ ├── sys_siglist.texi │ ├── syscall.texi │ ├── sysctl.texi │ ├── sysinfo.texi │ ├── sysv_signal.texi │ ├── tdestroy.texi │ ├── textdomain.texi │ ├── timegm.texi │ ├── timelocal.texi │ ├── timespec_get.texi │ ├── tmpnam_r.texi │ ├── ttyslot.texi │ ├── ulckpwdf.texi │ ├── umount.texi │ ├── umount2.texi │ ├── updwtmp.texi │ ├── updwtmpx.texi │ ├── user2netname.texi │ ├── ustat.texi │ ├── utmpname.texi │ ├── utmpxname.texi │ ├── valloc.texi │ ├── vasprintf.texi │ ├── verr.texi │ ├── verrx.texi │ ├── versionsort.texi │ ├── vhangup.texi │ ├── vlimit.texi │ ├── vm86.texi │ ├── vsyslog.texi │ ├── vtimes.texi │ ├── vwarn.texi │ ├── vwarnx.texi │ ├── wait3.texi │ ├── wait4.texi │ ├── warn.texi │ ├── warnx.texi │ ├── wcschrnul.texi │ ├── wcsftime_l.texi │ ├── wcstod_l.texi │ ├── wcstof_l.texi │ ├── wcstol_l.texi │ ├── wcstold_l.texi │ ├── wcstoll_l.texi │ ├── wcstoq.texi │ ├── wcstoul_l.texi │ ├── wcstoull_l.texi │ ├── wcstouq.texi │ ├── wmempcpy.texi │ ├── xdr_array.texi │ ├── xdr_authunix_parms.texi │ ├── xdr_bool.texi │ ├── xdr_bytes.texi │ ├── xdr_callhdr.texi │ ├── xdr_callmsg.texi │ ├── xdr_cback_data.texi │ ├── xdr_char.texi │ ├── xdr_cryptkeyarg.texi │ ├── xdr_cryptkeyarg2.texi │ ├── xdr_cryptkeyres.texi │ ├── xdr_des_block.texi │ ├── xdr_domainname.texi │ ├── xdr_double.texi │ ├── xdr_enum.texi │ ├── xdr_float.texi │ ├── xdr_free.texi │ ├── xdr_getcredres.texi │ ├── xdr_hyper.texi │ ├── xdr_int.texi │ ├── xdr_int16_t.texi │ ├── xdr_int32_t.texi │ ├── xdr_int64_t.texi │ ├── xdr_int8_t.texi │ ├── xdr_key_netstarg.texi │ ├── xdr_key_netstres.texi │ ├── xdr_keybuf.texi │ ├── xdr_keydat.texi │ ├── xdr_keystatus.texi │ ├── xdr_long.texi │ ├── xdr_longlong_t.texi │ ├── xdr_mapname.texi │ ├── xdr_netnamestr.texi │ ├── xdr_netobj.texi │ ├── xdr_obj_p.texi │ ├── xdr_opaque.texi │ ├── xdr_opaque_auth.texi │ ├── xdr_peername.texi │ ├── xdr_pmap.texi │ ├── xdr_pmaplist.texi │ ├── xdr_pointer.texi │ ├── xdr_quad_t.texi │ ├── xdr_reference.texi │ ├── xdr_replymsg.texi │ ├── xdr_rmtcall_args.texi │ ├── xdr_rmtcallres.texi │ ├── xdr_short.texi │ ├── xdr_sizeof.texi │ ├── xdr_string.texi │ ├── xdr_u_char.texi │ ├── xdr_u_hyper.texi │ ├── xdr_u_int.texi │ ├── xdr_u_long.texi │ ├── xdr_u_longlong_t.texi │ ├── xdr_u_quad_t.texi │ ├── xdr_u_short.texi │ ├── xdr_uint16_t.texi │ ├── xdr_uint32_t.texi │ ├── xdr_uint64_t.texi │ ├── xdr_uint8_t.texi │ ├── xdr_union.texi │ ├── xdr_unixcred.texi │ ├── xdr_valdat.texi │ ├── xdr_vector.texi │ ├── xdr_void.texi │ ├── xdr_wrapstring.texi │ ├── xdr_yp_buf.texi │ ├── xdr_ypall.texi │ ├── xdr_ypbind_binding.texi │ ├── xdr_ypbind_resp.texi │ ├── xdr_ypbind_resptype.texi │ ├── xdr_ypbind_setdom.texi │ ├── xdr_ypdelete_args.texi │ ├── xdr_ypmap_parms.texi │ ├── xdr_ypmaplist.texi │ ├── xdr_yppush_status.texi │ ├── xdr_yppushresp_xfr.texi │ ├── xdr_ypreq_key.texi │ ├── xdr_ypreq_nokey.texi │ ├── xdr_ypreq_xfr.texi │ ├── xdr_ypresp_all.texi │ ├── xdr_ypresp_key_val.texi │ ├── xdr_ypresp_maplist.texi │ ├── xdr_ypresp_master.texi │ ├── xdr_ypresp_order.texi │ ├── xdr_ypresp_val.texi │ ├── xdr_ypresp_xfr.texi │ ├── xdr_ypstat.texi │ ├── xdr_ypupdate_args.texi │ ├── xdr_ypxfrstat.texi │ ├── xdrmem_create.texi │ ├── xdrrec_create.texi │ ├── xdrrec_endofrecord.texi │ ├── xdrrec_eof.texi │ ├── xdrrec_skiprecord.texi │ ├── xdrstdio_create.texi │ ├── xprt_register.texi │ ├── xprt_unregister.texi │ ├── y0f.texi │ ├── y0l.texi │ ├── y1f.texi │ ├── y1l.texi │ ├── ynf.texi │ ├── ynl.texi │ ├── yp_all.texi │ ├── yp_bind.texi │ ├── yp_first.texi │ ├── yp_get_default_domain.texi │ ├── yp_master.texi │ ├── yp_match.texi │ ├── yp_next.texi │ ├── yp_order.texi │ ├── yp_unbind.texi │ ├── yp_update.texi │ ├── ypbinderr_string.texi │ ├── yperr_string.texi │ └── ypprot_err.texi ├── glibc-headers │ ├── a.out.texi │ ├── aliases.texi │ ├── alloca.texi │ ├── ar.texi │ ├── argp.texi │ ├── argz.texi │ ├── byteswap.texi │ ├── crypt.texi │ ├── endian.texi │ ├── envz.texi │ ├── err.texi │ ├── error.texi │ ├── execinfo.texi │ ├── fpu_control.texi │ ├── fstab.texi │ ├── fts.texi │ ├── getopt.texi │ ├── gshadow.texi │ ├── ieee754.texi │ ├── ifaddrs.texi │ ├── libintl.texi │ ├── mcheck.texi │ ├── mntent.texi │ ├── obstack.texi │ ├── paths.texi │ ├── printf.texi │ ├── pty.texi │ ├── resolv.texi │ ├── shadow.texi │ ├── sys_ioctl.texi │ ├── sysexits.texi │ └── ttyent.texi ├── gnu-oids.texi ├── gnulib-intro.texi ├── gnulib-readme.texi ├── gnulib-tool.texi ├── gnulib.texi ├── gpl-2.0.texi ├── gpl-3.0.texi ├── havelib.texi ├── inet_ntoa.texi ├── install.texi ├── intprops.texi ├── ld-output-def.texi ├── ld-version-script.texi ├── lgpl-2.1.texi ├── lgpl-3.0.texi ├── lib-symbol-visibility.texi ├── maintain.texi ├── make-stds.texi ├── manywarnings.texi ├── parse-datetime.texi ├── pastposix-functions │ ├── bcmp.texi │ ├── bcopy.texi │ ├── bsd_signal.texi │ ├── bzero.texi │ ├── ecvt.texi │ ├── fcvt.texi │ ├── ftime.texi │ ├── gcvt.texi │ ├── getcontext.texi │ ├── gethostbyaddr.texi │ ├── gethostbyname.texi │ ├── getwd.texi │ ├── h_errno.texi │ ├── index.texi │ ├── makecontext.texi │ ├── mktemp.texi │ ├── pthread_attr_getstackaddr.texi │ ├── pthread_attr_setstackaddr.texi │ ├── rindex.texi │ ├── scalb.texi │ ├── setcontext.texi │ ├── swapcontext.texi │ ├── ualarm.texi │ ├── usleep.texi │ ├── vfork.texi │ └── wcswcs.texi ├── posix-functions │ ├── FD_CLR.texi │ ├── FD_ISSET.texi │ ├── FD_SET.texi │ ├── FD_ZERO.texi │ ├── _Exit_C99.texi │ ├── _exit.texi │ ├── _longjmp.texi │ ├── _setjmp.texi │ ├── _tolower.texi │ ├── _toupper.texi │ ├── a64l.texi │ ├── abort.texi │ ├── abs.texi │ ├── accept.texi │ ├── access.texi │ ├── acos.texi │ ├── acosf.texi │ ├── acosh.texi │ ├── acoshf.texi │ ├── acoshl.texi │ ├── acosl.texi │ ├── aio_cancel.texi │ ├── aio_error.texi │ ├── aio_fsync.texi │ ├── aio_read.texi │ ├── aio_return.texi │ ├── aio_suspend.texi │ ├── aio_write.texi │ ├── alarm.texi │ ├── aligned_alloc.texi │ ├── alphasort.texi │ ├── asctime.texi │ ├── asctime_r.texi │ ├── asin.texi │ ├── asinf.texi │ ├── asinh.texi │ ├── asinhf.texi │ ├── asinhl.texi │ ├── asinl.texi │ ├── assert.texi │ ├── atan.texi │ ├── atan2.texi │ ├── atan2f.texi │ ├── atan2l.texi │ ├── atanf.texi │ ├── atanh.texi │ ├── atanhf.texi │ ├── atanhl.texi │ ├── atanl.texi │ ├── atexit.texi │ ├── atof.texi │ ├── atoi.texi │ ├── atol.texi │ ├── atoll.texi │ ├── basename.texi │ ├── bind.texi │ ├── bsearch.texi │ ├── btowc.texi │ ├── c16rtomb.texi │ ├── c32rtomb.texi │ ├── cabs.texi │ ├── cabsf.texi │ ├── cabsl.texi │ ├── cacos.texi │ ├── cacosf.texi │ ├── cacosh.texi │ ├── cacoshf.texi │ ├── cacoshl.texi │ ├── cacosl.texi │ ├── calloc.texi │ ├── carg.texi │ ├── cargf.texi │ ├── cargl.texi │ ├── casin.texi │ ├── casinf.texi │ ├── casinh.texi │ ├── casinhf.texi │ ├── casinhl.texi │ ├── casinl.texi │ ├── catan.texi │ ├── catanf.texi │ ├── catanh.texi │ ├── catanhf.texi │ ├── catanhl.texi │ ├── catanl.texi │ ├── catclose.texi │ ├── catgets.texi │ ├── catopen.texi │ ├── cbrt.texi │ ├── cbrtf.texi │ ├── cbrtl.texi │ ├── ccos.texi │ ├── ccosf.texi │ ├── ccosh.texi │ ├── ccoshf.texi │ ├── ccoshl.texi │ ├── ccosl.texi │ ├── ceil.texi │ ├── ceilf.texi │ ├── ceill.texi │ ├── cexp.texi │ ├── cexpf.texi │ ├── cexpl.texi │ ├── cfgetispeed.texi │ ├── cfgetospeed.texi │ ├── cfsetispeed.texi │ ├── cfsetospeed.texi │ ├── chdir.texi │ ├── chmod.texi │ ├── chown.texi │ ├── cimag.texi │ ├── cimagf.texi │ ├── cimagl.texi │ ├── clearerr.texi │ ├── clock.texi │ ├── clock_getcpuclockid.texi │ ├── clock_getres.texi │ ├── clock_gettime.texi │ ├── clock_nanosleep.texi │ ├── clock_settime.texi │ ├── clog.texi │ ├── clogf.texi │ ├── clogl.texi │ ├── close.texi │ ├── closedir.texi │ ├── closelog.texi │ ├── confstr.texi │ ├── conj.texi │ ├── conjf.texi │ ├── conjl.texi │ ├── connect.texi │ ├── copysign.texi │ ├── copysignf.texi │ ├── copysignl.texi │ ├── cos.texi │ ├── cosf.texi │ ├── cosh.texi │ ├── coshf.texi │ ├── coshl.texi │ ├── cosl.texi │ ├── cpow.texi │ ├── cpowf.texi │ ├── cpowl.texi │ ├── cproj.texi │ ├── cprojf.texi │ ├── cprojl.texi │ ├── creal.texi │ ├── crealf.texi │ ├── creall.texi │ ├── creat.texi │ ├── crypt.texi │ ├── csin.texi │ ├── csinf.texi │ ├── csinh.texi │ ├── csinhf.texi │ ├── csinhl.texi │ ├── csinl.texi │ ├── csqrt.texi │ ├── csqrtf.texi │ ├── csqrtl.texi │ ├── ctan.texi │ ├── ctanf.texi │ ├── ctanh.texi │ ├── ctanhf.texi │ ├── ctanhl.texi │ ├── ctanl.texi │ ├── ctermid.texi │ ├── ctime.texi │ ├── ctime_r.texi │ ├── daylight.texi │ ├── dbm_clearerr.texi │ ├── dbm_close.texi │ ├── dbm_delete.texi │ ├── dbm_error.texi │ ├── dbm_fetch.texi │ ├── dbm_firstkey.texi │ ├── dbm_nextkey.texi │ ├── dbm_open.texi │ ├── dbm_store.texi │ ├── difftime.texi │ ├── dirfd.texi │ ├── dirname.texi │ ├── div.texi │ ├── dlclose.texi │ ├── dlerror.texi │ ├── dlopen.texi │ ├── dlsym.texi │ ├── dprintf.texi │ ├── drand48.texi │ ├── dup.texi │ ├── dup2.texi │ ├── duplocale.texi │ ├── encrypt.texi │ ├── endgrent.texi │ ├── endhostent.texi │ ├── endnetent.texi │ ├── endprotoent.texi │ ├── endpwent.texi │ ├── endservent.texi │ ├── endutxent.texi │ ├── environ.texi │ ├── erand48.texi │ ├── erf.texi │ ├── erfc.texi │ ├── erfcf.texi │ ├── erfcl.texi │ ├── erff.texi │ ├── erfl.texi │ ├── errno.texi │ ├── execl.texi │ ├── execle.texi │ ├── execlp.texi │ ├── execv.texi │ ├── execve.texi │ ├── execvp.texi │ ├── exit.texi │ ├── exp.texi │ ├── exp2.texi │ ├── exp2f.texi │ ├── exp2l.texi │ ├── expf.texi │ ├── expl.texi │ ├── expm1.texi │ ├── expm1f.texi │ ├── expm1l.texi │ ├── fabs.texi │ ├── fabsf.texi │ ├── fabsl.texi │ ├── faccessat.texi │ ├── fattach.texi │ ├── fchdir.texi │ ├── fchmod.texi │ ├── fchmodat.texi │ ├── fchown.texi │ ├── fchownat.texi │ ├── fclose.texi │ ├── fcntl.texi │ ├── fdatasync.texi │ ├── fdetach.texi │ ├── fdim.texi │ ├── fdimf.texi │ ├── fdiml.texi │ ├── fdopen.texi │ ├── fdopendir.texi │ ├── feclearexcept.texi │ ├── fegetenv.texi │ ├── fegetexceptflag.texi │ ├── fegetround.texi │ ├── feholdexcept.texi │ ├── feof.texi │ ├── feraiseexcept.texi │ ├── ferror.texi │ ├── fesetenv.texi │ ├── fesetexceptflag.texi │ ├── fesetround.texi │ ├── fetestexcept.texi │ ├── feupdateenv.texi │ ├── fexecve.texi │ ├── fflush.texi │ ├── ffs.texi │ ├── fgetc.texi │ ├── fgetpos.texi │ ├── fgets.texi │ ├── fgetwc.texi │ ├── fgetws.texi │ ├── fileno.texi │ ├── flockfile.texi │ ├── floor.texi │ ├── floorf.texi │ ├── floorl.texi │ ├── fma.texi │ ├── fmaf.texi │ ├── fmal.texi │ ├── fmax.texi │ ├── fmaxf.texi │ ├── fmaxl.texi │ ├── fmemopen.texi │ ├── fmin.texi │ ├── fminf.texi │ ├── fminl.texi │ ├── fmod.texi │ ├── fmodf.texi │ ├── fmodl.texi │ ├── fmtmsg.texi │ ├── fnmatch.texi │ ├── fopen.texi │ ├── fork.texi │ ├── fpathconf.texi │ ├── fpclassify.texi │ ├── fprintf.texi │ ├── fputc.texi │ ├── fputs.texi │ ├── fputwc.texi │ ├── fputws.texi │ ├── fread.texi │ ├── free.texi │ ├── freeaddrinfo.texi │ ├── freelocale.texi │ ├── freopen.texi │ ├── frexp.texi │ ├── frexpf.texi │ ├── frexpl.texi │ ├── fscanf.texi │ ├── fseek.texi │ ├── fseeko.texi │ ├── fsetpos.texi │ ├── fstat.texi │ ├── fstatat.texi │ ├── fstatvfs.texi │ ├── fsync.texi │ ├── ftell.texi │ ├── ftello.texi │ ├── ftok.texi │ ├── ftruncate.texi │ ├── ftrylockfile.texi │ ├── ftw.texi │ ├── funlockfile.texi │ ├── futimens.texi │ ├── fwide.texi │ ├── fwprintf.texi │ ├── fwrite.texi │ ├── fwscanf.texi │ ├── gai_strerror.texi │ ├── getaddrinfo.texi │ ├── getc.texi │ ├── getc_unlocked.texi │ ├── getchar.texi │ ├── getchar_unlocked.texi │ ├── getcwd.texi │ ├── getdate.texi │ ├── getdate_err.texi │ ├── getdelim.texi │ ├── getegid.texi │ ├── getenv.texi │ ├── geteuid.texi │ ├── getgid.texi │ ├── getgrent.texi │ ├── getgrgid.texi │ ├── getgrgid_r.texi │ ├── getgrnam.texi │ ├── getgrnam_r.texi │ ├── getgroups.texi │ ├── gethostent.texi │ ├── gethostid.texi │ ├── gethostname.texi │ ├── getitimer.texi │ ├── getline.texi │ ├── getlogin.texi │ ├── getlogin_r.texi │ ├── getmsg.texi │ ├── getnameinfo.texi │ ├── getnetbyaddr.texi │ ├── getnetbyname.texi │ ├── getnetent.texi │ ├── getopt.texi │ ├── getpeername.texi │ ├── getpgid.texi │ ├── getpgrp.texi │ ├── getpid.texi │ ├── getpmsg.texi │ ├── getppid.texi │ ├── getpriority.texi │ ├── getprotobyname.texi │ ├── getprotobynumber.texi │ ├── getprotoent.texi │ ├── getpwent.texi │ ├── getpwnam.texi │ ├── getpwnam_r.texi │ ├── getpwuid.texi │ ├── getpwuid_r.texi │ ├── getrlimit.texi │ ├── getrusage.texi │ ├── gets.texi │ ├── getservbyname.texi │ ├── getservbyport.texi │ ├── getservent.texi │ ├── getsid.texi │ ├── getsockname.texi │ ├── getsockopt.texi │ ├── getsubopt.texi │ ├── gettimeofday.texi │ ├── getuid.texi │ ├── getutxent.texi │ ├── getutxid.texi │ ├── getutxline.texi │ ├── getwc.texi │ ├── getwchar.texi │ ├── glob.texi │ ├── globfree.texi │ ├── gmtime.texi │ ├── gmtime_r.texi │ ├── google-ranking.txt │ ├── grantpt.texi │ ├── hcreate.texi │ ├── hdestroy.texi │ ├── hsearch.texi │ ├── htonl.texi │ ├── htons.texi │ ├── hypot.texi │ ├── hypotf.texi │ ├── hypotl.texi │ ├── iconv.texi │ ├── iconv_close.texi │ ├── iconv_open.texi │ ├── if_freenameindex.texi │ ├── if_indextoname.texi │ ├── if_nameindex.texi │ ├── if_nametoindex.texi │ ├── ilogb.texi │ ├── ilogbf.texi │ ├── ilogbl.texi │ ├── imaxabs.texi │ ├── imaxdiv.texi │ ├── inet_addr.texi │ ├── inet_ntoa.texi │ ├── inet_ntop.texi │ ├── inet_pton.texi │ ├── initstate.texi │ ├── insque.texi │ ├── ioctl.texi │ ├── isalnum.texi │ ├── isalnum_l.texi │ ├── isalpha.texi │ ├── isalpha_l.texi │ ├── isascii.texi │ ├── isastream.texi │ ├── isatty.texi │ ├── isblank.texi │ ├── isblank_l.texi │ ├── iscntrl.texi │ ├── iscntrl_l.texi │ ├── isdigit.texi │ ├── isdigit_l.texi │ ├── isfinite.texi │ ├── isgraph.texi │ ├── isgraph_l.texi │ ├── isgreater.texi │ ├── isgreaterequal.texi │ ├── isinf.texi │ ├── isless.texi │ ├── islessequal.texi │ ├── islessgreater.texi │ ├── islower.texi │ ├── islower_l.texi │ ├── isnan.texi │ ├── isnormal.texi │ ├── isprint.texi │ ├── isprint_l.texi │ ├── ispunct.texi │ ├── ispunct_l.texi │ ├── isspace.texi │ ├── isspace_l.texi │ ├── isunordered.texi │ ├── isupper.texi │ ├── isupper_l.texi │ ├── iswalnum.texi │ ├── iswalnum_l.texi │ ├── iswalpha.texi │ ├── iswalpha_l.texi │ ├── iswblank.texi │ ├── iswblank_l.texi │ ├── iswcntrl.texi │ ├── iswcntrl_l.texi │ ├── iswctype.texi │ ├── iswctype_l.texi │ ├── iswdigit.texi │ ├── iswdigit_l.texi │ ├── iswgraph.texi │ ├── iswgraph_l.texi │ ├── iswlower.texi │ ├── iswlower_l.texi │ ├── iswprint.texi │ ├── iswprint_l.texi │ ├── iswpunct.texi │ ├── iswpunct_l.texi │ ├── iswspace.texi │ ├── iswspace_l.texi │ ├── iswupper.texi │ ├── iswupper_l.texi │ ├── iswxdigit.texi │ ├── iswxdigit_l.texi │ ├── isxdigit.texi │ ├── isxdigit_l.texi │ ├── j0.texi │ ├── j1.texi │ ├── jn.texi │ ├── jrand48.texi │ ├── kill.texi │ ├── killpg.texi │ ├── l64a.texi │ ├── labs.texi │ ├── lchown.texi │ ├── lcong48.texi │ ├── ldexp.texi │ ├── ldexpf.texi │ ├── ldexpl.texi │ ├── ldiv.texi │ ├── lfind.texi │ ├── lgamma.texi │ ├── lgammaf.texi │ ├── lgammal.texi │ ├── link.texi │ ├── linkat.texi │ ├── lio_listio.texi │ ├── listen.texi │ ├── llabs.texi │ ├── lldiv.texi │ ├── llrint.texi │ ├── llrintf.texi │ ├── llrintl.texi │ ├── llround.texi │ ├── llroundf.texi │ ├── llroundl.texi │ ├── localeconv.texi │ ├── localtime.texi │ ├── localtime_r.texi │ ├── lockf.texi │ ├── log.texi │ ├── log10.texi │ ├── log10f.texi │ ├── log10l.texi │ ├── log1p.texi │ ├── log1pf.texi │ ├── log1pl.texi │ ├── log2.texi │ ├── log2f.texi │ ├── log2l.texi │ ├── logb.texi │ ├── logbf.texi │ ├── logbl.texi │ ├── logf.texi │ ├── logl.texi │ ├── longjmp.texi │ ├── lrand48.texi │ ├── lrint.texi │ ├── lrintf.texi │ ├── lrintl.texi │ ├── lround.texi │ ├── lroundf.texi │ ├── lroundl.texi │ ├── lsearch.texi │ ├── lseek.texi │ ├── lstat.texi │ ├── malloc.texi │ ├── mblen.texi │ ├── mbrlen.texi │ ├── mbrtoc16.texi │ ├── mbrtoc32.texi │ ├── mbrtowc.texi │ ├── mbsinit.texi │ ├── mbsnrtowcs.texi │ ├── mbsrtowcs.texi │ ├── mbstowcs.texi │ ├── mbtowc.texi │ ├── memccpy.texi │ ├── memchr.texi │ ├── memcmp.texi │ ├── memcpy.texi │ ├── memmove.texi │ ├── memset.texi │ ├── mkdir.texi │ ├── mkdirat.texi │ ├── mkdtemp.texi │ ├── mkfifo.texi │ ├── mkfifoat.texi │ ├── mknod.texi │ ├── mknodat.texi │ ├── mkstemp.texi │ ├── mktime.texi │ ├── mlock.texi │ ├── mlockall.texi │ ├── mmap.texi │ ├── modf.texi │ ├── modff.texi │ ├── modfl.texi │ ├── mprotect.texi │ ├── mq_close.texi │ ├── mq_getattr.texi │ ├── mq_notify.texi │ ├── mq_open.texi │ ├── mq_receive.texi │ ├── mq_send.texi │ ├── mq_setattr.texi │ ├── mq_timedreceive.texi │ ├── mq_timedsend.texi │ ├── mq_unlink.texi │ ├── mrand48.texi │ ├── msgctl.texi │ ├── msgget.texi │ ├── msgrcv.texi │ ├── msgsnd.texi │ ├── msync.texi │ ├── munlock.texi │ ├── munlockall.texi │ ├── munmap.texi │ ├── nan.texi │ ├── nanf.texi │ ├── nanl.texi │ ├── nanosleep.texi │ ├── nearbyint.texi │ ├── nearbyintf.texi │ ├── nearbyintl.texi │ ├── newlocale.texi │ ├── nextafter.texi │ ├── nextafterf.texi │ ├── nextafterl.texi │ ├── nexttoward.texi │ ├── nexttowardf.texi │ ├── nexttowardl.texi │ ├── nftw.texi │ ├── nice.texi │ ├── nl_langinfo.texi │ ├── nl_langinfo_l.texi │ ├── nrand48.texi │ ├── ntohl.texi │ ├── ntohs.texi │ ├── open.texi │ ├── open_memstream.texi │ ├── open_wmemstream.texi │ ├── openat.texi │ ├── opendir.texi │ ├── openlog.texi │ ├── optarg.texi │ ├── opterr.texi │ ├── optind.texi │ ├── optopt.texi │ ├── pathconf.texi │ ├── pause.texi │ ├── pclose.texi │ ├── perror.texi │ ├── pipe.texi │ ├── poll.texi │ ├── popen.texi │ ├── posix_fadvise.texi │ ├── posix_fallocate.texi │ ├── posix_madvise.texi │ ├── posix_mem_offset.texi │ ├── posix_memalign.texi │ ├── posix_openpt.texi │ ├── posix_spawn.texi │ ├── posix_spawn_file_actions_addclose.texi │ ├── posix_spawn_file_actions_adddup2.texi │ ├── posix_spawn_file_actions_addopen.texi │ ├── posix_spawn_file_actions_destroy.texi │ ├── posix_spawn_file_actions_init.texi │ ├── posix_spawnattr_destroy.texi │ ├── posix_spawnattr_getflags.texi │ ├── posix_spawnattr_getpgroup.texi │ ├── posix_spawnattr_getschedparam.texi │ ├── posix_spawnattr_getschedpolicy.texi │ ├── posix_spawnattr_getsigdefault.texi │ ├── posix_spawnattr_getsigmask.texi │ ├── posix_spawnattr_init.texi │ ├── posix_spawnattr_setflags.texi │ ├── posix_spawnattr_setpgroup.texi │ ├── posix_spawnattr_setschedparam.texi │ ├── posix_spawnattr_setschedpolicy.texi │ ├── posix_spawnattr_setsigdefault.texi │ ├── posix_spawnattr_setsigmask.texi │ ├── posix_spawnp.texi │ ├── posix_trace_attr_destroy.texi │ ├── posix_trace_attr_getclockres.texi │ ├── posix_trace_attr_getcreatetime.texi │ ├── posix_trace_attr_getgenversion.texi │ ├── posix_trace_attr_getinherited.texi │ ├── posix_trace_attr_getlogfullpolicy.texi │ ├── posix_trace_attr_getlogsize.texi │ ├── posix_trace_attr_getmaxdatasize.texi │ ├── posix_trace_attr_getmaxsystemeventsize.texi │ ├── posix_trace_attr_getmaxusereventsize.texi │ ├── posix_trace_attr_getname.texi │ ├── posix_trace_attr_getstreamfullpolicy.texi │ ├── posix_trace_attr_getstreamsize.texi │ ├── posix_trace_attr_init.texi │ ├── posix_trace_attr_setinherited.texi │ ├── posix_trace_attr_setlogfullpolicy.texi │ ├── posix_trace_attr_setlogsize.texi │ ├── posix_trace_attr_setmaxdatasize.texi │ ├── posix_trace_attr_setname.texi │ ├── posix_trace_attr_setstreamfullpolicy.texi │ ├── posix_trace_attr_setstreamsize.texi │ ├── posix_trace_clear.texi │ ├── posix_trace_close.texi │ ├── posix_trace_create.texi │ ├── posix_trace_create_withlog.texi │ ├── posix_trace_event.texi │ ├── posix_trace_eventid_equal.texi │ ├── posix_trace_eventid_get_name.texi │ ├── posix_trace_eventid_open.texi │ ├── posix_trace_eventset_add.texi │ ├── posix_trace_eventset_del.texi │ ├── posix_trace_eventset_empty.texi │ ├── posix_trace_eventset_fill.texi │ ├── posix_trace_eventset_ismember.texi │ ├── posix_trace_eventtypelist_getnext_id.texi │ ├── posix_trace_eventtypelist_rewind.texi │ ├── posix_trace_flush.texi │ ├── posix_trace_get_attr.texi │ ├── posix_trace_get_filter.texi │ ├── posix_trace_get_status.texi │ ├── posix_trace_getnext_event.texi │ ├── posix_trace_open.texi │ ├── posix_trace_rewind.texi │ ├── posix_trace_set_filter.texi │ ├── posix_trace_shutdown.texi │ ├── posix_trace_start.texi │ ├── posix_trace_stop.texi │ ├── posix_trace_timedgetnext_event.texi │ ├── posix_trace_trid_eventid_open.texi │ ├── posix_trace_trygetnext_event.texi │ ├── posix_typed_mem_get_info.texi │ ├── posix_typed_mem_open.texi │ ├── pow.texi │ ├── powf.texi │ ├── powl.texi │ ├── pread.texi │ ├── printf.texi │ ├── pselect.texi │ ├── psiginfo.texi │ ├── psignal.texi │ ├── pthread_atfork.texi │ ├── pthread_attr_destroy.texi │ ├── pthread_attr_getdetachstate.texi │ ├── pthread_attr_getguardsize.texi │ ├── pthread_attr_getinheritsched.texi │ ├── pthread_attr_getschedparam.texi │ ├── pthread_attr_getschedpolicy.texi │ ├── pthread_attr_getscope.texi │ ├── pthread_attr_getstack.texi │ ├── pthread_attr_getstacksize.texi │ ├── pthread_attr_init.texi │ ├── pthread_attr_setdetachstate.texi │ ├── pthread_attr_setguardsize.texi │ ├── pthread_attr_setinheritsched.texi │ ├── pthread_attr_setschedparam.texi │ ├── pthread_attr_setschedpolicy.texi │ ├── pthread_attr_setscope.texi │ ├── pthread_attr_setstack.texi │ ├── pthread_attr_setstacksize.texi │ ├── pthread_barrier_destroy.texi │ ├── pthread_barrier_init.texi │ ├── pthread_barrier_wait.texi │ ├── pthread_barrierattr_destroy.texi │ ├── pthread_barrierattr_getpshared.texi │ ├── pthread_barrierattr_init.texi │ ├── pthread_barrierattr_setpshared.texi │ ├── pthread_cancel.texi │ ├── pthread_cleanup_pop.texi │ ├── pthread_cleanup_push.texi │ ├── pthread_cond_broadcast.texi │ ├── pthread_cond_destroy.texi │ ├── pthread_cond_init.texi │ ├── pthread_cond_signal.texi │ ├── pthread_cond_timedwait.texi │ ├── pthread_cond_wait.texi │ ├── pthread_condattr_destroy.texi │ ├── pthread_condattr_getclock.texi │ ├── pthread_condattr_getpshared.texi │ ├── pthread_condattr_init.texi │ ├── pthread_condattr_setclock.texi │ ├── pthread_condattr_setpshared.texi │ ├── pthread_create.texi │ ├── pthread_detach.texi │ ├── pthread_equal.texi │ ├── pthread_exit.texi │ ├── pthread_getconcurrency.texi │ ├── pthread_getcpuclockid.texi │ ├── pthread_getschedparam.texi │ ├── pthread_getspecific.texi │ ├── pthread_join.texi │ ├── pthread_key_create.texi │ ├── pthread_key_delete.texi │ ├── pthread_kill.texi │ ├── pthread_mutex_consistent.texi │ ├── pthread_mutex_destroy.texi │ ├── pthread_mutex_getprioceiling.texi │ ├── pthread_mutex_init.texi │ ├── pthread_mutex_lock.texi │ ├── pthread_mutex_setprioceiling.texi │ ├── pthread_mutex_timedlock.texi │ ├── pthread_mutex_trylock.texi │ ├── pthread_mutex_unlock.texi │ ├── pthread_mutexattr_destroy.texi │ ├── pthread_mutexattr_getprioceiling.texi │ ├── pthread_mutexattr_getprotocol.texi │ ├── pthread_mutexattr_getpshared.texi │ ├── pthread_mutexattr_getrobust.texi │ ├── pthread_mutexattr_gettype.texi │ ├── pthread_mutexattr_init.texi │ ├── pthread_mutexattr_setprioceiling.texi │ ├── pthread_mutexattr_setprotocol.texi │ ├── pthread_mutexattr_setpshared.texi │ ├── pthread_mutexattr_setrobust.texi │ ├── pthread_mutexattr_settype.texi │ ├── pthread_once.texi │ ├── pthread_rwlock_destroy.texi │ ├── pthread_rwlock_init.texi │ ├── pthread_rwlock_rdlock.texi │ ├── pthread_rwlock_timedrdlock.texi │ ├── pthread_rwlock_timedwrlock.texi │ ├── pthread_rwlock_tryrdlock.texi │ ├── pthread_rwlock_trywrlock.texi │ ├── pthread_rwlock_unlock.texi │ ├── pthread_rwlock_wrlock.texi │ ├── pthread_rwlockattr_destroy.texi │ ├── pthread_rwlockattr_getpshared.texi │ ├── pthread_rwlockattr_init.texi │ ├── pthread_rwlockattr_setpshared.texi │ ├── pthread_self.texi │ ├── pthread_setcancelstate.texi │ ├── pthread_setcanceltype.texi │ ├── pthread_setconcurrency.texi │ ├── pthread_setschedparam.texi │ ├── pthread_setschedprio.texi │ ├── pthread_setspecific.texi │ ├── pthread_sigmask.texi │ ├── pthread_spin_destroy.texi │ ├── pthread_spin_init.texi │ ├── pthread_spin_lock.texi │ ├── pthread_spin_trylock.texi │ ├── pthread_spin_unlock.texi │ ├── pthread_testcancel.texi │ ├── ptsname.texi │ ├── putc.texi │ ├── putc_unlocked.texi │ ├── putchar.texi │ ├── putchar_unlocked.texi │ ├── putenv.texi │ ├── putmsg.texi │ ├── putpmsg.texi │ ├── puts.texi │ ├── pututxline.texi │ ├── putwc.texi │ ├── putwchar.texi │ ├── pwrite.texi │ ├── qsort.texi │ ├── quick_exit.texi │ ├── raise.texi │ ├── rand.texi │ ├── rand_r.texi │ ├── random.texi │ ├── read.texi │ ├── readdir.texi │ ├── readdir_r.texi │ ├── readlink.texi │ ├── readlinkat.texi │ ├── readv.texi │ ├── realloc.texi │ ├── realpath.texi │ ├── recv.texi │ ├── recvfrom.texi │ ├── recvmsg.texi │ ├── regcomp.texi │ ├── regerror.texi │ ├── regexec.texi │ ├── regfree.texi │ ├── remainder.texi │ ├── remainderf.texi │ ├── remainderl.texi │ ├── remove.texi │ ├── remque.texi │ ├── remquo.texi │ ├── remquof.texi │ ├── remquol.texi │ ├── rename.texi │ ├── renameat.texi │ ├── rewind.texi │ ├── rewinddir.texi │ ├── rint.texi │ ├── rintf.texi │ ├── rintl.texi │ ├── rmdir.texi │ ├── round.texi │ ├── roundf.texi │ ├── roundl.texi │ ├── scalbln.texi │ ├── scalblnf.texi │ ├── scalblnl.texi │ ├── scalbn.texi │ ├── scalbnf.texi │ ├── scalbnl.texi │ ├── scandir.texi │ ├── scanf.texi │ ├── sched_get_priority_max.texi │ ├── sched_get_priority_min.texi │ ├── sched_getparam.texi │ ├── sched_getscheduler.texi │ ├── sched_rr_get_interval.texi │ ├── sched_setparam.texi │ ├── sched_setscheduler.texi │ ├── sched_yield.texi │ ├── seed48.texi │ ├── seekdir.texi │ ├── select.texi │ ├── sem_close.texi │ ├── sem_destroy.texi │ ├── sem_getvalue.texi │ ├── sem_init.texi │ ├── sem_open.texi │ ├── sem_post.texi │ ├── sem_timedwait.texi │ ├── sem_trywait.texi │ ├── sem_unlink.texi │ ├── sem_wait.texi │ ├── semctl.texi │ ├── semget.texi │ ├── semop.texi │ ├── send.texi │ ├── sendmsg.texi │ ├── sendto.texi │ ├── setbuf.texi │ ├── setegid.texi │ ├── setenv.texi │ ├── seteuid.texi │ ├── setgid.texi │ ├── setgrent.texi │ ├── sethostent.texi │ ├── setitimer.texi │ ├── setjmp.texi │ ├── setkey.texi │ ├── setlocale.texi │ ├── setlogmask.texi │ ├── setnetent.texi │ ├── setpgid.texi │ ├── setpgrp.texi │ ├── setpriority.texi │ ├── setprotoent.texi │ ├── setpwent.texi │ ├── setregid.texi │ ├── setreuid.texi │ ├── setrlimit.texi │ ├── setservent.texi │ ├── setsid.texi │ ├── setsockopt.texi │ ├── setstate.texi │ ├── setuid.texi │ ├── setutxent.texi │ ├── setvbuf.texi │ ├── shm_open.texi │ ├── shm_unlink.texi │ ├── shmat.texi │ ├── shmctl.texi │ ├── shmdt.texi │ ├── shmget.texi │ ├── shutdown.texi │ ├── sigaction.texi │ ├── sigaddset.texi │ ├── sigaltstack.texi │ ├── sigdelset.texi │ ├── sigemptyset.texi │ ├── sigfillset.texi │ ├── sighold.texi │ ├── sigignore.texi │ ├── siginterrupt.texi │ ├── sigismember.texi │ ├── siglongjmp.texi │ ├── signal.texi │ ├── signbit.texi │ ├── signgam.texi │ ├── sigpause.texi │ ├── sigpending.texi │ ├── sigprocmask.texi │ ├── sigqueue.texi │ ├── sigrelse.texi │ ├── sigset.texi │ ├── sigsetjmp.texi │ ├── sigsuspend.texi │ ├── sigtimedwait.texi │ ├── sigwait.texi │ ├── sigwaitinfo.texi │ ├── sin.texi │ ├── sinf.texi │ ├── sinh.texi │ ├── sinhf.texi │ ├── sinhl.texi │ ├── sinl.texi │ ├── sleep.texi │ ├── snprintf.texi │ ├── sockatmark.texi │ ├── socket.texi │ ├── socketpair.texi │ ├── sprintf.texi │ ├── sqrt.texi │ ├── sqrtf.texi │ ├── sqrtl.texi │ ├── srand.texi │ ├── srand48.texi │ ├── srandom.texi │ ├── sscanf.texi │ ├── stat.texi │ ├── statvfs.texi │ ├── stderr.texi │ ├── stdin.texi │ ├── stdout.texi │ ├── stpcpy.texi │ ├── stpncpy.texi │ ├── strcasecmp.texi │ ├── strcasecmp_l.texi │ ├── strcat.texi │ ├── strchr.texi │ ├── strcmp.texi │ ├── strcoll.texi │ ├── strcoll_l.texi │ ├── strcpy.texi │ ├── strcspn.texi │ ├── strdup.texi │ ├── strerror.texi │ ├── strerror_l.texi │ ├── strerror_r.texi │ ├── strfmon.texi │ ├── strfmon_l.texi │ ├── strftime.texi │ ├── strftime_l.texi │ ├── strlen.texi │ ├── strncasecmp.texi │ ├── strncasecmp_l.texi │ ├── strncat.texi │ ├── strncmp.texi │ ├── strncpy.texi │ ├── strndup.texi │ ├── strnlen.texi │ ├── strpbrk.texi │ ├── strptime.texi │ ├── strrchr.texi │ ├── strsignal.texi │ ├── strspn.texi │ ├── strstr.texi │ ├── strtod.texi │ ├── strtof.texi │ ├── strtoimax.texi │ ├── strtok.texi │ ├── strtok_r.texi │ ├── strtol.texi │ ├── strtold.texi │ ├── strtoll.texi │ ├── strtoul.texi │ ├── strtoull.texi │ ├── strtoumax.texi │ ├── strxfrm.texi │ ├── strxfrm_l.texi │ ├── swab.texi │ ├── swprintf.texi │ ├── swscanf.texi │ ├── symlink.texi │ ├── symlinkat.texi │ ├── sync.texi │ ├── sysconf.texi │ ├── syslog.texi │ ├── system.texi │ ├── tan.texi │ ├── tanf.texi │ ├── tanh.texi │ ├── tanhf.texi │ ├── tanhl.texi │ ├── tanl.texi │ ├── tcdrain.texi │ ├── tcflow.texi │ ├── tcflush.texi │ ├── tcgetattr.texi │ ├── tcgetpgrp.texi │ ├── tcgetsid.texi │ ├── tcsendbreak.texi │ ├── tcsetattr.texi │ ├── tcsetpgrp.texi │ ├── tdelete.texi │ ├── telldir.texi │ ├── tempnam.texi │ ├── tfind.texi │ ├── tgamma.texi │ ├── tgammaf.texi │ ├── tgammal.texi │ ├── time.texi │ ├── timer_create.texi │ ├── timer_delete.texi │ ├── timer_getoverrun.texi │ ├── timer_gettime.texi │ ├── timer_settime.texi │ ├── times.texi │ ├── timezone.texi │ ├── tmpfile.texi │ ├── tmpnam.texi │ ├── toascii.texi │ ├── tolower.texi │ ├── tolower_l.texi │ ├── toupper.texi │ ├── toupper_l.texi │ ├── towctrans.texi │ ├── towctrans_l.texi │ ├── towlower.texi │ ├── towlower_l.texi │ ├── towupper.texi │ ├── towupper_l.texi │ ├── trunc.texi │ ├── truncate.texi │ ├── truncf.texi │ ├── truncl.texi │ ├── tsearch.texi │ ├── ttyname.texi │ ├── ttyname_r.texi │ ├── twalk.texi │ ├── tzname.texi │ ├── tzset.texi │ ├── ulimit.texi │ ├── umask.texi │ ├── uname.texi │ ├── ungetc.texi │ ├── ungetwc.texi │ ├── unlink.texi │ ├── unlinkat.texi │ ├── unlockpt.texi │ ├── unsetenv.texi │ ├── uselocale.texi │ ├── utime.texi │ ├── utimensat.texi │ ├── utimes.texi │ ├── va_arg.texi │ ├── va_copy.texi │ ├── va_end.texi │ ├── va_start.texi │ ├── vdprintf.texi │ ├── vfprintf.texi │ ├── vfscanf.texi │ ├── vfwprintf.texi │ ├── vfwscanf.texi │ ├── vprintf.texi │ ├── vscanf.texi │ ├── vsnprintf.texi │ ├── vsprintf.texi │ ├── vsscanf.texi │ ├── vswprintf.texi │ ├── vswscanf.texi │ ├── vwprintf.texi │ ├── vwscanf.texi │ ├── wait.texi │ ├── waitid.texi │ ├── waitpid.texi │ ├── wcpcpy.texi │ ├── wcpncpy.texi │ ├── wcrtomb.texi │ ├── wcscasecmp.texi │ ├── wcscasecmp_l.texi │ ├── wcscat.texi │ ├── wcschr.texi │ ├── wcscmp.texi │ ├── wcscoll.texi │ ├── wcscoll_l.texi │ ├── wcscpy.texi │ ├── wcscspn.texi │ ├── wcsdup.texi │ ├── wcsftime.texi │ ├── wcslen.texi │ ├── wcsncasecmp.texi │ ├── wcsncasecmp_l.texi │ ├── wcsncat.texi │ ├── wcsncmp.texi │ ├── wcsncpy.texi │ ├── wcsnlen.texi │ ├── wcsnrtombs.texi │ ├── wcspbrk.texi │ ├── wcsrchr.texi │ ├── wcsrtombs.texi │ ├── wcsspn.texi │ ├── wcsstr.texi │ ├── wcstod.texi │ ├── wcstof.texi │ ├── wcstoimax.texi │ ├── wcstok.texi │ ├── wcstol.texi │ ├── wcstold.texi │ ├── wcstoll.texi │ ├── wcstombs.texi │ ├── wcstoul.texi │ ├── wcstoull.texi │ ├── wcstoumax.texi │ ├── wcswidth.texi │ ├── wcsxfrm.texi │ ├── wcsxfrm_l.texi │ ├── wctob.texi │ ├── wctomb.texi │ ├── wctrans.texi │ ├── wctrans_l.texi │ ├── wctype.texi │ ├── wctype_l.texi │ ├── wcwidth.texi │ ├── wmemchr.texi │ ├── wmemcmp.texi │ ├── wmemcpy.texi │ ├── wmemmove.texi │ ├── wmemset.texi │ ├── wordexp.texi │ ├── wordfree.texi │ ├── wprintf.texi │ ├── write.texi │ ├── writev.texi │ ├── wscanf.texi │ ├── y0.texi │ ├── y1.texi │ └── yn.texi ├── posix-headers │ ├── aio.texi │ ├── arpa_inet.texi │ ├── assert.texi │ ├── complex.texi │ ├── cpio.texi │ ├── ctype.texi │ ├── dirent.texi │ ├── dlfcn.texi │ ├── errno.texi │ ├── fcntl.texi │ ├── fenv.texi │ ├── float.texi │ ├── fmtmsg.texi │ ├── fnmatch.texi │ ├── ftw.texi │ ├── glob.texi │ ├── google-ranking.txt │ ├── grp.texi │ ├── iconv.texi │ ├── inttypes.texi │ ├── iso646.texi │ ├── langinfo.texi │ ├── libgen.texi │ ├── limits.texi │ ├── locale.texi │ ├── math.texi │ ├── monetary.texi │ ├── mqueue.texi │ ├── ndbm.texi │ ├── net_if.texi │ ├── netdb.texi │ ├── netinet_in.texi │ ├── netinet_tcp.texi │ ├── nl_types.texi │ ├── poll.texi │ ├── pthread.texi │ ├── pwd.texi │ ├── regex.texi │ ├── sched.texi │ ├── search.texi │ ├── semaphore.texi │ ├── setjmp.texi │ ├── signal.texi │ ├── spawn.texi │ ├── stdalign.texi │ ├── stdarg.texi │ ├── stdbool.texi │ ├── stddef.texi │ ├── stdint.texi │ ├── stdio.texi │ ├── stdlib.texi │ ├── stdnoreturn.texi │ ├── string.texi │ ├── strings.texi │ ├── stropts.texi │ ├── sys_ipc.texi │ ├── sys_mman.texi │ ├── sys_msg.texi │ ├── sys_resource.texi │ ├── sys_select.texi │ ├── sys_sem.texi │ ├── sys_shm.texi │ ├── sys_socket.texi │ ├── sys_stat.texi │ ├── sys_statvfs.texi │ ├── sys_time.texi │ ├── sys_timeb.texi │ ├── sys_times.texi │ ├── sys_types.texi │ ├── sys_uio.texi │ ├── sys_un.texi │ ├── sys_utsname.texi │ ├── sys_wait.texi │ ├── syslog.texi │ ├── tar.texi │ ├── termios.texi │ ├── tgmath.texi │ ├── time.texi │ ├── trace.texi │ ├── uchar.texi │ ├── ucontext.texi │ ├── ulimit.texi │ ├── unistd.texi │ ├── utime.texi │ ├── utmpx.texi │ ├── wchar.texi │ ├── wctype.texi │ └── wordexp.texi ├── quote.texi ├── regex.texi ├── regexprops-generic.texi ├── relocatable-maint.texi ├── relocatable.texi ├── safe-alloc.texi ├── solaris-versions ├── standards.texi ├── stat-size.texi ├── valgrind-tests.texi ├── verify.texi └── warnings.texi ├── gnulib-tool ├── lib ├── .cppi-disable ├── .cvsignore ├── Makefile ├── README ├── _Exit.c ├── accept.c ├── accept4.c ├── acl-errno-valid.c ├── acl-internal.c ├── acl-internal.h ├── acl.h ├── acl_entries.c ├── acosf.c ├── acosl.c ├── alignof.h ├── alloca.c ├── alloca.in.h ├── allocator.c ├── allocator.h ├── alphasort.c ├── amemxfrm.c ├── amemxfrm.h ├── anytostr.c ├── arcfour.c ├── arcfour.h ├── arctwo.c ├── arctwo.h ├── areadlink-with-size.c ├── areadlink.c ├── areadlink.h ├── areadlinkat-with-size.c ├── areadlinkat.c ├── argmatch.c ├── argmatch.h ├── argp-ba.c ├── argp-eexst.c ├── argp-fmtstream.c ├── argp-fmtstream.h ├── argp-fs-xinl.c ├── argp-help.c ├── argp-namefrob.h ├── argp-parse.c ├── argp-pin.c ├── argp-pv.c ├── argp-pvh.c ├── argp-version-etc.c ├── argp-version-etc.h ├── argp-xinl.c ├── argp.h ├── argv-iter.c ├── argv-iter.h ├── argz.c ├── argz.in.h ├── arpa_inet.in.h ├── array-mergesort.h ├── asinf.c ├── asinl.c ├── asnprintf.c ├── asprintf.c ├── assert.in.h ├── assure.h ├── astrxfrm.c ├── astrxfrm.h ├── at-func.c ├── at-func2.c ├── atan2f.c ├── atanf.c ├── atanl.c ├── atexit.c ├── atoll.c ├── backupfile.c ├── backupfile.h ├── base32.c ├── base32.h ├── base64.c ├── base64.h ├── basename-lgpl.c ├── basename.c ├── bcopy.c ├── binary-io.c ├── binary-io.h ├── bind.c ├── bitrotate.c ├── bitrotate.h ├── btowc.c ├── byteswap.in.h ├── c-asprintf.c ├── c-ctype.c ├── c-ctype.h ├── c-snprintf.c ├── c-snprintf.h ├── c-stack.c ├── c-stack.h ├── c-strcase.h ├── c-strcasecmp.c ├── c-strcaseeq.h ├── c-strcasestr.c ├── c-strcasestr.h ├── c-strncasecmp.c ├── c-strstr.c ├── c-strstr.h ├── c-strtod.c ├── c-strtod.h ├── c-strtold.c ├── c-vasnprintf.c ├── c-vasnprintf.h ├── c-vasprintf.c ├── c-vasprintf.h ├── c-vsnprintf.c ├── c-vsnprintf.h ├── c-xasprintf.c ├── c-xvasprintf.c ├── c-xvasprintf.h ├── calloc.c ├── canon-host.c ├── canon-host.h ├── canonicalize-lgpl.c ├── canonicalize.c ├── canonicalize.h ├── careadlinkat.c ├── careadlinkat.h ├── cbrt.c ├── cbrtf.c ├── cbrtl.c ├── ceil.c ├── ceilf.c ├── ceill.c ├── chdir-long.c ├── chdir-long.h ├── chdir-safer.c ├── chdir-safer.h ├── check-version.c ├── check-version.h ├── chmodat.c ├── chown.c ├── chownat.c ├── classpath.c ├── classpath.h ├── clean-temp.c ├── clean-temp.h ├── cloexec.c ├── cloexec.h ├── close-stream.c ├── close-stream.h ├── close.c ├── closedir.c ├── closein.c ├── closein.h ├── closeout.c ├── closeout.h ├── concat-filename.c ├── concat-filename.h ├── config.charset ├── connect.c ├── copy-acl.c ├── copy-file.c ├── copy-file.h ├── copysign.c ├── copysignf.c ├── copysignl.c ├── cosf.c ├── coshf.c ├── cosl.c ├── count-leading-zeros.c ├── count-leading-zeros.h ├── count-one-bits.c ├── count-one-bits.h ├── count-trailing-zeros.c ├── count-trailing-zeros.h ├── crc.c ├── crc.h ├── creat-safer.c ├── csharpcomp.c ├── csharpcomp.h ├── csharpexec.c ├── csharpexec.h ├── ctype.in.h ├── cycle-check.c ├── cycle-check.h ├── des.c ├── des.h ├── dev-ino.h ├── di-set.c ├── di-set.h ├── diacrit.c ├── diacrit.h ├── diffseq.h ├── dirchownmod.c ├── dirchownmod.h ├── dirent--.h ├── dirent-private.h ├── dirent-safer.h ├── dirent.in.h ├── dirfd.c ├── dirname-lgpl.c ├── dirname.c ├── dirname.h ├── dosname.h ├── dprintf.c ├── dtoastr.c ├── dtotimespec.c ├── dummy.c ├── dup-safer-flag.c ├── dup-safer.c ├── dup.c ├── dup2.c ├── dup3.c ├── duplocale.c ├── eealloc.c ├── eealloc.h ├── errno.in.h ├── error.c ├── error.h ├── euidaccess.c ├── exclude.c ├── exclude.h ├── execinfo.c ├── execinfo.in.h ├── execute.c ├── execute.h ├── exitfail.c ├── exitfail.h ├── exp2.c ├── exp2f.c ├── exp2l.c ├── expf.c ├── expl-table.c ├── expl.c ├── expm1.c ├── expm1f.c ├── expm1l.c ├── fabsf.c ├── fabsl.c ├── faccessat.c ├── fatal-signal.c ├── fatal-signal.h ├── fbufmode.c ├── fbufmode.h ├── fchdir.c ├── fchmodat.c ├── fchown-stub.c ├── fchownat.c ├── fclose.c ├── fcntl--.h ├── fcntl-safer.h ├── fcntl.c ├── fcntl.in.h ├── fd-hook.c ├── fd-hook.h ├── fd-safer-flag.c ├── fd-safer.c ├── fdatasync.c ├── fdopen.c ├── fdopendir.c ├── fdutimensat.c ├── fflush.c ├── ffs.c ├── ffsl.c ├── ffsl.h ├── ffsll.c ├── file-has-acl.c ├── file-set.c ├── file-set.h ├── file-type.c ├── file-type.h ├── fileblocks.c ├── filemode.c ├── filemode.h ├── filename.h ├── filenamecat-lgpl.c ├── filenamecat.c ├── filenamecat.h ├── filevercmp.c ├── filevercmp.h ├── findprog-lgpl.c ├── findprog.c ├── findprog.h ├── float+.h ├── float.c ├── float.in.h ├── flock.c ├── floor.c ├── floorf.c ├── floorl.c ├── fma.c ├── fmaf.c ├── fmal.c ├── fmod.c ├── fmodf.c ├── fmodl.c ├── fnmatch.c ├── fnmatch.in.h ├── fnmatch_loop.c ├── fopen-safer.c ├── fopen.c ├── forkpty.c ├── fpending.c ├── fpending.h ├── fprintf.c ├── fprintftime.c ├── fprintftime.h ├── fpucw.h ├── fpurge.c ├── freadable.c ├── freadable.h ├── freadahead.c ├── freadahead.h ├── freading.c ├── freading.h ├── freadptr.c ├── freadptr.h ├── freadseek.c ├── freadseek.h ├── free.c ├── freopen-safer.c ├── freopen.c ├── frexp.c ├── frexpf.c ├── frexpl.c ├── fseek.c ├── fseeko.c ├── fseterr.c ├── fseterr.h ├── fstat.c ├── fstatat.c ├── fstrcmp.c ├── fstrcmp.h ├── fsusage.c ├── fsusage.h ├── fsync.c ├── ftell.c ├── ftello.c ├── ftoastr.c ├── ftoastr.h ├── ftruncate.c ├── fts-cycle.c ├── fts.c ├── fts_.h ├── full-read.c ├── full-read.h ├── full-write.c ├── full-write.h ├── futimens.c ├── fwritable.c ├── fwritable.h ├── fwriteerror.c ├── fwriteerror.h ├── fwriting.c ├── fwriting.h ├── gai_strerror.c ├── gc-gnulib.c ├── gc-libgcrypt.c ├── gc-pbkdf2-sha1.c ├── gc.h ├── gcd.c ├── gcd.h ├── gen-uni-tables.c ├── get-permissions.c ├── get-rusage-as.c ├── get-rusage-data.c ├── getaddrinfo.c ├── getcwd-lgpl.c ├── getcwd.c ├── getdate.h ├── getdelim.c ├── getdomainname.c ├── getdtablesize.c ├── getfilecon.c ├── getgroups.c ├── gethostname.c ├── gethrxtime.c ├── gethrxtime.h ├── getline.c ├── getloadavg.c ├── getlogin.c ├── getlogin_r.c ├── getndelim2.c ├── getndelim2.h ├── getnline.c ├── getnline.h ├── getopt.c ├── getopt.in.h ├── getopt1.c ├── getopt_int.h ├── getpagesize.c ├── getpass.c ├── getpass.h ├── getpeername.c ├── getrusage.c ├── getsockname.c ├── getsockopt.c ├── getsubopt.c ├── gettext.h ├── gettime.c ├── gettimeofday.c ├── getugroups.c ├── getugroups.h ├── getusershell.c ├── git-merge-changelog.c ├── gl_anyavltree_list1.h ├── gl_anyavltree_list2.h ├── gl_anyhash_list1.h ├── gl_anyhash_list2.h ├── gl_anylinked_list1.h ├── gl_anylinked_list2.h ├── gl_anyrbtree_list1.h ├── gl_anyrbtree_list2.h ├── gl_anytree_list1.h ├── gl_anytree_list2.h ├── gl_anytree_oset.h ├── gl_anytreehash_list1.h ├── gl_anytreehash_list2.h ├── gl_array_list.c ├── gl_array_list.h ├── gl_array_oset.c ├── gl_array_oset.h ├── gl_avltree_list.c ├── gl_avltree_list.h ├── gl_avltree_oset.c ├── gl_avltree_oset.h ├── gl_avltreehash_list.c ├── gl_avltreehash_list.h ├── gl_carray_list.c ├── gl_carray_list.h ├── gl_linked_list.c ├── gl_linked_list.h ├── gl_linkedhash_list.c ├── gl_linkedhash_list.h ├── gl_list.c ├── gl_list.h ├── gl_openssl.h ├── gl_oset.c ├── gl_oset.h ├── gl_rbtree_list.c ├── gl_rbtree_list.h ├── gl_rbtree_oset.c ├── gl_rbtree_oset.h ├── gl_rbtreehash_list.c ├── gl_rbtreehash_list.h ├── gl_sublist.c ├── gl_sublist.h ├── gl_xlist.c ├── gl_xlist.h ├── gl_xoset.c ├── gl_xoset.h ├── gl_xsublist.c ├── gl_xsublist.h ├── glob-libc.h ├── glob.c ├── glob.in.h ├── glthread │ ├── cond.c │ ├── cond.h │ ├── lock.c │ ├── lock.h │ ├── thread.c │ ├── thread.h │ ├── threadlib.c │ ├── tls.c │ ├── tls.h │ └── yield.h ├── grantpt.c ├── group-member.c ├── hard-locale.c ├── hard-locale.h ├── hash-pjw-bare.c ├── hash-pjw-bare.h ├── hash-pjw.c ├── hash-pjw.h ├── hash-triple.c ├── hash-triple.h ├── hash.c ├── hash.h ├── hmac-md5.c ├── hmac-sha1.c ├── hmac-sha256.c ├── hmac-sha512.c ├── hmac.h ├── human.c ├── human.h ├── hypot.c ├── hypotf.c ├── hypotl.c ├── i-ring.c ├── i-ring.h ├── iconv.c ├── iconv.in.h ├── iconv_close.c ├── iconv_open-aix.gperf ├── iconv_open-hpux.gperf ├── iconv_open-irix.gperf ├── iconv_open-osf.gperf ├── iconv_open-solaris.gperf ├── iconv_open.c ├── iconveh.h ├── idcache.c ├── idcache.h ├── idpriv-drop.c ├── idpriv-droptemp.c ├── idpriv.h ├── ignore-value.h ├── ilogb.c ├── ilogbf.c ├── ilogbl.c ├── imaxabs.c ├── imaxdiv.c ├── imaxtostr.c ├── inet_ntop.c ├── inet_pton.c ├── ino-map.c ├── ino-map.h ├── integer_length.c ├── integer_length.h ├── integer_length_l.c ├── integer_length_ll.c ├── intprops.h ├── inttostr.c ├── inttostr.h ├── inttypes.in.h ├── ioctl.c ├── isapipe.c ├── isapipe.h ├── isatty.c ├── isblank.c ├── isdir.c ├── isdir.h ├── isfinite.c ├── isinf.c ├── isnan.c ├── isnand-nolibm.h ├── isnand.c ├── isnanf-nolibm.h ├── isnanf.c ├── isnanl-nolibm.h ├── isnanl.c ├── iswblank.c ├── iswctype-impl.h ├── iswctype.c ├── itold.c ├── javacomp.c ├── javacomp.h ├── javaexec.c ├── javaexec.h ├── javaversion.c ├── javaversion.class ├── javaversion.h ├── javaversion.java ├── langinfo.in.h ├── lchown.c ├── ldexpf.c ├── ldexpl.c ├── ldtoastr.c ├── libunistring.valgrind ├── linebuffer.c ├── linebuffer.h ├── link.c ├── linkat.c ├── listen.c ├── localcharset.c ├── localcharset.h ├── locale.in.h ├── localeconv.c ├── localename.c ├── localename.h ├── log.c ├── log10.c ├── log10f.c ├── log10l.c ├── log1p.c ├── log1pf.c ├── log1pl.c ├── log2.c ├── log2f.c ├── log2l.c ├── logb.c ├── logbf.c ├── logbl.c ├── logf.c ├── login_tty.c ├── logl.c ├── long-options.c ├── long-options.h ├── lseek.c ├── lstat.c ├── malloc.c ├── malloca.c ├── malloca.h ├── malloca.valgrind ├── math.c ├── math.in.h ├── mbchar.c ├── mbchar.h ├── mbfile.c ├── mbfile.h ├── mbiter.c ├── mbiter.h ├── mbmemcasecmp.c ├── mbmemcasecmp.h ├── mbmemcasecoll.c ├── mbmemcasecoll.h ├── mbrlen.c ├── mbrtowc.c ├── mbscasecmp.c ├── mbscasestr.c ├── mbschr.c ├── mbscspn.c ├── mbsinit.c ├── mbslen.c ├── mbsncasecmp.c ├── mbsnlen.c ├── mbsnrtowcs-impl.h ├── mbsnrtowcs.c ├── mbspbrk.c ├── mbspcasecmp.c ├── mbsrchr.c ├── mbsrtowcs-impl.h ├── mbsrtowcs-state.c ├── mbsrtowcs.c ├── mbssep.c ├── mbsspn.c ├── mbsstr.c ├── mbstok_r.c ├── mbswidth.c ├── mbswidth.h ├── mbtowc-impl.h ├── mbtowc.c ├── mbuiter.c ├── mbuiter.h ├── md2.c ├── md2.h ├── md4.c ├── md4.h ├── md5.c ├── md5.h ├── memcasecmp.c ├── memcasecmp.h ├── memchr.c ├── memchr.valgrind ├── memchr2.c ├── memchr2.h ├── memchr2.valgrind ├── memcmp.c ├── memcmp2.c ├── memcmp2.h ├── memcoll.c ├── memcoll.h ├── memcpy.c ├── memmem.c ├── memmove.c ├── mempcpy.c ├── memrchr.c ├── memset.c ├── memxor.c ├── memxor.h ├── mgetgroups.c ├── mgetgroups.h ├── minmax.h ├── mkancesdirs.c ├── mkancesdirs.h ├── mkdir-p.c ├── mkdir-p.h ├── mkdir.c ├── mkdirat.c ├── mkdtemp.c ├── mkfifo.c ├── mkfifoat.c ├── mknod.c ├── mknodat.c ├── mkostemp.c ├── mkostemps.c ├── mkstemp-safer.c ├── mkstemp.c ├── mkstemps.c ├── mktime-internal.h ├── mktime.c ├── modechange.c ├── modechange.h ├── modf.c ├── modff.c ├── modfl.c ├── mountlist.c ├── mountlist.h ├── mpsort.c ├── mpsort.h ├── msvc-inval.c ├── msvc-inval.h ├── msvc-nothrow.c ├── msvc-nothrow.h ├── nanosleep.c ├── net_if.in.h ├── netdb.in.h ├── netinet_in.in.h ├── nl_langinfo.c ├── nonblocking.c ├── nonblocking.h ├── nproc.c ├── nproc.h ├── obstack.c ├── obstack.h ├── obstack_printf.c ├── offtostr.c ├── open-safer.c ├── open.c ├── openat-die.c ├── openat-priv.h ├── openat-proc.c ├── openat-safer.c ├── openat.c ├── openat.h ├── opendir-safer.c ├── opendir.c ├── openpty.c ├── pagealign_alloc.c ├── pagealign_alloc.h ├── parse-datetime.h ├── parse-datetime.y ├── parse-duration.c ├── parse-duration.h ├── passfd.c ├── passfd.h ├── pathmax.h ├── pclose.c ├── perror.c ├── physmem.c ├── physmem.h ├── pipe-filter-aux.c ├── pipe-filter-aux.h ├── pipe-filter-gi.c ├── pipe-filter-ii.c ├── pipe-filter.h ├── pipe-safer.c ├── pipe.c ├── pipe.h ├── pipe2-safer.c ├── pipe2.c ├── poll.c ├── poll.in.h ├── popen-safer.c ├── popen.c ├── posix_openpt.c ├── posixtm.c ├── posixtm.h ├── posixver.c ├── posixver.h ├── powf.c ├── pread.c ├── printf-args.c ├── printf-args.h ├── printf-frexp.c ├── printf-frexp.h ├── printf-frexpl.c ├── printf-frexpl.h ├── printf-parse.c ├── printf-parse.h ├── printf.c ├── priv-set.c ├── priv-set.h ├── progname.c ├── progname.h ├── progreloc.c ├── propername.c ├── propername.h ├── pselect.c ├── pt_chown.c ├── pthread.c ├── pthread.in.h ├── pthread_sigmask.c ├── ptsname.c ├── ptsname_r.c ├── pty-private.h ├── pty.in.h ├── putenv.c ├── pwrite.c ├── qcopy-acl.c ├── qset-acl.c ├── qsort.c ├── qsort_r.c ├── quote.h ├── quotearg.c ├── quotearg.h ├── raise.c ├── random.c ├── random_r.c ├── rawmemchr.c ├── rawmemchr.valgrind ├── read-file.c ├── read-file.h ├── read.c ├── readdir.c ├── readline.c ├── readline.h ├── readlink.c ├── readlinkat.c ├── readtokens.c ├── readtokens.h ├── readtokens0.c ├── readtokens0.h ├── readutmp.c ├── readutmp.h ├── realloc.c ├── recv.c ├── recvfrom.c ├── ref-add.sin ├── ref-del.sin ├── regcomp.c ├── regex-quote.c ├── regex-quote.h ├── regex.c ├── regex.h ├── regex_internal.c ├── regex_internal.h ├── regexec.c ├── relocatable.c ├── relocatable.h ├── relocwrapper.c ├── remainder.c ├── remainderf.c ├── remainderl.c ├── remove.c ├── rename.c ├── renameat.c ├── resource-ext.h ├── rewinddir.c ├── rijndael-alg-fst.c ├── rijndael-alg-fst.h ├── rijndael-api-fst.c ├── rijndael-api-fst.h ├── rint.c ├── rintf.c ├── rintl.c ├── rmdir.c ├── root-uid.h ├── round.c ├── roundf.c ├── roundl.c ├── rpmatch.c ├── safe-alloc.c ├── safe-alloc.h ├── safe-read.c ├── safe-read.h ├── safe-write.c ├── safe-write.h ├── same-inode.h ├── same.c ├── same.h ├── save-cwd.c ├── save-cwd.h ├── savedir.c ├── savedir.h ├── savewd.c ├── savewd.h ├── scandir.c ├── sched.in.h ├── se-context.c ├── se-context.in.h ├── se-selinux.c ├── se-selinux.in.h ├── search.in.h ├── secure_getenv.c ├── select.c ├── selinux-at.c ├── selinux-at.h ├── send.c ├── sendto.c ├── set-acl.c ├── set-permissions.c ├── setenv.c ├── sethostname.c ├── setlocale.c ├── setsockopt.c ├── settime.c ├── sh-quote.c ├── sh-quote.h ├── sha1.c ├── sha1.h ├── sha256.c ├── sha256.h ├── sha512.c ├── sha512.h ├── shutdown.c ├── sig-handler.c ├── sig-handler.h ├── sig2str.c ├── sig2str.h ├── sigaction.c ├── siglist.h ├── signal.in.h ├── signbitd.c ├── signbitf.c ├── signbitl.c ├── sigpipe-die.c ├── sigpipe-die.h ├── sigprocmask.c ├── sincosl.c ├── sinf.c ├── sinhf.c ├── sinl.c ├── size_max.h ├── sleep.c ├── snprintf.c ├── socket.c ├── sockets.c ├── sockets.h ├── spawn-pipe.c ├── spawn-pipe.h ├── spawn.c ├── spawn.in.h ├── spawn_faction_addclose.c ├── spawn_faction_adddup2.c ├── spawn_faction_addopen.c ├── spawn_faction_destroy.c ├── spawn_faction_init.c ├── spawn_int.h ├── spawnattr_destroy.c ├── spawnattr_getdefault.c ├── spawnattr_getflags.c ├── spawnattr_getpgroup.c ├── spawnattr_getschedparam.c ├── spawnattr_getschedpolicy.c ├── spawnattr_getsigmask.c ├── spawnattr_init.c ├── spawnattr_setdefault.c ├── spawnattr_setflags.c ├── spawnattr_setpgroup.c ├── spawnattr_setschedparam.c ├── spawnattr_setschedpolicy.c ├── spawnattr_setsigmask.c ├── spawni.c ├── spawnp.c ├── sprintf.c ├── sqrtf.c ├── sqrtl.c ├── stat-macros.h ├── stat-size.h ├── stat-time.c ├── stat-time.h ├── stat.c ├── statat.c ├── stdalign.in.h ├── stdarg.in.h ├── stdbool.in.h ├── stddef.in.h ├── stdint.in.h ├── stdio--.h ├── stdio-impl.h ├── stdio-read.c ├── stdio-safer.h ├── stdio-write.c ├── stdio.in.h ├── stdlib--.h ├── stdlib-safer.h ├── stdlib.in.h ├── stdnoreturn.in.h ├── stpcpy.c ├── stpncpy.c ├── str-kmp.h ├── str-two-way.h ├── strcasecmp.c ├── strcasestr.c ├── strchrnul.c ├── strchrnul.valgrind ├── strcspn.c ├── strdup.c ├── streq.h ├── strerror-override.c ├── strerror-override.h ├── strerror.c ├── strerror_r.c ├── strftime.c ├── strftime.h ├── striconv.c ├── striconv.h ├── striconveh.c ├── striconveh.h ├── striconveha.c ├── striconveha.h ├── string.in.h ├── strings.in.h ├── stripslash.c ├── strncasecmp.c ├── strncat.c ├── strndup.c ├── strnlen.c ├── strnlen1.c ├── strnlen1.h ├── strpbrk.c ├── strptime.c ├── strsep.c ├── strsignal.c ├── strstr.c ├── strtod.c ├── strtoimax.c ├── strtok_r.c ├── strtol.c ├── strtoll.c ├── strtoul.c ├── strtoull.c ├── strtoumax.c ├── strverscmp.c ├── symlink.c ├── symlinkat.c ├── sys_file.in.h ├── sys_ioctl.in.h ├── sys_resource.in.h ├── sys_select.in.h ├── sys_socket.c ├── sys_socket.in.h ├── sys_stat.in.h ├── sys_time.in.h ├── sys_times.in.h ├── sys_types.in.h ├── sys_uio.in.h ├── sys_utsname.in.h ├── sys_wait.in.h ├── sysexits.in.h ├── system-quote.c ├── system-quote.h ├── t-idcache ├── tanf.c ├── tanhf.c ├── tanl.c ├── tcgetsid.c ├── tempname.c ├── tempname.h ├── termios.in.h ├── time-internal.h ├── time.in.h ├── time_r.c ├── time_rz.c ├── timegm.c ├── times.c ├── timespec-add.c ├── timespec-sub.c ├── timespec.c ├── timespec.h ├── tmpdir.c ├── tmpdir.h ├── tmpfile-safer.c ├── tmpfile.c ├── towctrans-impl.h ├── towctrans.c ├── trigl.c ├── trigl.h ├── trim.c ├── trim.h ├── trunc.c ├── truncf.c ├── truncl.c ├── tsearch.c ├── ttyname_r.c ├── u64.c ├── u64.h ├── uinttostr.c ├── umaxtostr.c ├── uname.c ├── unicase.in.h ├── unicase │ ├── cased.c │ ├── cased.h │ ├── casefold.h │ ├── caseprop.h │ ├── context.h │ ├── empty-prefix-context.c │ ├── empty-suffix-context.c │ ├── ignorable.c │ ├── ignorable.h │ ├── invariant.h │ ├── locale-language.c │ ├── locale-languages.gperf │ ├── simple-mapping.h │ ├── special-casing-table.gperf │ ├── special-casing.c │ ├── special-casing.h │ ├── tocasefold.c │ ├── tocasefold.h │ ├── tolower.c │ ├── tolower.h │ ├── totitle.c │ ├── totitle.h │ ├── toupper.c │ ├── toupper.h │ ├── u-casecmp.h │ ├── u-casecoll.h │ ├── u-casefold.h │ ├── u-casemap.h │ ├── u-casexfrm.h │ ├── u-ct-casefold.h │ ├── u-ct-totitle.h │ ├── u-is-cased.h │ ├── u-is-invariant.h │ ├── u-prefix-context.h │ ├── u-suffix-context.h │ ├── u-totitle.h │ ├── u16-casecmp.c │ ├── u16-casecoll.c │ ├── u16-casefold.c │ ├── u16-casemap.c │ ├── u16-casexfrm.c │ ├── u16-ct-casefold.c │ ├── u16-ct-tolower.c │ ├── u16-ct-totitle.c │ ├── u16-ct-toupper.c │ ├── u16-is-cased.c │ ├── u16-is-casefolded.c │ ├── u16-is-invariant.c │ ├── u16-is-lowercase.c │ ├── u16-is-titlecase.c │ ├── u16-is-uppercase.c │ ├── u16-prefix-context.c │ ├── u16-suffix-context.c │ ├── u16-tolower.c │ ├── u16-totitle.c │ ├── u16-toupper.c │ ├── u32-casecmp.c │ ├── u32-casecoll.c │ ├── u32-casefold.c │ ├── u32-casemap.c │ ├── u32-casexfrm.c │ ├── u32-ct-casefold.c │ ├── u32-ct-tolower.c │ ├── u32-ct-totitle.c │ ├── u32-ct-toupper.c │ ├── u32-is-cased.c │ ├── u32-is-casefolded.c │ ├── u32-is-invariant.c │ ├── u32-is-lowercase.c │ ├── u32-is-titlecase.c │ ├── u32-is-uppercase.c │ ├── u32-prefix-context.c │ ├── u32-suffix-context.c │ ├── u32-tolower.c │ ├── u32-totitle.c │ ├── u32-toupper.c │ ├── u8-casecmp.c │ ├── u8-casecoll.c │ ├── u8-casefold.c │ ├── u8-casemap.c │ ├── u8-casexfrm.c │ ├── u8-ct-casefold.c │ ├── u8-ct-tolower.c │ ├── u8-ct-totitle.c │ ├── u8-ct-toupper.c │ ├── u8-is-cased.c │ ├── u8-is-casefolded.c │ ├── u8-is-invariant.c │ ├── u8-is-lowercase.c │ ├── u8-is-titlecase.c │ ├── u8-is-uppercase.c │ ├── u8-prefix-context.c │ ├── u8-suffix-context.c │ ├── u8-tolower.c │ ├── u8-totitle.c │ ├── u8-toupper.c │ ├── ulc-casecmp.c │ ├── ulc-casecoll.c │ ├── ulc-casexfrm.c │ └── unicasemap.h ├── unicodeio.c ├── unicodeio.h ├── uniconv.in.h ├── uniconv │ ├── u-conv-from-enc.h │ ├── u-conv-to-enc.h │ ├── u-strconv-from-enc.h │ ├── u-strconv-to-enc.h │ ├── u16-conv-from-enc.c │ ├── u16-conv-to-enc.c │ ├── u16-strconv-from-enc.c │ ├── u16-strconv-from-locale.c │ ├── u16-strconv-to-enc.c │ ├── u16-strconv-to-locale.c │ ├── u32-conv-from-enc.c │ ├── u32-conv-to-enc.c │ ├── u32-strconv-from-enc.c │ ├── u32-strconv-from-locale.c │ ├── u32-strconv-to-enc.c │ ├── u32-strconv-to-locale.c │ ├── u8-conv-from-enc.c │ ├── u8-conv-to-enc.c │ ├── u8-strconv-from-enc.c │ ├── u8-strconv-from-locale.c │ ├── u8-strconv-to-enc.c │ └── u8-strconv-to-locale.c ├── unictype.in.h ├── unictype │ ├── 3level.h │ ├── 3levelbit.h │ ├── Makefile │ ├── bidi_byname.c │ ├── bidi_byname.gperf │ ├── bidi_longname.c │ ├── bidi_name.c │ ├── bidi_of.c │ ├── bidi_of.h │ ├── bidi_test.c │ ├── bitmap.h │ ├── block_test.c │ ├── blocks.c │ ├── blocks.h │ ├── categ_C.c │ ├── categ_C.h │ ├── categ_Cc.c │ ├── categ_Cc.h │ ├── categ_Cf.c │ ├── categ_Cf.h │ ├── categ_Cn.c │ ├── categ_Cn.h │ ├── categ_Co.c │ ├── categ_Co.h │ ├── categ_Cs.c │ ├── categ_Cs.h │ ├── categ_L.c │ ├── categ_L.h │ ├── categ_LC.c │ ├── categ_LC.h │ ├── categ_Ll.c │ ├── categ_Ll.h │ ├── categ_Lm.c │ ├── categ_Lm.h │ ├── categ_Lo.c │ ├── categ_Lo.h │ ├── categ_Lt.c │ ├── categ_Lt.h │ ├── categ_Lu.c │ ├── categ_Lu.h │ ├── categ_M.c │ ├── categ_M.h │ ├── categ_Mc.c │ ├── categ_Mc.h │ ├── categ_Me.c │ ├── categ_Me.h │ ├── categ_Mn.c │ ├── categ_Mn.h │ ├── categ_N.c │ ├── categ_N.h │ ├── categ_Nd.c │ ├── categ_Nd.h │ ├── categ_Nl.c │ ├── categ_Nl.h │ ├── categ_No.c │ ├── categ_No.h │ ├── categ_P.c │ ├── categ_P.h │ ├── categ_Pc.c │ ├── categ_Pc.h │ ├── categ_Pd.c │ ├── categ_Pd.h │ ├── categ_Pe.c │ ├── categ_Pe.h │ ├── categ_Pf.c │ ├── categ_Pf.h │ ├── categ_Pi.c │ ├── categ_Pi.h │ ├── categ_Po.c │ ├── categ_Po.h │ ├── categ_Ps.c │ ├── categ_Ps.h │ ├── categ_S.c │ ├── categ_S.h │ ├── categ_Sc.c │ ├── categ_Sc.h │ ├── categ_Sk.c │ ├── categ_Sk.h │ ├── categ_Sm.c │ ├── categ_Sm.h │ ├── categ_So.c │ ├── categ_So.h │ ├── categ_Z.c │ ├── categ_Z.h │ ├── categ_Zl.c │ ├── categ_Zl.h │ ├── categ_Zp.c │ ├── categ_Zp.h │ ├── categ_Zs.c │ ├── categ_Zs.h │ ├── categ_and.c │ ├── categ_and_not.c │ ├── categ_byname.c │ ├── categ_byname.gperf │ ├── categ_longname.c │ ├── categ_name.c │ ├── categ_none.c │ ├── categ_of.c │ ├── categ_of.h │ ├── categ_or.c │ ├── categ_test.c │ ├── combiningclass.c │ ├── combiningclass.h │ ├── combiningclass_byname.c │ ├── combiningclass_byname.gperf │ ├── combiningclass_longname.c │ ├── combiningclass_name.c │ ├── ctype_alnum.c │ ├── ctype_alnum.h │ ├── ctype_alpha.c │ ├── ctype_alpha.h │ ├── ctype_blank.c │ ├── ctype_blank.h │ ├── ctype_cntrl.c │ ├── ctype_cntrl.h │ ├── ctype_digit.c │ ├── ctype_digit.h │ ├── ctype_graph.c │ ├── ctype_graph.h │ ├── ctype_lower.c │ ├── ctype_lower.h │ ├── ctype_print.c │ ├── ctype_print.h │ ├── ctype_punct.c │ ├── ctype_punct.h │ ├── ctype_space.c │ ├── ctype_space.h │ ├── ctype_upper.c │ ├── ctype_upper.h │ ├── ctype_xdigit.c │ ├── ctype_xdigit.h │ ├── decdigit.c │ ├── decdigit.h │ ├── digit.c │ ├── digit.h │ ├── identsyntaxmap.h │ ├── joininggroup_byname.c │ ├── joininggroup_byname.gperf │ ├── joininggroup_name.c │ ├── joininggroup_name.h │ ├── joininggroup_of.c │ ├── joininggroup_of.h │ ├── joiningtype_byname.c │ ├── joiningtype_byname.gperf │ ├── joiningtype_longname.c │ ├── joiningtype_name.c │ ├── joiningtype_of.c │ ├── joiningtype_of.h │ ├── mirror.c │ ├── mirror.h │ ├── numeric.c │ ├── numeric.h │ ├── pr_alphabetic.c │ ├── pr_alphabetic.h │ ├── pr_ascii_hex_digit.c │ ├── pr_ascii_hex_digit.h │ ├── pr_bidi_arabic_digit.c │ ├── pr_bidi_arabic_digit.h │ ├── pr_bidi_arabic_right_to_left.c │ ├── pr_bidi_arabic_right_to_left.h │ ├── pr_bidi_block_separator.c │ ├── pr_bidi_block_separator.h │ ├── pr_bidi_boundary_neutral.c │ ├── pr_bidi_boundary_neutral.h │ ├── pr_bidi_common_separator.c │ ├── pr_bidi_common_separator.h │ ├── pr_bidi_control.c │ ├── pr_bidi_control.h │ ├── pr_bidi_embedding_or_override.c │ ├── pr_bidi_embedding_or_override.h │ ├── pr_bidi_eur_num_separator.c │ ├── pr_bidi_eur_num_separator.h │ ├── pr_bidi_eur_num_terminator.c │ ├── pr_bidi_eur_num_terminator.h │ ├── pr_bidi_european_digit.c │ ├── pr_bidi_european_digit.h │ ├── pr_bidi_hebrew_right_to_left.c │ ├── pr_bidi_hebrew_right_to_left.h │ ├── pr_bidi_left_to_right.c │ ├── pr_bidi_left_to_right.h │ ├── pr_bidi_non_spacing_mark.c │ ├── pr_bidi_non_spacing_mark.h │ ├── pr_bidi_other_neutral.c │ ├── pr_bidi_other_neutral.h │ ├── pr_bidi_pdf.c │ ├── pr_bidi_pdf.h │ ├── pr_bidi_segment_separator.c │ ├── pr_bidi_segment_separator.h │ ├── pr_bidi_whitespace.c │ ├── pr_bidi_whitespace.h │ ├── pr_byname.c │ ├── pr_byname.gperf │ ├── pr_case_ignorable.c │ ├── pr_case_ignorable.h │ ├── pr_cased.c │ ├── pr_cased.h │ ├── pr_changes_when_casefolded.c │ ├── pr_changes_when_casefolded.h │ ├── pr_changes_when_casemapped.c │ ├── pr_changes_when_casemapped.h │ ├── pr_changes_when_lowercased.c │ ├── pr_changes_when_lowercased.h │ ├── pr_changes_when_titlecased.c │ ├── pr_changes_when_titlecased.h │ ├── pr_changes_when_uppercased.c │ ├── pr_changes_when_uppercased.h │ ├── pr_combining.c │ ├── pr_combining.h │ ├── pr_composite.c │ ├── pr_composite.h │ ├── pr_currency_symbol.c │ ├── pr_currency_symbol.h │ ├── pr_dash.c │ ├── pr_dash.h │ ├── pr_decimal_digit.c │ ├── pr_decimal_digit.h │ ├── pr_default_ignorable_code_point.c │ ├── pr_default_ignorable_code_point.h │ ├── pr_deprecated.c │ ├── pr_deprecated.h │ ├── pr_diacritic.c │ ├── pr_diacritic.h │ ├── pr_extender.c │ ├── pr_extender.h │ ├── pr_format_control.c │ ├── pr_format_control.h │ ├── pr_grapheme_base.c │ ├── pr_grapheme_base.h │ ├── pr_grapheme_extend.c │ ├── pr_grapheme_extend.h │ ├── pr_grapheme_link.c │ ├── pr_grapheme_link.h │ ├── pr_hex_digit.c │ ├── pr_hex_digit.h │ ├── pr_hyphen.c │ ├── pr_hyphen.h │ ├── pr_id_continue.c │ ├── pr_id_continue.h │ ├── pr_id_start.c │ ├── pr_id_start.h │ ├── pr_ideographic.c │ ├── pr_ideographic.h │ ├── pr_ids_binary_operator.c │ ├── pr_ids_binary_operator.h │ ├── pr_ids_trinary_operator.c │ ├── pr_ids_trinary_operator.h │ ├── pr_ignorable_control.c │ ├── pr_ignorable_control.h │ ├── pr_iso_control.c │ ├── pr_iso_control.h │ ├── pr_join_control.c │ ├── pr_join_control.h │ ├── pr_left_of_pair.c │ ├── pr_left_of_pair.h │ ├── pr_line_separator.c │ ├── pr_line_separator.h │ ├── pr_logical_order_exception.c │ ├── pr_logical_order_exception.h │ ├── pr_lowercase.c │ ├── pr_lowercase.h │ ├── pr_math.c │ ├── pr_math.h │ ├── pr_non_break.c │ ├── pr_non_break.h │ ├── pr_not_a_character.c │ ├── pr_not_a_character.h │ ├── pr_numeric.c │ ├── pr_numeric.h │ ├── pr_other_alphabetic.c │ ├── pr_other_alphabetic.h │ ├── pr_other_default_ignorable_code_point.c │ ├── pr_other_default_ignorable_code_point.h │ ├── pr_other_grapheme_extend.c │ ├── pr_other_grapheme_extend.h │ ├── pr_other_id_continue.c │ ├── pr_other_id_continue.h │ ├── pr_other_id_start.c │ ├── pr_other_id_start.h │ ├── pr_other_lowercase.c │ ├── pr_other_lowercase.h │ ├── pr_other_math.c │ ├── pr_other_math.h │ ├── pr_other_uppercase.c │ ├── pr_other_uppercase.h │ ├── pr_paired_punctuation.c │ ├── pr_paired_punctuation.h │ ├── pr_paragraph_separator.c │ ├── pr_paragraph_separator.h │ ├── pr_pattern_syntax.c │ ├── pr_pattern_syntax.h │ ├── pr_pattern_white_space.c │ ├── pr_pattern_white_space.h │ ├── pr_private_use.c │ ├── pr_private_use.h │ ├── pr_punctuation.c │ ├── pr_punctuation.h │ ├── pr_quotation_mark.c │ ├── pr_quotation_mark.h │ ├── pr_radical.c │ ├── pr_radical.h │ ├── pr_sentence_terminal.c │ ├── pr_sentence_terminal.h │ ├── pr_soft_dotted.c │ ├── pr_soft_dotted.h │ ├── pr_space.c │ ├── pr_space.h │ ├── pr_terminal_punctuation.c │ ├── pr_terminal_punctuation.h │ ├── pr_test.c │ ├── pr_titlecase.c │ ├── pr_titlecase.h │ ├── pr_unassigned_code_value.c │ ├── pr_unassigned_code_value.h │ ├── pr_unified_ideograph.c │ ├── pr_unified_ideograph.h │ ├── pr_uppercase.c │ ├── pr_uppercase.h │ ├── pr_variation_selector.c │ ├── pr_variation_selector.h │ ├── pr_white_space.c │ ├── pr_white_space.h │ ├── pr_xid_continue.c │ ├── pr_xid_continue.h │ ├── pr_xid_start.c │ ├── pr_xid_start.h │ ├── pr_zero_width.c │ ├── pr_zero_width.h │ ├── scripts.c │ ├── scripts.h │ ├── scripts_byname.gperf │ ├── sy_c_ident.c │ ├── sy_c_ident.h │ ├── sy_c_whitespace.c │ ├── sy_c_whitespace.h │ ├── sy_java_ident.c │ ├── sy_java_ident.h │ ├── sy_java_whitespace.c │ └── sy_java_whitespace.h ├── unigbrk.in.h ├── unigbrk │ ├── gbrkprop.h │ ├── u16-grapheme-breaks.c │ ├── u16-grapheme-next.c │ ├── u16-grapheme-prev.c │ ├── u32-grapheme-breaks.c │ ├── u32-grapheme-next.c │ ├── u32-grapheme-prev.c │ ├── u8-grapheme-breaks.c │ ├── u8-grapheme-next.c │ ├── u8-grapheme-prev.c │ ├── uc-gbrk-prop.c │ ├── uc-is-grapheme-break.c │ └── ulc-grapheme-breaks.c ├── unilbrk.in.h ├── unilbrk │ ├── lbrkprop1.h │ ├── lbrkprop2.h │ ├── lbrktables.c │ ├── lbrktables.h │ ├── u16-possible-linebreaks.c │ ├── u16-width-linebreaks.c │ ├── u32-possible-linebreaks.c │ ├── u32-width-linebreaks.c │ ├── u8-possible-linebreaks.c │ ├── u8-width-linebreaks.c │ ├── ulc-common.c │ ├── ulc-common.h │ ├── ulc-possible-linebreaks.c │ └── ulc-width-linebreaks.c ├── uniname.in.h ├── uniname │ ├── gen-uninames.lisp │ ├── uniname.c │ └── uninames.h ├── uninorm.in.h ├── uninorm │ ├── canonical-decomposition.c │ ├── compat-decomposition.c │ ├── composition-table.gperf │ ├── composition.c │ ├── decompose-internal.c │ ├── decompose-internal.h │ ├── decomposing-form.c │ ├── decomposition-table.c │ ├── decomposition-table.h │ ├── decomposition-table1.h │ ├── decomposition-table2.h │ ├── decomposition.c │ ├── nfc.c │ ├── nfd.c │ ├── nfkc.c │ ├── nfkd.c │ ├── normalize-internal.h │ ├── u-normalize-internal.h │ ├── u-normcmp.h │ ├── u-normcoll.h │ ├── u-normxfrm.h │ ├── u16-normalize.c │ ├── u16-normcmp.c │ ├── u16-normcoll.c │ ├── u16-normxfrm.c │ ├── u32-normalize.c │ ├── u32-normcmp.c │ ├── u32-normcoll.c │ ├── u32-normxfrm.c │ ├── u8-normalize.c │ ├── u8-normcmp.c │ ├── u8-normcoll.c │ ├── u8-normxfrm.c │ └── uninorm-filter.c ├── unistd--.h ├── unistd-safer.h ├── unistd.c ├── unistd.in.h ├── unistdio.in.h ├── unistdio │ ├── u-asnprintf.h │ ├── u-asprintf.h │ ├── u-printf-args.c │ ├── u-printf-args.h │ ├── u-printf-parse.h │ ├── u-snprintf.h │ ├── u-sprintf.h │ ├── u-vasprintf.h │ ├── u-vsnprintf.h │ ├── u-vsprintf.h │ ├── u16-asnprintf.c │ ├── u16-asprintf.c │ ├── u16-printf-parse.c │ ├── u16-snprintf.c │ ├── u16-sprintf.c │ ├── u16-u16-asnprintf.c │ ├── u16-u16-asprintf.c │ ├── u16-u16-snprintf.c │ ├── u16-u16-sprintf.c │ ├── u16-u16-vasnprintf.c │ ├── u16-u16-vasprintf.c │ ├── u16-u16-vsnprintf.c │ ├── u16-u16-vsprintf.c │ ├── u16-vasnprintf.c │ ├── u16-vasprintf.c │ ├── u16-vsnprintf.c │ ├── u16-vsprintf.c │ ├── u32-asnprintf.c │ ├── u32-asprintf.c │ ├── u32-printf-parse.c │ ├── u32-snprintf.c │ ├── u32-sprintf.c │ ├── u32-u32-asnprintf.c │ ├── u32-u32-asprintf.c │ ├── u32-u32-snprintf.c │ ├── u32-u32-sprintf.c │ ├── u32-u32-vasnprintf.c │ ├── u32-u32-vasprintf.c │ ├── u32-u32-vsnprintf.c │ ├── u32-u32-vsprintf.c │ ├── u32-vasnprintf.c │ ├── u32-vasprintf.c │ ├── u32-vsnprintf.c │ ├── u32-vsprintf.c │ ├── u8-asnprintf.c │ ├── u8-asprintf.c │ ├── u8-printf-parse.c │ ├── u8-snprintf.c │ ├── u8-sprintf.c │ ├── u8-u8-asnprintf.c │ ├── u8-u8-asprintf.c │ ├── u8-u8-snprintf.c │ ├── u8-u8-sprintf.c │ ├── u8-u8-vasnprintf.c │ ├── u8-u8-vasprintf.c │ ├── u8-u8-vsnprintf.c │ ├── u8-u8-vsprintf.c │ ├── u8-vasnprintf.c │ ├── u8-vasprintf.c │ ├── u8-vsnprintf.c │ ├── u8-vsprintf.c │ ├── ulc-asnprintf.c │ ├── ulc-asprintf.c │ ├── ulc-fprintf.c │ ├── ulc-printf-parse.c │ ├── ulc-snprintf.c │ ├── ulc-sprintf.c │ ├── ulc-vasnprintf.c │ ├── ulc-vasprintf.c │ ├── ulc-vfprintf.c │ ├── ulc-vsnprintf.c │ └── ulc-vsprintf.c ├── unistr.in.h ├── unistr │ ├── u-cmp2.h │ ├── u-cpy-alloc.h │ ├── u-cpy.h │ ├── u-endswith.h │ ├── u-move.h │ ├── u-set.h │ ├── u-startswith.h │ ├── u-stpcpy.h │ ├── u-stpncpy.h │ ├── u-strcat.h │ ├── u-strcoll.h │ ├── u-strcpy.h │ ├── u-strcspn.h │ ├── u-strdup.h │ ├── u-strlen.h │ ├── u-strncat.h │ ├── u-strncpy.h │ ├── u-strnlen.h │ ├── u-strpbrk.h │ ├── u-strspn.h │ ├── u-strstr.h │ ├── u-strtok.h │ ├── u16-check.c │ ├── u16-chr.c │ ├── u16-cmp.c │ ├── u16-cmp2.c │ ├── u16-cpy-alloc.c │ ├── u16-cpy.c │ ├── u16-endswith.c │ ├── u16-mblen.c │ ├── u16-mbsnlen.c │ ├── u16-mbtouc-aux.c │ ├── u16-mbtouc-unsafe-aux.c │ ├── u16-mbtouc-unsafe.c │ ├── u16-mbtouc.c │ ├── u16-mbtoucr.c │ ├── u16-move.c │ ├── u16-next.c │ ├── u16-prev.c │ ├── u16-set.c │ ├── u16-startswith.c │ ├── u16-stpcpy.c │ ├── u16-stpncpy.c │ ├── u16-strcat.c │ ├── u16-strchr.c │ ├── u16-strcmp.c │ ├── u16-strcoll.c │ ├── u16-strcpy.c │ ├── u16-strcspn.c │ ├── u16-strdup.c │ ├── u16-strlen.c │ ├── u16-strmblen.c │ ├── u16-strmbtouc.c │ ├── u16-strncat.c │ ├── u16-strncmp.c │ ├── u16-strncpy.c │ ├── u16-strnlen.c │ ├── u16-strpbrk.c │ ├── u16-strrchr.c │ ├── u16-strspn.c │ ├── u16-strstr.c │ ├── u16-strtok.c │ ├── u16-to-u32.c │ ├── u16-to-u8.c │ ├── u16-uctomb-aux.c │ ├── u16-uctomb.c │ ├── u32-check.c │ ├── u32-chr.c │ ├── u32-cmp.c │ ├── u32-cmp2.c │ ├── u32-cpy-alloc.c │ ├── u32-cpy.c │ ├── u32-endswith.c │ ├── u32-mblen.c │ ├── u32-mbsnlen.c │ ├── u32-mbtouc-unsafe.c │ ├── u32-mbtouc.c │ ├── u32-mbtoucr.c │ ├── u32-move.c │ ├── u32-next.c │ ├── u32-prev.c │ ├── u32-set.c │ ├── u32-startswith.c │ ├── u32-stpcpy.c │ ├── u32-stpncpy.c │ ├── u32-strcat.c │ ├── u32-strchr.c │ ├── u32-strcmp.c │ ├── u32-strcoll.c │ ├── u32-strcpy.c │ ├── u32-strcspn.c │ ├── u32-strdup.c │ ├── u32-strlen.c │ ├── u32-strmblen.c │ ├── u32-strmbtouc.c │ ├── u32-strncat.c │ ├── u32-strncmp.c │ ├── u32-strncpy.c │ ├── u32-strnlen.c │ ├── u32-strpbrk.c │ ├── u32-strrchr.c │ ├── u32-strspn.c │ ├── u32-strstr.c │ ├── u32-strtok.c │ ├── u32-to-u16.c │ ├── u32-to-u8.c │ ├── u32-uctomb.c │ ├── u8-check.c │ ├── u8-chr.c │ ├── u8-cmp.c │ ├── u8-cmp2.c │ ├── u8-cpy-alloc.c │ ├── u8-cpy.c │ ├── u8-endswith.c │ ├── u8-mblen.c │ ├── u8-mbsnlen.c │ ├── u8-mbtouc-aux.c │ ├── u8-mbtouc-unsafe-aux.c │ ├── u8-mbtouc-unsafe.c │ ├── u8-mbtouc.c │ ├── u8-mbtoucr.c │ ├── u8-move.c │ ├── u8-next.c │ ├── u8-prev.c │ ├── u8-set.c │ ├── u8-startswith.c │ ├── u8-stpcpy.c │ ├── u8-stpncpy.c │ ├── u8-strcat.c │ ├── u8-strchr.c │ ├── u8-strcmp.c │ ├── u8-strcoll.c │ ├── u8-strcpy.c │ ├── u8-strcspn.c │ ├── u8-strdup.c │ ├── u8-strlen.c │ ├── u8-strmblen.c │ ├── u8-strmbtouc.c │ ├── u8-strncat.c │ ├── u8-strncmp.c │ ├── u8-strncpy.c │ ├── u8-strnlen.c │ ├── u8-strpbrk.c │ ├── u8-strrchr.c │ ├── u8-strspn.c │ ├── u8-strstr.c │ ├── u8-strtok.c │ ├── u8-to-u16.c │ ├── u8-to-u32.c │ ├── u8-uctomb-aux.c │ └── u8-uctomb.c ├── unitypes.in.h ├── uniwbrk.in.h ├── uniwbrk │ ├── u-wordbreaks.h │ ├── u16-wordbreaks.c │ ├── u32-wordbreaks.c │ ├── u8-wordbreaks.c │ ├── ulc-wordbreaks.c │ ├── wbrkprop.h │ ├── wbrktable.c │ ├── wbrktable.h │ └── wordbreak-property.c ├── uniwidth.in.h ├── uniwidth │ ├── cjk.h │ ├── u16-strwidth.c │ ├── u16-width.c │ ├── u32-strwidth.c │ ├── u32-width.c │ ├── u8-strwidth.c │ ├── u8-width.c │ └── width.c ├── unlink.c ├── unlinkat.c ├── unlinkdir.c ├── unlinkdir.h ├── unlocked-io.h ├── unlockpt.c ├── unsetenv.c ├── userspec.c ├── userspec.h ├── usleep.c ├── utimecmp.c ├── utimecmp.h ├── utimens.c ├── utimens.h ├── utimensat.c ├── vasnprintf.c ├── vasnprintf.h ├── vasprintf.c ├── vdprintf.c ├── verify.h ├── verror.c ├── verror.h ├── version-etc-fsf.c ├── version-etc.c ├── version-etc.h ├── vfprintf.c ├── vla.h ├── vma-iter.c ├── vma-iter.h ├── vprintf.c ├── vsnprintf.c ├── vsprintf.c ├── w32sock.h ├── w32spawn.h ├── wait-process.c ├── wait-process.h ├── waitpid.c ├── wchar.in.h ├── wcpcpy-impl.h ├── wcpcpy.c ├── wcpncpy-impl.h ├── wcpncpy.c ├── wcrtomb.c ├── wcscasecmp-impl.h ├── wcscasecmp.c ├── wcscat-impl.h ├── wcscat.c ├── wcschr-impl.h ├── wcschr.c ├── wcscmp-impl.h ├── wcscmp.c ├── wcscoll-impl.h ├── wcscoll.c ├── wcscpy-impl.h ├── wcscpy.c ├── wcscspn-impl.h ├── wcscspn.c ├── wcsdup-impl.h ├── wcsdup.c ├── wcslen-impl.h ├── wcslen.c ├── wcsncasecmp-impl.h ├── wcsncasecmp.c ├── wcsncat-impl.h ├── wcsncat.c ├── wcsncmp-impl.h ├── wcsncmp.c ├── wcsncpy-impl.h ├── wcsncpy.c ├── wcsnlen-impl.h ├── wcsnlen.c ├── wcsnrtombs-impl.h ├── wcsnrtombs.c ├── wcspbrk-impl.h ├── wcspbrk.c ├── wcsrchr-impl.h ├── wcsrchr.c ├── wcsrtombs-impl.h ├── wcsrtombs-state.c ├── wcsrtombs.c ├── wcsspn-impl.h ├── wcsspn.c ├── wcsstr-impl.h ├── wcsstr.c ├── wcstok-impl.h ├── wcstok.c ├── wcswidth-impl.h ├── wcswidth.c ├── wcsxfrm-impl.h ├── wcsxfrm.c ├── wctob.c ├── wctomb-impl.h ├── wctomb.c ├── wctrans-impl.h ├── wctrans.c ├── wctype-h.c ├── wctype-impl.h ├── wctype.c ├── wctype.in.h ├── wcwidth.c ├── wmemchr-impl.h ├── wmemchr.c ├── wmemcmp-impl.h ├── wmemcmp.c ├── wmemcpy-impl.h ├── wmemcpy.c ├── wmemmove-impl.h ├── wmemmove.c ├── wmemset-impl.h ├── wmemset.c ├── write-any-file.c ├── write-any-file.h ├── write.c ├── xalloc-die.c ├── xalloc-oversized.h ├── xalloc.h ├── xasprintf.c ├── xconcat-filename.c ├── xfreopen.c ├── xfreopen.h ├── xgetcwd.c ├── xgetcwd.h ├── xgetdomainname.c ├── xgetdomainname.h ├── xgetgroups.c ├── xgethostname.c ├── xgethostname.h ├── xmalloc.c ├── xmalloca.c ├── xmalloca.h ├── xmemcoll.c ├── xmemcoll.h ├── xmemdup0.c ├── xmemdup0.h ├── xnanosleep.c ├── xnanosleep.h ├── xprintf.c ├── xprintf.h ├── xreadlink.c ├── xreadlink.h ├── xreadlinkat.c ├── xsetenv.c ├── xsetenv.h ├── xsize.c ├── xsize.h ├── xstriconv.c ├── xstriconv.h ├── xstriconveh.c ├── xstriconveh.h ├── xstrndup.c ├── xstrndup.h ├── xstrtod.c ├── xstrtod.h ├── xstrtoimax.c ├── xstrtol-error.c ├── xstrtol.c ├── xstrtol.h ├── xstrtold.c ├── xstrtoll.c ├── xstrtoul.c ├── xstrtoull.c ├── xstrtoumax.c ├── xtime.c ├── xtime.h ├── xvasprintf.c ├── xvasprintf.h ├── yesno.c └── yesno.h ├── m4 ├── .cvsignore ├── 00gnulib.m4 ├── README ├── _Exit.m4 ├── absolute-header.m4 ├── accept4.m4 ├── acl.m4 ├── acos.m4 ├── acosf.m4 ├── acosl.m4 ├── afs.m4 ├── alloca.m4 ├── alphasort.m4 ├── ansi-c++.m4 ├── arctwo.m4 ├── argp.m4 ├── argz.m4 ├── arpa_inet_h.m4 ├── asin.m4 ├── asinf.m4 ├── asinl.m4 ├── asm-underscore.m4 ├── assert.m4 ├── assert_h.m4 ├── atan.m4 ├── atan2.m4 ├── atan2f.m4 ├── atanf.m4 ├── atanl.m4 ├── atexit.m4 ├── atoll.m4 ├── autobuild.m4 ├── backupfile.m4 ├── base32.m4 ├── base64.m4 ├── bison-i18n.m4 ├── bison.m4 ├── btowc.m4 ├── byteswap.m4 ├── c-stack.m4 ├── c-strtod.m4 ├── calloc.m4 ├── canon-host.m4 ├── canonicalize.m4 ├── cbrt.m4 ├── cbrtf.m4 ├── cbrtl-ieee.m4 ├── cbrtl.m4 ├── ceil-ieee.m4 ├── ceil.m4 ├── ceilf-ieee.m4 ├── ceilf.m4 ├── ceill-ieee.m4 ├── ceill.m4 ├── chdir-long.m4 ├── chdir-safer.m4 ├── check-math-lib.m4 ├── chown.m4 ├── clock_time.m4 ├── close-stream.m4 ├── close.m4 ├── closedir.m4 ├── closein.m4 ├── closeout.m4 ├── codeset.m4 ├── cond.m4 ├── config-h.m4 ├── configmake.m4 ├── copy-file.m4 ├── copysign.m4 ├── copysignf.m4 ├── copysignl.m4 ├── cos.m4 ├── cosf.m4 ├── cosh.m4 ├── coshf.m4 ├── cosl.m4 ├── count-leading-zeros.m4 ├── count-one-bits.m4 ├── count-trailing-zeros.m4 ├── csharp.m4 ├── csharpcomp.m4 ├── csharpexec.m4 ├── ctype.m4 ├── cycle-check.m4 ├── d-ino.m4 ├── d-type.m4 ├── dirent-safer.m4 ├── dirent_h.m4 ├── dirfd.m4 ├── dirname.m4 ├── double-slash-root.m4 ├── dprintf-posix.m4 ├── dprintf.m4 ├── dup.m4 ├── dup2-obsolete.m4 ├── dup2.m4 ├── dup3.m4 ├── duplocale.m4 ├── eaccess.m4 ├── eealloc.m4 ├── environ.m4 ├── errno_h.m4 ├── error.m4 ├── euidaccess.m4 ├── execinfo.m4 ├── execute.m4 ├── exp.m4 ├── exp2.m4 ├── exp2f.m4 ├── exp2l-ieee.m4 ├── exp2l.m4 ├── expf.m4 ├── expl.m4 ├── expm1-ieee.m4 ├── expm1.m4 ├── expm1f.m4 ├── expm1l.m4 ├── exponentd.m4 ├── exponentf.m4 ├── exponentl.m4 ├── extensions.m4 ├── extern-inline.m4 ├── fabs.m4 ├── fabsf.m4 ├── fabsl.m4 ├── faccessat.m4 ├── fatal-signal.m4 ├── fbufmode.m4 ├── fchdir.m4 ├── fchmodat.m4 ├── fchownat.m4 ├── fclose.m4 ├── fcntl-o.m4 ├── fcntl-safer.m4 ├── fcntl.m4 ├── fcntl_h.m4 ├── fdatasync.m4 ├── fdopen.m4 ├── fdopendir.m4 ├── fegetround.m4 ├── fflush.m4 ├── ffs.m4 ├── ffsl.m4 ├── ffsll.m4 ├── fileblocks.m4 ├── filemode.m4 ├── filenamecat.m4 ├── findprog.m4 ├── flexmember.m4 ├── float_h.m4 ├── flock.m4 ├── floor-ieee.m4 ├── floor.m4 ├── floorf-ieee.m4 ├── floorf.m4 ├── floorl.m4 ├── fma.m4 ├── fmaf.m4 ├── fmal.m4 ├── fmod-ieee.m4 ├── fmod.m4 ├── fmodf-ieee.m4 ├── fmodf.m4 ├── fmodl-ieee.m4 ├── fmodl.m4 ├── fnmatch.m4 ├── fopen.m4 ├── fpending.m4 ├── fpieee.m4 ├── fprintf-posix.m4 ├── fpurge.m4 ├── freadable.m4 ├── freadahead.m4 ├── freading.m4 ├── freadptr.m4 ├── freadseek.m4 ├── free.m4 ├── freopen.m4 ├── frexp.m4 ├── frexpf.m4 ├── frexpl.m4 ├── fseek.m4 ├── fseeko.m4 ├── fseterr.m4 ├── fstat.m4 ├── fstatat.m4 ├── fstypename.m4 ├── fsusage.m4 ├── fsync.m4 ├── ftell.m4 ├── ftello.m4 ├── ftruncate.m4 ├── fts.m4 ├── func.m4 ├── futimens.m4 ├── fwritable.m4 ├── fwriting.m4 ├── gc-arcfour.m4 ├── gc-arctwo.m4 ├── gc-camellia.m4 ├── gc-des.m4 ├── gc-hmac-md5.m4 ├── gc-hmac-sha1.m4 ├── gc-hmac-sha256.m4 ├── gc-hmac-sha512.m4 ├── gc-md2.m4 ├── gc-md4.m4 ├── gc-md5.m4 ├── gc-random.m4 ├── gc-rijndael.m4 ├── gc-sha1.m4 ├── gc-sha256.m4 ├── gc-sha512.m4 ├── gc.m4 ├── getaddrinfo.m4 ├── getcwd-abort-bug.m4 ├── getcwd-path-max.m4 ├── getcwd.m4 ├── getdelim.m4 ├── getdomainname.m4 ├── getdtablesize.m4 ├── getgroups.m4 ├── gethostname.m4 ├── gethrxtime.m4 ├── getline.m4 ├── getloadavg.m4 ├── getlogin.m4 ├── getlogin_r.m4 ├── getndelim2.m4 ├── getnline.m4 ├── getopt.m4 ├── getpagesize.m4 ├── getpass.m4 ├── getrusage.m4 ├── getsubopt.m4 ├── gettext.m4 ├── gettime.m4 ├── gettimeofday.m4 ├── getugroups.m4 ├── getusershell.m4 ├── gl-openssl.m4 ├── glibc2.m4 ├── glibc21.m4 ├── glob.m4 ├── gnu-make.m4 ├── gnulib-common.m4 ├── gnulib-tool.m4 ├── grantpt.m4 ├── group-member.m4 ├── hard-locale.m4 ├── host-cpu-c-abi.m4 ├── host-os.m4 ├── hostent.m4 ├── human.m4 ├── hypot-ieee.m4 ├── hypot.m4 ├── hypotf-ieee.m4 ├── hypotf.m4 ├── hypotl-ieee.m4 ├── hypotl.m4 ├── i-ring.m4 ├── iconv.m4 ├── iconv_h.m4 ├── iconv_open-utf.m4 ├── iconv_open.m4 ├── idcache.m4 ├── idpriv.m4 ├── ilogb.m4 ├── ilogbf.m4 ├── ilogbl.m4 ├── imaxabs.m4 ├── imaxdiv.m4 ├── include_next.m4 ├── inet_ntop.m4 ├── inet_pton.m4 ├── inline.m4 ├── intdiv0.m4 ├── intl.m4 ├── intldir.m4 ├── intlmacosx.m4 ├── intmax.m4 ├── intmax_t.m4 ├── inttostr.m4 ├── inttypes-pri.m4 ├── inttypes.m4 ├── inttypes_h.m4 ├── ioctl.m4 ├── isapipe.m4 ├── isatty.m4 ├── isblank.m4 ├── isfinite.m4 ├── isinf.m4 ├── isnan.m4 ├── isnand.m4 ├── isnanf.m4 ├── isnanl.m4 ├── iswblank.m4 ├── iswctype.m4 ├── javacomp.m4 ├── javaexec.m4 ├── jm-winsz1.m4 ├── jm-winsz2.m4 ├── langinfo_h.m4 ├── largefile.m4 ├── lchmod.m4 ├── lchown.m4 ├── lcmessage.m4 ├── ld-output-def.m4 ├── ld-version-script.m4 ├── ldd.m4 ├── ldexp.m4 ├── ldexpf.m4 ├── ldexpl.m4 ├── lib-ignore.m4 ├── lib-ld.m4 ├── lib-link.m4 ├── lib-prefix.m4 ├── libsigsegv.m4 ├── libunistring-base.m4 ├── libunistring-optional.m4 ├── libunistring.m4 ├── link-follow.m4 ├── link.m4 ├── linkat.m4 ├── localcharset.m4 ├── locale-ar.m4 ├── locale-fr.m4 ├── locale-ja.m4 ├── locale-tr.m4 ├── locale-zh.m4 ├── locale_h.m4 ├── localeconv.m4 ├── localename.m4 ├── lock.m4 ├── log-ieee.m4 ├── log.m4 ├── log10-ieee.m4 ├── log10.m4 ├── log10f-ieee.m4 ├── log10f.m4 ├── log10l.m4 ├── log1p-ieee.m4 ├── log1p.m4 ├── log1pf-ieee.m4 ├── log1pf.m4 ├── log1pl-ieee.m4 ├── log1pl.m4 ├── log2-ieee.m4 ├── log2.m4 ├── log2f-ieee.m4 ├── log2f.m4 ├── log2l.m4 ├── logb.m4 ├── logbf.m4 ├── logbl.m4 ├── logf-ieee.m4 ├── logf.m4 ├── logl.m4 ├── longlong.m4 ├── ls-mntd-fs.m4 ├── lseek.m4 ├── lstat.m4 ├── malloc.m4 ├── malloca.m4 ├── manywarnings.m4 ├── math_h.m4 ├── mathfunc.m4 ├── mbchar.m4 ├── mbfile.m4 ├── mbiter.m4 ├── mbrlen.m4 ├── mbrtowc.m4 ├── mbsinit.m4 ├── mbslen.m4 ├── mbsnrtowcs.m4 ├── mbsrtowcs.m4 ├── mbstate_t.m4 ├── mbswidth.m4 ├── mbtowc.m4 ├── md4.m4 ├── md5.m4 ├── memcasecmp.m4 ├── memchr-obsolete.m4 ├── memchr.m4 ├── memcmp.m4 ├── memcoll.m4 ├── memcpy.m4 ├── memmem.m4 ├── memmove.m4 ├── mempcpy.m4 ├── memrchr.m4 ├── memset.m4 ├── memxor.m4 ├── mgetgroups.m4 ├── minmax.m4 ├── minus-zero.m4 ├── mkancesdirs.m4 ├── mkdir-p.m4 ├── mkdir.m4 ├── mkdirat.m4 ├── mkdtemp.m4 ├── mkfifo.m4 ├── mkfifoat.m4 ├── mknod.m4 ├── mkostemp.m4 ├── mkostemps.m4 ├── mkstemp.m4 ├── mkstemps.m4 ├── mktime.m4 ├── mmap-anon.m4 ├── mode_t.m4 ├── modechange.m4 ├── modf-ieee.m4 ├── modf.m4 ├── modff-ieee.m4 ├── modff.m4 ├── modfl-ieee.m4 ├── modfl.m4 ├── mountlist.m4 ├── mpsort.m4 ├── msvc-inval.m4 ├── msvc-nothrow.m4 ├── multiarch.m4 ├── nanosleep.m4 ├── net_if_h.m4 ├── netdb_h.m4 ├── netinet_in_h.m4 ├── nl_langinfo.m4 ├── nls.m4 ├── no-c++.m4 ├── nocrash.m4 ├── non-recursive-gnulib-prefix-hack.m4 ├── nonblocking.m4 ├── nproc.m4 ├── obstack-printf-posix.m4 ├── obstack-printf.m4 ├── obstack.m4 ├── off_t.m4 ├── onceonly.m4 ├── open.m4 ├── openat.m4 ├── opendir.m4 ├── openmp.m4 ├── pagealign_alloc.m4 ├── parse-datetime.m4 ├── passfd.m4 ├── pathmax.m4 ├── pclose.m4 ├── perl.m4 ├── perror.m4 ├── physmem.m4 ├── pipe.m4 ├── pipe2.m4 ├── po.m4 ├── poll.m4 ├── poll_h.m4 ├── popen.m4 ├── posix-shell.m4 ├── posix_openpt.m4 ├── posix_spawn.m4 ├── posixtm.m4 ├── posixver.m4 ├── pow.m4 ├── powf.m4 ├── pread.m4 ├── printf-frexp.m4 ├── printf-frexpl.m4 ├── printf-posix-rpl.m4 ├── printf-posix.m4 ├── printf.m4 ├── priv-set.m4 ├── progtest.m4 ├── pselect.m4 ├── pthread.m4 ├── pthread_sigmask.m4 ├── ptsname.m4 ├── ptsname_r.m4 ├── pty.m4 ├── pty_h.m4 ├── putenv.m4 ├── pwrite.m4 ├── qsort_r.m4 ├── quote.m4 ├── quotearg.m4 ├── raise.m4 ├── random.m4 ├── random_r.m4 ├── rawmemchr.m4 ├── read-file.m4 ├── read.m4 ├── readdir.m4 ├── readline.m4 ├── readlink.m4 ├── readlinkat.m4 ├── readtokens.m4 ├── readutmp.m4 ├── realloc.m4 ├── regex.m4 ├── relocatable-lib.m4 ├── relocatable.m4 ├── remainder-ieee.m4 ├── remainder.m4 ├── remainderf-ieee.m4 ├── remainderf.m4 ├── remainderl-ieee.m4 ├── remainderl.m4 ├── remove.m4 ├── rename.m4 ├── renameat.m4 ├── rewinddir.m4 ├── rint.m4 ├── rintf.m4 ├── rintl.m4 ├── rmdir-errno.m4 ├── rmdir.m4 ├── round-ieee.m4 ├── round.m4 ├── roundf-ieee.m4 ├── roundf.m4 ├── roundl-ieee.m4 ├── roundl.m4 ├── rpmatch.m4 ├── safe-alloc.m4 ├── safe-read.m4 ├── safe-write.m4 ├── same.m4 ├── save-cwd.m4 ├── savedir.m4 ├── savewd.m4 ├── scandir.m4 ├── sched_h.m4 ├── search_h.m4 ├── secure_getenv.m4 ├── select.m4 ├── selinux-context-h.m4 ├── selinux-selinux-h.m4 ├── servent.m4 ├── setenv.m4 ├── sethostname.m4 ├── setlocale.m4 ├── settime.m4 ├── sha1.m4 ├── sha256.m4 ├── sha512.m4 ├── sig2str.m4 ├── sig_atomic_t.m4 ├── sigaction.m4 ├── signal_h.m4 ├── signalblocking.m4 ├── signbit.m4 ├── sigpipe.m4 ├── sin.m4 ├── sinf.m4 ├── sinh.m4 ├── sinhf.m4 ├── sinl.m4 ├── size_max.m4 ├── sleep.m4 ├── snprintf-posix.m4 ├── snprintf.m4 ├── socketlib.m4 ├── sockets.m4 ├── socklen.m4 ├── sockpfaf.m4 ├── spawn-pipe.m4 ├── spawn_h.m4 ├── sprintf-posix.m4 ├── sqrt.m4 ├── sqrtf.m4 ├── sqrtl.m4 ├── ssize_t.m4 ├── st_dm_mode.m4 ├── stat-macros.m4 ├── stat-size.m4 ├── stat-time.m4 ├── stat.m4 ├── stdalign.m4 ├── stdarg.m4 ├── stdbool.m4 ├── stddef_h.m4 ├── stdint.m4 ├── stdint_h.m4 ├── stdio_h.m4 ├── stdlib_h.m4 ├── stdnoreturn.m4 ├── stpcpy.m4 ├── stpncpy.m4 ├── strcase.m4 ├── strcasestr.m4 ├── strchrnul.m4 ├── strcspn.m4 ├── strdup.m4 ├── strerror.m4 ├── strerror_r.m4 ├── strftime.m4 ├── string_h.m4 ├── strings_h.m4 ├── strncat.m4 ├── strndup.m4 ├── strnlen.m4 ├── strpbrk.m4 ├── strptime.m4 ├── strsep.m4 ├── strsignal.m4 ├── strstr.m4 ├── strtod-obsolete.m4 ├── strtod.m4 ├── strtoimax.m4 ├── strtok_r.m4 ├── strtol.m4 ├── strtoll.m4 ├── strtoul.m4 ├── strtoull.m4 ├── strtoumax.m4 ├── strverscmp.m4 ├── symlink.m4 ├── symlinkat.m4 ├── sys_file_h.m4 ├── sys_ioctl_h.m4 ├── sys_resource_h.m4 ├── sys_select_h.m4 ├── sys_socket_h.m4 ├── sys_stat_h.m4 ├── sys_time_h.m4 ├── sys_times_h.m4 ├── sys_types_h.m4 ├── sys_uio_h.m4 ├── sys_utsname_h.m4 ├── sys_wait_h.m4 ├── sysexits.m4 ├── tan.m4 ├── tanf.m4 ├── tanh.m4 ├── tanhf.m4 ├── tanl.m4 ├── tcgetsid.m4 ├── tempname.m4 ├── termios_h.m4 ├── thread.m4 ├── threadlib.m4 ├── time_h.m4 ├── time_r.m4 ├── time_rz.m4 ├── timegm.m4 ├── timer_time.m4 ├── times.m4 ├── timespec.m4 ├── tls.m4 ├── tm_gmtoff.m4 ├── tmpdir.m4 ├── tmpfile.m4 ├── towctrans.m4 ├── trunc-ieee.m4 ├── trunc.m4 ├── truncf-ieee.m4 ├── truncf.m4 ├── truncl-ieee.m4 ├── truncl.m4 ├── tsearch.m4 ├── ttyname_r.m4 ├── tzset.m4 ├── uintmax_t.m4 ├── ulonglong.m4 ├── uname.m4 ├── ungetc.m4 ├── unicodeio.m4 ├── unistd-safer.m4 ├── unistd_h.m4 ├── unlink-busy.m4 ├── unlink.m4 ├── unlinkat.m4 ├── unlinkdir.m4 ├── unlocked-io.m4 ├── unlockpt.m4 ├── uptime.m4 ├── userspec.m4 ├── usleep.m4 ├── utimbuf.m4 ├── utimecmp.m4 ├── utimens.m4 ├── utimensat.m4 ├── utimes.m4 ├── va-args.m4 ├── valgrind-tests.m4 ├── vararrays.m4 ├── vasnprintf-posix.m4 ├── vasnprintf.m4 ├── vasprintf-posix.m4 ├── vasprintf.m4 ├── vdprintf-posix.m4 ├── vdprintf.m4 ├── version-etc.m4 ├── vfprintf-posix.m4 ├── visibility.m4 ├── vprintf-posix.m4 ├── vsnprintf-posix.m4 ├── vsnprintf.m4 ├── vsprintf-posix.m4 ├── wait-process.m4 ├── waitpid.m4 ├── warn-on-use.m4 ├── warnings.m4 ├── wchar_h.m4 ├── wchar_t.m4 ├── wcpcpy.m4 ├── wcpncpy.m4 ├── wcrtomb.m4 ├── wcscasecmp.m4 ├── wcscat.m4 ├── wcschr.m4 ├── wcscmp.m4 ├── wcscoll.m4 ├── wcscpy.m4 ├── wcscspn.m4 ├── wcsdup.m4 ├── wcslen.m4 ├── wcsncasecmp.m4 ├── wcsncat.m4 ├── wcsncmp.m4 ├── wcsncpy.m4 ├── wcsnlen.m4 ├── wcsnrtombs.m4 ├── wcspbrk.m4 ├── wcsrchr.m4 ├── wcsrtombs.m4 ├── wcsspn.m4 ├── wcsstr.m4 ├── wcstok.m4 ├── wcswidth.m4 ├── wcsxfrm.m4 ├── wctob.m4 ├── wctomb.m4 ├── wctrans.m4 ├── wctype.m4 ├── wctype_h.m4 ├── wcwidth.m4 ├── wint_t.m4 ├── wmemchr.m4 ├── wmemcmp.m4 ├── wmemcpy.m4 ├── wmemmove.m4 ├── wmemset.m4 ├── write-any-file.m4 ├── write.m4 ├── xalloc.m4 ├── xgetcwd.m4 ├── xnanosleep.m4 ├── xsize.m4 ├── xstrndup.m4 ├── xstrtod.m4 ├── xstrtol.m4 ├── xvasprintf.m4 ├── yesno.m4 └── yield.m4 ├── modules ├── .gitattributes ├── COPYING ├── README ├── TEMPLATE ├── TEMPLATE-EXTENDED ├── TEMPLATE-TESTS ├── _Exit ├── _Exit-tests ├── absolute-header ├── accept ├── accept-tests ├── accept4 ├── accept4-tests ├── acl ├── acl-permissions ├── acl-tests ├── acos ├── acos-tests ├── acosf ├── acosf-tests ├── acosl ├── acosl-tests ├── agpl-3.0 ├── alignof ├── alignof-tests ├── alloca ├── alloca-opt ├── alloca-opt-tests ├── allocator ├── alphasort ├── amemxfrm ├── announce-gen ├── ansi-c++-opt ├── areadlink ├── areadlink-tests ├── areadlink-with-size ├── areadlink-with-size-tests ├── areadlinkat ├── areadlinkat-tests ├── areadlinkat-with-size ├── areadlinkat-with-size-tests ├── argmatch ├── argmatch-tests ├── argp ├── argp-tests ├── argp-version-etc ├── argp-version-etc-tests ├── argv-iter ├── argv-iter-tests ├── argz ├── arpa_inet ├── arpa_inet-c++-tests ├── arpa_inet-tests ├── array-list ├── array-list-tests ├── array-mergesort ├── array-mergesort-tests ├── array-oset ├── array-oset-tests ├── asin ├── asin-tests ├── asinf ├── asinf-tests ├── asinl ├── asinl-tests ├── assert ├── assert-h ├── assure ├── astrxfrm ├── astrxfrm-tests ├── at-internal ├── atan ├── atan-tests ├── atan2 ├── atan2-tests ├── atan2f ├── atan2f-tests ├── atanf ├── atanf-tests ├── atanl ├── atanl-tests ├── atexit ├── atexit-tests ├── atoll ├── autobuild ├── avltree-list ├── avltree-list-tests ├── avltree-oset ├── avltree-oset-tests ├── avltreehash-list ├── avltreehash-list-tests ├── backupfile ├── base32 ├── base32-tests ├── base64 ├── base64-tests ├── bcopy ├── binary-io ├── binary-io-tests ├── bind ├── bind-tests ├── bison-i18n ├── bitrotate ├── bitrotate-tests ├── btowc ├── btowc-tests ├── byteswap ├── byteswap-tests ├── c-ctype ├── c-ctype-tests ├── c-snprintf ├── c-snprintf-tests ├── c-stack ├── c-stack-tests ├── c-strcase ├── c-strcase-tests ├── c-strcaseeq ├── c-strcasestr ├── c-strcasestr-tests ├── c-strstr ├── c-strstr-tests ├── c-strtod ├── c-strtold ├── c-vasnprintf ├── c-vasprintf ├── c-vasprintf-tests ├── c-vsnprintf ├── c-vsnprintf-tests ├── c-xvasprintf ├── c-xvasprintf-tests ├── calloc ├── calloc-gnu ├── calloc-gnu-tests ├── calloc-posix ├── canon-host ├── canonicalize ├── canonicalize-lgpl ├── canonicalize-lgpl-tests ├── canonicalize-tests ├── careadlinkat ├── carray-list ├── carray-list-tests ├── cbrt ├── cbrt-ieee ├── cbrt-ieee-tests ├── cbrt-tests ├── cbrtf ├── cbrtf-ieee ├── cbrtf-ieee-tests ├── cbrtf-tests ├── cbrtl ├── cbrtl-ieee ├── cbrtl-ieee-tests ├── cbrtl-tests ├── ceil ├── ceil-ieee ├── ceil-ieee-tests ├── ceil-tests ├── ceilf ├── ceilf-ieee ├── ceilf-ieee-tests ├── ceilf-tests ├── ceill ├── ceill-ieee ├── ceill-ieee-tests ├── ceill-tests ├── chdir ├── chdir-long ├── chdir-safer ├── chdir-tests ├── check-version ├── chown ├── chown-tests ├── classpath ├── clean-temp ├── clock-time ├── cloexec ├── cloexec-tests ├── close ├── close-stream ├── close-tests ├── closedir ├── closein ├── closein-tests ├── closeout ├── concat-filename ├── cond ├── cond-tests ├── config-h ├── configmake ├── connect ├── connect-tests ├── copy-file ├── copy-file-tests ├── copysign ├── copysign-tests ├── copysignf ├── copysignf-tests ├── copysignl ├── copysignl-tests ├── cos ├── cos-tests ├── cosf ├── cosf-tests ├── cosh ├── cosh-tests ├── coshf ├── coshf-tests ├── cosl ├── cosl-tests ├── count-leading-zeros ├── count-leading-zeros-tests ├── count-one-bits ├── count-one-bits-tests ├── count-trailing-zeros ├── count-trailing-zeros-tests ├── crc ├── crc-tests ├── crypto │ ├── arcfour │ ├── arcfour-tests │ ├── arctwo │ ├── arctwo-tests │ ├── des │ ├── des-tests │ ├── gc │ ├── gc-arcfour │ ├── gc-arcfour-tests │ ├── gc-arctwo │ ├── gc-arctwo-tests │ ├── gc-camellia │ ├── gc-des │ ├── gc-des-tests │ ├── gc-hmac-md5 │ ├── gc-hmac-md5-tests │ ├── gc-hmac-sha1 │ ├── gc-hmac-sha1-tests │ ├── gc-hmac-sha256 │ ├── gc-hmac-sha256-tests │ ├── gc-hmac-sha512 │ ├── gc-hmac-sha512-tests │ ├── gc-md2 │ ├── gc-md2-tests │ ├── gc-md4 │ ├── gc-md4-tests │ ├── gc-md5 │ ├── gc-md5-tests │ ├── gc-pbkdf2-sha1 │ ├── gc-pbkdf2-sha1-tests │ ├── gc-random │ ├── gc-rijndael │ ├── gc-rijndael-tests │ ├── gc-sha1 │ ├── gc-sha1-tests │ ├── gc-tests │ ├── hmac-md5 │ ├── hmac-md5-tests │ ├── hmac-sha1 │ ├── hmac-sha1-tests │ ├── hmac-sha256 │ ├── hmac-sha256-tests │ ├── hmac-sha512 │ ├── hmac-sha512-tests │ ├── md2 │ ├── md2-tests │ ├── md4 │ ├── md4-tests │ ├── md5 │ ├── md5-tests │ ├── rijndael │ ├── rijndael-tests │ ├── sha1 │ ├── sha1-tests │ ├── sha256 │ └── sha512 ├── csharpcomp ├── csharpcomp-script ├── csharpexec ├── csharpexec-script ├── ctype ├── ctype-tests ├── cycle-check ├── d-ino ├── d-type ├── dev-ino ├── di-set ├── di-set-tests ├── diacrit ├── diffseq ├── dirent ├── dirent-c++-tests ├── dirent-safer ├── dirent-safer-tests ├── dirent-tests ├── dirfd ├── dirname ├── dirname-lgpl ├── dirname-tests ├── do-release-commit-and-tag ├── dosname ├── double-slash-root ├── dprintf ├── dprintf-posix ├── dprintf-posix-tests ├── dprintf-tests ├── dtoastr ├── dtotimespec ├── dummy ├── dup ├── dup-tests ├── dup2 ├── dup2-obsolete ├── dup2-tests ├── dup3 ├── dup3-tests ├── duplocale ├── duplocale-tests ├── eealloc ├── environ ├── environ-tests ├── erf ├── erf-tests ├── erfc ├── erfc-tests ├── errno ├── errno-tests ├── error ├── euidaccess ├── exclude ├── exclude-tests ├── execinfo ├── execute ├── exitfail ├── exp ├── exp-ieee ├── exp-ieee-tests ├── exp-tests ├── exp2 ├── exp2-ieee ├── exp2-ieee-tests ├── exp2-tests ├── exp2f ├── exp2f-ieee ├── exp2f-ieee-tests ├── exp2f-tests ├── exp2l ├── exp2l-ieee ├── exp2l-ieee-tests ├── exp2l-tests ├── expf ├── expf-ieee ├── expf-ieee-tests ├── expf-tests ├── expl ├── expl-ieee ├── expl-ieee-tests ├── expl-tests ├── expm1 ├── expm1-ieee ├── expm1-ieee-tests ├── expm1-tests ├── expm1f ├── expm1f-ieee ├── expm1f-ieee-tests ├── expm1f-tests ├── expm1l ├── expm1l-ieee ├── expm1l-ieee-tests ├── expm1l-tests ├── extensions ├── extern-inline ├── fabs ├── fabs-ieee ├── fabs-ieee-tests ├── fabs-tests ├── fabsf ├── fabsf-ieee ├── fabsf-ieee-tests ├── fabsf-tests ├── fabsl ├── fabsl-ieee ├── fabsl-ieee-tests ├── fabsl-tests ├── faccessat ├── faccessat-tests ├── fatal-signal ├── fbufmode ├── fbufmode-tests ├── fchdir ├── fchdir-tests ├── fchmod-tests ├── fchmodat ├── fchmodat-tests ├── fchown-tests ├── fchownat ├── fchownat-tests ├── fclose ├── fclose-tests ├── fcntl ├── fcntl-h ├── fcntl-h-c++-tests ├── fcntl-h-tests ├── fcntl-safer ├── fcntl-safer-tests ├── fcntl-tests ├── fd-hook ├── fd-safer-flag ├── fdatasync ├── fdatasync-tests ├── fdl ├── fdl-1.3 ├── fdopen ├── fdopen-tests ├── fdopendir ├── fdopendir-tests ├── fdutimensat ├── fdutimensat-tests ├── fflush ├── fflush-tests ├── ffs ├── ffs-tests ├── ffsl ├── ffsl-tests ├── ffsll ├── ffsll-tests ├── fgetc-tests ├── file-has-acl ├── file-has-acl-tests ├── file-set ├── file-type ├── fileblocks ├── filemode ├── filename ├── filenamecat ├── filenamecat-lgpl ├── filenamecat-tests ├── filevercmp ├── filevercmp-tests ├── findprog ├── findprog-lgpl ├── flexmember ├── float ├── float-tests ├── flock ├── flock-tests ├── floor ├── floor-ieee ├── floor-ieee-tests ├── floor-tests ├── floorf ├── floorf-ieee ├── floorf-ieee-tests ├── floorf-tests ├── floorl ├── floorl-ieee ├── floorl-ieee-tests ├── floorl-tests ├── fma ├── fma-ieee ├── fma-ieee-tests ├── fma-tests ├── fmaf ├── fmaf-ieee ├── fmaf-ieee-tests ├── fmaf-tests ├── fmal ├── fmal-ieee ├── fmal-ieee-tests ├── fmal-tests ├── fmod ├── fmod-ieee ├── fmod-ieee-tests ├── fmod-tests ├── fmodf ├── fmodf-ieee ├── fmodf-ieee-tests ├── fmodf-tests ├── fmodl ├── fmodl-ieee ├── fmodl-ieee-tests ├── fmodl-tests ├── fnmatch ├── fnmatch-gnu ├── fnmatch-posix ├── fnmatch-tests ├── fopen ├── fopen-safer ├── fopen-safer-tests ├── fopen-tests ├── forkpty ├── forkpty-tests ├── fpending ├── fpending-tests ├── fpieee ├── fprintf-posix ├── fprintf-posix-tests ├── fprintftime ├── fpucw ├── fpurge ├── fpurge-tests ├── fputc-tests ├── fread-tests ├── freadable ├── freadable-tests ├── freadahead ├── freadahead-tests ├── freading ├── freading-tests ├── freadptr ├── freadptr-tests ├── freadseek ├── freadseek-tests ├── free ├── freopen ├── freopen-safer ├── freopen-safer-tests ├── freopen-tests ├── frexp ├── frexp-ieee ├── frexp-ieee-tests ├── frexp-nolibm ├── frexp-nolibm-tests ├── frexp-tests ├── frexpf ├── frexpf-ieee ├── frexpf-ieee-tests ├── frexpf-tests ├── frexpl ├── frexpl-ieee ├── frexpl-ieee-tests ├── frexpl-nolibm ├── frexpl-nolibm-tests ├── frexpl-tests ├── fseek ├── fseek-tests ├── fseeko ├── fseeko-tests ├── fseterr ├── fseterr-tests ├── fstat ├── fstat-tests ├── fstatat ├── fstatat-tests ├── fstrcmp ├── fstrcmp-tests ├── fsusage ├── fsync ├── fsync-tests ├── ftell ├── ftell-tests ├── ftello ├── ftello-tests ├── ftoastr ├── ftruncate ├── ftruncate-tests ├── fts ├── full-read ├── full-write ├── func ├── func-tests ├── futimens ├── futimens-tests ├── fwritable ├── fwritable-tests ├── fwrite-tests ├── fwriteerror ├── fwriting ├── fwriting-tests ├── gcd ├── gen-uni-tables ├── gendocs ├── get-rusage-as ├── get-rusage-as-tests ├── get-rusage-data ├── get-rusage-data-tests ├── getaddrinfo ├── getaddrinfo-tests ├── getcwd ├── getcwd-lgpl ├── getcwd-lgpl-tests ├── getcwd-tests ├── getdate ├── getdelim ├── getdelim-tests ├── getdomainname ├── getdomainname-tests ├── getdtablesize ├── getdtablesize-tests ├── getgroups ├── getgroups-tests ├── gethostname ├── gethostname-tests ├── gethrxtime ├── getline ├── getline-tests ├── getloadavg ├── getloadavg-tests ├── getlogin ├── getlogin-tests ├── getlogin_r ├── getlogin_r-tests ├── getndelim2 ├── getndelim2-tests ├── getnline ├── getopt ├── getopt-gnu ├── getopt-posix ├── getopt-posix-tests ├── getpagesize ├── getpass ├── getpass-gnu ├── getpeername ├── getpeername-tests ├── getrusage ├── getrusage-tests ├── getsockname ├── getsockname-tests ├── getsockopt ├── getsockopt-tests ├── getsubopt ├── gettext ├── gettext-h ├── gettime ├── gettimeofday ├── gettimeofday-tests ├── getugroups ├── getusershell ├── git-merge-changelog ├── git-version-gen ├── gitlog-to-changelog ├── glob ├── glob-c++-tests ├── glob-tests ├── gnu-make ├── gnu-web-doc-update ├── gnumakefile ├── gnupload ├── gperf ├── gpl-2.0 ├── gpl-3.0 ├── grantpt ├── grantpt-tests ├── group-member ├── hard-locale ├── hash ├── hash-pjw ├── hash-pjw-bare ├── hash-tests ├── hash-triple ├── havelib ├── havelib-tests ├── host-cpu-c-abi ├── host-os ├── hostent ├── human ├── hypot ├── hypot-ieee ├── hypot-ieee-tests ├── hypot-tests ├── hypotf ├── hypotf-ieee ├── hypotf-ieee-tests ├── hypotf-tests ├── hypotl ├── hypotl-ieee ├── hypotl-ieee-tests ├── hypotl-tests ├── i-ring ├── i-ring-tests ├── iconv ├── iconv-h ├── iconv-h-c++-tests ├── iconv-h-tests ├── iconv-tests ├── iconv_open ├── iconv_open-utf ├── iconv_open-utf-tests ├── idcache ├── idpriv-drop ├── idpriv-drop-tests ├── idpriv-droptemp ├── idpriv-droptemp-tests ├── ignore-value ├── ignore-value-tests ├── ilogb ├── ilogb-tests ├── ilogbf ├── ilogbf-tests ├── ilogbl ├── ilogbl-tests ├── imaxabs ├── imaxabs-tests ├── imaxdiv ├── imaxdiv-tests ├── include_next ├── inet_ntop ├── inet_ntop-tests ├── inet_pton ├── inet_pton-tests ├── inline ├── ino-map ├── ino-map-tests ├── integer_length ├── integer_length-tests ├── integer_length_l ├── integer_length_l-tests ├── integer_length_ll ├── integer_length_ll-tests ├── intprops ├── intprops-tests ├── inttostr ├── inttostr-tests ├── inttypes ├── inttypes-incomplete ├── inttypes-tests ├── ioctl ├── ioctl-tests ├── isapipe ├── isatty ├── isatty-tests ├── isblank ├── isblank-tests ├── isdir ├── isfinite ├── isfinite-tests ├── isinf ├── isinf-tests ├── isnan ├── isnan-tests ├── isnand ├── isnand-nolibm ├── isnand-nolibm-tests ├── isnand-tests ├── isnanf ├── isnanf-nolibm ├── isnanf-nolibm-tests ├── isnanf-tests ├── isnanl ├── isnanl-nolibm ├── isnanl-nolibm-tests ├── isnanl-tests ├── iswblank ├── iswblank-tests ├── iswctype ├── j0 ├── j0-tests ├── j1 ├── j1-tests ├── javacomp ├── javacomp-script ├── javaexec ├── javaexec-script ├── javaversion ├── jn ├── jn-tests ├── langinfo ├── langinfo-c++-tests ├── langinfo-tests ├── largefile ├── lchmod ├── lchown ├── lchown-tests ├── ldd ├── ldexp ├── ldexp-ieee ├── ldexp-ieee-tests ├── ldexp-tests ├── ldexpf ├── ldexpf-ieee ├── ldexpf-ieee-tests ├── ldexpf-tests ├── ldexpl ├── ldexpl-ieee ├── ldexpl-ieee-tests ├── ldexpl-tests ├── ldtoastr ├── lgamma ├── lgamma-tests ├── lgpl-2.1 ├── lgpl-3.0 ├── lib-ignore ├── lib-msvc-compat ├── lib-symbol-versions ├── lib-symbol-visibility ├── libsigsegv ├── libunistring ├── libunistring-optional ├── linebuffer ├── link ├── link-follow ├── link-tests ├── linkat ├── linkat-tests ├── linked-list ├── linked-list-tests ├── linkedhash-list ├── linkedhash-list-tests ├── list ├── listen ├── listen-tests ├── localcharset ├── locale ├── locale-c++-tests ├── locale-tests ├── localeconv ├── localeconv-tests ├── localename ├── localename-tests ├── lock ├── lock-tests ├── log ├── log-ieee ├── log-ieee-tests ├── log-tests ├── log10 ├── log10-ieee ├── log10-ieee-tests ├── log10-tests ├── log10f ├── log10f-ieee ├── log10f-ieee-tests ├── log10f-tests ├── log10l ├── log10l-ieee ├── log10l-ieee-tests ├── log10l-tests ├── log1p ├── log1p-ieee ├── log1p-ieee-tests ├── log1p-tests ├── log1pf ├── log1pf-ieee ├── log1pf-ieee-tests ├── log1pf-tests ├── log1pl ├── log1pl-ieee ├── log1pl-ieee-tests ├── log1pl-tests ├── log2 ├── log2-ieee ├── log2-ieee-tests ├── log2-tests ├── log2f ├── log2f-ieee ├── log2f-ieee-tests ├── log2f-tests ├── log2l ├── log2l-ieee ├── log2l-ieee-tests ├── log2l-tests ├── logb ├── logb-ieee ├── logb-ieee-tests ├── logb-tests ├── logbf ├── logbf-ieee ├── logbf-ieee-tests ├── logbf-tests ├── logbl ├── logbl-ieee ├── logbl-ieee-tests ├── logbl-tests ├── logf ├── logf-ieee ├── logf-ieee-tests ├── logf-tests ├── login_tty ├── login_tty-tests ├── logl ├── logl-ieee ├── logl-ieee-tests ├── logl-tests ├── long-options ├── longlong ├── lseek ├── lseek-tests ├── lstat ├── lstat-tests ├── maintainer-makefile ├── malloc ├── malloc-gnu ├── malloc-gnu-tests ├── malloc-posix ├── malloca ├── malloca-tests ├── manywarnings ├── math ├── math-c++-tests ├── math-tests ├── mathl ├── mbchar ├── mbfile ├── mbiter ├── mbmemcasecmp ├── mbmemcasecmp-tests ├── mbmemcasecoll ├── mbmemcasecoll-tests ├── mbrlen ├── mbrtowc ├── mbrtowc-tests ├── mbscasecmp ├── mbscasecmp-tests ├── mbscasestr ├── mbscasestr-tests ├── mbschr ├── mbschr-tests ├── mbscspn ├── mbscspn-tests ├── mbsinit ├── mbsinit-tests ├── mbslen ├── mbsncasecmp ├── mbsncasecmp-tests ├── mbsnlen ├── mbsnrtowcs ├── mbsnrtowcs-tests ├── mbspbrk ├── mbspbrk-tests ├── mbspcasecmp ├── mbspcasecmp-tests ├── mbsrchr ├── mbsrchr-tests ├── mbsrtowcs ├── mbsrtowcs-tests ├── mbssep ├── mbsspn ├── mbsspn-tests ├── mbsstr ├── mbsstr-tests ├── mbstok_r ├── mbswidth ├── mbtowc ├── mbuiter ├── memcasecmp ├── memcasecmp-tests ├── memchr ├── memchr-obsolete ├── memchr-tests ├── memchr2 ├── memchr2-tests ├── memcmp ├── memcmp-tests ├── memcmp2 ├── memcoll ├── memcoll-tests ├── memcpy ├── memmem ├── memmem-simple ├── memmem-tests ├── memmove ├── mempcpy ├── memrchr ├── memrchr-tests ├── memset ├── memxor ├── mgetgroups ├── minmax ├── mkancesdirs ├── mkdir ├── mkdir-p ├── mkdir-tests ├── mkdirat ├── mkdirat-tests ├── mkdtemp ├── mkfifo ├── mkfifo-tests ├── mkfifoat ├── mkfifoat-tests ├── mknod ├── mknod-tests ├── mkostemp ├── mkostemps ├── mkstemp ├── mkstemps ├── mktempd ├── mktime ├── mktime-internal ├── modechange ├── modf ├── modf-ieee ├── modf-ieee-tests ├── modf-tests ├── modff ├── modff-ieee ├── modff-ieee-tests ├── modff-tests ├── modfl ├── modfl-ieee ├── modfl-ieee-tests ├── modfl-tests ├── mountlist ├── mpsort ├── msvc-inval ├── msvc-nothrow ├── multiarch ├── nanosleep ├── nanosleep-tests ├── net_if ├── net_if-tests ├── netdb ├── netdb-c++-tests ├── netdb-tests ├── netinet_in ├── netinet_in-tests ├── nextafter ├── nextafter-tests ├── nl_langinfo ├── nl_langinfo-tests ├── no-c++ ├── nocrash ├── non-recursive-gnulib-prefix-hack ├── nonblocking ├── nonblocking-pipe-tests ├── nonblocking-socket-tests ├── nonblocking-tests ├── nproc ├── obstack ├── obstack-printf ├── obstack-printf-posix ├── obstack-printf-posix-tests ├── obstack-printf-tests ├── open ├── open-tests ├── openat ├── openat-die ├── openat-h ├── openat-safer ├── openat-safer-tests ├── openat-tests ├── opendir ├── openmp ├── openpty ├── openpty-tests ├── oset ├── pagealign_alloc ├── parse-datetime ├── parse-datetime-tests ├── parse-duration ├── parse-duration-tests ├── passfd ├── passfd-tests ├── pathmax ├── pathmax-tests ├── pclose ├── pclose-tests ├── perl ├── perror ├── perror-tests ├── physmem ├── pipe ├── pipe-filter-gi ├── pipe-filter-gi-tests ├── pipe-filter-ii ├── pipe-filter-ii-tests ├── pipe-posix ├── pipe-posix-tests ├── pipe2 ├── pipe2-safer ├── pipe2-tests ├── pmccabe2html ├── poll ├── poll-h ├── poll-h-c++-tests ├── poll-h-tests ├── poll-tests ├── popen ├── popen-safer ├── popen-safer-tests ├── popen-tests ├── posix-shell ├── posix_openpt ├── posix_openpt-tests ├── posix_spawn ├── posix_spawn-internal ├── posix_spawn-tests ├── posix_spawn_file_actions_addclose ├── posix_spawn_file_actions_addclose-tests ├── posix_spawn_file_actions_adddup2 ├── posix_spawn_file_actions_adddup2-tests ├── posix_spawn_file_actions_addopen ├── posix_spawn_file_actions_addopen-tests ├── posix_spawn_file_actions_destroy ├── posix_spawn_file_actions_init ├── posix_spawnattr_destroy ├── posix_spawnattr_getflags ├── posix_spawnattr_getpgroup ├── posix_spawnattr_getschedparam ├── posix_spawnattr_getschedpolicy ├── posix_spawnattr_getsigdefault ├── posix_spawnattr_getsigmask ├── posix_spawnattr_init ├── posix_spawnattr_setflags ├── posix_spawnattr_setpgroup ├── posix_spawnattr_setschedparam ├── posix_spawnattr_setschedpolicy ├── posix_spawnattr_setsigdefault ├── posix_spawnattr_setsigmask ├── posix_spawnp ├── posix_spawnp-tests ├── posixtm ├── posixtm-tests ├── posixver ├── pow ├── pow-tests ├── powf ├── powf-tests ├── pread ├── pread-tests ├── printf-frexp ├── printf-frexp-tests ├── printf-frexpl ├── printf-frexpl-tests ├── printf-posix ├── printf-posix-tests ├── printf-safe ├── priv-set ├── priv-set-tests ├── progname ├── propername ├── pselect ├── pselect-tests ├── pt_chown ├── pthread ├── pthread_sigmask ├── pthread_sigmask-tests ├── ptsname ├── ptsname-tests ├── ptsname_r ├── ptsname_r-tests ├── pty ├── pty-c++-tests ├── pty-tests ├── putenv ├── pwrite ├── pwrite-tests ├── qacl ├── qcopy-acl ├── qset-acl ├── qsort_r ├── qsort_r-tests ├── quote ├── quotearg ├── quotearg-simple ├── quotearg-simple-tests ├── quotearg-tests ├── raise ├── raise-tests ├── random ├── random-tests ├── random_r ├── random_r-tests ├── rawmemchr ├── rawmemchr-tests ├── rbtree-list ├── rbtree-list-tests ├── rbtree-oset ├── rbtree-oset-tests ├── rbtreehash-list ├── rbtreehash-list-tests ├── read ├── read-file ├── read-file-tests ├── read-tests ├── readdir ├── readline ├── readlink ├── readlink-tests ├── readlinkat ├── readlinkat-tests ├── readme-release ├── readtokens ├── readtokens-tests ├── readtokens0 ├── readutmp ├── realloc ├── realloc-gnu ├── realloc-gnu-tests ├── realloc-posix ├── recv ├── recv-tests ├── recvfrom ├── recvfrom-tests ├── regex ├── regex-quote ├── regex-quote-tests ├── regex-tests ├── regexprops-generic ├── relocatable-lib ├── relocatable-lib-lgpl ├── relocatable-perl ├── relocatable-prog ├── relocatable-prog-wrapper ├── relocatable-script ├── remainder ├── remainder-ieee ├── remainder-ieee-tests ├── remainder-tests ├── remainderf ├── remainderf-ieee ├── remainderf-ieee-tests ├── remainderf-tests ├── remainderl ├── remainderl-ieee ├── remainderl-ieee-tests ├── remainderl-tests ├── remove ├── remove-tests ├── rename ├── rename-dest-slash ├── rename-tests ├── renameat ├── renameat-tests ├── rewinddir ├── rint ├── rint-ieee ├── rint-ieee-tests ├── rint-tests ├── rintf ├── rintf-ieee ├── rintf-ieee-tests ├── rintf-tests ├── rintl ├── rintl-ieee ├── rintl-ieee-tests ├── rintl-tests ├── rmdir ├── rmdir-errno ├── rmdir-tests ├── root-uid ├── round ├── round-ieee ├── round-ieee-tests ├── round-tests ├── roundf ├── roundf-ieee ├── roundf-ieee-tests ├── roundf-tests ├── roundl ├── roundl-ieee ├── roundl-ieee-tests ├── roundl-tests ├── rpmatch ├── safe-alloc ├── safe-alloc-tests ├── safe-read ├── safe-write ├── same ├── same-inode ├── save-cwd ├── savedir ├── savewd ├── scandir ├── sched ├── sched-tests ├── search ├── search-c++-tests ├── search-tests ├── secure_getenv ├── select ├── select-tests ├── selinux-at ├── selinux-h ├── send ├── send-tests ├── sendto ├── sendto-tests ├── servent ├── setenv ├── setenv-tests ├── sethostname ├── sethostname-tests ├── setlocale ├── setlocale-tests ├── setsockopt ├── setsockopt-tests ├── settime ├── sh-quote ├── sh-quote-tests ├── shutdown ├── shutdown-tests ├── sig2str ├── sigaction ├── sigaction-tests ├── signal ├── signal-h ├── signal-h-c++-tests ├── signal-h-tests ├── signbit ├── signbit-tests ├── sigpipe ├── sigpipe-die ├── sigpipe-tests ├── sigprocmask ├── sigprocmask-tests ├── sin ├── sin-tests ├── sinf ├── sinf-tests ├── sinh ├── sinh-tests ├── sinhf ├── sinhf-tests ├── sinl ├── sinl-tests ├── size_max ├── sleep ├── sleep-tests ├── snippet │ ├── _Noreturn │ ├── arg-nonnull │ ├── c++defs │ ├── link-warning │ ├── unused-parameter │ └── warn-on-use ├── snprintf ├── snprintf-posix ├── snprintf-posix-tests ├── snprintf-tests ├── socket ├── socketlib ├── sockets ├── sockets-tests ├── socklen ├── spawn ├── spawn-c++-tests ├── spawn-pipe ├── spawn-pipe-tests ├── spawn-tests ├── sprintf-posix ├── sprintf-posix-tests ├── sqrt ├── sqrt-ieee ├── sqrt-ieee-tests ├── sqrt-tests ├── sqrtf ├── sqrtf-ieee ├── sqrtf-ieee-tests ├── sqrtf-tests ├── sqrtl ├── sqrtl-ieee ├── sqrtl-ieee-tests ├── sqrtl-tests ├── ssize_t ├── stat ├── stat-macros ├── stat-size ├── stat-tests ├── stat-time ├── stat-time-tests ├── statat ├── statat-tests ├── stdalign ├── stdalign-tests ├── stdarg ├── stdbool ├── stdbool-tests ├── stddef ├── stddef-tests ├── stdint ├── stdint-tests ├── stdio ├── stdio-c++-tests ├── stdio-tests ├── stdlib ├── stdlib-c++-tests ├── stdlib-safer ├── stdlib-tests ├── stdnoreturn ├── stdnoreturn-tests ├── stpcpy ├── stpncpy ├── strcase ├── strcasestr ├── strcasestr-simple ├── strcasestr-tests ├── strchrnul ├── strchrnul-tests ├── strcspn ├── strdup ├── strdup-posix ├── streq ├── strerror ├── strerror-override ├── strerror-tests ├── strerror_r-posix ├── strerror_r-posix-tests ├── strftime ├── strftime-tests ├── striconv ├── striconv-tests ├── striconveh ├── striconveh-tests ├── striconveha ├── striconveha-tests ├── string ├── string-c++-tests ├── string-tests ├── strings ├── strings-tests ├── strncat ├── strncat-tests ├── strndup ├── strnlen ├── strnlen-tests ├── strnlen1 ├── strpbrk ├── strptime ├── strsep ├── strsignal ├── strsignal-tests ├── strstr ├── strstr-simple ├── strstr-tests ├── strtod ├── strtod-obsolete ├── strtod-tests ├── strtoimax ├── strtoimax-tests ├── strtok_r ├── strtol ├── strtol-tests ├── strtoll ├── strtoll-tests ├── strtoul ├── strtoul-tests ├── strtoull ├── strtoull-tests ├── strtoumax ├── strtoumax-tests ├── strverscmp ├── strverscmp-tests ├── sublist ├── symlink ├── symlink-tests ├── symlinkat ├── symlinkat-tests ├── sys_file ├── sys_file-tests ├── sys_ioctl ├── sys_ioctl-c++-tests ├── sys_ioctl-tests ├── sys_resource ├── sys_resource-tests ├── sys_select ├── sys_select-c++-tests ├── sys_select-tests ├── sys_socket ├── sys_socket-c++-tests ├── sys_socket-tests ├── sys_stat ├── sys_stat-c++-tests ├── sys_stat-tests ├── sys_time ├── sys_time-c++-tests ├── sys_time-tests ├── sys_times ├── sys_times-tests ├── sys_types ├── sys_types-c++-tests ├── sys_types-tests ├── sys_uio ├── sys_uio-tests ├── sys_utsname ├── sys_utsname-tests ├── sys_wait ├── sys_wait-c++-tests ├── sys_wait-tests ├── sysexits ├── sysexits-tests ├── system-posix ├── system-quote ├── system-quote-tests ├── tan ├── tan-tests ├── tanf ├── tanf-tests ├── tanh ├── tanh-tests ├── tanhf ├── tanhf-tests ├── tanl ├── tanl-tests ├── tcgetsid ├── tempname ├── termios ├── termios-c++-tests ├── termios-tests ├── test-framework-sh ├── test-framework-sh-tests ├── thread ├── thread-tests ├── threadlib ├── time ├── time-c++-tests ├── time-tests ├── time_r ├── time_rz ├── timegm ├── timer-time ├── times ├── times-tests ├── timespec ├── timespec-add ├── timespec-sub ├── timespec-tests ├── tls ├── tls-tests ├── tmpdir ├── tmpfile ├── tmpfile-safer ├── towctrans ├── trim ├── trunc ├── trunc-ieee ├── trunc-ieee-tests ├── trunc-tests ├── truncf ├── truncf-ieee ├── truncf-ieee-tests ├── truncf-tests ├── truncl ├── truncl-ieee ├── truncl-ieee-tests ├── truncl-tests ├── tsearch ├── tsearch-tests ├── ttyname_r ├── ttyname_r-tests ├── tzset ├── u64 ├── u64-tests ├── ucs4-utf16 ├── ucs4-utf8 ├── uname ├── uname-tests ├── unicase │ ├── base │ ├── cased │ ├── cased-tests │ ├── empty-prefix-context │ ├── empty-suffix-context │ ├── ignorable │ ├── ignorable-tests │ ├── locale-language │ ├── locale-language-tests │ ├── special-casing │ ├── tocasefold │ ├── tolower │ ├── tolower-tests │ ├── totitle │ ├── totitle-tests │ ├── toupper │ ├── toupper-tests │ ├── u16-casecmp │ ├── u16-casecmp-tests │ ├── u16-casecoll │ ├── u16-casecoll-tests │ ├── u16-casefold │ ├── u16-casefold-tests │ ├── u16-casemap │ ├── u16-casexfrm │ ├── u16-ct-casefold │ ├── u16-ct-tolower │ ├── u16-ct-totitle │ ├── u16-ct-toupper │ ├── u16-is-cased │ ├── u16-is-cased-tests │ ├── u16-is-casefolded │ ├── u16-is-casefolded-tests │ ├── u16-is-invariant │ ├── u16-is-lowercase │ ├── u16-is-lowercase-tests │ ├── u16-is-titlecase │ ├── u16-is-titlecase-tests │ ├── u16-is-uppercase │ ├── u16-is-uppercase-tests │ ├── u16-prefix-context │ ├── u16-suffix-context │ ├── u16-tolower │ ├── u16-tolower-tests │ ├── u16-totitle │ ├── u16-totitle-tests │ ├── u16-toupper │ ├── u16-toupper-tests │ ├── u32-casecmp │ ├── u32-casecmp-tests │ ├── u32-casecoll │ ├── u32-casecoll-tests │ ├── u32-casefold │ ├── u32-casefold-tests │ ├── u32-casemap │ ├── u32-casexfrm │ ├── u32-ct-casefold │ ├── u32-ct-tolower │ ├── u32-ct-totitle │ ├── u32-ct-toupper │ ├── u32-is-cased │ ├── u32-is-cased-tests │ ├── u32-is-casefolded │ ├── u32-is-casefolded-tests │ ├── u32-is-invariant │ ├── u32-is-lowercase │ ├── u32-is-lowercase-tests │ ├── u32-is-titlecase │ ├── u32-is-titlecase-tests │ ├── u32-is-uppercase │ ├── u32-is-uppercase-tests │ ├── u32-prefix-context │ ├── u32-suffix-context │ ├── u32-tolower │ ├── u32-tolower-tests │ ├── u32-totitle │ ├── u32-totitle-tests │ ├── u32-toupper │ ├── u32-toupper-tests │ ├── u8-casecmp │ ├── u8-casecmp-tests │ ├── u8-casecoll │ ├── u8-casecoll-tests │ ├── u8-casefold │ ├── u8-casefold-tests │ ├── u8-casemap │ ├── u8-casexfrm │ ├── u8-ct-casefold │ ├── u8-ct-tolower │ ├── u8-ct-totitle │ ├── u8-ct-toupper │ ├── u8-is-cased │ ├── u8-is-cased-tests │ ├── u8-is-casefolded │ ├── u8-is-casefolded-tests │ ├── u8-is-invariant │ ├── u8-is-lowercase │ ├── u8-is-lowercase-tests │ ├── u8-is-titlecase │ ├── u8-is-titlecase-tests │ ├── u8-is-uppercase │ ├── u8-is-uppercase-tests │ ├── u8-prefix-context │ ├── u8-suffix-context │ ├── u8-tolower │ ├── u8-tolower-tests │ ├── u8-totitle │ ├── u8-totitle-tests │ ├── u8-toupper │ ├── u8-toupper-tests │ ├── ulc-casecmp │ ├── ulc-casecmp-tests │ ├── ulc-casecoll │ ├── ulc-casecoll-tests │ └── ulc-casexfrm ├── unicodeio ├── uniconv │ ├── base │ ├── u16-conv-from-enc │ ├── u16-conv-from-enc-tests │ ├── u16-conv-to-enc │ ├── u16-conv-to-enc-tests │ ├── u16-strconv-from-enc │ ├── u16-strconv-from-enc-tests │ ├── u16-strconv-from-locale │ ├── u16-strconv-to-enc │ ├── u16-strconv-to-enc-tests │ ├── u16-strconv-to-locale │ ├── u32-conv-from-enc │ ├── u32-conv-from-enc-tests │ ├── u32-conv-to-enc │ ├── u32-conv-to-enc-tests │ ├── u32-strconv-from-enc │ ├── u32-strconv-from-enc-tests │ ├── u32-strconv-from-locale │ ├── u32-strconv-to-enc │ ├── u32-strconv-to-enc-tests │ ├── u32-strconv-to-locale │ ├── u8-conv-from-enc │ ├── u8-conv-from-enc-tests │ ├── u8-conv-to-enc │ ├── u8-conv-to-enc-tests │ ├── u8-strconv-from-enc │ ├── u8-strconv-from-enc-tests │ ├── u8-strconv-from-locale │ ├── u8-strconv-to-enc │ ├── u8-strconv-to-enc-tests │ └── u8-strconv-to-locale ├── unictype │ ├── base │ ├── bidicategory-all │ ├── bidicategory-byname │ ├── bidicategory-name │ ├── bidicategory-of │ ├── bidicategory-test │ ├── bidiclass-all │ ├── bidiclass-byname │ ├── bidiclass-byname-tests │ ├── bidiclass-longname │ ├── bidiclass-longname-tests │ ├── bidiclass-name │ ├── bidiclass-name-tests │ ├── bidiclass-of │ ├── bidiclass-of-tests │ ├── bidiclass-test │ ├── bidiclass-test-tests │ ├── block-all │ ├── block-list │ ├── block-list-tests │ ├── block-of │ ├── block-of-tests │ ├── block-test │ ├── block-test-tests │ ├── category-C │ ├── category-C-tests │ ├── category-Cc │ ├── category-Cc-tests │ ├── category-Cf │ ├── category-Cf-tests │ ├── category-Cn │ ├── category-Cn-tests │ ├── category-Co │ ├── category-Co-tests │ ├── category-Cs │ ├── category-Cs-tests │ ├── category-L │ ├── category-L-tests │ ├── category-LC │ ├── category-LC-tests │ ├── category-Ll │ ├── category-Ll-tests │ ├── category-Lm │ ├── category-Lm-tests │ ├── category-Lo │ ├── category-Lo-tests │ ├── category-Lt │ ├── category-Lt-tests │ ├── category-Lu │ ├── category-Lu-tests │ ├── category-M │ ├── category-M-tests │ ├── category-Mc │ ├── category-Mc-tests │ ├── category-Me │ ├── category-Me-tests │ ├── category-Mn │ ├── category-Mn-tests │ ├── category-N │ ├── category-N-tests │ ├── category-Nd │ ├── category-Nd-tests │ ├── category-Nl │ ├── category-Nl-tests │ ├── category-No │ ├── category-No-tests │ ├── category-P │ ├── category-P-tests │ ├── category-Pc │ ├── category-Pc-tests │ ├── category-Pd │ ├── category-Pd-tests │ ├── category-Pe │ ├── category-Pe-tests │ ├── category-Pf │ ├── category-Pf-tests │ ├── category-Pi │ ├── category-Pi-tests │ ├── category-Po │ ├── category-Po-tests │ ├── category-Ps │ ├── category-Ps-tests │ ├── category-S │ ├── category-S-tests │ ├── category-Sc │ ├── category-Sc-tests │ ├── category-Sk │ ├── category-Sk-tests │ ├── category-Sm │ ├── category-Sm-tests │ ├── category-So │ ├── category-So-tests │ ├── category-Z │ ├── category-Z-tests │ ├── category-Zl │ ├── category-Zl-tests │ ├── category-Zp │ ├── category-Zp-tests │ ├── category-Zs │ ├── category-Zs-tests │ ├── category-all │ ├── category-and │ ├── category-and-not │ ├── category-and-not-tests │ ├── category-and-tests │ ├── category-byname │ ├── category-byname-tests │ ├── category-longname │ ├── category-longname-tests │ ├── category-name │ ├── category-name-tests │ ├── category-none │ ├── category-none-tests │ ├── category-of │ ├── category-of-tests │ ├── category-or │ ├── category-or-tests │ ├── category-test │ ├── category-test-withtable │ ├── category-test-withtable-tests │ ├── combining-class │ ├── combining-class-all │ ├── combining-class-byname │ ├── combining-class-byname-tests │ ├── combining-class-longname │ ├── combining-class-longname-tests │ ├── combining-class-name │ ├── combining-class-name-tests │ ├── combining-class-tests │ ├── ctype-alnum │ ├── ctype-alnum-tests │ ├── ctype-alpha │ ├── ctype-alpha-tests │ ├── ctype-blank │ ├── ctype-blank-tests │ ├── ctype-cntrl │ ├── ctype-cntrl-tests │ ├── ctype-digit │ ├── ctype-digit-tests │ ├── ctype-graph │ ├── ctype-graph-tests │ ├── ctype-lower │ ├── ctype-lower-tests │ ├── ctype-print │ ├── ctype-print-tests │ ├── ctype-punct │ ├── ctype-punct-tests │ ├── ctype-space │ ├── ctype-space-tests │ ├── ctype-upper │ ├── ctype-upper-tests │ ├── ctype-xdigit │ ├── ctype-xdigit-tests │ ├── decimal-digit │ ├── decimal-digit-tests │ ├── digit │ ├── digit-tests │ ├── joininggroup-all │ ├── joininggroup-byname │ ├── joininggroup-byname-tests │ ├── joininggroup-name │ ├── joininggroup-name-tests │ ├── joininggroup-of │ ├── joininggroup-of-tests │ ├── joiningtype-all │ ├── joiningtype-byname │ ├── joiningtype-byname-tests │ ├── joiningtype-longname │ ├── joiningtype-longname-tests │ ├── joiningtype-name │ ├── joiningtype-name-tests │ ├── joiningtype-of │ ├── joiningtype-of-tests │ ├── mirror │ ├── mirror-tests │ ├── numeric │ ├── numeric-tests │ ├── property-all │ ├── property-alphabetic │ ├── property-alphabetic-tests │ ├── property-ascii-hex-digit │ ├── property-ascii-hex-digit-tests │ ├── property-bidi-arabic-digit │ ├── property-bidi-arabic-digit-tests │ ├── property-bidi-arabic-right-to-left │ ├── property-bidi-arabic-right-to-left-tests │ ├── property-bidi-block-separator │ ├── property-bidi-block-separator-tests │ ├── property-bidi-boundary-neutral │ ├── property-bidi-boundary-neutral-tests │ ├── property-bidi-common-separator │ ├── property-bidi-common-separator-tests │ ├── property-bidi-control │ ├── property-bidi-control-tests │ ├── property-bidi-embedding-or-override │ ├── property-bidi-embedding-or-override-tests │ ├── property-bidi-eur-num-separator │ ├── property-bidi-eur-num-separator-tests │ ├── property-bidi-eur-num-terminator │ ├── property-bidi-eur-num-terminator-tests │ ├── property-bidi-european-digit │ ├── property-bidi-european-digit-tests │ ├── property-bidi-hebrew-right-to-left │ ├── property-bidi-hebrew-right-to-left-tests │ ├── property-bidi-left-to-right │ ├── property-bidi-left-to-right-tests │ ├── property-bidi-non-spacing-mark │ ├── property-bidi-non-spacing-mark-tests │ ├── property-bidi-other-neutral │ ├── property-bidi-other-neutral-tests │ ├── property-bidi-pdf │ ├── property-bidi-pdf-tests │ ├── property-bidi-segment-separator │ ├── property-bidi-segment-separator-tests │ ├── property-bidi-whitespace │ ├── property-bidi-whitespace-tests │ ├── property-byname │ ├── property-byname-tests │ ├── property-case-ignorable │ ├── property-case-ignorable-tests │ ├── property-cased │ ├── property-cased-tests │ ├── property-changes-when-casefolded │ ├── property-changes-when-casefolded-tests │ ├── property-changes-when-casemapped │ ├── property-changes-when-casemapped-tests │ ├── property-changes-when-lowercased │ ├── property-changes-when-lowercased-tests │ ├── property-changes-when-titlecased │ ├── property-changes-when-titlecased-tests │ ├── property-changes-when-uppercased │ ├── property-changes-when-uppercased-tests │ ├── property-combining │ ├── property-combining-tests │ ├── property-composite │ ├── property-composite-tests │ ├── property-currency-symbol │ ├── property-currency-symbol-tests │ ├── property-dash │ ├── property-dash-tests │ ├── property-decimal-digit │ ├── property-decimal-digit-tests │ ├── property-default-ignorable-code-point │ ├── property-default-ignorable-code-point-tests │ ├── property-deprecated │ ├── property-deprecated-tests │ ├── property-diacritic │ ├── property-diacritic-tests │ ├── property-extender │ ├── property-extender-tests │ ├── property-format-control │ ├── property-format-control-tests │ ├── property-grapheme-base │ ├── property-grapheme-base-tests │ ├── property-grapheme-extend │ ├── property-grapheme-extend-tests │ ├── property-grapheme-link │ ├── property-grapheme-link-tests │ ├── property-hex-digit │ ├── property-hex-digit-tests │ ├── property-hyphen │ ├── property-hyphen-tests │ ├── property-id-continue │ ├── property-id-continue-tests │ ├── property-id-start │ ├── property-id-start-tests │ ├── property-ideographic │ ├── property-ideographic-tests │ ├── property-ids-binary-operator │ ├── property-ids-binary-operator-tests │ ├── property-ids-trinary-operator │ ├── property-ids-trinary-operator-tests │ ├── property-ignorable-control │ ├── property-ignorable-control-tests │ ├── property-iso-control │ ├── property-iso-control-tests │ ├── property-join-control │ ├── property-join-control-tests │ ├── property-left-of-pair │ ├── property-left-of-pair-tests │ ├── property-line-separator │ ├── property-line-separator-tests │ ├── property-logical-order-exception │ ├── property-logical-order-exception-tests │ ├── property-lowercase │ ├── property-lowercase-tests │ ├── property-math │ ├── property-math-tests │ ├── property-non-break │ ├── property-non-break-tests │ ├── property-not-a-character │ ├── property-not-a-character-tests │ ├── property-numeric │ ├── property-numeric-tests │ ├── property-other-alphabetic │ ├── property-other-alphabetic-tests │ ├── property-other-default-ignorable-code-point │ ├── property-other-default-ignorable-code-point-tests │ ├── property-other-grapheme-extend │ ├── property-other-grapheme-extend-tests │ ├── property-other-id-continue │ ├── property-other-id-continue-tests │ ├── property-other-id-start │ ├── property-other-id-start-tests │ ├── property-other-lowercase │ ├── property-other-lowercase-tests │ ├── property-other-math │ ├── property-other-math-tests │ ├── property-other-uppercase │ ├── property-other-uppercase-tests │ ├── property-paired-punctuation │ ├── property-paired-punctuation-tests │ ├── property-paragraph-separator │ ├── property-paragraph-separator-tests │ ├── property-pattern-syntax │ ├── property-pattern-syntax-tests │ ├── property-pattern-white-space │ ├── property-pattern-white-space-tests │ ├── property-private-use │ ├── property-private-use-tests │ ├── property-punctuation │ ├── property-punctuation-tests │ ├── property-quotation-mark │ ├── property-quotation-mark-tests │ ├── property-radical │ ├── property-radical-tests │ ├── property-sentence-terminal │ ├── property-sentence-terminal-tests │ ├── property-soft-dotted │ ├── property-soft-dotted-tests │ ├── property-space │ ├── property-space-tests │ ├── property-terminal-punctuation │ ├── property-terminal-punctuation-tests │ ├── property-test │ ├── property-test-tests │ ├── property-titlecase │ ├── property-titlecase-tests │ ├── property-unassigned-code-value │ ├── property-unassigned-code-value-tests │ ├── property-unified-ideograph │ ├── property-unified-ideograph-tests │ ├── property-uppercase │ ├── property-uppercase-tests │ ├── property-variation-selector │ ├── property-variation-selector-tests │ ├── property-white-space │ ├── property-white-space-tests │ ├── property-xid-continue │ ├── property-xid-continue-tests │ ├── property-xid-start │ ├── property-xid-start-tests │ ├── property-zero-width │ ├── property-zero-width-tests │ ├── scripts │ ├── scripts-all │ ├── scripts-tests │ ├── syntax-c-ident │ ├── syntax-c-ident-tests │ ├── syntax-c-whitespace │ ├── syntax-c-whitespace-tests │ ├── syntax-java-ident │ ├── syntax-java-ident-tests │ ├── syntax-java-whitespace │ └── syntax-java-whitespace-tests ├── unigbrk │ ├── base │ ├── u16-grapheme-breaks │ ├── u16-grapheme-breaks-tests │ ├── u16-grapheme-next │ ├── u16-grapheme-next-tests │ ├── u16-grapheme-prev │ ├── u16-grapheme-prev-tests │ ├── u32-grapheme-breaks │ ├── u32-grapheme-breaks-tests │ ├── u32-grapheme-next │ ├── u32-grapheme-next-tests │ ├── u32-grapheme-prev │ ├── u32-grapheme-prev-tests │ ├── u8-grapheme-breaks │ ├── u8-grapheme-breaks-tests │ ├── u8-grapheme-next │ ├── u8-grapheme-next-tests │ ├── u8-grapheme-prev │ ├── u8-grapheme-prev-tests │ ├── uc-gbrk-prop │ ├── uc-gbrk-prop-tests │ ├── uc-is-grapheme-break │ ├── uc-is-grapheme-break-tests │ ├── ulc-grapheme-breaks │ └── ulc-grapheme-breaks-tests ├── unilbrk │ ├── base │ ├── tables │ ├── u16-possible-linebreaks │ ├── u16-possible-linebreaks-tests │ ├── u16-width-linebreaks │ ├── u16-width-linebreaks-tests │ ├── u32-possible-linebreaks │ ├── u32-possible-linebreaks-tests │ ├── u32-width-linebreaks │ ├── u32-width-linebreaks-tests │ ├── u8-possible-linebreaks │ ├── u8-possible-linebreaks-tests │ ├── u8-width-linebreaks │ ├── u8-width-linebreaks-tests │ ├── ulc-common │ ├── ulc-possible-linebreaks │ ├── ulc-possible-linebreaks-tests │ ├── ulc-width-linebreaks │ └── ulc-width-linebreaks-tests ├── uniname │ ├── base │ ├── uniname │ └── uniname-tests ├── uninorm │ ├── base │ ├── canonical-decomposition │ ├── canonical-decomposition-tests │ ├── compat-decomposition │ ├── compat-decomposition-tests │ ├── composition │ ├── composition-tests │ ├── decompose-internal │ ├── decomposing-form │ ├── decomposing-form-tests │ ├── decomposition │ ├── decomposition-table │ ├── decomposition-tests │ ├── filter │ ├── filter-tests │ ├── nfc │ ├── nfc-tests │ ├── nfd │ ├── nfd-tests │ ├── nfkc │ ├── nfkc-tests │ ├── nfkd │ ├── nfkd-tests │ ├── u16-normalize │ ├── u16-normcmp │ ├── u16-normcmp-tests │ ├── u16-normcoll │ ├── u16-normcoll-tests │ ├── u16-normxfrm │ ├── u32-normalize │ ├── u32-normcmp │ ├── u32-normcmp-tests │ ├── u32-normcoll │ ├── u32-normcoll-tests │ ├── u32-normxfrm │ ├── u8-normalize │ ├── u8-normcmp │ ├── u8-normcmp-tests │ ├── u8-normcoll │ ├── u8-normcoll-tests │ └── u8-normxfrm ├── unistd ├── unistd-c++-tests ├── unistd-safer ├── unistd-safer-tests ├── unistd-tests ├── unistdio │ ├── base │ ├── u-printf-args │ ├── u16-asnprintf │ ├── u16-asnprintf-tests │ ├── u16-asprintf │ ├── u16-printf-parse │ ├── u16-snprintf │ ├── u16-sprintf │ ├── u16-u16-asnprintf │ ├── u16-u16-asprintf │ ├── u16-u16-snprintf │ ├── u16-u16-sprintf │ ├── u16-u16-vasnprintf │ ├── u16-u16-vasprintf │ ├── u16-u16-vsnprintf │ ├── u16-u16-vsprintf │ ├── u16-vasnprintf │ ├── u16-vasnprintf-tests │ ├── u16-vasprintf │ ├── u16-vasprintf-tests │ ├── u16-vsnprintf │ ├── u16-vsnprintf-tests │ ├── u16-vsprintf │ ├── u16-vsprintf-tests │ ├── u32-asnprintf │ ├── u32-asnprintf-tests │ ├── u32-asprintf │ ├── u32-printf-parse │ ├── u32-snprintf │ ├── u32-sprintf │ ├── u32-u32-asnprintf │ ├── u32-u32-asprintf │ ├── u32-u32-snprintf │ ├── u32-u32-sprintf │ ├── u32-u32-vasnprintf │ ├── u32-u32-vasprintf │ ├── u32-u32-vsnprintf │ ├── u32-u32-vsprintf │ ├── u32-vasnprintf │ ├── u32-vasnprintf-tests │ ├── u32-vasprintf │ ├── u32-vasprintf-tests │ ├── u32-vsnprintf │ ├── u32-vsnprintf-tests │ ├── u32-vsprintf │ ├── u32-vsprintf-tests │ ├── u8-asnprintf │ ├── u8-asnprintf-tests │ ├── u8-asprintf │ ├── u8-printf-parse │ ├── u8-snprintf │ ├── u8-sprintf │ ├── u8-u8-asnprintf │ ├── u8-u8-asprintf │ ├── u8-u8-snprintf │ ├── u8-u8-sprintf │ ├── u8-u8-vasnprintf │ ├── u8-u8-vasprintf │ ├── u8-u8-vsnprintf │ ├── u8-u8-vsprintf │ ├── u8-vasnprintf │ ├── u8-vasnprintf-tests │ ├── u8-vasprintf │ ├── u8-vasprintf-tests │ ├── u8-vsnprintf │ ├── u8-vsnprintf-tests │ ├── u8-vsprintf │ ├── u8-vsprintf-tests │ ├── ulc-asnprintf │ ├── ulc-asnprintf-tests │ ├── ulc-asprintf │ ├── ulc-fprintf │ ├── ulc-printf-parse │ ├── ulc-snprintf │ ├── ulc-sprintf │ ├── ulc-vasnprintf │ ├── ulc-vasnprintf-tests │ ├── ulc-vasprintf │ ├── ulc-vasprintf-tests │ ├── ulc-vfprintf │ ├── ulc-vsnprintf │ ├── ulc-vsnprintf-tests │ ├── ulc-vsprintf │ └── ulc-vsprintf-tests ├── unistr │ ├── base │ ├── u16-check │ ├── u16-check-tests │ ├── u16-chr │ ├── u16-chr-tests │ ├── u16-cmp │ ├── u16-cmp-tests │ ├── u16-cmp2 │ ├── u16-cmp2-tests │ ├── u16-cpy │ ├── u16-cpy-alloc │ ├── u16-cpy-alloc-tests │ ├── u16-cpy-tests │ ├── u16-endswith │ ├── u16-mblen │ ├── u16-mblen-tests │ ├── u16-mbsnlen │ ├── u16-mbsnlen-tests │ ├── u16-mbtouc │ ├── u16-mbtouc-tests │ ├── u16-mbtouc-unsafe │ ├── u16-mbtouc-unsafe-tests │ ├── u16-mbtoucr │ ├── u16-mbtoucr-tests │ ├── u16-move │ ├── u16-move-tests │ ├── u16-next │ ├── u16-next-tests │ ├── u16-prev │ ├── u16-prev-tests │ ├── u16-set │ ├── u16-set-tests │ ├── u16-startswith │ ├── u16-stpcpy │ ├── u16-stpcpy-tests │ ├── u16-stpncpy │ ├── u16-stpncpy-tests │ ├── u16-strcat │ ├── u16-strcat-tests │ ├── u16-strchr │ ├── u16-strchr-tests │ ├── u16-strcmp │ ├── u16-strcmp-tests │ ├── u16-strcoll │ ├── u16-strcoll-tests │ ├── u16-strcpy │ ├── u16-strcpy-tests │ ├── u16-strcspn │ ├── u16-strdup │ ├── u16-strdup-tests │ ├── u16-strlen │ ├── u16-strlen-tests │ ├── u16-strmblen │ ├── u16-strmblen-tests │ ├── u16-strmbtouc │ ├── u16-strmbtouc-tests │ ├── u16-strncat │ ├── u16-strncat-tests │ ├── u16-strncmp │ ├── u16-strncmp-tests │ ├── u16-strncpy │ ├── u16-strncpy-tests │ ├── u16-strnlen │ ├── u16-strnlen-tests │ ├── u16-strpbrk │ ├── u16-strrchr │ ├── u16-strspn │ ├── u16-strstr │ ├── u16-strstr-tests │ ├── u16-strtok │ ├── u16-strtok-tests │ ├── u16-to-u32 │ ├── u16-to-u32-tests │ ├── u16-to-u8 │ ├── u16-to-u8-tests │ ├── u16-uctomb │ ├── u16-uctomb-tests │ ├── u32-check │ ├── u32-check-tests │ ├── u32-chr │ ├── u32-chr-tests │ ├── u32-cmp │ ├── u32-cmp-tests │ ├── u32-cmp2 │ ├── u32-cmp2-tests │ ├── u32-cpy │ ├── u32-cpy-alloc │ ├── u32-cpy-alloc-tests │ ├── u32-cpy-tests │ ├── u32-endswith │ ├── u32-mblen │ ├── u32-mblen-tests │ ├── u32-mbsnlen │ ├── u32-mbsnlen-tests │ ├── u32-mbtouc │ ├── u32-mbtouc-tests │ ├── u32-mbtouc-unsafe │ ├── u32-mbtouc-unsafe-tests │ ├── u32-mbtoucr │ ├── u32-mbtoucr-tests │ ├── u32-move │ ├── u32-move-tests │ ├── u32-next │ ├── u32-next-tests │ ├── u32-prev │ ├── u32-prev-tests │ ├── u32-set │ ├── u32-set-tests │ ├── u32-startswith │ ├── u32-stpcpy │ ├── u32-stpcpy-tests │ ├── u32-stpncpy │ ├── u32-stpncpy-tests │ ├── u32-strcat │ ├── u32-strcat-tests │ ├── u32-strchr │ ├── u32-strchr-tests │ ├── u32-strcmp │ ├── u32-strcmp-tests │ ├── u32-strcoll │ ├── u32-strcoll-tests │ ├── u32-strcpy │ ├── u32-strcpy-tests │ ├── u32-strcspn │ ├── u32-strdup │ ├── u32-strdup-tests │ ├── u32-strlen │ ├── u32-strlen-tests │ ├── u32-strmblen │ ├── u32-strmblen-tests │ ├── u32-strmbtouc │ ├── u32-strmbtouc-tests │ ├── u32-strncat │ ├── u32-strncat-tests │ ├── u32-strncmp │ ├── u32-strncmp-tests │ ├── u32-strncpy │ ├── u32-strncpy-tests │ ├── u32-strnlen │ ├── u32-strnlen-tests │ ├── u32-strpbrk │ ├── u32-strrchr │ ├── u32-strspn │ ├── u32-strstr │ ├── u32-strstr-tests │ ├── u32-strtok │ ├── u32-strtok-tests │ ├── u32-to-u16 │ ├── u32-to-u16-tests │ ├── u32-to-u8 │ ├── u32-to-u8-tests │ ├── u32-uctomb │ ├── u32-uctomb-tests │ ├── u8-check │ ├── u8-check-tests │ ├── u8-chr │ ├── u8-chr-tests │ ├── u8-cmp │ ├── u8-cmp-tests │ ├── u8-cmp2 │ ├── u8-cmp2-tests │ ├── u8-cpy │ ├── u8-cpy-alloc │ ├── u8-cpy-alloc-tests │ ├── u8-cpy-tests │ ├── u8-endswith │ ├── u8-mblen │ ├── u8-mblen-tests │ ├── u8-mbsnlen │ ├── u8-mbsnlen-tests │ ├── u8-mbtouc │ ├── u8-mbtouc-tests │ ├── u8-mbtouc-unsafe │ ├── u8-mbtouc-unsafe-tests │ ├── u8-mbtoucr │ ├── u8-mbtoucr-tests │ ├── u8-move │ ├── u8-move-tests │ ├── u8-next │ ├── u8-next-tests │ ├── u8-prev │ ├── u8-prev-tests │ ├── u8-set │ ├── u8-set-tests │ ├── u8-startswith │ ├── u8-stpcpy │ ├── u8-stpcpy-tests │ ├── u8-stpncpy │ ├── u8-stpncpy-tests │ ├── u8-strcat │ ├── u8-strcat-tests │ ├── u8-strchr │ ├── u8-strchr-tests │ ├── u8-strcmp │ ├── u8-strcmp-tests │ ├── u8-strcoll │ ├── u8-strcoll-tests │ ├── u8-strcpy │ ├── u8-strcpy-tests │ ├── u8-strcspn │ ├── u8-strdup │ ├── u8-strdup-tests │ ├── u8-strlen │ ├── u8-strlen-tests │ ├── u8-strmblen │ ├── u8-strmblen-tests │ ├── u8-strmbtouc │ ├── u8-strmbtouc-tests │ ├── u8-strncat │ ├── u8-strncat-tests │ ├── u8-strncmp │ ├── u8-strncmp-tests │ ├── u8-strncpy │ ├── u8-strncpy-tests │ ├── u8-strnlen │ ├── u8-strnlen-tests │ ├── u8-strpbrk │ ├── u8-strrchr │ ├── u8-strspn │ ├── u8-strstr │ ├── u8-strstr-tests │ ├── u8-strtok │ ├── u8-strtok-tests │ ├── u8-to-u16 │ ├── u8-to-u16-tests │ ├── u8-to-u32 │ ├── u8-to-u32-tests │ ├── u8-uctomb │ └── u8-uctomb-tests ├── unitypes ├── uniwbrk │ ├── base │ ├── table │ ├── u16-wordbreaks │ ├── u16-wordbreaks-tests │ ├── u32-wordbreaks │ ├── u32-wordbreaks-tests │ ├── u8-wordbreaks │ ├── u8-wordbreaks-tests │ ├── ulc-wordbreaks │ ├── ulc-wordbreaks-tests │ └── wordbreak-property ├── uniwidth │ ├── base │ ├── u16-strwidth │ ├── u16-strwidth-tests │ ├── u16-width │ ├── u16-width-tests │ ├── u32-strwidth │ ├── u32-strwidth-tests │ ├── u32-width │ ├── u32-width-tests │ ├── u8-strwidth │ ├── u8-strwidth-tests │ ├── u8-width │ ├── u8-width-tests │ ├── width │ └── width-tests ├── unlink ├── unlink-busy ├── unlink-tests ├── unlinkat ├── unlinkat-tests ├── unlinkdir ├── unlocked-io ├── unlockpt ├── unlockpt-tests ├── unsetenv ├── unsetenv-tests ├── update-copyright ├── update-copyright-tests ├── uptime ├── useless-if-before-free ├── userspec ├── userspec-tests ├── usleep ├── usleep-tests ├── utf16-ucs4 ├── utf16-ucs4-unsafe ├── utf8-ucs4 ├── utf8-ucs4-unsafe ├── utimecmp ├── utimens ├── utimens-tests ├── utimensat ├── utimensat-tests ├── va-args ├── valgrind-tests ├── vararrays ├── vasnprintf ├── vasnprintf-posix ├── vasnprintf-posix-tests ├── vasnprintf-tests ├── vasprintf ├── vasprintf-posix ├── vasprintf-posix-tests ├── vasprintf-tests ├── vc-list-files ├── vc-list-files-tests ├── vdprintf ├── vdprintf-posix ├── vdprintf-posix-tests ├── vdprintf-tests ├── verify ├── verify-tests ├── verror ├── version-etc ├── version-etc-fsf ├── version-etc-tests ├── vfprintf-posix ├── vfprintf-posix-tests ├── vfscanf ├── vla ├── vma-iter ├── vprintf-posix ├── vprintf-posix-tests ├── vscanf ├── vsnprintf ├── vsnprintf-posix ├── vsnprintf-posix-tests ├── vsnprintf-tests ├── vsprintf-posix ├── vsprintf-posix-tests ├── wait-process ├── waitpid ├── warnings ├── wchar ├── wchar-c++-tests ├── wchar-tests ├── wcpcpy ├── wcpncpy ├── wcrtomb ├── wcrtomb-tests ├── wcscasecmp ├── wcscat ├── wcschr ├── wcscmp ├── wcscoll ├── wcscpy ├── wcscspn ├── wcsdup ├── wcslen ├── wcsncasecmp ├── wcsncat ├── wcsncmp ├── wcsncpy ├── wcsnlen ├── wcsnrtombs ├── wcsnrtombs-tests ├── wcspbrk ├── wcsrchr ├── wcsrtombs ├── wcsrtombs-tests ├── wcsspn ├── wcsstr ├── wcstok ├── wcswidth ├── wcsxfrm ├── wctob ├── wctomb ├── wctrans ├── wctype ├── wctype-h ├── wctype-h-c++-tests ├── wctype-h-tests ├── wcwidth ├── wcwidth-tests ├── winsz-ioctl ├── winsz-termios ├── wmemchr ├── wmemcmp ├── wmemcpy ├── wmemmove ├── wmemset ├── write ├── write-any-file ├── write-tests ├── xalloc ├── xalloc-die ├── xalloc-die-tests ├── xalloc-oversized ├── xconcat-filename ├── xfreopen ├── xgetcwd ├── xgetdomainname ├── xgetgroups ├── xgethostname ├── xlist ├── xmalloca ├── xmemcoll ├── xmemdup0 ├── xmemdup0-tests ├── xnanosleep ├── xoset ├── xprintf ├── xprintf-posix ├── xprintf-posix-tests ├── xreadlink ├── xreadlinkat ├── xsetenv ├── xsize ├── xstriconv ├── xstriconveh ├── xstrndup ├── xstrtod ├── xstrtoimax ├── xstrtoimax-tests ├── xstrtol ├── xstrtol-tests ├── xstrtold ├── xstrtoll ├── xstrtoll-tests ├── xstrtoumax ├── xstrtoumax-tests ├── xsublist ├── xvasprintf ├── xvasprintf-posix ├── xvasprintf-tests ├── y0 ├── y0-tests ├── y1 ├── y1-tests ├── yesno ├── yesno-tests ├── yield ├── yn └── yn-tests ├── posix-modules ├── tests ├── havelib │ ├── Makefile.am │ ├── README │ ├── rpath-1 │ ├── rpath-1a │ ├── rpath-1b │ ├── rpath-2_a │ ├── rpath-2_b │ ├── rpath-2aaa │ ├── rpath-2aab │ ├── rpath-2aac │ ├── rpath-2aad │ ├── rpath-2aba │ ├── rpath-2abb │ ├── rpath-2abc │ ├── rpath-2abd │ ├── rpath-2baa │ ├── rpath-2bab │ ├── rpath-2bac │ ├── rpath-2bad │ ├── rpath-2bba │ ├── rpath-2bbb │ ├── rpath-2bbc │ ├── rpath-2bbd │ ├── rpath-3_a │ ├── rpath-3_b │ ├── rpath-3aaa │ ├── rpath-3aab │ ├── rpath-3aac │ ├── rpath-3aad │ ├── rpath-3aae │ ├── rpath-3aaf │ ├── rpath-3aag │ ├── rpath-3aah │ ├── rpath-3aba │ ├── rpath-3abb │ ├── rpath-3abc │ ├── rpath-3abd │ ├── rpath-3abe │ ├── rpath-3abf │ ├── rpath-3abg │ ├── rpath-3abh │ ├── rpath-3baa │ ├── rpath-3bab │ ├── rpath-3bac │ ├── rpath-3bad │ ├── rpath-3bae │ ├── rpath-3baf │ ├── rpath-3bag │ ├── rpath-3bah │ ├── rpath-3bba │ ├── rpath-3bbb │ ├── rpath-3bbc │ ├── rpath-3bbd │ ├── rpath-3bbe │ ├── rpath-3bbf │ ├── rpath-3bbg │ ├── rpath-3bbh │ ├── rpathcfg.sh │ ├── rpathlx │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── usex.c │ ├── rpathly │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── usey.c │ ├── rpathlyx │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── usey.c │ ├── rpathlz │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── usez.c │ ├── rpathlzyx │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── usez.c │ ├── rpathx │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── rpathx.c │ ├── rpathy │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── rpathy.c │ └── rpathz │ │ ├── Makefile.am │ │ ├── configure.ac │ │ └── rpathz.c ├── infinity.h ├── init.sh ├── locale │ └── fr │ │ └── LC_MESSAGES │ │ ├── test-quotearg.mo │ │ └── test-quotearg.po ├── macros.h ├── minus-zero.h ├── nan.h ├── nap.h ├── randomd.c ├── randomf.c ├── randoml.c ├── signature.h ├── socket-client.h ├── socket-server.h ├── test-_Exit.c ├── test-_Exit.sh ├── test-accept.c ├── test-accept4.c ├── test-acos.c ├── test-acosf.c ├── test-acosl.c ├── test-alignof.c ├── test-alloca-opt.c ├── test-arcfour.c ├── test-arctwo.c ├── test-areadlink-with-size.c ├── test-areadlink.c ├── test-areadlink.h ├── test-areadlinkat-with-size.c ├── test-areadlinkat.c ├── test-argmatch.c ├── test-argp-2.sh ├── test-argp-version-etc-1.sh ├── test-argp-version-etc.c ├── test-argp.c ├── test-argv-iter.c ├── test-arpa_inet-c++.cc ├── test-arpa_inet.c ├── test-array-mergesort.c ├── test-array_list.c ├── test-array_oset.c ├── test-asin.c ├── test-asinf.c ├── test-asinl.c ├── test-astrxfrm.c ├── test-atan.c ├── test-atan2.c ├── test-atan2f.c ├── test-atanf.c ├── test-atanl.c ├── test-atexit.c ├── test-atexit.sh ├── test-avltree_list.c ├── test-avltree_oset.c ├── test-avltreehash_list.c ├── test-base32.c ├── test-base64.c ├── test-binary-io.c ├── test-binary-io.sh ├── test-bind.c ├── test-bitrotate.c ├── test-btowc.c ├── test-btowc1.sh ├── test-btowc2.sh ├── test-byteswap.c ├── test-c-ctype.c ├── test-c-snprintf.c ├── test-c-snprintf.sh ├── test-c-stack.c ├── test-c-stack.sh ├── test-c-stack2.sh ├── test-c-strcase.sh ├── test-c-strcasecmp.c ├── test-c-strcasestr.c ├── test-c-strncasecmp.c ├── test-c-strstr.c ├── test-c-vasprintf.c ├── test-c-vasprintf.sh ├── test-c-vsnprintf.c ├── test-c-vsnprintf.sh ├── test-c-xvasprintf.c ├── test-c-xvasprintf.sh ├── test-calloc-gnu.c ├── test-canonicalize-lgpl.c ├── test-canonicalize.c ├── test-carray_list.c ├── test-cbrt-ieee.c ├── test-cbrt-ieee.h ├── test-cbrt.c ├── test-cbrt.h ├── test-cbrtf-ieee.c ├── test-cbrtf.c ├── test-cbrtl-ieee.c ├── test-cbrtl.c ├── test-ceil-ieee.c ├── test-ceil1.c ├── test-ceil2.c ├── test-ceilf-ieee.c ├── test-ceilf1.c ├── test-ceilf2.c ├── test-ceill-ieee.c ├── test-ceill.c ├── test-chdir.c ├── test-chown.c ├── test-chown.h ├── test-cloexec.c ├── test-close.c ├── test-closein.c ├── test-closein.sh ├── test-cond.c ├── test-connect.c ├── test-copy-acl-1.sh ├── test-copy-acl-2.sh ├── test-copy-acl.c ├── test-copy-acl.sh ├── test-copy-file-1.sh ├── test-copy-file-2.sh ├── test-copy-file.c ├── test-copy-file.sh ├── test-copysign.c ├── test-copysignf.c ├── test-copysignl.c ├── test-cos.c ├── test-cosf.c ├── test-cosh.c ├── test-coshf.c ├── test-cosl.c ├── test-count-leading-zeros.c ├── test-count-one-bits.c ├── test-count-trailing-zeros.c ├── test-crc.c ├── test-ctype.c ├── test-des.c ├── test-di-set.c ├── test-dirent-c++.cc ├── test-dirent-safer.c ├── test-dirent.c ├── test-dirname.c ├── test-dprintf-posix.c ├── test-dprintf-posix.sh ├── test-dprintf-posix2.c ├── test-dprintf-posix2.sh ├── test-dprintf.c ├── test-dup-safer.c ├── test-dup.c ├── test-dup2.c ├── test-dup3.c ├── test-duplocale.c ├── test-echo.sh ├── test-environ.c ├── test-erf.c ├── test-erfc.c ├── test-errno.c ├── test-exclude.c ├── test-exclude1.sh ├── test-exclude2.sh ├── test-exclude3.sh ├── test-exclude4.sh ├── test-exclude5.sh ├── test-exclude6.sh ├── test-exclude7.sh ├── test-exclude8.sh ├── test-exp-ieee.c ├── test-exp-ieee.h ├── test-exp.c ├── test-exp.h ├── test-exp2-ieee.c ├── test-exp2-ieee.h ├── test-exp2.c ├── test-exp2.h ├── test-exp2f-ieee.c ├── test-exp2f.c ├── test-exp2l-ieee.c ├── test-exp2l.c ├── test-expf-ieee.c ├── test-expf.c ├── test-expl-ieee.c ├── test-expl.c ├── test-expm1-ieee.c ├── test-expm1-ieee.h ├── test-expm1.c ├── test-expm1.h ├── test-expm1f-ieee.c ├── test-expm1f.c ├── test-expm1l-ieee.c ├── test-expm1l.c ├── test-fabs-ieee.c ├── test-fabs-ieee.h ├── test-fabs.c ├── test-fabs.h ├── test-fabsf-ieee.c ├── test-fabsf.c ├── test-fabsl-ieee.c ├── test-fabsl.c ├── test-faccessat.c ├── test-fbufmode.c ├── test-fchdir.c ├── test-fchmod.c ├── test-fchmodat.c ├── test-fchown.c ├── test-fchownat.c ├── test-fclose.c ├── test-fcntl-h-c++.cc ├── test-fcntl-h.c ├── test-fcntl-safer.c ├── test-fcntl.c ├── test-fdatasync.c ├── test-fdopen.c ├── test-fdopendir.c ├── test-fdutimensat.c ├── test-fflush.c ├── test-fflush2.c ├── test-fflush2.sh ├── test-ffs.c ├── test-ffsl.c ├── test-ffsll.c ├── test-fgetc.c ├── test-file-has-acl-1.sh ├── test-file-has-acl-2.sh ├── test-file-has-acl.c ├── test-file-has-acl.sh ├── test-filenamecat.c ├── test-filevercmp.c ├── test-float.c ├── test-flock.c ├── test-floor-ieee.c ├── test-floor1.c ├── test-floor2.c ├── test-floorf-ieee.c ├── test-floorf1.c ├── test-floorf2.c ├── test-floorl-ieee.c ├── test-floorl.c ├── test-fma-ieee.c ├── test-fma-ieee.h ├── test-fma1.c ├── test-fma1.h ├── test-fma2.c ├── test-fma2.h ├── test-fmaf-ieee.c ├── test-fmaf1.c ├── test-fmaf2.c ├── test-fmal-ieee.c ├── test-fmal1.c ├── test-fmal2.c ├── test-fmod-ieee.c ├── test-fmod-ieee.h ├── test-fmod.c ├── test-fmod.h ├── test-fmodf-ieee.c ├── test-fmodf.c ├── test-fmodl-ieee.c ├── test-fmodl.c ├── test-fnmatch.c ├── test-fopen-safer.c ├── test-fopen.c ├── test-fopen.h ├── test-forkpty.c ├── test-fpending.c ├── test-fpending.sh ├── test-fprintf-posix.c ├── test-fprintf-posix.h ├── test-fprintf-posix.sh ├── test-fprintf-posix2.c ├── test-fprintf-posix2.sh ├── test-fprintf-posix3.c ├── test-fprintf-posix3.sh ├── test-fpurge.c ├── test-fputc.c ├── test-fread.c ├── test-freadable.c ├── test-freadahead.c ├── test-freadahead.sh ├── test-freading.c ├── test-freadptr.c ├── test-freadptr.sh ├── test-freadptr2.c ├── test-freadptr2.sh ├── test-freadseek.c ├── test-freadseek.sh ├── test-freopen-safer.c ├── test-freopen.c ├── test-frexp-ieee.c ├── test-frexp-ieee.h ├── test-frexp.c ├── test-frexp.h ├── test-frexpf-ieee.c ├── test-frexpf.c ├── test-frexpl-ieee.c ├── test-frexpl.c ├── test-fseek.c ├── test-fseek.sh ├── test-fseek2.sh ├── test-fseeko.c ├── test-fseeko.sh ├── test-fseeko2.sh ├── test-fseeko3.c ├── test-fseeko3.sh ├── test-fseeko4.c ├── test-fseeko4.sh ├── test-fseterr.c ├── test-fstat.c ├── test-fstatat.c ├── test-fstrcmp.c ├── test-fsync.c ├── test-ftell.c ├── test-ftell.sh ├── test-ftell2.sh ├── test-ftell3.c ├── test-ftello.c ├── test-ftello.sh ├── test-ftello2.sh ├── test-ftello3.c ├── test-ftello4.c ├── test-ftello4.sh ├── test-ftruncate.c ├── test-ftruncate.sh ├── test-func.c ├── test-futimens.c ├── test-futimens.h ├── test-fwritable.c ├── test-fwrite.c ├── test-fwriting.c ├── test-gc-arcfour.c ├── test-gc-arctwo.c ├── test-gc-des.c ├── test-gc-hmac-md5.c ├── test-gc-hmac-sha1.c ├── test-gc-hmac-sha256.c ├── test-gc-hmac-sha512.c ├── test-gc-md2.c ├── test-gc-md4.c ├── test-gc-md5.c ├── test-gc-pbkdf2-sha1.c ├── test-gc-rijndael.c ├── test-gc-sha1.c ├── test-gc.c ├── test-get-rusage-as.c ├── test-get-rusage-data.c ├── test-getaddrinfo.c ├── test-getcwd-lgpl.c ├── test-getcwd.c ├── test-getcwd.sh ├── test-getdelim.c ├── test-getdomainname.c ├── test-getdtablesize.c ├── test-getgroups.c ├── test-gethostname.c ├── test-getline.c ├── test-getloadavg.c ├── test-getlogin.c ├── test-getlogin_r.c ├── test-getndelim2.c ├── test-getopt.c ├── test-getopt.h ├── test-getopt_long.h ├── test-getpass.c ├── test-getpeername.c ├── test-getrusage.c ├── test-getsockname.c ├── test-getsockopt.c ├── test-gettimeofday.c ├── test-glob-c++.cc ├── test-glob.c ├── test-grantpt.c ├── test-hash.c ├── test-hmac-md5.c ├── test-hmac-sha1.c ├── test-hmac-sha256.c ├── test-hmac-sha512.c ├── test-hypot-ieee.c ├── test-hypot-ieee.h ├── test-hypot.c ├── test-hypot.h ├── test-hypotf-ieee.c ├── test-hypotf.c ├── test-hypotl-ieee.c ├── test-hypotl.c ├── test-i-ring.c ├── test-iconv-h-c++.cc ├── test-iconv-h.c ├── test-iconv-utf.c ├── test-iconv.c ├── test-iconvme.c ├── test-idpriv-drop.c ├── test-idpriv-drop.sh ├── test-idpriv-drop.su.sh ├── test-idpriv-droptemp.c ├── test-idpriv-droptemp.sh ├── test-idpriv-droptemp.su.sh ├── test-ignore-value.c ├── test-ilogb.c ├── test-ilogb.h ├── test-ilogbf.c ├── test-ilogbl.c ├── test-imaxabs.c ├── test-imaxdiv.c ├── test-inet_ntop.c ├── test-inet_pton.c ├── test-init.sh ├── test-ino-map.c ├── test-integer_length.c ├── test-integer_length_l.c ├── test-integer_length_ll.c ├── test-intprops.c ├── test-inttostr.c ├── test-inttypes.c ├── test-ioctl.c ├── test-isatty.c ├── test-isblank.c ├── test-isfinite.c ├── test-isinf.c ├── test-isnan.c ├── test-isnand-nolibm.c ├── test-isnand.c ├── test-isnand.h ├── test-isnanf-nolibm.c ├── test-isnanf.c ├── test-isnanf.h ├── test-isnanl-nolibm.c ├── test-isnanl.c ├── test-isnanl.h ├── test-iswblank.c ├── test-j0.c ├── test-j1.c ├── test-jn.c ├── test-langinfo-c++.cc ├── test-langinfo.c ├── test-lchown.c ├── test-lchown.h ├── test-ldexp-ieee.c ├── test-ldexp-ieee.h ├── test-ldexp.c ├── test-ldexp.h ├── test-ldexpf-ieee.c ├── test-ldexpf.c ├── test-ldexpl-ieee.c ├── test-ldexpl.c ├── test-lgamma.c ├── test-link.c ├── test-link.h ├── test-linkat.c ├── test-linked_list.c ├── test-linkedhash_list.c ├── test-listen.c ├── test-locale-c++.cc ├── test-locale-c++2.cc ├── test-locale.c ├── test-localeconv.c ├── test-localename.c ├── test-lock.c ├── test-log-ieee.c ├── test-log-ieee.h ├── test-log.c ├── test-log.h ├── test-log10-ieee.c ├── test-log10-ieee.h ├── test-log10.c ├── test-log10.h ├── test-log10f-ieee.c ├── test-log10f.c ├── test-log10l-ieee.c ├── test-log10l.c ├── test-log1p-ieee.c ├── test-log1p-ieee.h ├── test-log1p.c ├── test-log1p.h ├── test-log1pf-ieee.c ├── test-log1pf.c ├── test-log1pl-ieee.c ├── test-log1pl.c ├── test-log2-ieee.c ├── test-log2-ieee.h ├── test-log2.c ├── test-log2.h ├── test-log2f-ieee.c ├── test-log2f.c ├── test-log2l-ieee.c ├── test-log2l.c ├── test-logb-ieee.c ├── test-logb-ieee.h ├── test-logb.c ├── test-logb.h ├── test-logbf-ieee.c ├── test-logbf.c ├── test-logbl-ieee.c ├── test-logbl.c ├── test-logf-ieee.c ├── test-logf.c ├── test-login_tty.c ├── test-logl-ieee.c ├── test-logl.c ├── test-lseek.c ├── test-lseek.sh ├── test-lstat.c ├── test-lstat.h ├── test-lutimens.h ├── test-malloc-gnu.c ├── test-malloca.c ├── test-math-c++.cc ├── test-math-c++2.cc ├── test-math.c ├── test-mbmemcasecmp.c ├── test-mbmemcasecmp.h ├── test-mbmemcasecmp1.sh ├── test-mbmemcasecmp2.sh ├── test-mbmemcasecmp3.sh ├── test-mbmemcasecoll.c ├── test-mbmemcasecoll1.sh ├── test-mbmemcasecoll2.sh ├── test-mbmemcasecoll3.sh ├── test-mbrtowc-w32-1.sh ├── test-mbrtowc-w32-2.sh ├── test-mbrtowc-w32-3.sh ├── test-mbrtowc-w32-4.sh ├── test-mbrtowc-w32-5.sh ├── test-mbrtowc-w32-6.sh ├── test-mbrtowc-w32-7.sh ├── test-mbrtowc-w32.c ├── test-mbrtowc.c ├── test-mbrtowc1.sh ├── test-mbrtowc2.sh ├── test-mbrtowc3.sh ├── test-mbrtowc4.sh ├── test-mbscasecmp.c ├── test-mbscasecmp.sh ├── test-mbscasestr1.c ├── test-mbscasestr2.c ├── test-mbscasestr2.sh ├── test-mbscasestr3.c ├── test-mbscasestr3.sh ├── test-mbscasestr4.c ├── test-mbscasestr4.sh ├── test-mbschr.c ├── test-mbschr.sh ├── test-mbscspn.c ├── test-mbscspn.sh ├── test-mbsinit.c ├── test-mbsinit.sh ├── test-mbsncasecmp.c ├── test-mbsncasecmp.sh ├── test-mbsnrtowcs.c ├── test-mbsnrtowcs1.sh ├── test-mbsnrtowcs2.sh ├── test-mbsnrtowcs3.sh ├── test-mbsnrtowcs4.sh ├── test-mbspbrk.c ├── test-mbspbrk.sh ├── test-mbspcasecmp.c ├── test-mbspcasecmp.sh ├── test-mbsrchr.c ├── test-mbsrchr.sh ├── test-mbsrtowcs.c ├── test-mbsrtowcs1.sh ├── test-mbsrtowcs2.sh ├── test-mbsrtowcs3.sh ├── test-mbsrtowcs4.sh ├── test-mbsspn.c ├── test-mbsspn.sh ├── test-mbsstr1.c ├── test-mbsstr2.c ├── test-mbsstr2.sh ├── test-mbsstr3.c ├── test-mbsstr3.sh ├── test-md2.c ├── test-md4.c ├── test-md5.c ├── test-memcasecmp.c ├── test-memchr.c ├── test-memchr2.c ├── test-memcmp.c ├── test-memcoll.c ├── test-memmem.c ├── test-memrchr.c ├── test-mkdir.c ├── test-mkdir.h ├── test-mkdirat.c ├── test-mkfifo.c ├── test-mkfifo.h ├── test-mkfifoat.c ├── test-mknod.c ├── test-modf-ieee.c ├── test-modf-ieee.h ├── test-modf.c ├── test-modf.h ├── test-modff-ieee.c ├── test-modff.c ├── test-modfl-ieee.c ├── test-modfl.c ├── test-nanosleep.c ├── test-net_if.c ├── test-netdb-c++.cc ├── test-netdb.c ├── test-netinet_in.c ├── test-nextafter.c ├── test-nl_langinfo.c ├── test-nl_langinfo.sh ├── test-nonblocking-misc.h ├── test-nonblocking-pipe-child.c ├── test-nonblocking-pipe-main.c ├── test-nonblocking-pipe.h ├── test-nonblocking-pipe.sh ├── test-nonblocking-reader.h ├── test-nonblocking-socket-child.c ├── test-nonblocking-socket-main.c ├── test-nonblocking-socket.h ├── test-nonblocking-socket.sh ├── test-nonblocking-writer.h ├── test-nonblocking.c ├── test-obstack-printf.c ├── test-open.c ├── test-open.h ├── test-openat-safer.c ├── test-openat.c ├── test-openpty.c ├── test-parse-datetime.c ├── test-parse-duration.c ├── test-parse-duration.sh ├── test-passfd.c ├── test-pathmax.c ├── test-perror.c ├── test-perror.sh ├── test-perror2.c ├── test-pipe-filter-gi1.c ├── test-pipe-filter-gi1.sh ├── test-pipe-filter-gi2-child.c ├── test-pipe-filter-gi2-main.c ├── test-pipe-filter-gi2.sh ├── test-pipe-filter-ii1.c ├── test-pipe-filter-ii1.sh ├── test-pipe-filter-ii2-child.c ├── test-pipe-filter-ii2-main.c ├── test-pipe-filter-ii2.sh ├── test-pipe.c ├── test-pipe2.c ├── test-poll-h-c++.cc ├── test-poll-h.c ├── test-poll.c ├── test-popen-safer.c ├── test-popen-safer2.c ├── test-popen.c ├── test-popen.h ├── test-posix_openpt.c ├── test-posix_spawn1.c ├── test-posix_spawn1.in.sh ├── test-posix_spawn2.c ├── test-posix_spawn2.in.sh ├── test-posix_spawn3.c ├── test-posix_spawn_file_actions_addclose.c ├── test-posix_spawn_file_actions_adddup2.c ├── test-posix_spawn_file_actions_addopen.c ├── test-posixtm.c ├── test-pow.c ├── test-powf.c ├── test-pread.c ├── test-pread.sh ├── test-printf-frexp.c ├── test-printf-frexpl.c ├── test-printf-posix.c ├── test-printf-posix.h ├── test-printf-posix.output ├── test-printf-posix.sh ├── test-printf-posix2.c ├── test-printf-posix2.sh ├── test-priv-set.c ├── test-pselect.c ├── test-pthread_sigmask1.c ├── test-pthread_sigmask2.c ├── test-ptsname.c ├── test-ptsname_r.c ├── test-pty-c++.cc ├── test-pwrite.c ├── test-pwrite.sh ├── test-qsort_r.c ├── test-quotearg-simple.c ├── test-quotearg.c ├── test-quotearg.h ├── test-quotearg.sh ├── test-raise.c ├── test-random.c ├── test-random_r.c ├── test-rawmemchr.c ├── test-rbtree_list.c ├── test-rbtree_oset.c ├── test-rbtreehash_list.c ├── test-read-file.c ├── test-read.c ├── test-readlink.c ├── test-readlink.h ├── test-readlinkat.c ├── test-readtokens.c ├── test-readtokens.sh ├── test-realloc-gnu.c ├── test-recv.c ├── test-recvfrom.c ├── test-regex-quote.c ├── test-regex.c ├── test-remainder-ieee.c ├── test-remainder-ieee.h ├── test-remainder.c ├── test-remainder.h ├── test-remainderf-ieee.c ├── test-remainderf.c ├── test-remainderl-ieee.c ├── test-remainderl.c ├── test-remove.c ├── test-rename.c ├── test-rename.h ├── test-renameat.c ├── test-rijndael.c ├── test-rint-ieee.c ├── test-rint-ieee.h ├── test-rint.c ├── test-rint.h ├── test-rintf-ieee.c ├── test-rintf.c ├── test-rintl-ieee.c ├── test-rintl.c ├── test-rmdir.c ├── test-rmdir.h ├── test-round-ieee.c ├── test-round1.c ├── test-round2.c ├── test-roundf-ieee.c ├── test-roundf1.c ├── test-roundf2.c ├── test-roundl-ieee.c ├── test-roundl.c ├── test-safe-alloc.c ├── test-sameacls.c ├── test-sched.c ├── test-search-c++.cc ├── test-search.c ├── test-select-fd.c ├── test-select-in.sh ├── test-select-out.sh ├── test-select-stdin.c ├── test-select.c ├── test-select.h ├── test-send.c ├── test-sendto.c ├── test-set-mode-acl-1.sh ├── test-set-mode-acl-2.sh ├── test-set-mode-acl.c ├── test-set-mode-acl.sh ├── test-setenv.c ├── test-sethostname1.c ├── test-sethostname2.c ├── test-setlocale1.c ├── test-setlocale1.sh ├── test-setlocale2.c ├── test-setlocale2.sh ├── test-setsockopt.c ├── test-sh-quote.c ├── test-sha1.c ├── test-shutdown.c ├── test-sigaction.c ├── test-signal-h-c++.cc ├── test-signal-h-c++2.cc ├── test-signal-h.c ├── test-signbit.c ├── test-sigpipe.c ├── test-sigpipe.sh ├── test-sigprocmask.c ├── test-sin.c ├── test-sinf.c ├── test-sinh.c ├── test-sinhf.c ├── test-sinl.c ├── test-sleep.c ├── test-snprintf-posix.c ├── test-snprintf-posix.h ├── test-snprintf.c ├── test-sockets.c ├── test-spawn-c++.cc ├── test-spawn-pipe-child.c ├── test-spawn-pipe-main.c ├── test-spawn-pipe.sh ├── test-spawn.c ├── test-sprintf-posix.c ├── test-sprintf-posix.h ├── test-sqrt-ieee.c ├── test-sqrt-ieee.h ├── test-sqrt.c ├── test-sqrt.h ├── test-sqrtf-ieee.c ├── test-sqrtf.c ├── test-sqrtl-ieee.c ├── test-sqrtl.c ├── test-stat-time.c ├── test-stat.c ├── test-stat.h ├── test-statat.c ├── test-stdalign.c ├── test-stdbool.c ├── test-stddef.c ├── test-stdint.c ├── test-stdio-c++.cc ├── test-stdio-c++2.cc ├── test-stdio.c ├── test-stdlib-c++.cc ├── test-stdlib-c++2.cc ├── test-stdlib.c ├── test-stdnoreturn.c ├── test-stpncpy.c ├── test-stpncpy.out.aix433 ├── test-stpncpy.out.glibc ├── test-strcasestr.c ├── test-strchrnul.c ├── test-strerror.c ├── test-strerror_r.c ├── test-strftime.c ├── test-striconv.c ├── test-striconveh.c ├── test-striconveha.c ├── test-string-c++.cc ├── test-string-c++2.cc ├── test-string.c ├── test-strings.c ├── test-strncat.c ├── test-strnlen.c ├── test-strsignal.c ├── test-strstr.c ├── test-strtod.c ├── test-strtoimax.c ├── test-strtol.c ├── test-strtoll.c ├── test-strtoul.c ├── test-strtoull.c ├── test-strtoumax.c ├── test-strverscmp.c ├── test-symlink.c ├── test-symlink.h ├── test-symlinkat.c ├── test-sys_file.c ├── test-sys_ioctl-c++.cc ├── test-sys_ioctl.c ├── test-sys_resource.c ├── test-sys_select-c++.cc ├── test-sys_select.c ├── test-sys_socket-c++.cc ├── test-sys_socket.c ├── test-sys_stat-c++.cc ├── test-sys_stat.c ├── test-sys_time-c++.cc ├── test-sys_time.c ├── test-sys_times.c ├── test-sys_types-c++.cc ├── test-sys_types.c ├── test-sys_uio.c ├── test-sys_utsname.c ├── test-sys_wait-c++.cc ├── test-sys_wait.c ├── test-sys_wait.h ├── test-sysexits.c ├── test-system-quote-child.c ├── test-system-quote-main.c ├── test-system-quote.sh ├── test-tan.c ├── test-tanf.c ├── test-tanh.c ├── test-tanhf.c ├── test-tanl.c ├── test-termios-c++.cc ├── test-termios.c ├── test-thread_create.c ├── test-thread_self.c ├── test-time-c++.cc ├── test-time-c++2.cc ├── test-time.c ├── test-times.c ├── test-timespec.c ├── test-tls.c ├── test-trunc-ieee.c ├── test-trunc1.c ├── test-trunc2.c ├── test-truncf-ieee.c ├── test-truncf1.c ├── test-truncf2.c ├── test-truncl-ieee.c ├── test-truncl.c ├── test-tsearch.c ├── test-tsearch.sh ├── test-ttyname_r.c ├── test-u64.c ├── test-uname.c ├── test-unistd-c++.cc ├── test-unistd.c ├── test-unlink.c ├── test-unlink.h ├── test-unlinkat.c ├── test-unlockpt.c ├── test-unsetenv.c ├── test-update-copyright.sh ├── test-userspec.c ├── test-usleep.c ├── test-utimens-common.h ├── test-utimens.c ├── test-utimens.h ├── test-utimensat.c ├── test-vasnprintf-posix.c ├── test-vasnprintf-posix2.c ├── test-vasnprintf-posix2.sh ├── test-vasnprintf-posix3.c ├── test-vasnprintf.c ├── test-vasprintf-posix.c ├── test-vasprintf.c ├── test-vc-list-files-cvs.sh ├── test-vc-list-files-git.sh ├── test-vdprintf-posix.c ├── test-vdprintf-posix.sh ├── test-vdprintf.c ├── test-verify.c ├── test-verify.sh ├── test-version-etc.c ├── test-version-etc.sh ├── test-vfprintf-posix.c ├── test-vfprintf-posix.sh ├── test-vprintf-posix.c ├── test-vprintf-posix.sh ├── test-vsnprintf-posix.c ├── test-vsnprintf.c ├── test-vsprintf-posix.c ├── test-wchar-c++.cc ├── test-wchar.c ├── test-wcrtomb-w32-1.sh ├── test-wcrtomb-w32-2.sh ├── test-wcrtomb-w32-3.sh ├── test-wcrtomb-w32-4.sh ├── test-wcrtomb-w32-5.sh ├── test-wcrtomb-w32-6.sh ├── test-wcrtomb-w32-7.sh ├── test-wcrtomb-w32.c ├── test-wcrtomb.c ├── test-wcrtomb.sh ├── test-wcsnrtombs.c ├── test-wcsnrtombs1.sh ├── test-wcsnrtombs2.sh ├── test-wcsnrtombs3.sh ├── test-wcsnrtombs4.sh ├── test-wcsrtombs.c ├── test-wcsrtombs1.sh ├── test-wcsrtombs2.sh ├── test-wcsrtombs3.sh ├── test-wcsrtombs4.sh ├── test-wctype-h-c++.cc ├── test-wctype-h.c ├── test-wcwidth.c ├── test-write.c ├── test-xalloc-die.c ├── test-xalloc-die.sh ├── test-xfprintf-posix.c ├── test-xmemdup0.c ├── test-xprintf-posix.c ├── test-xprintf-posix.sh ├── test-xstrtoimax.c ├── test-xstrtoimax.sh ├── test-xstrtol.c ├── test-xstrtol.sh ├── test-xstrtoll.c ├── test-xstrtoll.sh ├── test-xstrtoul.c ├── test-xstrtoull.c ├── test-xstrtoumax.c ├── test-xstrtoumax.sh ├── test-xvasprintf.c ├── test-y0.c ├── test-y1.c ├── test-yesno.c ├── test-yesno.sh ├── test-yn.c ├── unicase │ ├── test-casecmp.h │ ├── test-cased.c │ ├── test-ignorable.c │ ├── test-is-cased.h │ ├── test-is-casefolded.h │ ├── test-is-lowercase.h │ ├── test-is-titlecase.h │ ├── test-is-uppercase.h │ ├── test-locale-language.c │ ├── test-locale-language.sh │ ├── test-mapping-part1.h │ ├── test-mapping-part2.h │ ├── test-predicate-part1.h │ ├── test-predicate-part2.h │ ├── test-u16-casecmp.c │ ├── test-u16-casecoll.c │ ├── test-u16-casefold.c │ ├── test-u16-is-cased.c │ ├── test-u16-is-casefolded.c │ ├── test-u16-is-lowercase.c │ ├── test-u16-is-titlecase.c │ ├── test-u16-is-uppercase.c │ ├── test-u16-tolower.c │ ├── test-u16-totitle.c │ ├── test-u16-toupper.c │ ├── test-u32-casecmp.c │ ├── test-u32-casecoll.c │ ├── test-u32-casefold.c │ ├── test-u32-is-cased.c │ ├── test-u32-is-casefolded.c │ ├── test-u32-is-lowercase.c │ ├── test-u32-is-titlecase.c │ ├── test-u32-is-uppercase.c │ ├── test-u32-tolower.c │ ├── test-u32-totitle.c │ ├── test-u32-toupper.c │ ├── test-u8-casecmp.c │ ├── test-u8-casecoll.c │ ├── test-u8-casefold.c │ ├── test-u8-is-cased.c │ ├── test-u8-is-casefolded.c │ ├── test-u8-is-lowercase.c │ ├── test-u8-is-titlecase.c │ ├── test-u8-is-uppercase.c │ ├── test-u8-tolower.c │ ├── test-u8-totitle.c │ ├── test-u8-toupper.c │ ├── test-uc_tolower.c │ ├── test-uc_totitle.c │ ├── test-uc_toupper.c │ ├── test-ulc-casecmp.c │ ├── test-ulc-casecmp1.sh │ ├── test-ulc-casecmp2.sh │ ├── test-ulc-casecoll.c │ ├── test-ulc-casecoll1.sh │ └── test-ulc-casecoll2.sh ├── uniconv │ ├── test-u16-conv-from-enc.c │ ├── test-u16-conv-to-enc.c │ ├── test-u16-strconv-from-enc.c │ ├── test-u16-strconv-to-enc.c │ ├── test-u32-conv-from-enc.c │ ├── test-u32-conv-to-enc.c │ ├── test-u32-strconv-from-enc.c │ ├── test-u32-strconv-to-enc.c │ ├── test-u8-conv-from-enc.c │ ├── test-u8-conv-to-enc.c │ ├── test-u8-strconv-from-enc.c │ └── test-u8-strconv-to-enc.c ├── unictype │ ├── test-bidi_byname.c │ ├── test-bidi_longname.c │ ├── test-bidi_name.c │ ├── test-bidi_of.c │ ├── test-bidi_test.c │ ├── test-block_list.c │ ├── test-block_of.c │ ├── test-block_test.c │ ├── test-categ_C.c │ ├── test-categ_Cc.c │ ├── test-categ_Cf.c │ ├── test-categ_Cn.c │ ├── test-categ_Co.c │ ├── test-categ_Cs.c │ ├── test-categ_L.c │ ├── test-categ_LC.c │ ├── test-categ_Ll.c │ ├── test-categ_Lm.c │ ├── test-categ_Lo.c │ ├── test-categ_Lt.c │ ├── test-categ_Lu.c │ ├── test-categ_M.c │ ├── test-categ_Mc.c │ ├── test-categ_Me.c │ ├── test-categ_Mn.c │ ├── test-categ_N.c │ ├── test-categ_Nd.c │ ├── test-categ_Nl.c │ ├── test-categ_No.c │ ├── test-categ_P.c │ ├── test-categ_Pc.c │ ├── test-categ_Pd.c │ ├── test-categ_Pe.c │ ├── test-categ_Pf.c │ ├── test-categ_Pi.c │ ├── test-categ_Po.c │ ├── test-categ_Ps.c │ ├── test-categ_S.c │ ├── test-categ_Sc.c │ ├── test-categ_Sk.c │ ├── test-categ_Sm.c │ ├── test-categ_So.c │ ├── test-categ_Z.c │ ├── test-categ_Zl.c │ ├── test-categ_Zp.c │ ├── test-categ_Zs.c │ ├── test-categ_and.c │ ├── test-categ_and_not.c │ ├── test-categ_byname.c │ ├── test-categ_longname.c │ ├── test-categ_name.c │ ├── test-categ_none.c │ ├── test-categ_of.c │ ├── test-categ_or.c │ ├── test-categ_test_withtable.c │ ├── test-combiningclass.c │ ├── test-combiningclass_byname.c │ ├── test-combiningclass_longname.c │ ├── test-combiningclass_name.c │ ├── test-ctype_alnum.c │ ├── test-ctype_alpha.c │ ├── test-ctype_blank.c │ ├── test-ctype_cntrl.c │ ├── test-ctype_digit.c │ ├── test-ctype_graph.c │ ├── test-ctype_lower.c │ ├── test-ctype_print.c │ ├── test-ctype_punct.c │ ├── test-ctype_space.c │ ├── test-ctype_upper.c │ ├── test-ctype_xdigit.c │ ├── test-decdigit.c │ ├── test-decdigit.h │ ├── test-digit.c │ ├── test-digit.h │ ├── test-joininggroup_byname.c │ ├── test-joininggroup_name.c │ ├── test-joininggroup_of.c │ ├── test-joininggroup_of.h │ ├── test-joiningtype_byname.c │ ├── test-joiningtype_longname.c │ ├── test-joiningtype_name.c │ ├── test-joiningtype_of.c │ ├── test-joiningtype_of.h │ ├── test-mirror.c │ ├── test-numeric.c │ ├── test-numeric.h │ ├── test-pr_alphabetic.c │ ├── test-pr_ascii_hex_digit.c │ ├── test-pr_bidi_arabic_digit.c │ ├── test-pr_bidi_arabic_right_to_left.c │ ├── test-pr_bidi_block_separator.c │ ├── test-pr_bidi_boundary_neutral.c │ ├── test-pr_bidi_common_separator.c │ ├── test-pr_bidi_control.c │ ├── test-pr_bidi_embedding_or_override.c │ ├── test-pr_bidi_eur_num_separator.c │ ├── test-pr_bidi_eur_num_terminator.c │ ├── test-pr_bidi_european_digit.c │ ├── test-pr_bidi_hebrew_right_to_left.c │ ├── test-pr_bidi_left_to_right.c │ ├── test-pr_bidi_non_spacing_mark.c │ ├── test-pr_bidi_other_neutral.c │ ├── test-pr_bidi_pdf.c │ ├── test-pr_bidi_segment_separator.c │ ├── test-pr_bidi_whitespace.c │ ├── test-pr_byname.c │ ├── test-pr_case_ignorable.c │ ├── test-pr_cased.c │ ├── test-pr_changes_when_casefolded.c │ ├── test-pr_changes_when_casemapped.c │ ├── test-pr_changes_when_lowercased.c │ ├── test-pr_changes_when_titlecased.c │ ├── test-pr_changes_when_uppercased.c │ ├── test-pr_combining.c │ ├── test-pr_composite.c │ ├── test-pr_currency_symbol.c │ ├── test-pr_dash.c │ ├── test-pr_decimal_digit.c │ ├── test-pr_default_ignorable_code_point.c │ ├── test-pr_deprecated.c │ ├── test-pr_diacritic.c │ ├── test-pr_extender.c │ ├── test-pr_format_control.c │ ├── test-pr_grapheme_base.c │ ├── test-pr_grapheme_extend.c │ ├── test-pr_grapheme_link.c │ ├── test-pr_hex_digit.c │ ├── test-pr_hyphen.c │ ├── test-pr_id_continue.c │ ├── test-pr_id_start.c │ ├── test-pr_ideographic.c │ ├── test-pr_ids_binary_operator.c │ ├── test-pr_ids_trinary_operator.c │ ├── test-pr_ignorable_control.c │ ├── test-pr_iso_control.c │ ├── test-pr_join_control.c │ ├── test-pr_left_of_pair.c │ ├── test-pr_line_separator.c │ ├── test-pr_logical_order_exception.c │ ├── test-pr_lowercase.c │ ├── test-pr_math.c │ ├── test-pr_non_break.c │ ├── test-pr_not_a_character.c │ ├── test-pr_numeric.c │ ├── test-pr_other_alphabetic.c │ ├── test-pr_other_default_ignorable_code_point.c │ ├── test-pr_other_grapheme_extend.c │ ├── test-pr_other_id_continue.c │ ├── test-pr_other_id_start.c │ ├── test-pr_other_lowercase.c │ ├── test-pr_other_math.c │ ├── test-pr_other_uppercase.c │ ├── test-pr_paired_punctuation.c │ ├── test-pr_paragraph_separator.c │ ├── test-pr_pattern_syntax.c │ ├── test-pr_pattern_white_space.c │ ├── test-pr_private_use.c │ ├── test-pr_punctuation.c │ ├── test-pr_quotation_mark.c │ ├── test-pr_radical.c │ ├── test-pr_sentence_terminal.c │ ├── test-pr_soft_dotted.c │ ├── test-pr_space.c │ ├── test-pr_terminal_punctuation.c │ ├── test-pr_test.c │ ├── test-pr_titlecase.c │ ├── test-pr_unassigned_code_value.c │ ├── test-pr_unified_ideograph.c │ ├── test-pr_uppercase.c │ ├── test-pr_variation_selector.c │ ├── test-pr_white_space.c │ ├── test-pr_xid_continue.c │ ├── test-pr_xid_start.c │ ├── test-pr_zero_width.c │ ├── test-predicate-part1.h │ ├── test-predicate-part2.h │ ├── test-scripts.c │ ├── test-sy_c_ident.c │ ├── test-sy_c_whitespace.c │ ├── test-sy_java_ident.c │ └── test-sy_java_whitespace.c ├── unigbrk │ ├── GraphemeBreakTest.txt │ ├── test-u16-grapheme-breaks.c │ ├── test-u16-grapheme-next.c │ ├── test-u16-grapheme-prev.c │ ├── test-u32-grapheme-breaks.c │ ├── test-u32-grapheme-next.c │ ├── test-u32-grapheme-prev.c │ ├── test-u8-grapheme-breaks.c │ ├── test-u8-grapheme-next.c │ ├── test-u8-grapheme-prev.c │ ├── test-uc-gbrk-prop.c │ ├── test-uc-gbrk-prop.h │ ├── test-uc-is-grapheme-break.c │ ├── test-uc-is-grapheme-break.sh │ ├── test-ulc-grapheme-breaks.c │ └── test-ulc-grapheme-breaks.sh ├── unilbrk │ ├── test-u16-possible-linebreaks.c │ ├── test-u16-width-linebreaks.c │ ├── test-u32-possible-linebreaks.c │ ├── test-u32-width-linebreaks.c │ ├── test-u8-possible-linebreaks.c │ ├── test-u8-width-linebreaks.c │ ├── test-ulc-possible-linebreaks.c │ └── test-ulc-width-linebreaks.c ├── uniname │ ├── HangulSyllableNames.txt │ ├── NameAliases.txt │ ├── UnicodeData.txt │ ├── test-uninames.c │ └── test-uninames.sh ├── uninorm │ ├── NormalizationTest.txt │ ├── test-canonical-decomposition.c │ ├── test-compat-decomposition.c │ ├── test-composition.c │ ├── test-decomposing-form.c │ ├── test-decomposition.c │ ├── test-nfc.c │ ├── test-nfd.c │ ├── test-nfkc.c │ ├── test-nfkd.c │ ├── test-u16-nfc.c │ ├── test-u16-nfd.c │ ├── test-u16-nfkc.c │ ├── test-u16-nfkd.c │ ├── test-u16-normcmp.c │ ├── test-u16-normcmp.h │ ├── test-u16-normcoll.c │ ├── test-u32-nfc-big.c │ ├── test-u32-nfc-big.sh │ ├── test-u32-nfc.c │ ├── test-u32-nfd-big.c │ ├── test-u32-nfd-big.sh │ ├── test-u32-nfd.c │ ├── test-u32-nfkc-big.c │ ├── test-u32-nfkc-big.sh │ ├── test-u32-nfkc.c │ ├── test-u32-nfkd-big.c │ ├── test-u32-nfkd-big.sh │ ├── test-u32-nfkd.c │ ├── test-u32-normalize-big.c │ ├── test-u32-normalize-big.h │ ├── test-u32-normcmp.c │ ├── test-u32-normcmp.h │ ├── test-u32-normcoll.c │ ├── test-u8-nfc.c │ ├── test-u8-nfd.c │ ├── test-u8-nfkc.c │ ├── test-u8-nfkd.c │ ├── test-u8-normcmp.c │ ├── test-u8-normcmp.h │ ├── test-u8-normcoll.c │ └── test-uninorm-filter-nfc.c ├── unistdio │ ├── test-u16-asnprintf1.c │ ├── test-u16-asnprintf1.h │ ├── test-u16-printf1.h │ ├── test-u16-vasnprintf1.c │ ├── test-u16-vasnprintf2.c │ ├── test-u16-vasnprintf2.sh │ ├── test-u16-vasnprintf3.c │ ├── test-u16-vasnprintf3.sh │ ├── test-u16-vasprintf1.c │ ├── test-u16-vsnprintf1.c │ ├── test-u16-vsprintf1.c │ ├── test-u32-asnprintf1.c │ ├── test-u32-asnprintf1.h │ ├── test-u32-printf1.h │ ├── test-u32-vasnprintf1.c │ ├── test-u32-vasnprintf2.c │ ├── test-u32-vasnprintf2.sh │ ├── test-u32-vasnprintf3.c │ ├── test-u32-vasnprintf3.sh │ ├── test-u32-vasprintf1.c │ ├── test-u32-vsnprintf1.c │ ├── test-u32-vsprintf1.c │ ├── test-u8-asnprintf1.c │ ├── test-u8-asnprintf1.h │ ├── test-u8-printf1.h │ ├── test-u8-vasnprintf1.c │ ├── test-u8-vasnprintf2.c │ ├── test-u8-vasnprintf2.sh │ ├── test-u8-vasnprintf3.c │ ├── test-u8-vasnprintf3.sh │ ├── test-u8-vasprintf1.c │ ├── test-u8-vsnprintf1.c │ ├── test-u8-vsprintf1.c │ ├── test-ulc-asnprintf1.c │ ├── test-ulc-asnprintf1.h │ ├── test-ulc-printf1.h │ ├── test-ulc-vasnprintf1.c │ ├── test-ulc-vasnprintf2.c │ ├── test-ulc-vasnprintf2.sh │ ├── test-ulc-vasnprintf3.c │ ├── test-ulc-vasnprintf3.sh │ ├── test-ulc-vasprintf1.c │ ├── test-ulc-vsnprintf1.c │ └── test-ulc-vsprintf1.c ├── unistr │ ├── test-chr.h │ ├── test-cmp.h │ ├── test-cmp2.h │ ├── test-cpy-alloc.h │ ├── test-cpy.h │ ├── test-move.h │ ├── test-set.h │ ├── test-stpcpy.h │ ├── test-stpncpy.h │ ├── test-strcat.h │ ├── test-strchr.h │ ├── test-strcmp.h │ ├── test-strcpy.h │ ├── test-strdup.h │ ├── test-strncat.h │ ├── test-strncmp.h │ ├── test-strncpy.h │ ├── test-strnlen.h │ ├── test-u-strstr.h │ ├── test-u-strtok.h │ ├── test-u16-check.c │ ├── test-u16-chr.c │ ├── test-u16-cmp.c │ ├── test-u16-cmp2.c │ ├── test-u16-cpy-alloc.c │ ├── test-u16-cpy.c │ ├── test-u16-mblen.c │ ├── test-u16-mbsnlen.c │ ├── test-u16-mbtouc-unsafe.c │ ├── test-u16-mbtouc.c │ ├── test-u16-mbtouc.h │ ├── test-u16-mbtoucr.c │ ├── test-u16-move.c │ ├── test-u16-next.c │ ├── test-u16-prev.c │ ├── test-u16-set.c │ ├── test-u16-stpcpy.c │ ├── test-u16-stpncpy.c │ ├── test-u16-strcat.c │ ├── test-u16-strchr.c │ ├── test-u16-strcmp.c │ ├── test-u16-strcmp.h │ ├── test-u16-strcoll.c │ ├── test-u16-strcpy.c │ ├── test-u16-strdup.c │ ├── test-u16-strlen.c │ ├── test-u16-strmblen.c │ ├── test-u16-strmbtouc.c │ ├── test-u16-strncat.c │ ├── test-u16-strncmp.c │ ├── test-u16-strncpy.c │ ├── test-u16-strnlen.c │ ├── test-u16-strstr.c │ ├── test-u16-strtok.c │ ├── test-u16-to-u32.c │ ├── test-u16-to-u8.c │ ├── test-u16-uctomb.c │ ├── test-u32-check.c │ ├── test-u32-chr.c │ ├── test-u32-cmp.c │ ├── test-u32-cmp2.c │ ├── test-u32-cpy-alloc.c │ ├── test-u32-cpy.c │ ├── test-u32-mblen.c │ ├── test-u32-mbsnlen.c │ ├── test-u32-mbtouc-unsafe.c │ ├── test-u32-mbtouc.c │ ├── test-u32-mbtouc.h │ ├── test-u32-mbtoucr.c │ ├── test-u32-move.c │ ├── test-u32-next.c │ ├── test-u32-prev.c │ ├── test-u32-set.c │ ├── test-u32-stpcpy.c │ ├── test-u32-stpncpy.c │ ├── test-u32-strcat.c │ ├── test-u32-strchr.c │ ├── test-u32-strcmp.c │ ├── test-u32-strcmp.h │ ├── test-u32-strcoll.c │ ├── test-u32-strcpy.c │ ├── test-u32-strdup.c │ ├── test-u32-strlen.c │ ├── test-u32-strmblen.c │ ├── test-u32-strmbtouc.c │ ├── test-u32-strncat.c │ ├── test-u32-strncmp.c │ ├── test-u32-strncpy.c │ ├── test-u32-strnlen.c │ ├── test-u32-strstr.c │ ├── test-u32-strtok.c │ ├── test-u32-to-u16.c │ ├── test-u32-to-u8.c │ ├── test-u32-uctomb.c │ ├── test-u8-check.c │ ├── test-u8-chr.c │ ├── test-u8-cmp.c │ ├── test-u8-cmp2.c │ ├── test-u8-cpy-alloc.c │ ├── test-u8-cpy.c │ ├── test-u8-mblen.c │ ├── test-u8-mbsnlen.c │ ├── test-u8-mbtouc-unsafe.c │ ├── test-u8-mbtouc.c │ ├── test-u8-mbtouc.h │ ├── test-u8-mbtoucr.c │ ├── test-u8-move.c │ ├── test-u8-next.c │ ├── test-u8-prev.c │ ├── test-u8-set.c │ ├── test-u8-stpcpy.c │ ├── test-u8-stpncpy.c │ ├── test-u8-strcat.c │ ├── test-u8-strchr.c │ ├── test-u8-strcmp.c │ ├── test-u8-strcmp.h │ ├── test-u8-strcoll.c │ ├── test-u8-strcpy.c │ ├── test-u8-strdup.c │ ├── test-u8-strlen.c │ ├── test-u8-strmblen.c │ ├── test-u8-strmbtouc.c │ ├── test-u8-strncat.c │ ├── test-u8-strncmp.c │ ├── test-u8-strncpy.c │ ├── test-u8-strnlen.c │ ├── test-u8-strstr.c │ ├── test-u8-strtok.c │ ├── test-u8-to-u16.c │ ├── test-u8-to-u32.c │ └── test-u8-uctomb.c ├── uniwbrk │ ├── WordBreakTest.txt │ ├── test-u16-wordbreaks.c │ ├── test-u32-wordbreaks.c │ ├── test-u8-wordbreaks.c │ ├── test-uc-wordbreaks.c │ ├── test-uc-wordbreaks.sh │ ├── test-ulc-wordbreaks.c │ └── test-ulc-wordbreaks.sh ├── uniwidth │ ├── test-u16-strwidth.c │ ├── test-u16-width.c │ ├── test-u32-strwidth.c │ ├── test-u32-width.c │ ├── test-u8-strwidth.c │ ├── test-u8-width.c │ ├── test-uc_width.c │ ├── test-uc_width2.c │ └── test-uc_width2.sh └── zerosize-ptr.h ├── top ├── GNUmakefile ├── README-release └── maint.mk └── users.txt /.cvsignore: -------------------------------------------------------------------------------- 1 | .msg 2 | testdir* 3 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/ChangeLog -------------------------------------------------------------------------------- /DEPENDENCIES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/DEPENDENCIES -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/README -------------------------------------------------------------------------------- /cfg.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/cfg.mk -------------------------------------------------------------------------------- /check-module: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/check-module -------------------------------------------------------------------------------- /config/argz.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/config/argz.mk -------------------------------------------------------------------------------- /doc/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/.cvsignore -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/.gitignore -------------------------------------------------------------------------------- /doc/COPYINGv2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/COPYINGv2 -------------------------------------------------------------------------------- /doc/COPYINGv3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/COPYINGv3 -------------------------------------------------------------------------------- /doc/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/INSTALL -------------------------------------------------------------------------------- /doc/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/Makefile -------------------------------------------------------------------------------- /doc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/README -------------------------------------------------------------------------------- /doc/ctime.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/ctime.texi -------------------------------------------------------------------------------- /doc/error.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/error.texi -------------------------------------------------------------------------------- /doc/fdl.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/fdl.texi -------------------------------------------------------------------------------- /doc/func.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/func.texi -------------------------------------------------------------------------------- /doc/gcd.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/gcd.texi -------------------------------------------------------------------------------- /doc/getdate.texi: -------------------------------------------------------------------------------- 1 | @include parse-datetime.texi 2 | -------------------------------------------------------------------------------- /doc/quote.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/quote.texi -------------------------------------------------------------------------------- /doc/regex.texi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/doc/regex.texi -------------------------------------------------------------------------------- /gnulib-tool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/gnulib-tool -------------------------------------------------------------------------------- /lib/.cvsignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/.cvsignore -------------------------------------------------------------------------------- /lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/Makefile -------------------------------------------------------------------------------- /lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/README -------------------------------------------------------------------------------- /lib/_Exit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/_Exit.c -------------------------------------------------------------------------------- /lib/accept.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/accept.c -------------------------------------------------------------------------------- /lib/accept4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/accept4.c -------------------------------------------------------------------------------- /lib/acl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/acl.h -------------------------------------------------------------------------------- /lib/acosf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/acosf.c -------------------------------------------------------------------------------- /lib/acosl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/acosl.c -------------------------------------------------------------------------------- /lib/alignof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/alignof.h -------------------------------------------------------------------------------- /lib/alloca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/alloca.c -------------------------------------------------------------------------------- /lib/amemxfrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/amemxfrm.c -------------------------------------------------------------------------------- /lib/amemxfrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/amemxfrm.h -------------------------------------------------------------------------------- /lib/anytostr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/anytostr.c -------------------------------------------------------------------------------- /lib/arcfour.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/arcfour.c -------------------------------------------------------------------------------- /lib/arcfour.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/arcfour.h -------------------------------------------------------------------------------- /lib/arctwo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/arctwo.c -------------------------------------------------------------------------------- /lib/arctwo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/arctwo.h -------------------------------------------------------------------------------- /lib/argmatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argmatch.c -------------------------------------------------------------------------------- /lib/argmatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argmatch.h -------------------------------------------------------------------------------- /lib/argp-ba.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argp-ba.c -------------------------------------------------------------------------------- /lib/argp-pin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argp-pin.c -------------------------------------------------------------------------------- /lib/argp-pv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argp-pv.c -------------------------------------------------------------------------------- /lib/argp-pvh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argp-pvh.c -------------------------------------------------------------------------------- /lib/argp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argp.h -------------------------------------------------------------------------------- /lib/argz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argz.c -------------------------------------------------------------------------------- /lib/argz.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/argz.in.h -------------------------------------------------------------------------------- /lib/asinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/asinf.c -------------------------------------------------------------------------------- /lib/asinl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/asinl.c -------------------------------------------------------------------------------- /lib/asprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/asprintf.c -------------------------------------------------------------------------------- /lib/assure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/assure.h -------------------------------------------------------------------------------- /lib/astrxfrm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/astrxfrm.c -------------------------------------------------------------------------------- /lib/astrxfrm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/astrxfrm.h -------------------------------------------------------------------------------- /lib/at-func.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/at-func.c -------------------------------------------------------------------------------- /lib/at-func2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/at-func2.c -------------------------------------------------------------------------------- /lib/atan2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/atan2f.c -------------------------------------------------------------------------------- /lib/atanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/atanf.c -------------------------------------------------------------------------------- /lib/atanl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/atanl.c -------------------------------------------------------------------------------- /lib/atexit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/atexit.c -------------------------------------------------------------------------------- /lib/atoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/atoll.c -------------------------------------------------------------------------------- /lib/base32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/base32.c -------------------------------------------------------------------------------- /lib/base32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/base32.h -------------------------------------------------------------------------------- /lib/base64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/base64.c -------------------------------------------------------------------------------- /lib/base64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/base64.h -------------------------------------------------------------------------------- /lib/basename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/basename.c -------------------------------------------------------------------------------- /lib/bcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/bcopy.c -------------------------------------------------------------------------------- /lib/bind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/bind.c -------------------------------------------------------------------------------- /lib/btowc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/btowc.c -------------------------------------------------------------------------------- /lib/c-ctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-ctype.c -------------------------------------------------------------------------------- /lib/c-ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-ctype.h -------------------------------------------------------------------------------- /lib/c-stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-stack.c -------------------------------------------------------------------------------- /lib/c-stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-stack.h -------------------------------------------------------------------------------- /lib/c-strstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-strstr.c -------------------------------------------------------------------------------- /lib/c-strstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-strstr.h -------------------------------------------------------------------------------- /lib/c-strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-strtod.c -------------------------------------------------------------------------------- /lib/c-strtod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/c-strtod.h -------------------------------------------------------------------------------- /lib/c-strtold.c: -------------------------------------------------------------------------------- 1 | #define LONG 1 2 | #include "c-strtod.c" 3 | -------------------------------------------------------------------------------- /lib/calloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/calloc.c -------------------------------------------------------------------------------- /lib/cbrt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cbrt.c -------------------------------------------------------------------------------- /lib/cbrtf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cbrtf.c -------------------------------------------------------------------------------- /lib/cbrtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cbrtl.c -------------------------------------------------------------------------------- /lib/ceil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ceil.c -------------------------------------------------------------------------------- /lib/ceilf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ceilf.c -------------------------------------------------------------------------------- /lib/ceill.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ceill.c -------------------------------------------------------------------------------- /lib/chmodat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/chmodat.c -------------------------------------------------------------------------------- /lib/chown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/chown.c -------------------------------------------------------------------------------- /lib/chownat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/chownat.c -------------------------------------------------------------------------------- /lib/cloexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cloexec.c -------------------------------------------------------------------------------- /lib/cloexec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cloexec.h -------------------------------------------------------------------------------- /lib/close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/close.c -------------------------------------------------------------------------------- /lib/closedir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/closedir.c -------------------------------------------------------------------------------- /lib/closein.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/closein.c -------------------------------------------------------------------------------- /lib/closein.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/closein.h -------------------------------------------------------------------------------- /lib/closeout.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/closeout.c -------------------------------------------------------------------------------- /lib/closeout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/closeout.h -------------------------------------------------------------------------------- /lib/connect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/connect.c -------------------------------------------------------------------------------- /lib/copy-acl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/copy-acl.c -------------------------------------------------------------------------------- /lib/copysign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/copysign.c -------------------------------------------------------------------------------- /lib/cosf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cosf.c -------------------------------------------------------------------------------- /lib/coshf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/coshf.c -------------------------------------------------------------------------------- /lib/cosl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/cosl.c -------------------------------------------------------------------------------- /lib/crc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/crc.c -------------------------------------------------------------------------------- /lib/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/crc.h -------------------------------------------------------------------------------- /lib/ctype.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ctype.in.h -------------------------------------------------------------------------------- /lib/des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/des.c -------------------------------------------------------------------------------- /lib/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/des.h -------------------------------------------------------------------------------- /lib/dev-ino.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dev-ino.h -------------------------------------------------------------------------------- /lib/di-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/di-set.c -------------------------------------------------------------------------------- /lib/di-set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/di-set.h -------------------------------------------------------------------------------- /lib/diacrit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/diacrit.c -------------------------------------------------------------------------------- /lib/diacrit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/diacrit.h -------------------------------------------------------------------------------- /lib/diffseq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/diffseq.h -------------------------------------------------------------------------------- /lib/dirent--.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dirent--.h -------------------------------------------------------------------------------- /lib/dirfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dirfd.c -------------------------------------------------------------------------------- /lib/dirname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dirname.c -------------------------------------------------------------------------------- /lib/dirname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dirname.h -------------------------------------------------------------------------------- /lib/dosname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dosname.h -------------------------------------------------------------------------------- /lib/dprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dprintf.c -------------------------------------------------------------------------------- /lib/dtoastr.c: -------------------------------------------------------------------------------- 1 | #define LENGTH 2 2 | #include "ftoastr.c" 3 | -------------------------------------------------------------------------------- /lib/dummy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dummy.c -------------------------------------------------------------------------------- /lib/dup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dup.c -------------------------------------------------------------------------------- /lib/dup2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dup2.c -------------------------------------------------------------------------------- /lib/dup3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/dup3.c -------------------------------------------------------------------------------- /lib/eealloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/eealloc.c -------------------------------------------------------------------------------- /lib/eealloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/eealloc.h -------------------------------------------------------------------------------- /lib/errno.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/errno.in.h -------------------------------------------------------------------------------- /lib/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/error.c -------------------------------------------------------------------------------- /lib/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/error.h -------------------------------------------------------------------------------- /lib/exclude.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exclude.c -------------------------------------------------------------------------------- /lib/exclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exclude.h -------------------------------------------------------------------------------- /lib/execinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/execinfo.c -------------------------------------------------------------------------------- /lib/execute.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/execute.c -------------------------------------------------------------------------------- /lib/execute.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/execute.h -------------------------------------------------------------------------------- /lib/exitfail.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exitfail.c -------------------------------------------------------------------------------- /lib/exitfail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exitfail.h -------------------------------------------------------------------------------- /lib/exp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exp2.c -------------------------------------------------------------------------------- /lib/exp2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exp2f.c -------------------------------------------------------------------------------- /lib/exp2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/exp2l.c -------------------------------------------------------------------------------- /lib/expf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/expf.c -------------------------------------------------------------------------------- /lib/expl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/expl.c -------------------------------------------------------------------------------- /lib/expm1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/expm1.c -------------------------------------------------------------------------------- /lib/expm1f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/expm1f.c -------------------------------------------------------------------------------- /lib/expm1l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/expm1l.c -------------------------------------------------------------------------------- /lib/fabsf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fabsf.c -------------------------------------------------------------------------------- /lib/fabsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fabsl.c -------------------------------------------------------------------------------- /lib/fbufmode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fbufmode.c -------------------------------------------------------------------------------- /lib/fbufmode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fbufmode.h -------------------------------------------------------------------------------- /lib/fchdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fchdir.c -------------------------------------------------------------------------------- /lib/fchmodat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fchmodat.c -------------------------------------------------------------------------------- /lib/fchownat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fchownat.c -------------------------------------------------------------------------------- /lib/fclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fclose.c -------------------------------------------------------------------------------- /lib/fcntl--.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fcntl--.h -------------------------------------------------------------------------------- /lib/fcntl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fcntl.c -------------------------------------------------------------------------------- /lib/fcntl.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fcntl.in.h -------------------------------------------------------------------------------- /lib/fd-hook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fd-hook.c -------------------------------------------------------------------------------- /lib/fd-hook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fd-hook.h -------------------------------------------------------------------------------- /lib/fd-safer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fd-safer.c -------------------------------------------------------------------------------- /lib/fdopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fdopen.c -------------------------------------------------------------------------------- /lib/fflush.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fflush.c -------------------------------------------------------------------------------- /lib/ffs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ffs.c -------------------------------------------------------------------------------- /lib/ffsl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ffsl.c -------------------------------------------------------------------------------- /lib/ffsl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ffsl.h -------------------------------------------------------------------------------- /lib/ffsll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ffsll.c -------------------------------------------------------------------------------- /lib/file-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/file-set.c -------------------------------------------------------------------------------- /lib/file-set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/file-set.h -------------------------------------------------------------------------------- /lib/filemode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/filemode.c -------------------------------------------------------------------------------- /lib/filemode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/filemode.h -------------------------------------------------------------------------------- /lib/filename.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/filename.h -------------------------------------------------------------------------------- /lib/findprog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/findprog.c -------------------------------------------------------------------------------- /lib/findprog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/findprog.h -------------------------------------------------------------------------------- /lib/float+.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/float+.h -------------------------------------------------------------------------------- /lib/float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/float.c -------------------------------------------------------------------------------- /lib/float.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/float.in.h -------------------------------------------------------------------------------- /lib/flock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/flock.c -------------------------------------------------------------------------------- /lib/floor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/floor.c -------------------------------------------------------------------------------- /lib/floorf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/floorf.c -------------------------------------------------------------------------------- /lib/floorl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/floorl.c -------------------------------------------------------------------------------- /lib/fma.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fma.c -------------------------------------------------------------------------------- /lib/fmaf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fmaf.c -------------------------------------------------------------------------------- /lib/fmal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fmal.c -------------------------------------------------------------------------------- /lib/fmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fmod.c -------------------------------------------------------------------------------- /lib/fmodf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fmodf.c -------------------------------------------------------------------------------- /lib/fmodl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fmodl.c -------------------------------------------------------------------------------- /lib/fnmatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fnmatch.c -------------------------------------------------------------------------------- /lib/fopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fopen.c -------------------------------------------------------------------------------- /lib/forkpty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/forkpty.c -------------------------------------------------------------------------------- /lib/fpending.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fpending.c -------------------------------------------------------------------------------- /lib/fpending.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fpending.h -------------------------------------------------------------------------------- /lib/fprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fprintf.c -------------------------------------------------------------------------------- /lib/fprintftime.c: -------------------------------------------------------------------------------- 1 | #define FPRINTFTIME 1 2 | #include "strftime.c" 3 | -------------------------------------------------------------------------------- /lib/fpucw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fpucw.h -------------------------------------------------------------------------------- /lib/fpurge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fpurge.c -------------------------------------------------------------------------------- /lib/freading.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/freading.c -------------------------------------------------------------------------------- /lib/freading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/freading.h -------------------------------------------------------------------------------- /lib/freadptr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/freadptr.c -------------------------------------------------------------------------------- /lib/freadptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/freadptr.h -------------------------------------------------------------------------------- /lib/free.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/free.c -------------------------------------------------------------------------------- /lib/freopen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/freopen.c -------------------------------------------------------------------------------- /lib/frexp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/frexp.c -------------------------------------------------------------------------------- /lib/frexpf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/frexpf.c -------------------------------------------------------------------------------- /lib/frexpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/frexpl.c -------------------------------------------------------------------------------- /lib/fseek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fseek.c -------------------------------------------------------------------------------- /lib/fseeko.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fseeko.c -------------------------------------------------------------------------------- /lib/fseterr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fseterr.c -------------------------------------------------------------------------------- /lib/fseterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fseterr.h -------------------------------------------------------------------------------- /lib/fstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fstat.c -------------------------------------------------------------------------------- /lib/fstatat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fstatat.c -------------------------------------------------------------------------------- /lib/fstrcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fstrcmp.c -------------------------------------------------------------------------------- /lib/fstrcmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fstrcmp.h -------------------------------------------------------------------------------- /lib/fsusage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fsusage.c -------------------------------------------------------------------------------- /lib/fsusage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fsusage.h -------------------------------------------------------------------------------- /lib/fsync.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fsync.c -------------------------------------------------------------------------------- /lib/ftell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ftell.c -------------------------------------------------------------------------------- /lib/ftello.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ftello.c -------------------------------------------------------------------------------- /lib/ftoastr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ftoastr.c -------------------------------------------------------------------------------- /lib/ftoastr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ftoastr.h -------------------------------------------------------------------------------- /lib/fts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fts.c -------------------------------------------------------------------------------- /lib/fts_.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fts_.h -------------------------------------------------------------------------------- /lib/futimens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/futimens.c -------------------------------------------------------------------------------- /lib/fwriting.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fwriting.c -------------------------------------------------------------------------------- /lib/fwriting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/fwriting.h -------------------------------------------------------------------------------- /lib/gc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gc.h -------------------------------------------------------------------------------- /lib/gcd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gcd.c -------------------------------------------------------------------------------- /lib/gcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gcd.h -------------------------------------------------------------------------------- /lib/getcwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getcwd.c -------------------------------------------------------------------------------- /lib/getdate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getdate.h -------------------------------------------------------------------------------- /lib/getdelim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getdelim.c -------------------------------------------------------------------------------- /lib/getline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getline.c -------------------------------------------------------------------------------- /lib/getlogin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getlogin.c -------------------------------------------------------------------------------- /lib/getnline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getnline.c -------------------------------------------------------------------------------- /lib/getnline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getnline.h -------------------------------------------------------------------------------- /lib/getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getopt.c -------------------------------------------------------------------------------- /lib/getopt1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getopt1.c -------------------------------------------------------------------------------- /lib/getpass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getpass.c -------------------------------------------------------------------------------- /lib/getpass.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/getpass.h -------------------------------------------------------------------------------- /lib/gettext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gettext.h -------------------------------------------------------------------------------- /lib/gettime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gettime.c -------------------------------------------------------------------------------- /lib/gl_list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_list.c -------------------------------------------------------------------------------- /lib/gl_list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_list.h -------------------------------------------------------------------------------- /lib/gl_oset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_oset.c -------------------------------------------------------------------------------- /lib/gl_oset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_oset.h -------------------------------------------------------------------------------- /lib/gl_xlist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_xlist.c -------------------------------------------------------------------------------- /lib/gl_xlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_xlist.h -------------------------------------------------------------------------------- /lib/gl_xoset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_xoset.c -------------------------------------------------------------------------------- /lib/gl_xoset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/gl_xoset.h -------------------------------------------------------------------------------- /lib/glob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/glob.c -------------------------------------------------------------------------------- /lib/glob.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/glob.in.h -------------------------------------------------------------------------------- /lib/grantpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/grantpt.c -------------------------------------------------------------------------------- /lib/hash-pjw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hash-pjw.c -------------------------------------------------------------------------------- /lib/hash-pjw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hash-pjw.h -------------------------------------------------------------------------------- /lib/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hash.c -------------------------------------------------------------------------------- /lib/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hash.h -------------------------------------------------------------------------------- /lib/hmac-md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hmac-md5.c -------------------------------------------------------------------------------- /lib/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hmac.h -------------------------------------------------------------------------------- /lib/human.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/human.c -------------------------------------------------------------------------------- /lib/human.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/human.h -------------------------------------------------------------------------------- /lib/hypot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hypot.c -------------------------------------------------------------------------------- /lib/hypotf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hypotf.c -------------------------------------------------------------------------------- /lib/hypotl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/hypotl.c -------------------------------------------------------------------------------- /lib/i-ring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/i-ring.c -------------------------------------------------------------------------------- /lib/i-ring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/i-ring.h -------------------------------------------------------------------------------- /lib/iconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/iconv.c -------------------------------------------------------------------------------- /lib/iconv.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/iconv.in.h -------------------------------------------------------------------------------- /lib/iconveh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/iconveh.h -------------------------------------------------------------------------------- /lib/idcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/idcache.c -------------------------------------------------------------------------------- /lib/idcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/idcache.h -------------------------------------------------------------------------------- /lib/idpriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/idpriv.h -------------------------------------------------------------------------------- /lib/ilogb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ilogb.c -------------------------------------------------------------------------------- /lib/ilogbf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ilogbf.c -------------------------------------------------------------------------------- /lib/ilogbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ilogbl.c -------------------------------------------------------------------------------- /lib/imaxabs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/imaxabs.c -------------------------------------------------------------------------------- /lib/imaxdiv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/imaxdiv.c -------------------------------------------------------------------------------- /lib/ino-map.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ino-map.c -------------------------------------------------------------------------------- /lib/ino-map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ino-map.h -------------------------------------------------------------------------------- /lib/intprops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/intprops.h -------------------------------------------------------------------------------- /lib/inttostr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/inttostr.c -------------------------------------------------------------------------------- /lib/inttostr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/inttostr.h -------------------------------------------------------------------------------- /lib/ioctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ioctl.c -------------------------------------------------------------------------------- /lib/isapipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isapipe.c -------------------------------------------------------------------------------- /lib/isapipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isapipe.h -------------------------------------------------------------------------------- /lib/isatty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isatty.c -------------------------------------------------------------------------------- /lib/isblank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isblank.c -------------------------------------------------------------------------------- /lib/isdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isdir.c -------------------------------------------------------------------------------- /lib/isdir.h: -------------------------------------------------------------------------------- 1 | int isdir (const char *path); 2 | -------------------------------------------------------------------------------- /lib/isfinite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isfinite.c -------------------------------------------------------------------------------- /lib/isinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isinf.c -------------------------------------------------------------------------------- /lib/isnan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isnan.c -------------------------------------------------------------------------------- /lib/isnand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isnand.c -------------------------------------------------------------------------------- /lib/isnanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isnanf.c -------------------------------------------------------------------------------- /lib/isnanl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/isnanl.c -------------------------------------------------------------------------------- /lib/iswblank.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/iswblank.c -------------------------------------------------------------------------------- /lib/iswctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/iswctype.c -------------------------------------------------------------------------------- /lib/itold.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/itold.c -------------------------------------------------------------------------------- /lib/javacomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/javacomp.c -------------------------------------------------------------------------------- /lib/javacomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/javacomp.h -------------------------------------------------------------------------------- /lib/javaexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/javaexec.c -------------------------------------------------------------------------------- /lib/javaexec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/javaexec.h -------------------------------------------------------------------------------- /lib/lchown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/lchown.c -------------------------------------------------------------------------------- /lib/ldexpf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ldexpf.c -------------------------------------------------------------------------------- /lib/ldexpl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ldexpl.c -------------------------------------------------------------------------------- /lib/ldtoastr.c: -------------------------------------------------------------------------------- 1 | #define LENGTH 3 2 | #include "ftoastr.c" 3 | -------------------------------------------------------------------------------- /lib/link.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/link.c -------------------------------------------------------------------------------- /lib/linkat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/linkat.c -------------------------------------------------------------------------------- /lib/listen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/listen.c -------------------------------------------------------------------------------- /lib/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log.c -------------------------------------------------------------------------------- /lib/log10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log10.c -------------------------------------------------------------------------------- /lib/log10f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log10f.c -------------------------------------------------------------------------------- /lib/log10l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log10l.c -------------------------------------------------------------------------------- /lib/log1p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log1p.c -------------------------------------------------------------------------------- /lib/log1pf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log1pf.c -------------------------------------------------------------------------------- /lib/log1pl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log1pl.c -------------------------------------------------------------------------------- /lib/log2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log2.c -------------------------------------------------------------------------------- /lib/log2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log2f.c -------------------------------------------------------------------------------- /lib/log2l.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/log2l.c -------------------------------------------------------------------------------- /lib/logb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/logb.c -------------------------------------------------------------------------------- /lib/logbf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/logbf.c -------------------------------------------------------------------------------- /lib/logbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/logbl.c -------------------------------------------------------------------------------- /lib/logf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/logf.c -------------------------------------------------------------------------------- /lib/logl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/logl.c -------------------------------------------------------------------------------- /lib/lseek.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/lseek.c -------------------------------------------------------------------------------- /lib/lstat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/lstat.c -------------------------------------------------------------------------------- /lib/malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/malloc.c -------------------------------------------------------------------------------- /lib/malloca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/malloca.c -------------------------------------------------------------------------------- /lib/malloca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/malloca.h -------------------------------------------------------------------------------- /lib/math.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/math.c -------------------------------------------------------------------------------- /lib/math.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/math.in.h -------------------------------------------------------------------------------- /lib/mbchar.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbchar.c -------------------------------------------------------------------------------- /lib/mbchar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbchar.h -------------------------------------------------------------------------------- /lib/mbfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbfile.c -------------------------------------------------------------------------------- /lib/mbfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbfile.h -------------------------------------------------------------------------------- /lib/mbiter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbiter.c -------------------------------------------------------------------------------- /lib/mbiter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbiter.h -------------------------------------------------------------------------------- /lib/mbrlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbrlen.c -------------------------------------------------------------------------------- /lib/mbrtowc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbrtowc.c -------------------------------------------------------------------------------- /lib/mbschr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbschr.c -------------------------------------------------------------------------------- /lib/mbscspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbscspn.c -------------------------------------------------------------------------------- /lib/mbsinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbsinit.c -------------------------------------------------------------------------------- /lib/mbslen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbslen.c -------------------------------------------------------------------------------- /lib/mbsnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbsnlen.c -------------------------------------------------------------------------------- /lib/mbspbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbspbrk.c -------------------------------------------------------------------------------- /lib/mbsrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbsrchr.c -------------------------------------------------------------------------------- /lib/mbssep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbssep.c -------------------------------------------------------------------------------- /lib/mbsspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbsspn.c -------------------------------------------------------------------------------- /lib/mbsstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbsstr.c -------------------------------------------------------------------------------- /lib/mbstok_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbstok_r.c -------------------------------------------------------------------------------- /lib/mbswidth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbswidth.c -------------------------------------------------------------------------------- /lib/mbswidth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbswidth.h -------------------------------------------------------------------------------- /lib/mbtowc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbtowc.c -------------------------------------------------------------------------------- /lib/mbuiter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbuiter.c -------------------------------------------------------------------------------- /lib/mbuiter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mbuiter.h -------------------------------------------------------------------------------- /lib/md2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md2.c -------------------------------------------------------------------------------- /lib/md2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md2.h -------------------------------------------------------------------------------- /lib/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md4.c -------------------------------------------------------------------------------- /lib/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md4.h -------------------------------------------------------------------------------- /lib/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md5.c -------------------------------------------------------------------------------- /lib/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/md5.h -------------------------------------------------------------------------------- /lib/memchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memchr.c -------------------------------------------------------------------------------- /lib/memchr2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memchr2.c -------------------------------------------------------------------------------- /lib/memchr2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memchr2.h -------------------------------------------------------------------------------- /lib/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcmp.c -------------------------------------------------------------------------------- /lib/memcmp2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcmp2.c -------------------------------------------------------------------------------- /lib/memcmp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcmp2.h -------------------------------------------------------------------------------- /lib/memcoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcoll.c -------------------------------------------------------------------------------- /lib/memcoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcoll.h -------------------------------------------------------------------------------- /lib/memcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memcpy.c -------------------------------------------------------------------------------- /lib/memmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memmem.c -------------------------------------------------------------------------------- /lib/memmove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memmove.c -------------------------------------------------------------------------------- /lib/mempcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mempcpy.c -------------------------------------------------------------------------------- /lib/memrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memrchr.c -------------------------------------------------------------------------------- /lib/memset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memset.c -------------------------------------------------------------------------------- /lib/memxor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memxor.c -------------------------------------------------------------------------------- /lib/memxor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/memxor.h -------------------------------------------------------------------------------- /lib/minmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/minmax.h -------------------------------------------------------------------------------- /lib/mkdir-p.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkdir-p.c -------------------------------------------------------------------------------- /lib/mkdir-p.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkdir-p.h -------------------------------------------------------------------------------- /lib/mkdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkdir.c -------------------------------------------------------------------------------- /lib/mkdirat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkdirat.c -------------------------------------------------------------------------------- /lib/mkdtemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkdtemp.c -------------------------------------------------------------------------------- /lib/mkfifo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkfifo.c -------------------------------------------------------------------------------- /lib/mkfifoat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkfifoat.c -------------------------------------------------------------------------------- /lib/mknod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mknod.c -------------------------------------------------------------------------------- /lib/mknodat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mknodat.c -------------------------------------------------------------------------------- /lib/mkostemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkostemp.c -------------------------------------------------------------------------------- /lib/mkstemp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkstemp.c -------------------------------------------------------------------------------- /lib/mkstemps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mkstemps.c -------------------------------------------------------------------------------- /lib/mktime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mktime.c -------------------------------------------------------------------------------- /lib/modf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/modf.c -------------------------------------------------------------------------------- /lib/modff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/modff.c -------------------------------------------------------------------------------- /lib/modfl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/modfl.c -------------------------------------------------------------------------------- /lib/mpsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mpsort.c -------------------------------------------------------------------------------- /lib/mpsort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/mpsort.h -------------------------------------------------------------------------------- /lib/netdb.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/netdb.in.h -------------------------------------------------------------------------------- /lib/nproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/nproc.c -------------------------------------------------------------------------------- /lib/nproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/nproc.h -------------------------------------------------------------------------------- /lib/obstack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/obstack.c -------------------------------------------------------------------------------- /lib/obstack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/obstack.h -------------------------------------------------------------------------------- /lib/offtostr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/offtostr.c -------------------------------------------------------------------------------- /lib/open.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/open.c -------------------------------------------------------------------------------- /lib/openat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/openat.c -------------------------------------------------------------------------------- /lib/openat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/openat.h -------------------------------------------------------------------------------- /lib/opendir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/opendir.c -------------------------------------------------------------------------------- /lib/openpty.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/openpty.c -------------------------------------------------------------------------------- /lib/passfd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/passfd.c -------------------------------------------------------------------------------- /lib/passfd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/passfd.h -------------------------------------------------------------------------------- /lib/pathmax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pathmax.h -------------------------------------------------------------------------------- /lib/pclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pclose.c -------------------------------------------------------------------------------- /lib/perror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/perror.c -------------------------------------------------------------------------------- /lib/physmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/physmem.c -------------------------------------------------------------------------------- /lib/physmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/physmem.h -------------------------------------------------------------------------------- /lib/pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pipe.c -------------------------------------------------------------------------------- /lib/pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pipe.h -------------------------------------------------------------------------------- /lib/pipe2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pipe2.c -------------------------------------------------------------------------------- /lib/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/poll.c -------------------------------------------------------------------------------- /lib/poll.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/poll.in.h -------------------------------------------------------------------------------- /lib/popen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/popen.c -------------------------------------------------------------------------------- /lib/posixtm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/posixtm.c -------------------------------------------------------------------------------- /lib/posixtm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/posixtm.h -------------------------------------------------------------------------------- /lib/posixver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/posixver.c -------------------------------------------------------------------------------- /lib/posixver.h: -------------------------------------------------------------------------------- 1 | int posix2_version (void); 2 | -------------------------------------------------------------------------------- /lib/powf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/powf.c -------------------------------------------------------------------------------- /lib/pread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pread.c -------------------------------------------------------------------------------- /lib/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/printf.c -------------------------------------------------------------------------------- /lib/priv-set.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/priv-set.c -------------------------------------------------------------------------------- /lib/priv-set.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/priv-set.h -------------------------------------------------------------------------------- /lib/progname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/progname.c -------------------------------------------------------------------------------- /lib/progname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/progname.h -------------------------------------------------------------------------------- /lib/pselect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pselect.c -------------------------------------------------------------------------------- /lib/pt_chown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pt_chown.c -------------------------------------------------------------------------------- /lib/pthread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pthread.c -------------------------------------------------------------------------------- /lib/ptsname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/ptsname.c -------------------------------------------------------------------------------- /lib/pty.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pty.in.h -------------------------------------------------------------------------------- /lib/putenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/putenv.c -------------------------------------------------------------------------------- /lib/pwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/pwrite.c -------------------------------------------------------------------------------- /lib/qset-acl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/qset-acl.c -------------------------------------------------------------------------------- /lib/qsort.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/qsort.c -------------------------------------------------------------------------------- /lib/qsort_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/qsort_r.c -------------------------------------------------------------------------------- /lib/quote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/quote.h -------------------------------------------------------------------------------- /lib/quotearg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/quotearg.c -------------------------------------------------------------------------------- /lib/quotearg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/quotearg.h -------------------------------------------------------------------------------- /lib/raise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/raise.c -------------------------------------------------------------------------------- /lib/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/random.c -------------------------------------------------------------------------------- /lib/random_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/random_r.c -------------------------------------------------------------------------------- /lib/read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/read.c -------------------------------------------------------------------------------- /lib/readdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readdir.c -------------------------------------------------------------------------------- /lib/readline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readline.c -------------------------------------------------------------------------------- /lib/readline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readline.h -------------------------------------------------------------------------------- /lib/readlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readlink.c -------------------------------------------------------------------------------- /lib/readutmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readutmp.c -------------------------------------------------------------------------------- /lib/readutmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/readutmp.h -------------------------------------------------------------------------------- /lib/realloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/realloc.c -------------------------------------------------------------------------------- /lib/recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/recv.c -------------------------------------------------------------------------------- /lib/recvfrom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/recvfrom.c -------------------------------------------------------------------------------- /lib/regcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/regcomp.c -------------------------------------------------------------------------------- /lib/regex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/regex.c -------------------------------------------------------------------------------- /lib/regex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/regex.h -------------------------------------------------------------------------------- /lib/regexec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/regexec.c -------------------------------------------------------------------------------- /lib/remove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/remove.c -------------------------------------------------------------------------------- /lib/rename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rename.c -------------------------------------------------------------------------------- /lib/renameat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/renameat.c -------------------------------------------------------------------------------- /lib/rint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rint.c -------------------------------------------------------------------------------- /lib/rintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rintf.c -------------------------------------------------------------------------------- /lib/rintl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rintl.c -------------------------------------------------------------------------------- /lib/rmdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rmdir.c -------------------------------------------------------------------------------- /lib/root-uid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/root-uid.h -------------------------------------------------------------------------------- /lib/round.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/round.c -------------------------------------------------------------------------------- /lib/roundf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/roundf.c -------------------------------------------------------------------------------- /lib/roundl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/roundl.c -------------------------------------------------------------------------------- /lib/rpmatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/rpmatch.c -------------------------------------------------------------------------------- /lib/same.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/same.c -------------------------------------------------------------------------------- /lib/same.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/same.h -------------------------------------------------------------------------------- /lib/save-cwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/save-cwd.c -------------------------------------------------------------------------------- /lib/save-cwd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/save-cwd.h -------------------------------------------------------------------------------- /lib/savedir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/savedir.c -------------------------------------------------------------------------------- /lib/savedir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/savedir.h -------------------------------------------------------------------------------- /lib/savewd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/savewd.c -------------------------------------------------------------------------------- /lib/savewd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/savewd.h -------------------------------------------------------------------------------- /lib/scandir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/scandir.c -------------------------------------------------------------------------------- /lib/sched.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sched.in.h -------------------------------------------------------------------------------- /lib/select.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/select.c -------------------------------------------------------------------------------- /lib/send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/send.c -------------------------------------------------------------------------------- /lib/sendto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sendto.c -------------------------------------------------------------------------------- /lib/set-acl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/set-acl.c -------------------------------------------------------------------------------- /lib/setenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/setenv.c -------------------------------------------------------------------------------- /lib/settime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/settime.c -------------------------------------------------------------------------------- /lib/sh-quote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sh-quote.c -------------------------------------------------------------------------------- /lib/sh-quote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sh-quote.h -------------------------------------------------------------------------------- /lib/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha1.c -------------------------------------------------------------------------------- /lib/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha1.h -------------------------------------------------------------------------------- /lib/sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha256.c -------------------------------------------------------------------------------- /lib/sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha256.h -------------------------------------------------------------------------------- /lib/sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha512.c -------------------------------------------------------------------------------- /lib/sha512.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sha512.h -------------------------------------------------------------------------------- /lib/shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/shutdown.c -------------------------------------------------------------------------------- /lib/sig2str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sig2str.c -------------------------------------------------------------------------------- /lib/sig2str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sig2str.h -------------------------------------------------------------------------------- /lib/siglist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/siglist.h -------------------------------------------------------------------------------- /lib/signbitd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/signbitd.c -------------------------------------------------------------------------------- /lib/signbitf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/signbitf.c -------------------------------------------------------------------------------- /lib/signbitl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/signbitl.c -------------------------------------------------------------------------------- /lib/sincosl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sincosl.c -------------------------------------------------------------------------------- /lib/sinf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sinf.c -------------------------------------------------------------------------------- /lib/sinhf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sinhf.c -------------------------------------------------------------------------------- /lib/sinl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sinl.c -------------------------------------------------------------------------------- /lib/size_max.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/size_max.h -------------------------------------------------------------------------------- /lib/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sleep.c -------------------------------------------------------------------------------- /lib/snprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/snprintf.c -------------------------------------------------------------------------------- /lib/socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/socket.c -------------------------------------------------------------------------------- /lib/sockets.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sockets.c -------------------------------------------------------------------------------- /lib/sockets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sockets.h -------------------------------------------------------------------------------- /lib/spawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/spawn.c -------------------------------------------------------------------------------- /lib/spawn.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/spawn.in.h -------------------------------------------------------------------------------- /lib/spawni.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/spawni.c -------------------------------------------------------------------------------- /lib/spawnp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/spawnp.c -------------------------------------------------------------------------------- /lib/sprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sprintf.c -------------------------------------------------------------------------------- /lib/sqrtf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sqrtf.c -------------------------------------------------------------------------------- /lib/sqrtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/sqrtl.c -------------------------------------------------------------------------------- /lib/stat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stat.c -------------------------------------------------------------------------------- /lib/statat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/statat.c -------------------------------------------------------------------------------- /lib/stdio--.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stdio--.h -------------------------------------------------------------------------------- /lib/stdio.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stdio.in.h -------------------------------------------------------------------------------- /lib/stdlib--.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stdlib--.h -------------------------------------------------------------------------------- /lib/stpcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stpcpy.c -------------------------------------------------------------------------------- /lib/stpncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/stpncpy.c -------------------------------------------------------------------------------- /lib/str-kmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/str-kmp.h -------------------------------------------------------------------------------- /lib/strcspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strcspn.c -------------------------------------------------------------------------------- /lib/strdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strdup.c -------------------------------------------------------------------------------- /lib/streq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/streq.h -------------------------------------------------------------------------------- /lib/strerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strerror.c -------------------------------------------------------------------------------- /lib/strftime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strftime.c -------------------------------------------------------------------------------- /lib/strftime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strftime.h -------------------------------------------------------------------------------- /lib/striconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/striconv.c -------------------------------------------------------------------------------- /lib/striconv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/striconv.h -------------------------------------------------------------------------------- /lib/strncat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strncat.c -------------------------------------------------------------------------------- /lib/strndup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strndup.c -------------------------------------------------------------------------------- /lib/strnlen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strnlen.c -------------------------------------------------------------------------------- /lib/strnlen1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strnlen1.c -------------------------------------------------------------------------------- /lib/strnlen1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strnlen1.h -------------------------------------------------------------------------------- /lib/strpbrk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strpbrk.c -------------------------------------------------------------------------------- /lib/strptime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strptime.c -------------------------------------------------------------------------------- /lib/strsep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strsep.c -------------------------------------------------------------------------------- /lib/strstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strstr.c -------------------------------------------------------------------------------- /lib/strtod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtod.c -------------------------------------------------------------------------------- /lib/strtok_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtok_r.c -------------------------------------------------------------------------------- /lib/strtol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtol.c -------------------------------------------------------------------------------- /lib/strtoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtoll.c -------------------------------------------------------------------------------- /lib/strtoul.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtoul.c -------------------------------------------------------------------------------- /lib/strtoull.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/strtoull.c -------------------------------------------------------------------------------- /lib/strtoumax.c: -------------------------------------------------------------------------------- 1 | #define UNSIGNED 1 2 | #include "strtoimax.c" 3 | -------------------------------------------------------------------------------- /lib/symlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/symlink.c -------------------------------------------------------------------------------- /lib/t-idcache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/t-idcache -------------------------------------------------------------------------------- /lib/tanf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tanf.c -------------------------------------------------------------------------------- /lib/tanhf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tanhf.c -------------------------------------------------------------------------------- /lib/tanl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tanl.c -------------------------------------------------------------------------------- /lib/tcgetsid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tcgetsid.c -------------------------------------------------------------------------------- /lib/tempname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tempname.c -------------------------------------------------------------------------------- /lib/tempname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tempname.h -------------------------------------------------------------------------------- /lib/time.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/time.in.h -------------------------------------------------------------------------------- /lib/time_r.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/time_r.c -------------------------------------------------------------------------------- /lib/time_rz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/time_rz.c -------------------------------------------------------------------------------- /lib/timegm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/timegm.c -------------------------------------------------------------------------------- /lib/times.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/times.c -------------------------------------------------------------------------------- /lib/timespec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/timespec.c -------------------------------------------------------------------------------- /lib/timespec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/timespec.h -------------------------------------------------------------------------------- /lib/tmpdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tmpdir.c -------------------------------------------------------------------------------- /lib/tmpdir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tmpdir.h -------------------------------------------------------------------------------- /lib/tmpfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tmpfile.c -------------------------------------------------------------------------------- /lib/trigl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/trigl.c -------------------------------------------------------------------------------- /lib/trigl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/trigl.h -------------------------------------------------------------------------------- /lib/trim.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/trim.c -------------------------------------------------------------------------------- /lib/trim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/trim.h -------------------------------------------------------------------------------- /lib/trunc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/trunc.c -------------------------------------------------------------------------------- /lib/truncf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/truncf.c -------------------------------------------------------------------------------- /lib/truncl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/truncl.c -------------------------------------------------------------------------------- /lib/tsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/tsearch.c -------------------------------------------------------------------------------- /lib/u64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/u64.c -------------------------------------------------------------------------------- /lib/u64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/u64.h -------------------------------------------------------------------------------- /lib/uname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/uname.c -------------------------------------------------------------------------------- /lib/unistd--.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unistd--.h -------------------------------------------------------------------------------- /lib/unistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unistd.c -------------------------------------------------------------------------------- /lib/unlink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unlink.c -------------------------------------------------------------------------------- /lib/unlinkat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unlinkat.c -------------------------------------------------------------------------------- /lib/unlockpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unlockpt.c -------------------------------------------------------------------------------- /lib/unsetenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/unsetenv.c -------------------------------------------------------------------------------- /lib/userspec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/userspec.c -------------------------------------------------------------------------------- /lib/userspec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/userspec.h -------------------------------------------------------------------------------- /lib/usleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/usleep.c -------------------------------------------------------------------------------- /lib/utimecmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/utimecmp.c -------------------------------------------------------------------------------- /lib/utimecmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/utimecmp.h -------------------------------------------------------------------------------- /lib/utimens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/utimens.c -------------------------------------------------------------------------------- /lib/utimens.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/utimens.h -------------------------------------------------------------------------------- /lib/vdprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vdprintf.c -------------------------------------------------------------------------------- /lib/verify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/verify.h -------------------------------------------------------------------------------- /lib/verror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/verror.c -------------------------------------------------------------------------------- /lib/verror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/verror.h -------------------------------------------------------------------------------- /lib/vfprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vfprintf.c -------------------------------------------------------------------------------- /lib/vla.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vla.h -------------------------------------------------------------------------------- /lib/vma-iter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vma-iter.c -------------------------------------------------------------------------------- /lib/vma-iter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vma-iter.h -------------------------------------------------------------------------------- /lib/vprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vprintf.c -------------------------------------------------------------------------------- /lib/vsprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/vsprintf.c -------------------------------------------------------------------------------- /lib/w32sock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/w32sock.h -------------------------------------------------------------------------------- /lib/w32spawn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/w32spawn.h -------------------------------------------------------------------------------- /lib/waitpid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/waitpid.c -------------------------------------------------------------------------------- /lib/wchar.in.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wchar.in.h -------------------------------------------------------------------------------- /lib/wcpcpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcpcpy.c -------------------------------------------------------------------------------- /lib/wcpncpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcpncpy.c -------------------------------------------------------------------------------- /lib/wcrtomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcrtomb.c -------------------------------------------------------------------------------- /lib/wcscat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcscat.c -------------------------------------------------------------------------------- /lib/wcschr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcschr.c -------------------------------------------------------------------------------- /lib/wcscmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcscmp.c -------------------------------------------------------------------------------- /lib/wcscoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcscoll.c -------------------------------------------------------------------------------- /lib/wcscpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcscpy.c -------------------------------------------------------------------------------- /lib/wcscspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcscspn.c -------------------------------------------------------------------------------- /lib/wcsdup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcsdup.c -------------------------------------------------------------------------------- /lib/wcslen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcslen.c -------------------------------------------------------------------------------- /lib/wcsncat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcsncat.c -------------------------------------------------------------------------------- /lib/wcsncmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcsncmp.c -------------------------------------------------------------------------------- /lib/wcsspn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcsspn.c -------------------------------------------------------------------------------- /lib/wcsstr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcsstr.c -------------------------------------------------------------------------------- /lib/wcstok.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wcstok.c -------------------------------------------------------------------------------- /lib/wctob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wctob.c -------------------------------------------------------------------------------- /lib/wctomb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wctomb.c -------------------------------------------------------------------------------- /lib/wctype.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/wctype.c -------------------------------------------------------------------------------- /lib/write.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/write.c -------------------------------------------------------------------------------- /lib/xalloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/xalloc.h -------------------------------------------------------------------------------- /lib/xgethostname.h: -------------------------------------------------------------------------------- 1 | char *xgethostname (void); 2 | -------------------------------------------------------------------------------- /lib/xnanosleep.h: -------------------------------------------------------------------------------- 1 | int xnanosleep (double); 2 | -------------------------------------------------------------------------------- /lib/xsize.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/xsize.c -------------------------------------------------------------------------------- /lib/xsize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/xsize.h -------------------------------------------------------------------------------- /lib/xstrtold.c: -------------------------------------------------------------------------------- 1 | #define LONG 1 2 | #include "xstrtod.c" 3 | -------------------------------------------------------------------------------- /lib/xtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/xtime.c -------------------------------------------------------------------------------- /lib/xtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/xtime.h -------------------------------------------------------------------------------- /lib/yesno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/yesno.c -------------------------------------------------------------------------------- /lib/yesno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/lib/yesno.h -------------------------------------------------------------------------------- /m4/.cvsignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | jm-glibc-io.m4 3 | -------------------------------------------------------------------------------- /m4/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/README -------------------------------------------------------------------------------- /m4/_Exit.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/_Exit.m4 -------------------------------------------------------------------------------- /m4/acl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/acl.m4 -------------------------------------------------------------------------------- /m4/acos.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/acos.m4 -------------------------------------------------------------------------------- /m4/acosf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/acosf.m4 -------------------------------------------------------------------------------- /m4/acosl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/acosl.m4 -------------------------------------------------------------------------------- /m4/afs.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/afs.m4 -------------------------------------------------------------------------------- /m4/alloca.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/alloca.m4 -------------------------------------------------------------------------------- /m4/arctwo.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/arctwo.m4 -------------------------------------------------------------------------------- /m4/argp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/argp.m4 -------------------------------------------------------------------------------- /m4/argz.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/argz.m4 -------------------------------------------------------------------------------- /m4/asin.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/asin.m4 -------------------------------------------------------------------------------- /m4/asinf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/asinf.m4 -------------------------------------------------------------------------------- /m4/asinl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/asinl.m4 -------------------------------------------------------------------------------- /m4/assert.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/assert.m4 -------------------------------------------------------------------------------- /m4/atan.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atan.m4 -------------------------------------------------------------------------------- /m4/atan2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atan2.m4 -------------------------------------------------------------------------------- /m4/atan2f.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atan2f.m4 -------------------------------------------------------------------------------- /m4/atanf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atanf.m4 -------------------------------------------------------------------------------- /m4/atanl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atanl.m4 -------------------------------------------------------------------------------- /m4/atexit.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atexit.m4 -------------------------------------------------------------------------------- /m4/atoll.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/atoll.m4 -------------------------------------------------------------------------------- /m4/base32.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/base32.m4 -------------------------------------------------------------------------------- /m4/base64.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/base64.m4 -------------------------------------------------------------------------------- /m4/bison.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/bison.m4 -------------------------------------------------------------------------------- /m4/btowc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/btowc.m4 -------------------------------------------------------------------------------- /m4/calloc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/calloc.m4 -------------------------------------------------------------------------------- /m4/cbrt.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cbrt.m4 -------------------------------------------------------------------------------- /m4/cbrtf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cbrtf.m4 -------------------------------------------------------------------------------- /m4/cbrtl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cbrtl.m4 -------------------------------------------------------------------------------- /m4/ceil.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ceil.m4 -------------------------------------------------------------------------------- /m4/ceilf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ceilf.m4 -------------------------------------------------------------------------------- /m4/ceill.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ceill.m4 -------------------------------------------------------------------------------- /m4/chown.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/chown.m4 -------------------------------------------------------------------------------- /m4/close.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/close.m4 -------------------------------------------------------------------------------- /m4/cond.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cond.m4 -------------------------------------------------------------------------------- /m4/cos.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cos.m4 -------------------------------------------------------------------------------- /m4/cosf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cosf.m4 -------------------------------------------------------------------------------- /m4/cosh.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cosh.m4 -------------------------------------------------------------------------------- /m4/coshf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/coshf.m4 -------------------------------------------------------------------------------- /m4/cosl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/cosl.m4 -------------------------------------------------------------------------------- /m4/csharp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/csharp.m4 -------------------------------------------------------------------------------- /m4/ctype.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ctype.m4 -------------------------------------------------------------------------------- /m4/d-ino.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/d-ino.m4 -------------------------------------------------------------------------------- /m4/d-type.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/d-type.m4 -------------------------------------------------------------------------------- /m4/dirfd.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/dirfd.m4 -------------------------------------------------------------------------------- /m4/dup.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/dup.m4 -------------------------------------------------------------------------------- /m4/dup2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/dup2.m4 -------------------------------------------------------------------------------- /m4/dup3.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/dup3.m4 -------------------------------------------------------------------------------- /m4/error.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/error.m4 -------------------------------------------------------------------------------- /m4/exp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/exp.m4 -------------------------------------------------------------------------------- /m4/exp2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/exp2.m4 -------------------------------------------------------------------------------- /m4/exp2f.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/exp2f.m4 -------------------------------------------------------------------------------- /m4/exp2l.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/exp2l.m4 -------------------------------------------------------------------------------- /m4/expf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/expf.m4 -------------------------------------------------------------------------------- /m4/expl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/expl.m4 -------------------------------------------------------------------------------- /m4/expm1.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/expm1.m4 -------------------------------------------------------------------------------- /m4/expm1f.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/expm1f.m4 -------------------------------------------------------------------------------- /m4/expm1l.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/expm1l.m4 -------------------------------------------------------------------------------- /m4/fabs.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fabs.m4 -------------------------------------------------------------------------------- /m4/fabsf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fabsf.m4 -------------------------------------------------------------------------------- /m4/fabsl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fabsl.m4 -------------------------------------------------------------------------------- /m4/fchdir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fchdir.m4 -------------------------------------------------------------------------------- /m4/fclose.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fclose.m4 -------------------------------------------------------------------------------- /m4/fcntl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fcntl.m4 -------------------------------------------------------------------------------- /m4/fdopen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fdopen.m4 -------------------------------------------------------------------------------- /m4/fflush.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fflush.m4 -------------------------------------------------------------------------------- /m4/ffs.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ffs.m4 -------------------------------------------------------------------------------- /m4/ffsl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ffsl.m4 -------------------------------------------------------------------------------- /m4/ffsll.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ffsll.m4 -------------------------------------------------------------------------------- /m4/flock.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/flock.m4 -------------------------------------------------------------------------------- /m4/floor.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/floor.m4 -------------------------------------------------------------------------------- /m4/floorf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/floorf.m4 -------------------------------------------------------------------------------- /m4/floorl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/floorl.m4 -------------------------------------------------------------------------------- /m4/fma.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fma.m4 -------------------------------------------------------------------------------- /m4/fmaf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fmaf.m4 -------------------------------------------------------------------------------- /m4/fmal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fmal.m4 -------------------------------------------------------------------------------- /m4/fmod.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fmod.m4 -------------------------------------------------------------------------------- /m4/fmodf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fmodf.m4 -------------------------------------------------------------------------------- /m4/fmodl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fmodl.m4 -------------------------------------------------------------------------------- /m4/fopen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fopen.m4 -------------------------------------------------------------------------------- /m4/fpieee.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fpieee.m4 -------------------------------------------------------------------------------- /m4/fpurge.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fpurge.m4 -------------------------------------------------------------------------------- /m4/free.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/free.m4 -------------------------------------------------------------------------------- /m4/frexp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/frexp.m4 -------------------------------------------------------------------------------- /m4/frexpf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/frexpf.m4 -------------------------------------------------------------------------------- /m4/frexpl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/frexpl.m4 -------------------------------------------------------------------------------- /m4/fseek.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fseek.m4 -------------------------------------------------------------------------------- /m4/fseeko.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fseeko.m4 -------------------------------------------------------------------------------- /m4/fstat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fstat.m4 -------------------------------------------------------------------------------- /m4/fsync.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fsync.m4 -------------------------------------------------------------------------------- /m4/ftell.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ftell.m4 -------------------------------------------------------------------------------- /m4/ftello.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ftello.m4 -------------------------------------------------------------------------------- /m4/fts.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/fts.m4 -------------------------------------------------------------------------------- /m4/func.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/func.m4 -------------------------------------------------------------------------------- /m4/gc-des.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/gc-des.m4 -------------------------------------------------------------------------------- /m4/gc-md2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/gc-md2.m4 -------------------------------------------------------------------------------- /m4/gc-md4.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/gc-md4.m4 -------------------------------------------------------------------------------- /m4/gc-md5.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/gc-md5.m4 -------------------------------------------------------------------------------- /m4/gc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/gc.m4 -------------------------------------------------------------------------------- /m4/getcwd.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/getcwd.m4 -------------------------------------------------------------------------------- /m4/getopt.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/getopt.m4 -------------------------------------------------------------------------------- /m4/glibc2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/glibc2.m4 -------------------------------------------------------------------------------- /m4/glob.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/glob.m4 -------------------------------------------------------------------------------- /m4/human.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/human.m4 -------------------------------------------------------------------------------- /m4/hypot.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/hypot.m4 -------------------------------------------------------------------------------- /m4/hypotf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/hypotf.m4 -------------------------------------------------------------------------------- /m4/hypotl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/hypotl.m4 -------------------------------------------------------------------------------- /m4/i-ring.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/i-ring.m4 -------------------------------------------------------------------------------- /m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/iconv.m4 -------------------------------------------------------------------------------- /m4/idpriv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/idpriv.m4 -------------------------------------------------------------------------------- /m4/ilogb.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ilogb.m4 -------------------------------------------------------------------------------- /m4/ilogbf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ilogbf.m4 -------------------------------------------------------------------------------- /m4/ilogbl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ilogbl.m4 -------------------------------------------------------------------------------- /m4/inline.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/inline.m4 -------------------------------------------------------------------------------- /m4/intl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/intl.m4 -------------------------------------------------------------------------------- /m4/intmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/intmax.m4 -------------------------------------------------------------------------------- /m4/ioctl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ioctl.m4 -------------------------------------------------------------------------------- /m4/isatty.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isatty.m4 -------------------------------------------------------------------------------- /m4/isinf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isinf.m4 -------------------------------------------------------------------------------- /m4/isnan.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isnan.m4 -------------------------------------------------------------------------------- /m4/isnand.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isnand.m4 -------------------------------------------------------------------------------- /m4/isnanf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isnanf.m4 -------------------------------------------------------------------------------- /m4/isnanl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/isnanl.m4 -------------------------------------------------------------------------------- /m4/lchmod.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lchmod.m4 -------------------------------------------------------------------------------- /m4/lchown.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lchown.m4 -------------------------------------------------------------------------------- /m4/ldd.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ldd.m4 -------------------------------------------------------------------------------- /m4/ldexp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ldexp.m4 -------------------------------------------------------------------------------- /m4/ldexpf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ldexpf.m4 -------------------------------------------------------------------------------- /m4/ldexpl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ldexpl.m4 -------------------------------------------------------------------------------- /m4/lib-ld.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lib-ld.m4 -------------------------------------------------------------------------------- /m4/link.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/link.m4 -------------------------------------------------------------------------------- /m4/linkat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/linkat.m4 -------------------------------------------------------------------------------- /m4/lock.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lock.m4 -------------------------------------------------------------------------------- /m4/log.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log.m4 -------------------------------------------------------------------------------- /m4/log10.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log10.m4 -------------------------------------------------------------------------------- /m4/log10f.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log10f.m4 -------------------------------------------------------------------------------- /m4/log10l.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log10l.m4 -------------------------------------------------------------------------------- /m4/log1p.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log1p.m4 -------------------------------------------------------------------------------- /m4/log1pf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log1pf.m4 -------------------------------------------------------------------------------- /m4/log1pl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log1pl.m4 -------------------------------------------------------------------------------- /m4/log2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log2.m4 -------------------------------------------------------------------------------- /m4/log2f.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log2f.m4 -------------------------------------------------------------------------------- /m4/log2l.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/log2l.m4 -------------------------------------------------------------------------------- /m4/logb.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/logb.m4 -------------------------------------------------------------------------------- /m4/logbf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/logbf.m4 -------------------------------------------------------------------------------- /m4/logbl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/logbl.m4 -------------------------------------------------------------------------------- /m4/logf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/logf.m4 -------------------------------------------------------------------------------- /m4/logl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/logl.m4 -------------------------------------------------------------------------------- /m4/lseek.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lseek.m4 -------------------------------------------------------------------------------- /m4/lstat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/lstat.m4 -------------------------------------------------------------------------------- /m4/malloc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/malloc.m4 -------------------------------------------------------------------------------- /m4/math_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/math_h.m4 -------------------------------------------------------------------------------- /m4/mbchar.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbchar.m4 -------------------------------------------------------------------------------- /m4/mbfile.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbfile.m4 -------------------------------------------------------------------------------- /m4/mbiter.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbiter.m4 -------------------------------------------------------------------------------- /m4/mbrlen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbrlen.m4 -------------------------------------------------------------------------------- /m4/mbslen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbslen.m4 -------------------------------------------------------------------------------- /m4/mbtowc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mbtowc.m4 -------------------------------------------------------------------------------- /m4/md4.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/md4.m4 -------------------------------------------------------------------------------- /m4/md5.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/md5.m4 -------------------------------------------------------------------------------- /m4/memchr.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memchr.m4 -------------------------------------------------------------------------------- /m4/memcmp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memcmp.m4 -------------------------------------------------------------------------------- /m4/memcpy.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memcpy.m4 -------------------------------------------------------------------------------- /m4/memmem.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memmem.m4 -------------------------------------------------------------------------------- /m4/memset.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memset.m4 -------------------------------------------------------------------------------- /m4/memxor.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/memxor.m4 -------------------------------------------------------------------------------- /m4/minmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/minmax.m4 -------------------------------------------------------------------------------- /m4/mkdir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mkdir.m4 -------------------------------------------------------------------------------- /m4/mkfifo.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mkfifo.m4 -------------------------------------------------------------------------------- /m4/mknod.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mknod.m4 -------------------------------------------------------------------------------- /m4/mktime.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mktime.m4 -------------------------------------------------------------------------------- /m4/mode_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mode_t.m4 -------------------------------------------------------------------------------- /m4/modf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/modf.m4 -------------------------------------------------------------------------------- /m4/modff.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/modff.m4 -------------------------------------------------------------------------------- /m4/modfl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/modfl.m4 -------------------------------------------------------------------------------- /m4/mpsort.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/mpsort.m4 -------------------------------------------------------------------------------- /m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/nls.m4 -------------------------------------------------------------------------------- /m4/no-c++.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/no-c++.m4 -------------------------------------------------------------------------------- /m4/nproc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/nproc.m4 -------------------------------------------------------------------------------- /m4/off_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/off_t.m4 -------------------------------------------------------------------------------- /m4/open.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/open.m4 -------------------------------------------------------------------------------- /m4/openat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/openat.m4 -------------------------------------------------------------------------------- /m4/openmp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/openmp.m4 -------------------------------------------------------------------------------- /m4/passfd.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/passfd.m4 -------------------------------------------------------------------------------- /m4/pclose.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pclose.m4 -------------------------------------------------------------------------------- /m4/perl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/perl.m4 -------------------------------------------------------------------------------- /m4/perror.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/perror.m4 -------------------------------------------------------------------------------- /m4/pipe.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pipe.m4 -------------------------------------------------------------------------------- /m4/pipe2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pipe2.m4 -------------------------------------------------------------------------------- /m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/po.m4 -------------------------------------------------------------------------------- /m4/poll.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/poll.m4 -------------------------------------------------------------------------------- /m4/poll_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/poll_h.m4 -------------------------------------------------------------------------------- /m4/popen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/popen.m4 -------------------------------------------------------------------------------- /m4/pow.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pow.m4 -------------------------------------------------------------------------------- /m4/powf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/powf.m4 -------------------------------------------------------------------------------- /m4/pread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pread.m4 -------------------------------------------------------------------------------- /m4/printf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/printf.m4 -------------------------------------------------------------------------------- /m4/pty.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pty.m4 -------------------------------------------------------------------------------- /m4/pty_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pty_h.m4 -------------------------------------------------------------------------------- /m4/putenv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/putenv.m4 -------------------------------------------------------------------------------- /m4/pwrite.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/pwrite.m4 -------------------------------------------------------------------------------- /m4/quote.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/quote.m4 -------------------------------------------------------------------------------- /m4/raise.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/raise.m4 -------------------------------------------------------------------------------- /m4/random.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/random.m4 -------------------------------------------------------------------------------- /m4/read.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/read.m4 -------------------------------------------------------------------------------- /m4/regex.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/regex.m4 -------------------------------------------------------------------------------- /m4/remove.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/remove.m4 -------------------------------------------------------------------------------- /m4/rename.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/rename.m4 -------------------------------------------------------------------------------- /m4/rint.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/rint.m4 -------------------------------------------------------------------------------- /m4/rintf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/rintf.m4 -------------------------------------------------------------------------------- /m4/rintl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/rintl.m4 -------------------------------------------------------------------------------- /m4/rmdir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/rmdir.m4 -------------------------------------------------------------------------------- /m4/round.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/round.m4 -------------------------------------------------------------------------------- /m4/roundf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/roundf.m4 -------------------------------------------------------------------------------- /m4/roundl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/roundl.m4 -------------------------------------------------------------------------------- /m4/same.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/same.m4 -------------------------------------------------------------------------------- /m4/savewd.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/savewd.m4 -------------------------------------------------------------------------------- /m4/select.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/select.m4 -------------------------------------------------------------------------------- /m4/setenv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/setenv.m4 -------------------------------------------------------------------------------- /m4/sha1.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sha1.m4 -------------------------------------------------------------------------------- /m4/sha256.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sha256.m4 -------------------------------------------------------------------------------- /m4/sha512.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sha512.m4 -------------------------------------------------------------------------------- /m4/sin.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sin.m4 -------------------------------------------------------------------------------- /m4/sinf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sinf.m4 -------------------------------------------------------------------------------- /m4/sinh.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sinh.m4 -------------------------------------------------------------------------------- /m4/sinhf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sinhf.m4 -------------------------------------------------------------------------------- /m4/sinl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sinl.m4 -------------------------------------------------------------------------------- /m4/sleep.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sleep.m4 -------------------------------------------------------------------------------- /m4/sqrt.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sqrt.m4 -------------------------------------------------------------------------------- /m4/sqrtf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sqrtf.m4 -------------------------------------------------------------------------------- /m4/sqrtl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/sqrtl.m4 -------------------------------------------------------------------------------- /m4/stat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/stat.m4 -------------------------------------------------------------------------------- /m4/stdarg.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/stdarg.m4 -------------------------------------------------------------------------------- /m4/stdint.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/stdint.m4 -------------------------------------------------------------------------------- /m4/stpcpy.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/stpcpy.m4 -------------------------------------------------------------------------------- /m4/strdup.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/strdup.m4 -------------------------------------------------------------------------------- /m4/strsep.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/strsep.m4 -------------------------------------------------------------------------------- /m4/strstr.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/strstr.m4 -------------------------------------------------------------------------------- /m4/strtod.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/strtod.m4 -------------------------------------------------------------------------------- /m4/strtol.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/strtol.m4 -------------------------------------------------------------------------------- /m4/tan.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tan.m4 -------------------------------------------------------------------------------- /m4/tanf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tanf.m4 -------------------------------------------------------------------------------- /m4/tanh.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tanh.m4 -------------------------------------------------------------------------------- /m4/tanhf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tanhf.m4 -------------------------------------------------------------------------------- /m4/tanl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tanl.m4 -------------------------------------------------------------------------------- /m4/thread.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/thread.m4 -------------------------------------------------------------------------------- /m4/time_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/time_h.m4 -------------------------------------------------------------------------------- /m4/time_r.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/time_r.m4 -------------------------------------------------------------------------------- /m4/timegm.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/timegm.m4 -------------------------------------------------------------------------------- /m4/times.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/times.m4 -------------------------------------------------------------------------------- /m4/tls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tls.m4 -------------------------------------------------------------------------------- /m4/tmpdir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tmpdir.m4 -------------------------------------------------------------------------------- /m4/trunc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/trunc.m4 -------------------------------------------------------------------------------- /m4/truncf.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/truncf.m4 -------------------------------------------------------------------------------- /m4/truncl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/truncl.m4 -------------------------------------------------------------------------------- /m4/tzset.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/tzset.m4 -------------------------------------------------------------------------------- /m4/uname.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/uname.m4 -------------------------------------------------------------------------------- /m4/ungetc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/ungetc.m4 -------------------------------------------------------------------------------- /m4/unlink.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/unlink.m4 -------------------------------------------------------------------------------- /m4/uptime.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/uptime.m4 -------------------------------------------------------------------------------- /m4/usleep.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/usleep.m4 -------------------------------------------------------------------------------- /m4/utimes.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/utimes.m4 -------------------------------------------------------------------------------- /m4/wcpcpy.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcpcpy.m4 -------------------------------------------------------------------------------- /m4/wcscat.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcscat.m4 -------------------------------------------------------------------------------- /m4/wcschr.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcschr.m4 -------------------------------------------------------------------------------- /m4/wcscmp.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcscmp.m4 -------------------------------------------------------------------------------- /m4/wcscpy.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcscpy.m4 -------------------------------------------------------------------------------- /m4/wcsdup.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcsdup.m4 -------------------------------------------------------------------------------- /m4/wcslen.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcslen.m4 -------------------------------------------------------------------------------- /m4/wcsspn.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcsspn.m4 -------------------------------------------------------------------------------- /m4/wcsstr.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcsstr.m4 -------------------------------------------------------------------------------- /m4/wcstok.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wcstok.m4 -------------------------------------------------------------------------------- /m4/wctob.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wctob.m4 -------------------------------------------------------------------------------- /m4/wctomb.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wctomb.m4 -------------------------------------------------------------------------------- /m4/wctype.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wctype.m4 -------------------------------------------------------------------------------- /m4/wint_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/wint_t.m4 -------------------------------------------------------------------------------- /m4/write.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/write.m4 -------------------------------------------------------------------------------- /m4/xalloc.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/xalloc.m4 -------------------------------------------------------------------------------- /m4/xsize.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/xsize.m4 -------------------------------------------------------------------------------- /m4/yesno.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/yesno.m4 -------------------------------------------------------------------------------- /m4/yield.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/m4/yield.m4 -------------------------------------------------------------------------------- /modules/acl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/acl -------------------------------------------------------------------------------- /modules/acos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/acos -------------------------------------------------------------------------------- /modules/argp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/argp -------------------------------------------------------------------------------- /modules/argz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/argz -------------------------------------------------------------------------------- /modules/asin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/asin -------------------------------------------------------------------------------- /modules/atan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/atan -------------------------------------------------------------------------------- /modules/bind: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/bind -------------------------------------------------------------------------------- /modules/cbrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cbrt -------------------------------------------------------------------------------- /modules/ceil: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/ceil -------------------------------------------------------------------------------- /modules/cond: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cond -------------------------------------------------------------------------------- /modules/cos: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cos -------------------------------------------------------------------------------- /modules/cosf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cosf -------------------------------------------------------------------------------- /modules/cosh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cosh -------------------------------------------------------------------------------- /modules/cosl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/cosl -------------------------------------------------------------------------------- /modules/crc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/crc -------------------------------------------------------------------------------- /modules/dup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/dup -------------------------------------------------------------------------------- /modules/dup2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/dup2 -------------------------------------------------------------------------------- /modules/dup3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/dup3 -------------------------------------------------------------------------------- /modules/erf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/erf -------------------------------------------------------------------------------- /modules/erfc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/erfc -------------------------------------------------------------------------------- /modules/exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/exp -------------------------------------------------------------------------------- /modules/exp2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/exp2 -------------------------------------------------------------------------------- /modules/expf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/expf -------------------------------------------------------------------------------- /modules/expl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/expl -------------------------------------------------------------------------------- /modules/fabs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fabs -------------------------------------------------------------------------------- /modules/fdl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fdl -------------------------------------------------------------------------------- /modules/ffs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/ffs -------------------------------------------------------------------------------- /modules/ffsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/ffsl -------------------------------------------------------------------------------- /modules/fma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fma -------------------------------------------------------------------------------- /modules/fmaf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fmaf -------------------------------------------------------------------------------- /modules/fmal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fmal -------------------------------------------------------------------------------- /modules/fmod: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fmod -------------------------------------------------------------------------------- /modules/free: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/free -------------------------------------------------------------------------------- /modules/fts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/fts -------------------------------------------------------------------------------- /modules/func: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/func -------------------------------------------------------------------------------- /modules/gcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/gcd -------------------------------------------------------------------------------- /modules/glob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/glob -------------------------------------------------------------------------------- /modules/hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/hash -------------------------------------------------------------------------------- /modules/j0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/j0 -------------------------------------------------------------------------------- /modules/j1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/j1 -------------------------------------------------------------------------------- /modules/jn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/jn -------------------------------------------------------------------------------- /modules/ldd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/ldd -------------------------------------------------------------------------------- /modules/link: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/link -------------------------------------------------------------------------------- /modules/list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/list -------------------------------------------------------------------------------- /modules/lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/lock -------------------------------------------------------------------------------- /modules/log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/log -------------------------------------------------------------------------------- /modules/log2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/log2 -------------------------------------------------------------------------------- /modules/logb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/logb -------------------------------------------------------------------------------- /modules/logf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/logf -------------------------------------------------------------------------------- /modules/logl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/logl -------------------------------------------------------------------------------- /modules/math: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/math -------------------------------------------------------------------------------- /modules/modf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/modf -------------------------------------------------------------------------------- /modules/open: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/open -------------------------------------------------------------------------------- /modules/oset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/oset -------------------------------------------------------------------------------- /modules/perl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/perl -------------------------------------------------------------------------------- /modules/pipe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/pipe -------------------------------------------------------------------------------- /modules/poll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/poll -------------------------------------------------------------------------------- /modules/pow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/pow -------------------------------------------------------------------------------- /modules/powf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/powf -------------------------------------------------------------------------------- /modules/pty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/pty -------------------------------------------------------------------------------- /modules/qacl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/qacl -------------------------------------------------------------------------------- /modules/read: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/read -------------------------------------------------------------------------------- /modules/recv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/recv -------------------------------------------------------------------------------- /modules/rint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/rint -------------------------------------------------------------------------------- /modules/same: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/same -------------------------------------------------------------------------------- /modules/send: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/send -------------------------------------------------------------------------------- /modules/sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/sin -------------------------------------------------------------------------------- /modules/sinf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/sinf -------------------------------------------------------------------------------- /modules/sinh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/sinh -------------------------------------------------------------------------------- /modules/sinl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/sinl -------------------------------------------------------------------------------- /modules/sqrt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/sqrt -------------------------------------------------------------------------------- /modules/stat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/stat -------------------------------------------------------------------------------- /modules/tan: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/tan -------------------------------------------------------------------------------- /modules/tanf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/tanf -------------------------------------------------------------------------------- /modules/tanh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/tanh -------------------------------------------------------------------------------- /modules/tanl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/tanl -------------------------------------------------------------------------------- /modules/time: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/time -------------------------------------------------------------------------------- /modules/tls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/tls -------------------------------------------------------------------------------- /modules/trim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/trim -------------------------------------------------------------------------------- /modules/u64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/u64 -------------------------------------------------------------------------------- /modules/vla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/vla -------------------------------------------------------------------------------- /modules/y0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/y0 -------------------------------------------------------------------------------- /modules/y1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/y1 -------------------------------------------------------------------------------- /modules/yn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/modules/yn -------------------------------------------------------------------------------- /tests/havelib/rpathx/rpathx.c: -------------------------------------------------------------------------------- 1 | int rpathx_value () { return 5; } 2 | -------------------------------------------------------------------------------- /tests/nan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/tests/nan.h -------------------------------------------------------------------------------- /tests/nap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/tests/nap.h -------------------------------------------------------------------------------- /tests/test-posix_spawn1.in.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | echo "Halle Potta" 3 | -------------------------------------------------------------------------------- /tests/test-roundf2.c: -------------------------------------------------------------------------------- 1 | #define USE_FLOAT 2 | #include "test-round2.c" 3 | -------------------------------------------------------------------------------- /top/maint.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/top/maint.mk -------------------------------------------------------------------------------- /users.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gagern/gnulib/HEAD/users.txt --------------------------------------------------------------------------------