mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
92f1da4da0
1997-08-10 19:17 Philip Blundell <Philip.Blundell@pobox.com> * nss/nss_db/db-XXX.c: Include <db_185.h> not <db.h>. Somebody should update this to use the new db API. * nss/nss_db/db-netgrp.c: Likewise. * nss/nss_db/db-alias.c: Likewise. * db2/Makefile: Makefile for db-2.x in glibc. 1997-08-27 21:20 Ulrich Drepper <drepper@cygnus.com> * csu/Makefile (before-compile): New goal. Make sure abi-tag.h is generated. [$(elf)=yes] (asm-CPPFLAGS): Make sure abi-tag.h file can be found. * Makeconfig [$(build-omitfp)=yes] (CFLAGS-.o): Add -D__USE_STRING_INLINES. * string/string.f: Move strnlen optimization after inclusion of <bits/string.h>. Include <bits/string.h> only if __USE_STRING_INLINES is defined. * sysdeps/generic/memcpy.c: Undef memcpy to allow macro of this name in <bits/string.h>. * sysdeps/generic/memset.c: Likewise. * sysdeps/i386/string.h: i386 optimized string functions. * sysdeps/i386/i486string.h: i486+ optimized string functions. * Makefile (subdirs): Change db to db2. * shlib-versions: Bump libdb verion number to 3. * include/db.h: Include from db2 directory. * include/db_185.h: New file. * sysdeps/i386/Makefile [$(subdirs)=db2] (CPPFLAGS): Add macros to provide spinlock information for db2. * sysdeps/m68k/m68020/Makefile: New file. Likewise. * sysdeps/sparc/Makefile: New file. Likewise. * sysdeps/unix/sysv/linux/Makefile [$(subdirs)=db2] (CPPFLAGS): Add -DHAVE_LLSEEK. * db2/config.h: Hand-edited config file for db2 in glibc. * db2/compat.h: New file from db-2.3.4. * db2/db.h: Likewise. * db2/db_185.h: Likewise. * db2/db_int.h: Likewise. * db2/makedb.c: Likewise. * db2/btree/bt_close.c: Likewise. * db2/btree/bt_compare.c: Likewise. * db2/btree/bt_conv.c: Likewise. * db2/btree/bt_cursor.c: Likewise. * db2/btree/bt_delete.c: Likewise. * db2/btree/bt_open.c: Likewise. * db2/btree/bt_page.c: Likewise. * db2/btree/bt_put.c: Likewise. * db2/btree/bt_rec.c: Likewise. * db2/btree/bt_recno.c: Likewise. * db2/btree/btree_auto.c: Likewise. * db2/btree/bt_rsearch.c: Likewise. * db2/btree/bt_search.c: Likewise. * db2/btree/bt_split.c: Likewise. * db2/btree/bt_stat.c: Likewise. * db2/btree/btree.src: Likewise. * db2/common/db_appinit.c: Likewise. * db2/common/db_err.c: Likewise. * db2/common/db_byteorder.c: Likewise. * db2/common/db_apprec.c: Likewise. * db2/common/db_salloc.c: Likewise. * db2/common/db_log2.c: Likewise. * db2/common/db_region.c: Likewise. * db2/common/db_shash.c: Likewise. * db2/db/db.c: Likewise. * db2/db/db.src: Likewise. * db2/db/db_conv.c: Likewise. * db2/db/db_dispatch.c: Likewise. * db2/db/db_dup.c: Likewise. * db2/db/db_overflow.c: Likewise. * db2/db/db_pr.c: Likewise. * db2/db/db_rec.c: Likewise. * db2/db/db_ret.c: Likewise. * db2/db/db_thread.c: Likewise. * db2/db/db_auto.c: Likewise. * db2/db185/db185.c: Likewise. * db2/db185/db185_int.h: Likewise. * db2/dbm/dbm.c: Likewise. * db2/hash/hash.c: Likewise. * db2/hash/hash.src: Likewise. * db2/hash/hash_page.c: Likewise. * db2/hash/hash_conv.c: Likewise. * db2/hash/hash_debug.c: Likewise. * db2/hash/hash_stat.c: Likewise. * db2/hash/hash_rec.c: Likewise. * db2/hash/hash_dup.c: Likewise. * db2/hash/hash_func.c: Likewise. * db2/hash/hash_auto.c: Likewise. * db2/include/mp.h: Likewise. * db2/include/btree.h: Likewise. * db2/include/db.h.src: Likewise. * db2/include/db_int.h.src: Likewise. * db2/include/db_shash.h: Likewise. * db2/include/db_swap.h: Likewise. * db2/include/db_185.h.src: Likewise. * db2/include/txn.h: Likewise. * db2/include/db_am.h: Likewise. * db2/include/shqueue.h: Likewise. * db2/include/hash.h: Likewise. * db2/include/db_dispatch.h: Likewise. * db2/include/lock.h: Likewise. * db2/include/db_page.h: Likewise. * db2/include/log.h: Likewise. * db2/include/db_auto.h: Likewise. * db2/include/btree_auto.h: Likewise. * db2/include/hash_auto.h: Likewise. * db2/include/log_auto.h: Likewise. * db2/include/txn_auto.h: Likewise. * db2/include/db_ext.h: Likewise. * db2/include/btree_ext.h: Likewise. * db2/include/clib_ext.h: Likewise. * db2/include/common_ext.h: Likewise. * db2/include/hash_ext.h: Likewise. * db2/include/lock_ext.h: Likewise. * db2/include/log_ext.h: Likewise. * db2/include/mp_ext.h: Likewise. * db2/include/mutex_ext.h: Likewise. * db2/include/os_ext.h: Likewise. * db2/include/txn_ext.h: Likewise. * db2/include/cxx_int.h: Likewise. * db2/include/db_cxx.h: Likewise. * db2/include/queue.h: Likewise. * db2/lock/lock.c: Likewise. * db2/lock/lock_conflict.c: Likewise. * db2/lock/lock_util.c: Likewise. * db2/lock/lock_deadlock.c: Likewise. * db2/log/log.c: Likewise. * db2/log/log_get.c: Likewise. * db2/log/log.src: Likewise. * db2/log/log_compare.c: Likewise. * db2/log/log_put.c: Likewise. * db2/log/log_rec.c: Likewise. * db2/log/log_archive.c: Likewise. * db2/log/log_register.c: Likewise. * db2/log/log_auto.c: Likewise. * db2/log/log_findckp.c: Likewise. * db2/mp/mp_bh.c: Likewise. * db2/mp/mp_fget.c: Likewise. * db2/mp/mp_fopen.c: Likewise. * db2/mp/mp_fput.c: Likewise. * db2/mp/mp_fset.c: Likewise. * db2/mp/mp_open.c: Likewise. * db2/mp/mp_region.c: Likewise. * db2/mp/mp_pr.c: Likewise. * db2/mp/mp_sync.c: Likewise. * db2/mutex/68020.gcc: Likewise. * db2/mutex/mutex.c: Likewise. * db2/mutex/README: Likewise. * db2/mutex/x86.gcc: Likewise. * db2/mutex/sparc.gcc: Likewise. * db2/mutex/uts4.cc.s: Likewise. * db2/mutex/alpha.dec: Likewise. * db2/mutex/alpha.gcc: Likewise. * db2/mutex/parisc.gcc: Likewise. * db2/mutex/parisc.hp: Likewise. * db2/os/db_os_abs.c: Likewise. * db2/os/db_os_dir.c: Likewise. * db2/os/db_os_fid.c: Likewise. * db2/os/db_os_lseek.c: Likewise. * db2/os/db_os_mmap.c: Likewise. * db2/os/db_os_open.c: Likewise. * db2/os/db_os_rw.c: Likewise. * db2/os/db_os_sleep.c: Likewise. * db2/os/db_os_stat.c: Likewise. * db2/os/db_os_unlink.c: Likewise. * db2/txn/txn.c: Likewise. * db2/txn/txn.src: Likewise. * db2/txn/txn_rec.c: Likewise. * db2/txn/txn_auto.c: Likewise. * db2/clib/getlong.c: Likewise. * db2/progs/db_archive/db_archive.c: Likewise. * db2/progs/db_checkpoint/db_checkpoint.c: Likewise. * db2/progs/db_deadlock/db_deadlock.c: Likewise. * db2/progs/db_dump/db_dump.c: Likewise. * db2/progs/db_dump185/db_dump185.c: Likewise. * db2/progs/db_load/db_load.c: Likewise. * db2/progs/db_printlog/db_printlog.c: Likewise. * db2/progs/db_recover/db_recover.c: Likewise. * db2/progs/db_stat/db_stat.c: Likewise. * libio/stdio.h [__cplusplus] (__STDIO_INLINE): Define as inline. * po/de.po, po/sv.po: Update from 2.0.5 translations. * sysdeps/unix/sysv/linux/netinet/tcp.h: Pretty print. * sunrpc/rpc/xdr.h (XDR): Don't define argument of x_destroy callback as const. * sunrpc/xdr_mem.c (xdrmem_destroy): Don't define argument as const. * sunrpx/xdr_rec.c (xdrrec_destroy): Likewise. * sunrpx/xdr_stdio.c (xdrstdio_destroy): Likewise. 1997-08-27 18:47 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/if_index.c: Include <errno.h>. Reported by Benjamin Kosnik <bkoz@cygnus.com>. 1997-08-27 02:27 Roland McGrath <roland@baalperazim.frob.com> * abi-tags: New file. * csu/Makefile (distribute): Remove abi-tag.h. ($(objpfx)abi-tag.h): New target. * Makefile (distribute): Add abi-tags. * sysdeps/unix/sysv/linux/abi-tag.h: File removed. * sysdeps/mach/hurd/abi-tag.h: File removed. * sysdeps/stub/abi-tag.h: File removed. 1997-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/unix/make-syscalls.sh: Change output so that it generates compilation rules only for the currently selected object suffixes. 1997-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/dl-machine.h (RTLD_START): Switch back to previous section to avoid confusing the compiler. * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise. * sysdeps/i386/dl-machine.h (RTLD_START): Likewise. * sysdeps/mips/dl-machine.h (RTLD_START): Likewise. * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise. * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise. * sysdeps/m68k/dl-machine.h (elf_machine_load_address): Use a GOT relocation instead of a constant to avoid text relocation. (ELF_MACHINE_BEFORE_RTLD_RELOC): Removed. (RTLD_START): Declare global labels as functions and add size directive. 1997-08-25 17:01 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/bits/select.h: Correct assembler versions to work even for descriptors >= 32. * stdlib/alloca.h: Don't define alloca to __alloca since if gcc is used __alloca is not defined to __builtin_alloca and so might not be available. Reported by Uwe Ohse <uwe@ohse.de>. * sysdeps/unix/sysv/linux/sys/sysmacros.h: Define macros in a special way if gcc is not used and so dev_t is an array. Reported by Uwe Ohse <uwe@ohse.de>. 1997-08-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * manual/libc.texinfo: Reorder chapters to match logical order. 1997-08-25 12:22 Ulrich Drepper <drepper@cygnus.com> * sunrpc/rpc/xdr.h: Change name of parameters in prototypes of xdr_reference, xdrmem_create, and xdrstdio_create because of clash with g++ internal symbols. Patch by Sudish Joseph <sj@eng.mindspring.net>. * elf/dl-deps.c: Implement handling of DT_FILTER.
297 lines
11 KiB
C
297 lines
11 KiB
C
/* Copyright (C) 1991, 92, 93, 95, 96, 97 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
|
|
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. */
|
|
|
|
/*
|
|
* ISO C Standard: 4.11 STRING HANDLING <string.h>
|
|
*/
|
|
|
|
#ifndef _STRING_H
|
|
#define _STRING_H 1
|
|
|
|
#include <features.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
/* Get size_t and NULL from <stddef.h>. */
|
|
#define __need_size_t
|
|
#define __need_NULL
|
|
#include <stddef.h>
|
|
|
|
|
|
/* Copy N bytes of SRC to DEST. */
|
|
extern __ptr_t memcpy __P ((__ptr_t __restrict __dest,
|
|
__const __ptr_t __restrict __src, size_t __n));
|
|
/* Copy N bytes of SRC to DEST, guaranteeing
|
|
correct behavior for overlapping strings. */
|
|
extern __ptr_t memmove __P ((__ptr_t __dest, __const __ptr_t __src,
|
|
size_t __n));
|
|
|
|
/* Copy no more than N bytes of SRC to DEST, stopping when C is found.
|
|
Return the position in DEST one byte past where C was copied,
|
|
or NULL if C was not found in the first N bytes of SRC. */
|
|
extern __ptr_t __memccpy __P ((__ptr_t __dest, __const __ptr_t __src,
|
|
int __c, size_t __n));
|
|
#if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN
|
|
extern __ptr_t memccpy __P ((__ptr_t __dest, __const __ptr_t __src,
|
|
int __c, size_t __n));
|
|
#endif /* SVID. */
|
|
|
|
|
|
/* Set N bytes of S to C. */
|
|
extern __ptr_t memset __P ((__ptr_t __s, int __c, size_t __n));
|
|
|
|
/* Compare N bytes of S1 and S2. */
|
|
extern int memcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2,
|
|
size_t __n));
|
|
|
|
/* Search N bytes of S for C. */
|
|
extern __ptr_t memchr __P ((__const __ptr_t __s, int __c, size_t __n));
|
|
|
|
|
|
/* Copy SRC to DEST. */
|
|
extern char *strcpy __P ((char *__restrict __dest,
|
|
__const char *__restrict __src));
|
|
/* Copy no more than N characters of SRC to DEST. */
|
|
extern char *strncpy __P ((char *__restrict __dest,
|
|
__const char *__restrict __src, size_t __n));
|
|
|
|
/* Append SRC onto DEST. */
|
|
extern char *strcat __P ((char *__restrict __dest,
|
|
__const char *__restrict __src));
|
|
/* Append no more than N characters from SRC onto DEST. */
|
|
extern char *strncat __P ((char *__restrict __dest,
|
|
__const char *__restrict __src, size_t __n));
|
|
|
|
/* Compare S1 and S2. */
|
|
extern int strcmp __P ((__const char *__s1, __const char *__s2));
|
|
/* Compare N characters of S1 and S2. */
|
|
extern int strncmp __P ((__const char *__s1, __const char *__s2, size_t __n));
|
|
|
|
/* Compare the collated forms of S1 and S2. */
|
|
extern int strcoll __P ((__const char *__s1, __const char *__s2));
|
|
/* Put a transformation of SRC into no more than N bytes of DEST. */
|
|
extern size_t strxfrm __P ((char *__restrict __dest,
|
|
__const char *__restrict __src, size_t __n));
|
|
|
|
#ifdef __USE_GNU
|
|
/* The following functions are equivalent to the both above but they
|
|
take the locale they use for the collation as an extra argument.
|
|
This is not standardsized but something like will come. */
|
|
# include <xlocale.h>
|
|
|
|
/* Compare the collated forms of S1 and S2 using rules from L. */
|
|
extern int __strcoll_l __P ((__const char *__s1, __const char *__s2,
|
|
__locale_t __l));
|
|
/* Put a transformation of SRC into no more than N bytes of DEST. */
|
|
extern size_t __strxfrm_l __P ((char *__dest, __const char *__src, size_t __n,
|
|
__locale_t __l));
|
|
#endif
|
|
|
|
#if defined __USE_SVID || defined __USE_BSD || defined __USE_XOPEN_EXTENDED
|
|
/* Duplicate S, returning an identical malloc'd string. */
|
|
extern char *__strdup __P ((__const char *__s));
|
|
extern char *strdup __P ((__const char *__s));
|
|
#endif
|
|
|
|
/* Return a malloc'd copy of at most N bytes of STRING. The
|
|
resultant string is terminated even if no null terminator
|
|
appears before STRING[N]. */
|
|
extern char *__strndup __P ((__const char *__string, size_t __n));
|
|
#if defined __USE_GNU
|
|
extern char *strndup __P ((__const char *__string, size_t __n));
|
|
#endif
|
|
|
|
#if defined __USE_GNU && defined __GNUC__
|
|
/* Duplicate S, returning an identical alloca'd string. */
|
|
# define strdupa(s) \
|
|
(__extension__ \
|
|
({ \
|
|
__const char *__old = (s); \
|
|
size_t __len = strlen (__old) + 1; \
|
|
char *__new = __builtin_alloca (__len); \
|
|
(char *) memcpy (__new, __old, __len); \
|
|
}))
|
|
|
|
/* Return an alloca'd copy of at most N bytes of string. */
|
|
# define strndupa(s, n) \
|
|
(__extension__ \
|
|
({ \
|
|
__const char *__old = (s); \
|
|
size_t __len = strnlen (__old, (n)); \
|
|
char *__new = __builtin_alloca (__len + 1); \
|
|
__new[__len] = '\0'; \
|
|
(char *) memcpy (__new, __old, __len); \
|
|
}))
|
|
#endif
|
|
|
|
/* Find the first occurrence of C in S. */
|
|
extern char *strchr __P ((__const char *__s, int __c));
|
|
/* Find the last occurrence of C in S. */
|
|
extern char *strrchr __P ((__const char *__s, int __c));
|
|
|
|
/* Return the length of the initial segment of S which
|
|
consists entirely of characters not in REJECT. */
|
|
extern size_t strcspn __P ((__const char *__s, __const char *__reject));
|
|
/* Return the length of the initial segment of S which
|
|
consists entirely of characters in ACCEPT. */
|
|
extern size_t strspn __P ((__const char *__s, __const char *__accept));
|
|
/* Find the first occurrence in S of any character in ACCEPT. */
|
|
extern char *strpbrk __P ((__const char *__s, __const char *__accept));
|
|
/* Find the first occurrence of NEEDLE in HAYSTACK. */
|
|
extern char *strstr __P ((__const char *__haystack, __const char *__needle));
|
|
/* Divide S into tokens separated by characters in DELIM. */
|
|
extern char *strtok __P ((char *__restrict __s,
|
|
__const char *__restrict __delim));
|
|
|
|
#if defined __USE_POSIX || defined __USE_MISC
|
|
/* Divide S into tokens separated by characters in DELIM. Information
|
|
passed between calls are stored in SAVE_PTR. */
|
|
extern char *strtok_r __P ((char *__s, __const char *__delim,
|
|
char **__save_ptr));
|
|
#endif
|
|
|
|
#ifdef __USE_GNU
|
|
/* Find the first occurrence of NEEDLE in HAYSTACK.
|
|
NEEDLE is NEEDLELEN bytes long;
|
|
HAYSTACK is HAYSTACKLEN bytes long. */
|
|
extern __ptr_t memmem __P ((__const __ptr_t __haystack, size_t __haystacklen,
|
|
__const __ptr_t __needle, size_t __needlelen));
|
|
#endif
|
|
|
|
|
|
/* Return the length of S. */
|
|
extern size_t strlen __P ((__const char *__s));
|
|
|
|
#ifdef __USE_GNU
|
|
/* Find the length of STRING, but scan at most MAXLEN characters.
|
|
If no '\0' terminator is found in that many characters, return MAXLEN. */
|
|
extern size_t strnlen __P ((__const char *__string, size_t __maxlen));
|
|
#endif
|
|
|
|
|
|
/* Return a string describing the meaning of the `errno' code in ERRNUM. */
|
|
extern char *strerror __P ((int __errnum));
|
|
#ifdef __USE_MISC
|
|
/* Reentrant version of `strerror'. If a temporary buffer is required, at
|
|
most BUFLEN bytes of BUF will be used. */
|
|
extern char *__strerror_r __P ((int __errnum, char *__buf, size_t __buflen));
|
|
extern char *strerror_r __P ((int __errnum, char *__buf, size_t __buflen));
|
|
#endif
|
|
|
|
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
|
|
/* Copy N bytes of SRC to DEST (like memmove, but args reversed). */
|
|
extern void bcopy __P ((__const __ptr_t __src, __ptr_t __dest, size_t __n));
|
|
|
|
/* Set N bytes of S to 0. */
|
|
extern void __bzero __P ((__ptr_t __s, size_t __n));
|
|
extern void bzero __P ((__ptr_t __s, size_t __n));
|
|
|
|
/* Compare N bytes of S1 and S2 (same as memcmp). */
|
|
extern int bcmp __P ((__const __ptr_t __s1, __const __ptr_t __s2, size_t __n));
|
|
|
|
/* Find the first occurrence of C in S (same as strchr). */
|
|
extern char *index __P ((__const char *__s, int __c));
|
|
|
|
/* Find the last occurrence of C in S (same as strrchr). */
|
|
extern char *rindex __P ((__const char *__s, int __c));
|
|
|
|
/* Return the position of the first bit set in I, or 0 if none are set.
|
|
The least-significant bit is position 1, the most-significant 32. */
|
|
extern int ffs __P ((int __i));
|
|
|
|
/* Compare S1 and S2, ignoring case. */
|
|
extern int __strcasecmp __P ((__const char *__s1, __const char *__s2));
|
|
extern int strcasecmp __P ((__const char *__s1, __const char *__s2));
|
|
|
|
/* Compare no more than N chars of S1 and S2, ignoring case. */
|
|
extern int __strncasecmp __P ((__const char *__s1, __const char *__s2,
|
|
size_t __n));
|
|
extern int strncasecmp __P ((__const char *__s1, __const char *__s2,
|
|
size_t __n));
|
|
#endif /* Use BSD or X/Open Unix. */
|
|
|
|
#ifdef __USE_GNU
|
|
/* Again versions of a few functions which use the given locale instead
|
|
of the global one. */
|
|
extern int __strcasecmp_l __P ((__const char *__s1, __const char *__s2,
|
|
__locale_t __loc));
|
|
|
|
extern int __strncasecmp_l __P ((__const char *__s1, __const char *__s2,
|
|
size_t __n, __locale_t __loc));
|
|
#endif
|
|
|
|
#ifdef __USE_BSD
|
|
/* Return the next DELIM-delimited token from *STRINGP,
|
|
terminating it with a '\0', and update *STRINGP to point past it. */
|
|
extern char *__strsep __P ((char **__stringp, __const char *__delim));
|
|
extern char *strsep __P ((char **__stringp, __const char *__delim));
|
|
#endif
|
|
|
|
#ifdef __USE_GNU
|
|
/* Compare S1 and S2 as strings holding name & indices/version numbers. */
|
|
extern int strverscmp __P ((__const char *__s1, __const char *__s2));
|
|
|
|
/* Return a string describing the meaning of the signal number in SIG. */
|
|
extern char *strsignal __P ((int __sig));
|
|
|
|
/* Copy SRC to DEST, returning the address of the terminating '\0' in DEST. */
|
|
extern char *__stpcpy __P ((char *__dest, __const char *__src));
|
|
extern char *stpcpy __P ((char *__dest, __const char *__src));
|
|
|
|
/* Copy no more than N characters of SRC to DEST, returning the address of
|
|
the last character written into DEST. */
|
|
extern char *__stpncpy __P ((char *__dest, __const char *__src, size_t __n));
|
|
extern char *stpncpy __P ((char *__dest, __const char *__src, size_t __n));
|
|
|
|
/* Sautee STRING briskly. */
|
|
extern char *strfry __P ((char *__string));
|
|
|
|
/* Frobnicate N bytes of S. */
|
|
extern __ptr_t memfrob __P ((__ptr_t __s, size_t __n));
|
|
|
|
# ifndef basename
|
|
/* Return the file name within directory of FILENAME. We don't
|
|
declare the function if the `basename' macro is available (defined
|
|
in <libgen.h>) which makes the XPG version of this function
|
|
available. */
|
|
extern char *basename __P ((__const char *__filename));
|
|
# endif
|
|
#endif
|
|
|
|
|
|
/* Some functions might be implemented as optimized inline assembler
|
|
functions. Only include this file if we really want them. */
|
|
#if defined __USE_STRING_INLINES && defined __OPTIMIZE__
|
|
# include <bits/string.h>
|
|
#endif
|
|
|
|
|
|
/* Now provide some generic optimizations. */
|
|
#if defined __GNUC__ && __GNUC__ >= 2 && defined __OPTIMIZE__
|
|
extern __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
|
|
|
|
__END_DECLS
|
|
|
|
#endif /* string.h */
|