Lines Matching refs:code
29 Miles Bader for writing the @code{argp} argument-parsing package, and the
30 @code{argz}/@code{envz} interfaces.
48 @code{strstr} function.
55 Eric Blake for adding O(n) implementations of @code{memmem},
56 @code{strstr} and @code{strcasestr}.
60 (@code{arm-@var{ANYTHING}-linuxaout}) and ARM standalone
61 (@code{arm-@var{ANYTHING}-none}), as well as for parts of the IPv6
62 support code.
65 Per Bothner for the implementation of the @code{libio} library which
66 is used to implement @code{stdio} functions.
102 @item internationalization support, including the @code{locale} and
103 @code{localedef} utilities.
105 @item the @code{hsearch} and @code{drand48} families of functions,
106 reentrant @samp{@dots{}@code{_r}} versions of the @code{random}
107 family; System V shared memory and IPC support code
111 @item the character conversion functions (@code{iconv})
112 @item the @code{ftw} and @code{nftw} functions
113 @item the floating-point printing function used by @code{printf} and friends
114 and the floating-point reading function used by @code{scanf},
115 @code{strtod} and friends
116 @item the @code{catgets} support and the entire suite of multi-byte
126 Paul Eggert for the @code{mktime} function and for his direction as
158 Michael Glad for the passphrase-hashing function @code{crypt} and related
163 functions @code{malloc}, @code{realloc} and @code{free} and related
164 code.
172 functions (@code{memcpy}, @code{strlen}, etc.).
175 Michael J. Haertel for writing the merge sort function @code{qsort}
176 and malloc checking functions like @code{mcheck}.
179 Bruno Haible for his improvements to the @code{iconv} and locale
187 (@code{alpha-@var{anything}-linux}) and software floating-point support.
200 (@code{x86_64-@var{anything}-linux} and his work on Linux for MIPS
201 (@code{mips-@var{anything}-linux}), implementing the @file{ldconfig}
217 Simon Josefsson for the @code{libidn} add-on.
221 (@code{powerpc-@var{anything}-linux}).
225 Ultrix 4 (@code{mips-dec-ultrix4}) and the port to the DEC Alpha
226 running OSF/1 (@code{alpha-dec-osf1}).
229 Mark Kettenis for implementing the @code{utmpx} interface and a utmp
236 Kazumoto Kojima for the port of the Mach and Hurd code to the MIPS
237 architecture (@code{mips-@var{anything}-gnu}) and for his work on the
259 @code{malloc}, @code{realloc} and @code{free} and related
260 code.
290 David J. MacKenzie for his contribution to the @code{getopt}
310 version 3 (@code{i386-sequent-bsd}).
314 (@code{tilegx-@var{anything}-linux} and
315 @code{tilepro-@var{anything}-linux}) and support for the generic Linux
323 (@code{sparc*-@var{anything}-linux}).
330 (@code{alpha-@var{anything}-linux}).
341 (@code{powerpc64-@var{anything}-linux}) and for adding optimized
390 Tom Quinn for contributing the startup code to support SunOS shared
392 (@code{mips-sgi-irix4}).
410 fallback by @code{qsort}.
417 (@code{m68k-@var{anything}-linux}), for his direction as part of
422 (@code{s390-@var{anything}-linux}) and s390x
423 (@code{s390x-@var{anything}-linux}).
450 Jes Sorensen for porting to Linux on IA64 (@code{ia64-@var{anything}-linux}).
457 Richard Stallman for his contribution to the @code{getopt} function.
467 running Ultrix 4 (@code{mips-dec-ultrix4}).
479 Tim Waugh for the implementation of the POSIX.2 @code{wordexp}
490 Zack Weinberg for the @code{explicit_bzero} implementation and for various
508 Some code in @theglibc{} comes from other projects and might be under
513 The timezone support code is derived from the public-domain timezone
517 Some of the support code for Mach is taken from Mach 3.0 by CMU;
522 The random number generation functions @code{random}, @code{srandom},
523 @code{setstate} and @code{initstate}, which are also the basis for the
524 @code{rand} and @code{srand} functions, were written by Earl T. Cohen
528 but the functional code is Berkeley's.
531 The Internet-related code (most of the @file{inet} subdirectory) and
534 permission notice for this code can be found in the file @file{LICENSES}
538 The @code{getaddrinfo} and @code{getnameinfo} functions and supporting
539 code were written by Craig Metz; see the file @file{LICENSES} for
543 The DNS resolver code is taken directly from BIND 8.2.3-T5B, which
544 includes copyrighted code from UC Berkeley and from Digital Equipment
548 The code to support Sun RPC is taken verbatim from Sun's
553 The math functions are taken from @code{fdlibm-5.1} by Sun