mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
da2d1bc5ad
1998-02-10 23:57 Ulrich Drepper <drepper@happy.cygnus.com> * misc/tst-efgcvt.c: Add more tests. * misc/efgcvt_r.c: Correct result for above new tests. 1998-02-06 17:22 H.J. Lu <hjl@gnu.org> * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle NDIGIT <= 0. 1998-02-10 16:48 Philip Blundell <pb@nexus.co.uk> * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc) if the programs weren't built. 1998-02-09 10:12 Philip Blundell <pb@nexus.co.uk> * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have FE_TONEAREST, soldier on regardless and do the best we can. * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise. 1998-02-5 17:20 Philip Blundell <pb@nexus.co.uk> * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not _STDIO_H, before including <bits/stdio_lim.h>. * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added. * io/fts.c (fts_build): Don't try to use d_type if it doesn't exist. * sysdeps/arm/sys/ucontext.h: New file. 1998-02-04 10:11 Philip Blundell <pb@nexus.co.uk> * manual/stdio.texi (Formatted Output Functions): Explicitly say that the return value from snprintf() does not count the terminating NUL as a character. 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com> * manual/users.texi: Rewrite to describe correct POSIX behaviour, add description for sete[ug]id and general cleanup. Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>. 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile (parent-clean): Don't remove makefile fragments here. (postclean): New variable. (clean): Remove makefile fragments here. (realclean distclean): Likewise. Pass sysdep-subdirs to sub-make. (generated): Add isomac and isomanc.out. * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if avoid-generated is set. (postclean-generated): Add soversion.mk. ($(common-objpfx)version.mk): Don't include if avoid-generated is set. * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if avoid-generated is set. (common-generated): Add libc.so and libc.so$(libc.so-version). (generated): Add versioned libraries. (common-mostlyclean): Also remove %.so and %_pic.a. * csu/Makefile (generated): Add abi-tag.h. * db2/Makefile (extra-objs): Add getlong.o. * elf/Makefile (generated): Add ld.so, ldd and $(rtld-installed-name). (others): Add ldconfig here instead of ldconfig.o to extra-objs. * malloc/Makefile (generated): Add mtrace. * po/Makefile: Don't include version.mk, not needed any more. * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen. * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h, syscall.h -> sys/syscall.h. (common-generated): Add s-proto.d. (postclean-generated): Add sysd-syscalls. * localedata/Makefile (test-output): Add all output files. (generated): Add test-input and test-output. (generated-dirs): Add all the dirs. 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile (test-output, generated, generated-dirs): New variables. 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com> * resolv/nss_dns/dns-host.c: Various code cleanups. 1998-02-09 08:10 H.J. Lu <hjl@gnu.org> * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug. From Philip Blundell <pb@nexus.co.uk>. * resolv/nss_dns/dns-host.c (getanswer_r): Ditto. 1998-02-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc. Suggested by debian/sparc porters. 1998-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de> * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests for ecvt and fcvt. 1998-02-10 16:32 Ulrich Drepper <drepper@happy.cygnus.com> * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and __fxstat instead of stat and fstat. Use namespace clean __stpcpy. * signal/signal.h: Always define sigset_t if __need_sigset_t is defined even if __USE_POSIX is not defined. 1998-02-02 20:51 Zack Weinberg <zack@rabi.phys.columbia.edu> * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch to support obsolete tty major numbers correctly. 1998-02-02 08:47 H.J. Lu <hjl@gnu.org> * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target directory first and ignore install error. * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract 128 from ptyno and fix a typo for the BSD style pty. 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all syscalls.list's. 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add getresuid and getresgid. * sysdeps/unix/sysv/linux/getresuid.c: New file. * sysdeps/unix/sysv/linux/getresgid.c: New file. * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add s_getres[ug]id. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise. 1998-02-02 08:11 H.J. Lu <hjl@gnu.org> * nscd/grpcache.c: Include <stdlib.h>. 1998-02-01 16:01 H.J. Lu <hjl@gnu.org> * stdlib/atoll.c: Fix comments. * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr. * sysdeps/posix/ttyname_r.c: Ditto. 1998-02-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or __USE_MISC, independent of __USE_UNIX98. 1998-02-10 19:18 Ulrich Drepper <drepper@happy.cygnus.com> * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs): Rename from __libc_have_rt_sigs and leave as COMMON data. 1998-02-04 11:58 Richard Henderson <rth@twiddle.rth.home> * Makeconfig (CFLAGS-.os): Kill -fno-common. * Makerules (libc.so): Prelink libc_pic.a, allocating commons. * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols. * elf/rtld.map: New file. Needed to define the GLIBC_2.* version symbols. * include/libc-symbols.h (symbol_version, default_symbol_version): Provide asm versions and correct !DO_VERSIONING versions. * sysdeps/unix/make-syscalls.sh: Recognize version symbols in the weak symbol list. * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs): Rename from __libc_have_rt_sigs and leave as COMMON data. * sysdeps/unix/sysv/linux/sigpending.c: Likewise. * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise. * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise. 1998-02-04 16:41 Zack Weinberg <zack@rabi.phys.columbia.edu> * sunrpc/Makefile: Correct dependencies of rpcgen. 1998-02-10 03:00 Ulrich Drepper <drepper@happy.cygnus.com> * nscd/Makefile: Fix test for available linuxthreads add-on. Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>. 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown. 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/gnu/Makefile: Respect with-cvs variable. * manual/errno.texi (Error Messages): Correct description of strerror_r. Pointed out by jonas@bagge.se. 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/socket.texi (Host Address Functions): Clarify description of inet_network. 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/grantpt.c (argv): Move const to toplevel. (grantpt): Delete superfluous cast. 1998-02-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on elf/ldso_install instead of elf/subdir_install. (elf/ldso_install): New target. * elf/Makefile (ldso_install): New target. 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change of 1998-01-06. 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for constant expressions. 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h" for __nss_configure_lookup. (output_hostent): Remove unused variable. 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * string/tst-inlcall.c: Fix format string. 1998-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de> * inet/netinet/in.h: Rename second parameter of bindresvport to avoid buggy gcc warning. [PR libc/412]
694 lines
25 KiB
C
694 lines
25 KiB
C
/* Machine-independant string function optimizations.
|
|
Copyright (C) 1997 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public License as
|
|
published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
#ifndef _STRING_H
|
|
# error "Never use <bits/string2.h> directly; include <string.h> instead."
|
|
#endif
|
|
|
|
#ifndef __NO_STRING_INLINES
|
|
|
|
/* Unlike the definitions in the header <bits/string.h> the
|
|
definitions contained here are not optimized down to assembler
|
|
level. Those optimizations are not always a good idea since this
|
|
means the code size increases a lot. Instead the definitions here
|
|
optimize some functions in a way which do not dramatically
|
|
increase the code size and which do not use assembler. The main
|
|
trick is to use GNU CC's `__builtin_constant_p' function.
|
|
|
|
Every function XXX which has a defined version in
|
|
<bits/string.h> must be accompanied by a symbol _HAVE_STRING_ARCH_XXX
|
|
to make sure we don't get redefinitions.
|
|
|
|
We must use here macros instead of inline functions since the
|
|
trick won't work with the later. */
|
|
|
|
#ifdef __cplusplus
|
|
# define __STRING_INLINE inline
|
|
#else
|
|
# define __STRING_INLINE extern __inline
|
|
#endif
|
|
|
|
#if _STRING_ARCH_unaligned
|
|
/* If we can do unaligned memory accesses we must know the endianess. */
|
|
# include <endian.h>
|
|
# include <bits/types.h>
|
|
|
|
# if __BYTE_ORDER == __LITTLE_ENDIAN
|
|
# define __STRING2_SMALL_GET16(src, idx) \
|
|
(((__const unsigned char *) (src))[idx + 1] << 8 \
|
|
| ((__const unsigned char *) (src))[idx])
|
|
# define __STRING2_SMALL_GET32(src, idx) \
|
|
(((((__const unsigned char *) (src))[idx + 3] << 8 \
|
|
| ((__const char *) (src))[idx + 2]) << 8 \
|
|
| ((__const unsigned char *) (src))[idx + 1]) << 8 \
|
|
| ((__const unsigned char *) (src))[idx])
|
|
# else
|
|
# define __STRING2_SMALL_GET16(src, idx) \
|
|
(((__const unsigned char *) (src))[idx] << 8 \
|
|
| ((__const unsigned char *) (src))[idx + 1])
|
|
# define __STRING2_SMALL_GET32(src, idx) \
|
|
(((((__const unsigned char *) (src))[idx] << 8 \
|
|
| ((__const unsigned char *) (src))[idx + 1]) << 8 \
|
|
| ((__const unsigned char *) (src))[idx + 2]) << 8 \
|
|
| ((__const unsigned char *) (src))[idx + 3])
|
|
# endif
|
|
#else
|
|
/* These are a few types we need for the optimizations if we cannot
|
|
use unaligned memory accesses. */
|
|
# define __STRING2_COPY_TYPE(N) \
|
|
typedef struct { char __arr[N]; } \
|
|
__STRING2_COPY_ARR##N __attribute__ ((packed))
|
|
__STRING2_COPY_TYPE (2);
|
|
__STRING2_COPY_TYPE (3);
|
|
__STRING2_COPY_TYPE (4);
|
|
__STRING2_COPY_TYPE (5);
|
|
__STRING2_COPY_TYPE (6);
|
|
__STRING2_COPY_TYPE (7);
|
|
__STRING2_COPY_TYPE (8);
|
|
# undef __STRING2_COPY_TYPE
|
|
#endif
|
|
|
|
/* Dereferencing a pointer arg to run sizeof on it fails for the
|
|
void pointer case, so we use this instead. Note that the argument
|
|
must not contain any side effects. */
|
|
#define __string2_1bptr_p(x) (((size_t) ((x) + 1) - (size_t) (x)) == 1)
|
|
|
|
|
|
/* Set N bytes of S to C. */
|
|
#ifndef _HAVE_STRING_ARCH_memset
|
|
# define memset(s, c, n) \
|
|
(__extension__ (__builtin_constant_p (c) && (c) == '\0' \
|
|
? ({ void *__s = (s); __bzero (__s, n); __s; }) \
|
|
: memset (s, c, n)))
|
|
#endif
|
|
|
|
|
|
/* Copy SRC to DEST. */
|
|
#ifndef _HAVE_STRING_ARCH_strcpy
|
|
# define strcpy(dest, src) \
|
|
(__extension__ (__builtin_constant_p (src) \
|
|
? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
|
|
? __strcpy_small (dest, src, strlen (src) + 1) \
|
|
: (char *) memcpy (dest, src, strlen (src) + 1)) \
|
|
: strcpy (dest, src)))
|
|
|
|
# if _STRING_ARCH_unaligned
|
|
# define __strcpy_small(dest, src, srclen) \
|
|
(__extension__ ({ unsigned char *__dest = (unsigned char *) (dest); \
|
|
switch (srclen) \
|
|
{ \
|
|
case 1: \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 2: \
|
|
*((__uint16_t *) __dest) = \
|
|
__STRING2_SMALL_GET16 (src, 0); \
|
|
break; \
|
|
case 3: \
|
|
*((__uint16_t *) __dest) = \
|
|
__STRING2_SMALL_GET16 (src, 0); \
|
|
*(__dest + 2) = '\0'; \
|
|
break; \
|
|
case 4: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
break; \
|
|
case 5: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*(__dest + 4) = '\0'; \
|
|
break; \
|
|
case 6: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint16_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET16 (src, 4); \
|
|
break; \
|
|
case 7: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint16_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET16 (src, 4); \
|
|
*(__dest + 6) = '\0'; \
|
|
break; \
|
|
case 8: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint32_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET32 (src, 4); \
|
|
break; \
|
|
} \
|
|
(char *) __dest; }))
|
|
# else
|
|
# define __strcpy_small(dest, src, srclen) \
|
|
(__extension__ ({ unsigned char *__dest = (unsigned char *) (dest); \
|
|
switch (srclen) \
|
|
{ \
|
|
case 1: \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 2: \
|
|
*((__STRING2_COPY_ARR2 *) __dest) = \
|
|
((__STRING2_COPY_ARR2) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 3: \
|
|
*((__STRING2_COPY_ARR3 *) __dest) = \
|
|
((__STRING2_COPY_ARR3) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 4: \
|
|
*((__STRING2_COPY_ARR4 *) __dest) = \
|
|
((__STRING2_COPY_ARR4) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 5: \
|
|
*((__STRING2_COPY_ARR5 *) __dest) = \
|
|
((__STRING2_COPY_ARR5) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 6: \
|
|
*((__STRING2_COPY_ARR6 *) __dest) = \
|
|
((__STRING2_COPY_ARR6) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 7: \
|
|
*((__STRING2_COPY_ARR7 *) __dest) = \
|
|
((__STRING2_COPY_ARR7) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
((__const unsigned char *) (src))[5], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 8: \
|
|
*((__STRING2_COPY_ARR8 *) __dest) = \
|
|
((__STRING2_COPY_ARR8) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
((__const unsigned char *) (src))[5], \
|
|
((__const unsigned char *) (src))[6], \
|
|
'\0' } }); \
|
|
break; \
|
|
} \
|
|
(char *) __dest; }))
|
|
# endif
|
|
#endif
|
|
|
|
|
|
/* Copy SRC to DEST, returning pointer to final NUL byte. */
|
|
#ifdef __USE_GNU
|
|
# ifndef _HAVE_STRING_ARCH_stpcpy
|
|
# define __stpcpy(dest, src) \
|
|
(__extension__ (__builtin_constant_p (src) \
|
|
? (__string2_1bptr_p (src) && strlen (src) + 1 <= 8 \
|
|
? __stpcpy_small (dest, src, strlen (src) + 1) \
|
|
: ((char *) __mempcpy (dest, src, strlen (src) + 1) - 1))\
|
|
: __stpcpy (dest, src)))
|
|
/* In glibc we use this function frequently but for namespace reasons
|
|
we have to use the name `__stpcpy'. */
|
|
# define stpcpy(dest, src) __stpcpy (dest, src)
|
|
|
|
# if _STRING_ARCH_unaligned
|
|
# define __stpcpy_small(dest, src, srclen) \
|
|
(__extension__ ({ unsigned char *__dest = (unsigned char *) (dest); \
|
|
switch (srclen) \
|
|
{ \
|
|
case 1: \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 2: \
|
|
*((__uint16_t *) __dest) = \
|
|
__STRING2_SMALL_GET16 (src, 0); \
|
|
++__dest; \
|
|
break; \
|
|
case 3: \
|
|
*((__uint16_t *) __dest) = \
|
|
__STRING2_SMALL_GET16 (src, 0); \
|
|
__dest += sizeof (__uint16_t); \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 4: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
__dest += 3; \
|
|
break; \
|
|
case 5: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
__dest += sizeof (__uint32_t); \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 6: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint16_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET16 (src, 4); \
|
|
__dest += 5; \
|
|
break; \
|
|
case 7: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint16_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET16 (src, 4); \
|
|
__dest += 6; \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 8: \
|
|
*((__uint32_t *) __dest) = \
|
|
__STRING2_SMALL_GET32 (src, 0); \
|
|
*((__uint32_t *) (__dest + 4)) = \
|
|
__STRING2_SMALL_GET32 (src, 4); \
|
|
__dest += 7; \
|
|
break; \
|
|
} \
|
|
(char *) __dest; }))
|
|
# else
|
|
# define __stpcpy_small(dest, src, srclen) \
|
|
(__extension__ ({ unsigned char *__dest = (unsigned char *) (dest); \
|
|
switch (srclen) \
|
|
{ \
|
|
case 1: \
|
|
*__dest = '\0'; \
|
|
break; \
|
|
case 2: \
|
|
*((__STRING2_COPY_ARR2 *) __dest) = \
|
|
((__STRING2_COPY_ARR2) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 3: \
|
|
*((__STRING2_COPY_ARR3 *) __dest) = \
|
|
((__STRING2_COPY_ARR3) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 4: \
|
|
*((__STRING2_COPY_ARR4 *) __dest) = \
|
|
((__STRING2_COPY_ARR4) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 5: \
|
|
*((__STRING2_COPY_ARR5 *) __dest) = \
|
|
((__STRING2_COPY_ARR5) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 6: \
|
|
*((__STRING2_COPY_ARR6 *) __dest) = \
|
|
((__STRING2_COPY_ARR6) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 7: \
|
|
*((__STRING2_COPY_ARR7 *) __dest) = \
|
|
((__STRING2_COPY_ARR7) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
((__const unsigned char *) (src))[5], \
|
|
'\0' } }); \
|
|
break; \
|
|
case 8: \
|
|
*((__STRING2_COPY_ARR8 *) __dest) = \
|
|
((__STRING2_COPY_ARR8) \
|
|
{ { ((__const unsigned char *) (src))[0], \
|
|
((__const unsigned char *) (src))[1], \
|
|
((__const unsigned char *) (src))[2], \
|
|
((__const unsigned char *) (src))[3], \
|
|
((__const unsigned char *) (src))[4], \
|
|
((__const unsigned char *) (src))[5], \
|
|
((__const unsigned char *) (src))[6], \
|
|
'\0' } }); \
|
|
break; \
|
|
} \
|
|
(char *) (__dest + ((srclen) - 1)); }))
|
|
# endif
|
|
# endif
|
|
#endif
|
|
|
|
|
|
/* Copy no more than N characters of SRC to DEST. */
|
|
#ifndef _HAVE_STRING_ARCH_strncpy
|
|
# if defined _HAVE_STRING_ARCH_memset && defined _HAVE_STRING_ARCH_mempcpy
|
|
# define strncpy(dest, src, n) \
|
|
(__extension__ ({ char *__dest = (dest); \
|
|
__builtin_constant_p (src) && __builtin_constant_p (n) \
|
|
? (strlen (src) + 1 >= ((size_t) (n)) \
|
|
? (char *) memcpy (__dest, src, n) \
|
|
: (memset (__mempcpy (__dest, src, strlen (src)), \
|
|
'\0', n - strlen (src)), \
|
|
__dest)) \
|
|
: strncpy (__dest, src, n); }))
|
|
# else
|
|
# define strncpy(dest, src, n) \
|
|
(__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n) \
|
|
? (strlen (src) + 1 >= ((size_t) (n)) \
|
|
? (char *) memcpy (dest, src, n) \
|
|
: strncpy (dest, src, n)) \
|
|
: strncpy (dest, src, n)))
|
|
# endif
|
|
#endif
|
|
|
|
|
|
/* Append no more than N characters from SRC onto DEST. */
|
|
#ifndef _HAVE_STRING_ARCH_strncat
|
|
# ifdef _HAVE_STRING_ARCH_strchr
|
|
# define strncat(dest, src, n) \
|
|
(__extension__ ({ char *__dest = (dest); \
|
|
__builtin_constant_p (src) && __builtin_constant_p (n) \
|
|
? (strlen (src) < ((size_t) (n)) \
|
|
? strcat (__dest, src) \
|
|
: (memcpy (strchr (__dest, '\0'), src, n), __dest)) \
|
|
: strncat (dest, src, n); }))
|
|
# else
|
|
# define strncat(dest, src, n) \
|
|
(__extension__ (__builtin_constant_p (src) && __builtin_constant_p (n) \
|
|
? (strlen (src) < ((size_t) (n)) \
|
|
? strcat (dest, src) \
|
|
: strncat (dest, src, n)) \
|
|
: strncat (dest, src, n)))
|
|
# endif
|
|
#endif
|
|
|
|
|
|
/* Compare characters of S1 and S2. */
|
|
#ifndef _HAVE_STRING_ARCH_strcmp
|
|
# define strcmp(s1, s2) \
|
|
(__extension__ (__builtin_constant_p (s1) && __builtin_constant_p (s2) \
|
|
&& (!__string2_1bptr_p (s1) || strlen (s1) >= 4) \
|
|
&& (!__string2_1bptr_p (s2) || strlen (s2) >= 4) \
|
|
? memcmp (s1, s2, (strlen (s1) < strlen (s2) \
|
|
? strlen (s1) : strlen (s2)) + 1) \
|
|
: (__builtin_constant_p (s1) && __string2_1bptr_p (s1) \
|
|
&& strlen (s1) < 4 \
|
|
? (__builtin_constant_p (s2) && __string2_1bptr_p (s2) \
|
|
? __strcmp_cc (s1, s2, strlen (s1)) \
|
|
: __strcmp_cg (s1, s2, strlen (s1))) \
|
|
: (__builtin_constant_p (s2) && __string2_1bptr_p (s2) \
|
|
&& strlen (s2) < 4 \
|
|
? (__builtin_constant_p (s1) && __string2_1bptr_p (s1)\
|
|
? __strcmp_cc (s1, s2, strlen (s2)) \
|
|
: __strcmp_gc (s1, s2, strlen (s2))) \
|
|
: strcmp (s1, s2)))))
|
|
|
|
# define __strcmp_cc(s1, s2, l) \
|
|
(__extension__ ({ register int __result = \
|
|
(((__const unsigned char *) (s1))[0] \
|
|
- ((__const unsigned char *) (s2))[0]); \
|
|
if (l > 0 && __result == 0) \
|
|
{ \
|
|
__result = (((__const unsigned char *) (s1))[1] \
|
|
- ((__const unsigned char *) (s2))[1]); \
|
|
if (l > 1 && __result == 0) \
|
|
{ \
|
|
__result = \
|
|
(((__const unsigned char *) (s1))[2] \
|
|
- ((__const unsigned char *) (s2))[2]); \
|
|
if (l > 2 && __result == 0) \
|
|
__result = \
|
|
(((__const unsigned char *) (s1))[3] \
|
|
- ((__const unsigned char *) (s2))[3]); \
|
|
} \
|
|
} \
|
|
__result; }))
|
|
|
|
# define __strcmp_cg(s1, s2, l1) \
|
|
(__extension__ ({ __const unsigned char *__s2 = \
|
|
(__const unsigned char *) (s2); \
|
|
register int __result = \
|
|
(((__const unsigned char *) (s1))[0] - __s2[0]); \
|
|
if (l1 > 0 && __result == 0) \
|
|
{ \
|
|
__result = (((__const unsigned char *) (s1))[1] \
|
|
- __s2[1]); \
|
|
if (l1 > 1 && __result == 0) \
|
|
{ \
|
|
__result = (((__const unsigned char *) (s1))[2] \
|
|
- __s2[2]); \
|
|
if (l1 > 2 && __result == 0) \
|
|
__result = (((__const unsigned char *) (s1))[3] \
|
|
- __s2[3]); \
|
|
} \
|
|
} \
|
|
__result; }))
|
|
|
|
# define __strcmp_gc(s1, s2, l2) \
|
|
(__extension__ ({ __const unsigned char *__s1 = \
|
|
(__const unsigned char *) (s1); \
|
|
register int __result = \
|
|
__s1[0] - ((__const unsigned char *) (s2))[0]; \
|
|
if (l2 > 0 && __result == 0) \
|
|
{ \
|
|
__result = (__s1[1] \
|
|
- ((__const unsigned char *) (s2))[1]); \
|
|
if (l2 > 1 && __result == 0) \
|
|
{ \
|
|
__result = \
|
|
(__s1[2] - ((__const unsigned char *) (s2))[2]);\
|
|
if (l2 > 2 && __result == 0) \
|
|
__result = \
|
|
(__s1[3] \
|
|
- ((__const unsigned char *)(s2))[3]); \
|
|
} \
|
|
} \
|
|
__result; }))
|
|
#endif
|
|
|
|
|
|
/* Compare N characters of S1 and S2. */
|
|
#ifndef _HAVE_STRING_ARCH_strncmp
|
|
# define strncmp(s1, s2, n) \
|
|
(__extension__ (__builtin_constant_p (s1) && strlen (s1) < ((size_t) (n)) \
|
|
? strcmp (s1, s2) \
|
|
: (__builtin_constant_p (s2) && strlen (s2) < ((size_t) (n))\
|
|
? strcmp (s1, s2) \
|
|
: strncmp (s1, s2, n))))
|
|
#endif
|
|
|
|
|
|
/* Return the length of the initial segment of S which
|
|
consists entirely of characters not in REJECT. */
|
|
#ifndef _HAVE_STRING_ARCH_strcspn
|
|
# define strcspn(s, reject) \
|
|
(__extension__ (__builtin_constant_p (reject) && __string2_1bptr_p (reject) \
|
|
? (((__const unsigned char *) (reject))[0] == '\0' \
|
|
? strlen (s) \
|
|
: (((__const unsigned char *) (reject))[1] == '\0' \
|
|
? __strcspn_c1 (s, ((__const char *) (reject))[0]) \
|
|
: strcspn (s, reject))) \
|
|
: strcspn (s, reject)))
|
|
|
|
__STRING_INLINE size_t __strcspn_c1 (__const char *__s, char __reject);
|
|
__STRING_INLINE size_t
|
|
__strcspn_c1 (__const char *__s, char __reject)
|
|
{
|
|
register size_t __result = 0;
|
|
while (__s[__result] != '\0' && __s[__result] != __reject)
|
|
++__result;
|
|
return __result;
|
|
}
|
|
#endif
|
|
|
|
|
|
/* Return the length of the initial segment of S which
|
|
consists entirely of characters in ACCEPT. */
|
|
#ifndef _HAVE_STRING_ARCH_strspn
|
|
# define strspn(s, accept) \
|
|
(__extension__ (__builtin_constant_p (accept) && __string2_1bptr_p (accept) \
|
|
? (((__const unsigned char *) (accept))[0] == '\0' \
|
|
? 0 \
|
|
: (((__const unsigned char *) (accept))[1] == '\0' \
|
|
? __strspn_c1 (s, ((__const char *) (accept))[0]) \
|
|
: strspn (s, accept))) \
|
|
: strspn (s, accept)))
|
|
|
|
__STRING_INLINE size_t __strspn_c1 (__const char *__s, char __accept);
|
|
__STRING_INLINE size_t
|
|
__strspn_c1 (__const char *__s, char __accept)
|
|
{
|
|
register size_t __result = 0;
|
|
/* Please note that __accept never can be '\0'. */
|
|
while (__s[__result] == __accept)
|
|
++__result;
|
|
return __result;
|
|
}
|
|
#endif
|
|
|
|
|
|
/* Find the first occurrence in S of any character in ACCEPT. */
|
|
#ifndef _HAVE_STRING_ARCH_strpbrk
|
|
# define strpbrk(s, accept) \
|
|
(__extension__ (__builtin_constant_p (accept) && __string2_1bptr_p (accept) \
|
|
? (((__const unsigned char *) (accept))[0] == '\0' \
|
|
? NULL \
|
|
: (((__const unsigned char *) (accept))[1] == '\0' \
|
|
? strchr (s, ((__const unsigned char *) (accept))[0]) \
|
|
: strpbrk (s, accept))) \
|
|
: strpbrk (s, accept)))
|
|
#endif
|
|
|
|
|
|
/* Find the first occurrence of NEEDLE in HAYSTACK. */
|
|
#ifndef _HAVE_STRING_ARCH_strstr
|
|
# define strstr(haystack, needle) \
|
|
(__extension__ (__builtin_constant_p (needle) && __string2_1bptr_p (needle) \
|
|
? (((__const unsigned char *) (needle))[0] == '\0' \
|
|
? (char *) (haystack) \
|
|
: (((__const unsigned char *) (needle))[1] == '\0' \
|
|
? strchr (haystack, \
|
|
((__const unsigned char *) (needle))[0]) \
|
|
: strstr (haystack, needle))) \
|
|
: strstr (haystack, needle)))
|
|
#endif
|
|
|
|
|
|
#ifdef __USE_GNU
|
|
# ifndef _HAVE_STRING_ARCH_strnlen
|
|
__STRING_INLINE size_t strnlen (__const char *__string, size_t __maxlen);
|
|
__STRING_INLINE size_t
|
|
strnlen (__const char *__string, size_t __maxlen)
|
|
{
|
|
__const char *__end = (__const char *) memchr (__string, '\0', __maxlen);
|
|
return __end ? __end - __string : __maxlen;
|
|
}
|
|
# endif
|
|
#endif
|
|
|
|
|
|
#if defined __USE_POSIX || defined __USE_MISC
|
|
# ifndef _HAVE_STRING_ARCH_strtok_r
|
|
# define strtok_r(s, sep, nextp) \
|
|
(__extension__ (__builtin_constant_p (sep) && __string2_1bptr_p (sep) \
|
|
? (((__const unsigned char *) (sep))[0] != '\0' \
|
|
&& ((__const unsigned char *) (sep))[1] == '\0' \
|
|
? __strtok_r_1c (s, ((__const unsigned char *) (sep))[0],\
|
|
nextp) \
|
|
: strtok_r (s, sep, nextp)) \
|
|
: strtok_r (s, sep, nextp)))
|
|
|
|
__STRING_INLINE char *__strtok_r_1c (char *__s, char __sep, char **__nextp);
|
|
__STRING_INLINE char *
|
|
__strtok_r_1c (char *__s, char __sep, char **__nextp)
|
|
{
|
|
char *__result;
|
|
if (__s == NULL)
|
|
__s = *__nextp;
|
|
while (*__s == __sep)
|
|
++__s;
|
|
if (*__s == '\0')
|
|
__result = NULL;
|
|
else
|
|
{
|
|
__result = __s;
|
|
while (*__s != '\0' && *__s != __sep)
|
|
++__s;
|
|
if (*__s == '\0')
|
|
*__nextp = __s;
|
|
else
|
|
{
|
|
*__s = '\0';
|
|
*__nextp = __s + 1;
|
|
}
|
|
}
|
|
return __result;
|
|
}
|
|
# endif
|
|
#endif
|
|
|
|
|
|
#ifdef __USE_BSD
|
|
# ifndef _HAVE_STRING_ARCH_strsep
|
|
|
|
# define strsep(s, reject) \
|
|
(__extension__ (__builtin_constant_p (reject) && __string2_1bptr_p (reject) \
|
|
? (((__const unsigned char *) (reject))[0] != '\0' \
|
|
&& ((__const unsigned char *) (reject))[1] == '\0' \
|
|
? __strsep_1c (s, \
|
|
((__const unsigned char *) (reject))[0]) \
|
|
: __strsep_g (s, reject)) \
|
|
: __strsep_g (s, reject)))
|
|
|
|
__STRING_INLINE char *__strsep_1c (char **__s, char __reject);
|
|
__STRING_INLINE char *
|
|
__strsep_1c (char **__s, char __reject)
|
|
{
|
|
register char *__retval = *__s;
|
|
if (__retval == NULL || *__retval == '\0')
|
|
return NULL;
|
|
while (*__retval == __reject)
|
|
++__retval;
|
|
if ((*__s = strchr (__retval, __reject)) != NULL)
|
|
*(*__s)++ = '\0';
|
|
return __retval;
|
|
}
|
|
|
|
__STRING_INLINE char *__strsep_g (char **__s, __const char *__reject);
|
|
__STRING_INLINE char *
|
|
__strsep_g (char **__s, __const char *__reject)
|
|
{
|
|
register char *__retval = *__s;
|
|
if (__retval == NULL || *__retval == '\0')
|
|
return NULL;
|
|
if ((*__s = strpbrk (__retval, __reject)) != NULL)
|
|
*(*__s)++ = '\0';
|
|
return __retval;
|
|
}
|
|
# endif
|
|
#endif
|
|
|
|
|
|
#undef __STRING_INLINE
|
|
|
|
#endif /* No string inlines. */
|