1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/genericopenlibs/openenvcore/libc/group/string.mmpi Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,64 @@
1.4 +// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// Name : string.mmpi
1.18 +// Part of : string project specific include MMP file
1.19 +// This is a project specific include file for building the
1.20 +// stdio as part of libc library.
1.21 +// Version : 1.0
1.22 +// This material, including documentation and any related
1.23 +// computer programs, is protected by copyright controlled by
1.24 +// Nokia. All rights are reserved. Copying, including
1.25 +// reproducing, storing, adapting or translating, any
1.26 +// or all of this material requires the prior written consent of
1.27 +// Nokia. This material also contains confidential
1.28 +// information which may not be disclosed to others without the
1.29 +// prior written consent of Nokia.
1.30 +//
1.31 +
1.32 +
1.33 +
1.34 +SOURCEPATH ../src/string
1.35 +
1.36 +SOURCE stringfuncs_private.cpp bcmp.c bcopy.c bzero.c ffs.c ffsl.c fls.c flsl.c index.c memccpy.c memchr.c memcmp.c \
1.37 + memcpy.c memmem.c memmove.c memset.c rindex.c \
1.38 + stpcpy.c strcasecmp.c strcasestr.c strcat.c \
1.39 + strchr.c strcmp.c strcpy.c strcspn.c \
1.40 + strdup.c strerror.c strlcat.c strlcpy.c strlen.c strmode.c strncat.c strncmp.c strncpy.c strndup.c strnlen.c strnstr.c strpbrk.c strrchr.c strsep.c \
1.41 + strspn.c strstr.c strtok.c strtok_r.c \
1.42 + strtold.c swab.c
1.43 +
1.44 +
1.45 +
1.46 +SOURCEPATH ../src/stdlib
1.47 +SOURCE strfmon.c strtoimax.c strtoll.c strtoq.c strtoull.c strtoumax.c strtouq.c
1.48 +
1.49 +SOURCEPATH ../src/stdtime
1.50 +SOURCE strftime.c strptime.c
1.51 +
1.52 +SOURCEPATH ../src
1.53 +SOURCE strtof.cpp strcoll.cpp strxfrm.cpp
1.54 +/*strtof.c*/
1.55 +
1.56 +//strptime.c Duplicates
1.57 +//__strdup(strdup) strerror_r(in strerror.c)
1.58 +//strncasecmp(in strcasecmp.c )
1.59 +//__stpcpy __strtok_r __strtof_internal __strtold_internal
1.60 +//__strtod_internal(strtod) __strtol_internal(strtol) __strtoul_internal(strtoul) - part of libc-std
1.61 +//__strtoll_internal __strtoull_internal
1.62 +
1.63 +
1.64 +//memrchr, stpncpy, __mempcpy, __rawmemchr - not in FreeBSD, but in glibc
1.65 +
1.66 +//strsignal.c - can't be supported unless there is signals support
1.67 +