Non-Member Functions
- __assert(const char *,int,const char *)
- __errno(void)
- __lxstat(int,const char *,struct stat *)
- __stderr(void) - Function interface to the "constants" stderr See __stdin
- __stdin(void) - Function interface to the "constants" stdin. These functions guarantee...
- __stdout(void) - Function interface to the "constants" stdout See __stdin
- __xstat(int,const char *,struct stat *)
- _accept_r(struct _reent *,int,struct sockaddr *,size_t *)
- _atexit_processing_r(struct _reent *) - It's possible to override exit(int) by supplying abort(void), exit(int) and _exi...
- _bind_r(struct _reent *,int,struct sockaddr *,size_t)
- _chdir_r(struct _reent *,const char *) - A reentrant version of chdir(const char *).
- _chmod_r(struct _reent *,const char *,mode_t) - A reentrant version of chmod(const char *,mode_t).
- _cleanup(void) - Performs cleanup
- _cleanup_r(struct _reent *) - A reentrant version of _cleanup(void).
- _close_r(struct _reent *,int) - A reentrant version of close(int).
- _connect_r(struct _reent *,int,struct sockaddr *,size_t)
- _dtoa_r(struct _reent *,double,int,int,int *,int *,char **)
- _dup2_r(struct _reent *,int,int) - A reentrant version of dup2(int,int).
- _dup_r(struct _reent *,int) - A reentrant version of dup(int).
- _e32memcpy(void *,const void *,size_t)
- _epoc32_atexit(void(*)(void))
- _Exit(int)
- _fcntl_r(struct _reent *,int,int,int)
- _fdopen_r(struct _reent *,int,const char *) - A reentrant version of fdopen(int,const char *).
- _fopen_r(struct _reent *,const char *,const char *) - A reentrant version of fopen(const char *,const char *).
- _fork_r(struct _reent *)
- _fstat_r(struct _reent *,int,struct stat *) - A reentrant version of fstat(int,struct stat *).
- _fsync_r(struct _reent *,int) - A reentrant version of fsync(int).
- _getchar_r(struct _reent *) - A reentrant version of getchar(void).
- _getcwd_r(struct _reent *,char *,size_t) - A reentrant version of getcwd(char *,size_t).
- _getenv_r(struct _reent *,const char *) - A reentrant version of getenv(const char *).
- _gethostbyaddr_r(struct _reent *,const char *,int,int) - Get the internet name of the host by address.
- _gethostbyname_r(struct _reent *,const char *) - Get the internet name of the host by name.
- _getpeername_r(struct _reent *,int,struct sockaddr *,size_t *)
- _gets_r(struct _reent *,char *) - A reentrant version of gets(char *).
- _getsockname_r(struct _reent *,int,struct sockaddr *,size_t *)
- _getsockopt_r(struct _reent *,int,int,int,void *,size_t *)
- _inet_ntoa_r(struct _reent *,struct)
- _init_reent(struct _reent *,void *)
- _ioctl_r(struct _reent *,int,int,void *) - A reentrant version of ioctl(int,int,void *,TRequestStatus &).
- _iprintf_r(struct _reent *,const char *,...)
- _kill_r(struct _reent *,int,int)
- _link_r(struct _reent *,const char *,const char *)
- _listen_r(struct _reent *,int,int)
- _lseek_r(struct _reent *,int,_off_t,int)
- _mkdir_r(struct _reent *,const char *,mode_t) - A reentrant version of mkdir(const char *,mode_t).
- _mkstemp_r(struct _reent *,char *)
- _mktemp_r(struct _reent *,char *)
- _mstats_r(struct _reent *,char *)
- _open_r(struct _reent *,const char *,int,int) - A reentrant version of open(const char *,int,...).
- _opendir_r(struct _reent *,const char *) - A reentrant version of opendir(const char *).
- _perror_r(struct _reent *,const char *) - A reentrant version of perror(const char *).
- _popen3_r(struct _reent *,const char *,const char *,char **,int) - A reentrant version of a popen3(const char *,const char *,char **,int).
- _printf_r(struct _reent *,const char *,...) - A reentrant version of printf(const char *,...).
- _putchar_r(struct _reent *,int) - A reentrant version of putchar(int).
- _puts_r(struct _reent *,const char *) - Writes the given string to stdout, appending a newline.
- _rand_r(struct _reent *) - Reentrant versions of rand(void)
- _read_r(struct _reent *,int,char *,size_t) - A reentrant version of read(int,char *,size_t).
- _readdir_r(struct _reent *,DIR *) - A reentrant version of readdir(DIR *).
- _realpath_r(struct _reent *,const char *,char *) - A reentrant version of realpath(const char *,char *).
- _reclaim_reent(struct _reent *) - The struct _reent is managed on a per-thread basis by EPOC32, so there is no glo...
- _recv_r(struct _reent *,int,char *,size_t,int)
- _recvfrom_r(struct _reent *,int,char *,size_t,int,struct sockaddr *,size_t *)
- _REENT_INIT(struct _reent *)
- _rename_r(struct _reent *,const char *,const char *) - A reentrant version of rename(const char *,const char *).
- _rmdir_r(struct _reent *,const char *) - A reentrant version of rmdir(const char *).
- _scanf_r(struct _reent *,const char *,...) - A reentrant version of scanf(const char *,...).
- _send_r(struct _reent *,int,const char *,size_t,int)
- _sendto_r(struct _reent *,int,const char *,size_t,int,struct sockaddr *,size_t)
- _setenv_r(struct _reent *,const char *,const char *,int) - A reentrant version of setenv(const char *,const char *,int).
- _setsockopt_r(struct _reent *,int,int,int,void *,size_t)
- _shutdown_r(struct _reent *,int,int)
- _socket_r(struct _reent *,int,int,int)
- _sprintf_r(struct _reent *,char *,const char *,...) - A reentrant version of sprintf(char *,const char *,...).
- _srand_r(struct _reent *,unsigned) - Reentrant versions of srand(unsigned)
- _stat_r(struct _reent *,const char *,struct stat *) - A reentrant version of stat(const char *,struct stat *).
- _strtoul_r(struct _reent *,const char *,char **,int)
- _system_r(struct _reent *,const char *) - A reentrant version of system(const char *).
- _tempnam_r(struct _reent *,char *,char *)
- _tmpfile_r(struct _reent *) - Open a temporary file. Creates a temporary binary file for update. The filename ...
- _tmpnam_r(struct _reent *,char *) - A reentrant version of tmpnam(char *).
- _unlink_r(struct _reent *,const char *) - A reentrant version of unlink(const char *).
- _unsetenv_r(struct _reent *,const char *) - A reentrant version of unsetenv(const char *).
- _vfprintf_r(struct _reent *,FILE *,const char *,__e32_va_list) - A reentrant version of vfprintf(FILE *,const char *,__e32_va_list).
- _wait_r(struct _reent *,int *) - A reentrant version of wait(int *).
- _waitpid_r(struct _reent *,int,int *,int) - A reentrant version of waitpid(pid_t,int *,int).
- _wchdir_r(struct _reent *,const wchar_t *) - A reentrant version of wchdir(const wchar_t *).
- _wchmod_r(struct _reent *,const wchar_t *,mode_t) - A reentrant version of wchmod(const wchar_t *,mode_t).
- _wfdopen_r(struct _reent *,int,const wchar_t *) - A reentrant version of wfdopen(int,const wchar_t *).
- _wfopen_r(struct _reent *,const wchar_t *,const wchar_t *) - A reentrant version of wfopen(const wchar_t *,const wchar_t *).
- _wgetcwd_r(struct _reent *,wchar_t *,size_t) - A wide-character version of reentrant of getcwd(char *,size_t).
- _wgetenv_r(struct _reent *,const wchar_t *) - A reentrant version of wgetenv(const wchar_t *).
- _wmkdir_r(struct _reent *,const wchar_t *,mode_t) - A reentrant version of wmkdir(const wchar_t *,mode_t).
- _wopen_r(struct _reent *,const wchar_t *,int,int) - A reentrant version of wopen(const wchar_t *,int,...).
- _wopendir_r(struct _reent *,const wchar_t *) - A reentrant version of wopendir(const wchar_t *).
- _wpopen3_r(struct _reent *,const wchar_t *,const wchar_t *,wchar_t **,int) - A wide-character version of reentrant of popen3(const char *,const char *,char *...
- _wrealpath_r(struct _reent *,const wchar_t *,wchar_t *) - A wide-character version of reentrant of realpath(const char *,char *).
- _wrename_r(struct _reent *,const wchar_t *,const wchar_t *) - A wide-character version of reentrant of rename(const char *,const char *).
- _write_r(struct _reent *,int,const char *,size_t) - A reentrant version of write(int,const char *,size_t).
- _wrmdir_r(struct _reent *,const wchar_t *) - A reentrant version of wrmdir(const wchar_t *).
- _wsetenv_r(struct _reent *,const wchar_t *,const wchar_t *,int) - A reentrant version of wsetenv(const wchar_t *,const wchar_t *,int).
- _wstat_r(struct _reent *,const wchar_t *,struct stat *) - A reentrant version of wstat(const wchar_t *,struct stat *).
- _wsystem_r(struct _reent *,const wchar_t *) - A wide-character version of reentrant of system(const char *).
- _wtmpnam_r(struct _reent *,wchar_t *) - A reentrant version of wtmpnam(wchar_t *).
- _wunlink_r(struct _reent *,const wchar_t *) - A wide-character version of reentrant of unlink(const char *).
- _wunsetenv_r(struct _reent *,const wchar_t *) - A reentrant version of wunsetenv(const wchar_t *).
- abort(void) - ...
- abs(int) - Return absolute value of integer parameter.
- abs(int) - ...
- Abs(T) -
Returns an absolute value.
- accept(int,struct sockaddr *,size_t *) - accepts a connection on a socket. An incoming connection is acknowledged and ass...
- accept(int,struct sockaddr *,socklen_t *) - ...
- access(const char *,int) - ...
- acos(double) - Calculate arccosine. Performs the trigonometric arc cosine operation on x and re...
- acosf(float)
- acoshf(float)
- adjtime(const struct timeval *,struct timeval *) - ...
- Align2(T) -
Aligns the specified value onto a 2-byte boundary.
- Align4(T) -
Aligns the specified value onto a 4-byte boundary.
- alphasort(const void *,const void *)
- asctime(const struct tm *) - Convert tm structure to string. Converts data pointed by tim_p to a string conta...
- asctime(const struct tm *)
- asctime_r(const struct tm *,char *) - A reentrant version of asctime(const struct tm *).
- asctime_r(const struct tm *,char *)
- asin(double) - Calculate arcsine. Performs the trigonometric arc sine operation on x and return...
- asinf(float)
- asinh(double)
- asinhf(float)
- asprintf(char **,const char *,...)
- atan(double) - Calculate arctangent. Performs the trigonometric arctangent operation on x and r...
- atan(double)
- atan2(double,double) - Calculate arctangent, 2 parameters. Performs the trigonometric arctangent operat...
- atan2(double,double)
- atan2f(float,float)
- atanf(float)
- atanh(double)
- atanhf(float)
- atexit(void(*)(void)) - ...
- atof(const char *) - Convert string to double. Parses string interpreting its content as a floating p...
- atof(const char *) - ...
- atoi(const char *) - Convert string to integer. Parses string interpreting its content as a number an...
- atoi(const char *) - ...
- atol(const char *) -
This description also covers the following functions - atoll(const char *)
- bcmp(const void *,const void *,size_t) - ...
- bcopy(const void *,void *,size_t) -
Examples:
- be16dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- be16enc(void *,uint16_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- be32dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- be32enc(void *,uint32_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- be64dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- be64enc(void *,uint64_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- bind(int,const struct sockaddr *,socklen_t) -
Examples:
- bind(int,struct sockaddr *,size_t) - Associate that socket with a port.
- bindresvport(int,struct sockaddr_in *) - ...
- bintime2timespec(const struct bintime *,struct timespec *) - Static inline funtion
- bintime2timeval(const struct bintime *,struct timeval *) - Static inline funtion
- bintime_add(struct bintime *,const struct bintime *) - Static inline funtion. Function for reading the time.
- bintime_addx(struct bintime *,uint64_t) - Static inline funtion. Function for reading the time.
- bintime_sub(struct bintime *,const struct bintime *) - Static inline funtion. Function for reading the time.
- brk(const void *) - ...
- bsearch(const void *,const void *,size_t,size_t,int(*)(const void *, const void *)) - searches an array beginning at <[base]> for any element that matches <[...
- bsearch(const void *,const void *,size_t,size_t,int(*)(const void *, const void *)) - ...
- btowc(int) - ...
- bzero(void *,size_t) -
Examples:
- calloc(size_t,size_t)
- calloc(size_t,size_t)
- CApaDocument::DetachFromStoreL(CPicture::TDetach) - Restores the document to the extent that it does not need the store further.
- CApaModelHeader::DetachFromStoreL(CPicture::TDetach) - Restores the model to the specified degree.
- CBluetoothSocket::Shutdown(RSocket::TShutdown) - Shuts down a connected socket. (The socket cannot be null. ...
- CBluetoothSocket::Shutdown(RSocket::TShutdown,const TDesC8 &,TDes8 &) - Reserved for future. The socket must not be null. (...
- CBNFParser::AndL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an EAnd rule node.
- CBNFParser::ExactL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an EExact rule node.
- CBNFParser::NMoreL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an ENMore rule node.
- CBNFParser::OptionalL(CBNFNode &,CFragmentedString::TStringMatch &)
- CBNFParser::OrL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an EOr rule node.
- CBNFParser::PerformRuleL(CBNFNode &,CFragmentedString::TStringMatch &) - Handles a node in the rule tree.
- CBNFParser::RangeL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an ERange rule node.
- CBNFParser::ReferenceL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes a reference rule node.
- CBNFParser::SelectL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an ESelect rule node.
- CBNFParser::WithoutL(CBNFNode &,CFragmentedString::TStringMatch &) - Processes an EWithout rule node.
- cbrtf(float)
- CBufferedImageDecoder::OpenL(const TDesC8 &,const CImageDecoder::TOptions,const TUid,const TUid,const TUid) - Creates a decoder for the image in the source buffer.
- CBufferedImageDecoder::OpenL(const TDesC8 &,const TDesC8 &,const CImageDecoder::TOptions) - Creates a decoder for the image in the source buffer. The client supplies a MIME...
- CCalChangeNotificationFilter::NewL(MCalChangeCallBack2::TChangeEntryType,TBool,const CalCommon::TCalTimeRange &) - Construction function for the filter.
- CCalContent::SetContentL(TDesC8 *,TDesC8 *,CCalContent::TDisposition) - Takes ownership of the data or link to data.
- CCalEntry::NewL(TType,HBufC8 *,TMethod,TUint,const TCalTime &,CalCommon::TRecurrenceRange) - Allocates and constructs a new entry of the specified type, Global UID, sequence...
- CCalEntry::NewL(TType,HBufC8 *,TMethod,TUint,const TCalTime &,CalCommon::TRecurrenceRange)
- CCalEntryView::DeleteL(const CalCommon::TCalTimeRange &,CalCommon::TCalViewFilter,MCalProgressCallBack &) - Deletes a subset of the model's entries. The entries affected are those which oc...
- CCalEntryView::DeleteL(const CalCommon::TCalTimeRange &,CalCommon::TCalViewFilter,MCalProgressCallBack &)
- CCalInstanceView::DeleteL(CCalInstance *,CalCommon::TRecurrenceRange) - Deletes this instance, and other instances of this entry as required.
- CCalInstanceView::DeleteL(CCalInstance *,CalCommon::TRecurrenceRange)
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const - Gets all instances found in the specified date range, filtered as required.
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &)const
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &,const
TCalSearchParams &)const - Gets all unexcepted instances found in the specified date range, filtered as req...
- CCalInstanceView::FindInstanceL(RPointerArray< CCalInstance > &,CalCommon::TCalViewFilter,const CalCommon::TCalTimeRange &,const
TCalSearchParams &)const
- CCalInstanceView::NextInstanceL(CalCommon::TCalViewFilter,const TCalTime &)const - Gets the next day with an instance on it that matches the filter.
- CCalInstanceView::NextInstanceL(CalCommon::TCalViewFilter,const TCalTime &)const
- CCalInstanceView::PreviousInstanceL(CalCommon::TCalViewFilter,const TCalTime &)const - Gets the previous day with an instance on it that matches the filter.
- CCalInstanceView::PreviousInstanceL(CalCommon::TCalViewFilter,const TCalTime &)const
- CCalInstanceView::TCalSearchParams::TCalSearchParams(const TDesC &,CalCommon::TCalSearchBehaviour) - Constructor for the search parameter data structure.
- CCalInstanceView::TCalSearchParams::TCalSearchParams(const TDesC &,CalCommon::TCalSearchBehaviour)
- CCalSession::StartChangeNotification(MCalChangeCallBack *,MCalChangeCallBack::TChangeEntryType,TBool,TTime,TTime) - Start notification of any changes to calendar entries. These changes can be filt...
- CCalSession::StartChangeNotification(MCalChangeCallBack *,MCalChangeCallBack::TChangeEntryType,TBool,TTime,TTime)
- CCamera::CCameraAdvancedSettings::GetDigitalZoomStepsForStillL(RArray< TInt > &,TValueInfo &,TInt,CCamera::TFormat,TBool &)const - Get the digital zoom steps for the still image when a particular image format an...
- CCamera::CCameraAdvancedSettings::GetDigitalZoomStepsForVideoL(RArray< TInt > &,TValueInfo &,TInt,TInt,CCamera::TFormat,TBool
&,CCamera::TExposure)const - Get the digital zoom steps for the video when a particular video frame format, s...
- CCamera::CCameraAdvancedSettings::SetExposureMode(CCamera::TExposure) - Sets the exposure mode of the camera. Triggers a KUidECamEventCameraSettingExpos...
- CCamera::CCameraAdvancedSettings::SetFlashMode(CCamera::TFlash) - Sets the flash mode.
- CCamera::CCameraAdvancedSettings::SetWhiteBalanceMode(CCamera::TWhiteBalance) - Sets the white balance adjustment of the camera.
- CCharacterSetConverterPluginInterface::ConvertFromUnicode(CCnvCharacterSetConverter::TEndianness,const TDesC8 &,TDes8 &,const
TDesC16 &,CCnvCharacterSetConverter::TArrayOfAscendingIndices &) - A function prototype which must be implemented by a character conversion plug-in...
- CCharacterSetConverterPluginInterface::ConvertToUnicode(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt
&,TInt &,TInt &) - A function prototype which must be implemented by a character conversion plug-in...
- CCHFContentLoader::NewL(RFile &,MCHFContentLoaderObserver &,CCHFSession &,MCHFParent &,const TRect &,ContentAccess::TIntent) - Creates a new CCHFContentLoader
- CCHFDataSupplier::GetContentAccessIntent(ContentAccess::TIntent &)const - The public calling API for getting the content-access intent.
- CCHFDataSupplier::GetContentAccessIntent(ContentAccess::TIntent *&) - The private virtual function for getting the content-access intent value by non-...
- CCHFDataSupplier::NewFromFileHandleL(RFile &,TUint,ContentAccess::TIntent) - Creates a CCHFDataSupplier object given a file-handle (rather than a URI).
- CCHFDataSupplier::SetContentAccessIntent(ContentAccess::TIntent) - The public calling API for setting the content-access intent.
- CCnvCharacterSetNames::NewL(RFs &,const TArray< CCnvCharacterSetConverter::SCharacterSet > &) - Allocates and constructs a localised list of character set encoding names.
- CCnvCharacterSetNames::NewLC(RFs &,const TArray< CCnvCharacterSetConverter::SCharacterSet > &) - Allocates and constructs a localised list of character set encoding names. Puts ...
- CCoeBrushAndPenContext::SetBrushStyle(CWindowGc::TBrushStyle) - Sets the brush style.
- CCoeControl::HandleControlArrayEventL(CCoeControlArray::TEvent,const CCoeControlArray *,CCoeControl *,TInt) - Handles events generated by the CCoeControlArray.
- CCoeControl::ReportEventL(MCoeControlObserver::TCoeEvent) - Sends an event to the control's observer (if the control has one).
- CDaModel::UpdateAllViewsL(MDaObserver::TNotification) - Sends a specified event to the database engine observer.
- ceil(double) - Round up a value. Returns the smallest integer that is greater or equal to x
- ceilf(float)
- CFbsBitGc::DrawPolygon(const CArrayFix< TPoint > *,CGraphicsContext::TFillRule) - Draws and fills a polygon defined using a list of points.
- CFbsBitGc::DrawPolygon(const TPoint *,TInt,CGraphicsContext::TFillRule) - Draws and fills a polygon defined using a list of points.
- chdir(const char *) - ...
- chmod(const char *,mode_t) - Sets the access permissions for the file whose name is given by pathname to the ...
- chmod(const char *,mode_t) - The file permission bits of the file named specified by _path or referenced by t...
- chown(const char *,uid_t,gid_t) - ...
- CImageDecoder::FileNewL(RFile &,const TDesC8 &,ContentAccess::TIntent,const TOptions) - Create a decoder for the image in the named file. The client supplies a MIME typ...
- CImageDecoder::FileNewL(RFile &,ContentAccess::TIntent,const TOptions,const TUid,const TUid,const TUid) - Creates a decoder for the image in the named file. If the client supplies an ima...
- CImageDecoder::FileNewL(RFs &,const TDesC &,const TDesC8 &,ContentAccess::TIntent,const TOptions) - Create a decoder for the image in the named file. The client supplies a MIME typ...
- CImageDecoder::FileNewL(RFs &,const TDesC &,ContentAccess::TIntent,const TOptions,const TUid,const TUid,const TUid) - Creates a decoder for the image in the named file. If the client supplies an ima...
- CImageDecoder::SetAgentProperty(ContentAccess::TAgentProperty,TInt) - Sets the properties for the Image decoder.
- CleanupArrayDeletePushL(T *) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupArrayDeletePushL(T *) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupClosePushL(T &) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupClosePushL(T &) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupDeletePushL(T *) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupDeletePushL(T *) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupReleasePushL(T &) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- CleanupReleasePushL(T &) -
Constructs and pushes a TCleanupItem object onto the cleanup stack.
- clearerr(FILE *) - Reset error indicators. Reset error and EOF indicators of the given stream.
- clearerr(FILE *) - ...
- clock(void) - Return number of clock ticks since process start. Returns the number of clock ti...
- clock(void) - ...
- clock_getcpuclockid(pid_t,clockid_t *)
- clock_getres(clockid_t,struct timespec *)
- clock_gettime(clockid_t,struct timespec *) - The clock_gettime and clock_settime allow the calling process to retrieve or set...
- clock_settime(clockid_t,const struct timespec *)
- close(int) - ...
- closedir(DIR *) - closes the directory stream that dirp refers to. The memory associated with the ...
- closedir(DIR *)
- CloseSTDLIB() - Support for explicit release of all STDLIB resources belonging to this thread
- CMMFFile::Data(ContentAccess::CData *&) - Returns access to internal CData property
- CMMFFile::EvaluateIntent(ContentAccess::TIntent)const - Evaluates a given intent against the rights associated with the file.
- CMMFFile::ExecuteIntent(ContentAccess::TIntent) - Evaluates and executes a given intent against the rights associated with the fil...
- CMMFFile::SetAgentProperty(ContentAccess::TAgentProperty,TInt)
- CMMFVideoDecodeHwDevice::GetBitstreamCounters(CMMFDevVideoPlay::TBitstreamCounters &) - Reads various counters related to the received input bitstream and coded data un...
- CMMFVideoDecodeHwDevice::GetBufferOptions(CMMFDevVideoPlay::TBufferOptions &) - Gets the video decoder buffer options actually in use. This can be used before c...
- CMMFVideoDecodeHwDevice::SetBufferOptionsL(const CMMFDevVideoPlay::TBufferOptions &) - Sets decoder buffering options. See [3] for a description of the options availab...
- CMMFVideoPlayHwDevice::GetComplexityLevelInfo(TUint,CMMFDevVideoPlay::TComplexityLevelInfo &) - Gets information about a computational complexity level. This method can be call...
- CMMFVideoPlayHwDevice::GetPictureCounters(CMMFDevVideoPlay::TPictureCounters &) - Reads various counters related to decoded pictures. The counters are reset when ...
- CMMFVideoRecordHwDevice::GetPictureCounters(CMMFDevVideoRecord::TPictureCounters &) - Reads various counters related to processed video pictures. See the definition o...
- CMMRdsTunerUtility::StationSearchByProgrammeIdentifier(TRdsProgrammeIdentifier,TFrequency,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TBool) - Find a radio station, with the specified programme identifier starting at the st...
- CMMRdsTunerUtility::StationSearchByProgrammeType(TRdsProgrammeType,TFrequency,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TBool) - Find a radio station, of the specified programme type starting at the start freq...
- CMMRdsTunerUtility::StationSearchByRds(TFrequency,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TBool) - Find a radio station which contains RDS data starting at the start frequency and...
- CMMRdsTunerUtility::StationSearchByTrafficProgramme(TBool,TFrequency,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TBool) - Find a radio station, with the specified traffic programme flag value starting a...
- CMMTunerScannerUtility::StationScan(TChannel,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TTimeIntervalMicroSeconds32,TBool) - Continuously scan for a radio station, pausing for the time specified before con...
- CMMTunerScannerUtility::StationScan(TFrequency,CMMTunerUtility::TTunerBand,CMMTunerUtility::TSearchDirection,TTimeIntervalMicroSeconds32,TBool) - Continuously scan for a radio station, pausing for the time specified before con...
- CnvUtilities::ConvertFromUnicode(CCnvCharacterSetConverter::TEndianness,const TDesC8 &,TDes8 &,const TDesC16 &,CCnvCharacterSetConverter::TArrayOfAscendingIndices
&,const TArray< SCharacterSet > &) - Converts Unicode text into a complex foreign character set encoding. This is an ...
- CnvUtilities::ConvertFromUnicode(CCnvCharacterSetConverter::TEndianness,const TDesC8 &,TDes8 &,const TDesC16 &,CCnvCharacterSetConverter::TArrayOfAscendingIndices
&,const TArray< SCharacterSet > &,TUint &,TUint) - Converts Unicode text into a complex foreign character set encoding. This is an ...
- CnvUtilities::ConvertToUnicodeFromHeterogeneousForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt
&,TInt &,const TArray< SMethod > &) - Converts text from a non-modal complex character set encoding (e.g. Shift-JIS or...
- CnvUtilities::ConvertToUnicodeFromHeterogeneousForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt
&,TInt &,const TArray< SMethod > &,TUint &,TUint)
- CnvUtilities::ConvertToUnicodeFromModalForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt
&,TInt &,const TArray< SState > &) - Converts text from a modal foreign character set encoding into Unicode.
- CnvUtilities::ConvertToUnicodeFromModalForeign(CCnvCharacterSetConverter::TEndianness,TDes16 &,const TDesC8 &,TInt &,TInt
&,TInt &,const TArray< SState > &,TUint &,TUint)
- ColorUtils::GetRgbDerivedBorderColors(TGulBorder::TColors &,TRgb,TDisplayMode) - Gets the colours to use for a control's border.
- confstr(int,char *,size_t) - ...
- connect(int,const struct sockaddr *,socklen_t) - ...
- connect(int,struct sockaddr *,size_t) - Used by a client program to establish communication with a remote entity
- copysign(double,double) - Constructs a number with the magnitude (absolute value) of its first argument, x...
- copysignf(float,float)
- copysignl(long,long)
- cos(double) - Calculate cosine. Performs the trigonometric cosine operation on x returning a v...
- cos(double)
- cosf(float)
- cosh(double)
- cosh(double)
- coshf(float)
- CPolygonFiller::Construct(const CArrayFix< TPoint > *,CGraphicsContext::TFillRule,TUsage) - An overloaded version of Construct which allows the list of points to be passed ...
- CPolygonFiller::Construct(const TPoint *,TInt,CGraphicsContext::TFillRule,TUsage) - Takes a list of points to be the points for the new polygon and sets the number ...
- creat(const char *,mode_t) -
This interface is made obsolete by: open
- CSubConSIPAuthenticateParamSet::NewL(CSubConParameterFamily &,CSubConParameterFamily::TParameterSetType) - Creates a new SubConSIPAuthenticate parameter set object.
- CSubConSIPInviteParamSet::NewL(CSubConParameterFamily &,CSubConParameterFamily::TParameterSetType) - Creates a new SubConSIPInvite parameter set object.
- CSubConSIPSubscribeParamSet::NewL(CSubConParameterFamily &,CSubConParameterFamily::TParameterSetType) - Creates a new SubConSIPSubscribe parameter set object.
- ctime(const time_t *) - Convert time_t value to string. Converts tim_p to a string containing time and d...
- ctime(const time_t *) - ...
- ctime_r(const time_t *,char *) - A reentrant version of ctime(const time_t *).
- ctime_r(const time_t *,char *)
- CTzLocalizer::GetFrequentlyUsedZoneCityL(const CTzLocalizedTimeZone::TTzFrequentlyUsedZone) - Gets the city that was used to set the specified cached time zone. The calling f...
- CTzLocalizer::GetFrequentlyUsedZoneL(const CTzLocalizedTimeZone::TTzFrequentlyUsedZone) - Gets the cached time zone identified by aFrequentlyUsedZone. The calling functio...
- CTzLocalizer::SetFrequentlyUsedZoneL(const CTzLocalizedCity &,const CTzLocalizedTimeZone::TTzFrequentlyUsedZone) - Sets the value of the specified cached zone to be the zone which aCity is locate...
- CTzLocalizer::SetFrequentlyUsedZoneL(const CTzLocalizedTimeZone &,const CTzLocalizedTimeZone::TTzFrequentlyUsedZone) - Sets the value of the specified cached time zone.
- CTzLocalizer::SetFrequentlyUsedZoneL(TInt,const CTzLocalizedTimeZone::TTzFrequentlyUsedZone) - Sets the ID of the specified cached time zone.
- CVideoPlayerUtility::GetFrameL(TDisplayMode,ContentAccess::TIntent) - Gets the current frame. The current frame is requested, and will be sent to the ...
- CWapBoundCLPushService::Connect(Wap::TBearer,Wap::TPort,TBool) - Connects to the WAP stack, opening an endpoint that can be used to listen for Pu...
- CWapBoundCLPushService::Connect(Wap::TBearer,Wap::TPort,TBool,TInetAddr) - Connects to the WAP stack, opening an endpoint that can be used to listen for Pu...
- CWapBoundCLPushService::GetBearer(Wap::TBearer &) - Gets the bearer on which a received datagram arrived.
- CWapBoundCLPushService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapBoundCLWSPService::Connect(Wap::TBearer,Wap::TPort,TBool) - Connects to the WAP stack, opening an endpoint that can be used for S-Unit-Metho...
- CWapBoundCLWSPService::GetBearer(Wap::TBearer &) - Gets the bearer on which a received datagram arrived.
- CWapBoundCLWSPService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapBoundCLWSPService::MethodInvoke(Wap::TBearer,const TDesC8 &,Wap::TPort,TUint,const TDesC &,const TDesC8 &,const TDesC8
&,const TUint8) - Sends a request to a remote endpoint.
- CWapBoundDatagramService::Connect(Wap::TBearer,Wap::TPort) - Connects to the WAP stack, opening an endpoint that can be used to listen for su...
- CWapBoundDatagramService::Connect(Wap::TBearer,Wap::TPort,TInetAddr) - Connects to the WAP stack, opening an endpoint that can be used to listen for su...
- CWapBoundDatagramService::GetBearer(Wap::TBearer &) - Gets the bearer on which a received datagram arrived.
- CWapBoundDatagramService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapBoundDatagramService::RecvFrom(TDes8 &,Wap::TPort &,TDes8 &,TBool &,TRequestStatus &,TUint32) - Receives data on a bound port.
- CWapBoundDatagramService::SendTo(const TDesC8 &,Wap::TPort,const TDesC8 &,Wap::TBearer) - Sends data to a remote endpoint.
- CWapFullySpecCLPushService::Connect(const TDesC8 &,Wap::TPort,Wap::TBearer,TBool) - Connects to the WAP stack, opening an endpoint that can be used to listen for Pu...
- CWapFullySpecCLPushService::Connect(const TDesC8 &,Wap::TPort,Wap::TBearer,TBool,TInetAddr) - Connects to the WAP stack, opening an endpoint that can be used to listen for Pu...
- CWapFullySpecCLPushService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapFullySpecCLWSPService::Connect(const TDesC8 &,Wap::TPort,Wap::TBearer,TBool) - Connects to the WAP stack, opening an endpoint that can be used to listen for Pu...
- CWapFullySpecCLWSPService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapFullySpecDatagramService::Connect(const TDesC8 &,Wap::TPort,Wap::TBearer) - Connects to the WAP stack, opening an endpoint that can be used to listen for su...
- CWapFullySpecDatagramService::Connect(const TDesC8 &,Wap::TPort,Wap::TBearer,TInetAddr) - Connects to the WAP stack, opening an endpoint that can be used to listen for su...
- CWapFullySpecDatagramService::GetLocalPort(Wap::TPort &) - Gets the local port of this endpoint.
- CWapMessageUtils::GetLocalAddressesL(RArray< Wap::TAddressInfo > &) - Gets a list of all the available network interface addresses.
- CWordModelHeaderV2::DetachFromStoreL(CPicture::TDetach) - Calls CWordModelHeaderV2::DetachFromStoreL(CPicture::TDetach) on the engine's co...
- CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach) - Calls CWordModelHeaderV3::DetachFromStoreL(CPicture::TDetach) on the engine's co...
- difftime(time_t,time_t) - Return difference between two times. Calculates the time difference between tim1...
- difftime(time_t,time_t)
- div(int,int) - Divide two integer values. numer is divided by denom. Quotient and remainder are...
- div(int,int) - ...
- dlclose(void *)
- dlerror(void) - Refer to dlopen(const char *,int) for the documentation
- dlopen(const char *,int) - These functions provide interfaces to the services of the Symbian Loader Server....
- dlsym(void *,const char *)
- DrawUtils::DrawText(CGraphicsContext &,const TDesC &,const TRect &,TInt,CGraphicsContext::TTextAlign,TInt,const CFont *) - Draws text inside a rectangle.
- drem(double,double)
- dup(int) - ...
- dup2(int,int)
- endgrent(void) - Refer to getgrent(void) for the documentation
- endpwent(void) - Refer to getpwent(void) for the documentation
- endservent(void) - Refer to getservent(void) for the documentation
- erf(double)
- erfc(double)
- erfcf(float)
- erff(float)
- exit(int)
- exp(double) - Calculate exponential. Returns the exponential value of parameter arg1.
- exp(double) - The exp2 and exp2f functions compute the base 2 exponential of the given argumen...
- exp2(double)
- exp2f(float)
- expf(float)
- expm1(double) - Calculate the exponential of x and subtract 1 that is raised to the power x minu...
- expm1(double) - The expm1 and expm1f functions compute the value exp(x)-1 accurately even for ti...
- expm1f(float) - The expm1 and expm1f functions compute the value exp(x)-1 accurately even for ti...
- fabs(double) - Return absolute value of floating-point. Returns the absoulte value of parameter...
- fabs(double) - ...
- fabsf(float)
- fabsl(long)
- fchdir(int)
- fchmod(int,mode_t)
- fclose(FILE *) - Close a stream. Close the file associated with the specified stream after flushi...
- fclose(FILE *) - ...
- fcntl(int,int,...) - The fcntl system call provides for control over descriptors. The argument fd is ...
- fdatasync(int) - ...
- fdimf(float,float)
- fdiml(long,long)
- fdopen(int,const char *) - This function associates a stream with an open file descriptor. A stream is a po...
- fdopen(int,const char *)
- feclearexcept(int) - clear floating-point exception
- fedisableexcept(int) - disable floating-point exception
- feenableexcept(int) - enable floating-point exception
- fegetenv(fenv_t *) - get current floating-point environment
- fegetexcept(void) - get floating-point status flags
- fegetexceptflag(fexcept_t *,int) - get floating-point status flags
- fegetround(void) - get current rounding direction
- feholdexcept(fenv_t *) - save current floating-point environment
- feof(FILE *) - Check if End Of File has been reached.
- feof(FILE *)
- FepObserverHandleStartOfTransactionL(MCoeFepObserver &) - Handles the start of a FEP transaction.
- feraiseexcept(int) - raise floating-point exception
- ferror(FILE *) - Check for errors.
- ferror(FILE *)
- fesetenv(const fenv_t *) - set current floating-point environment
- fesetexceptflag(const fexcept_t *,int) - set floating-point status flags
- fesetround(int) - set current rounding direction
- fetestexcept(int) - test floating-point exception flags
- feupdateenv(const fenv_t *) - update floating-point environment
- fflush(FILE *) - Flush a stream. If the given stream has been opened for writing operations the o...
- fflush(FILE *) - ...
- ffs(int) - ...
- fgetc(FILE *) - Get the next character from a stream. Returns the next character of the stream a...
- fgetc(FILE *) - ...
- fgetpos(FILE *,fpos_t *) - Get position in a stream.
- fgetpos(FILE *,fpos_t *)
- fgets(char *,int,FILE *) - Get a string from a stream.
- fgets(char *,int,FILE *) - ...
- fileno(FILE *) - Routines in POSIX 1003.1.
- fileno(FILE *)
- findclose(intptr_t)
- finite(double) - Test for finity.
- finite(double)
- finitef(float)
- flockfile(FILE *) - ...
- floor(double) - Round down value. Returns the largest integer that is less than or equal to x
- floorf(float)
- fma(double,double,double)
- fmaf(float,float,float)
- fmaxf(float,float)
- fmaxl(long,long)
- fmin(double,double)
- fminf(float,float)
- fmod(double,double) - Return remainder of floating point division. Performs division arg1/arg2 and ret...
- fmod(double,double) - ...
- fmodf(float,float)
- fopen(const char *,const char *) - Open a file. Opens the file which name is stored in the filename string and retu...
- fopen(const char *,const char *) - ...
- fpathconf(int,int)
- fprintf(FILE *,const char *,...) - Print formatted data to a stream. Prints to the specified stream a sequence of a...
- fprintf(FILE *,const char *,...)
- fputc(int,FILE *) - Write character to stream.
- fputc(int,FILE *) - ...
- fputs(const char *,FILE *) - Write string to a stream. Writes string to the current position of the given str...
- fputs(const char *,FILE *) - ...
- fread(void *,size_t,size_t,FILE *) - Read block of data from a stream. Read count number of items each one with a siz...
- fread(void *,size_t,size_t,FILE *) - ...
- free(void *)
- free(void *)
- freeaddrinfo(struct addrinfo *)
- freopen(const char *,const char *,FILE *) - Reopen a stream with a different file and mode.
- freopen(const char *,const char *,FILE *)
- frexp(double,int *) - Get mantissa and exponent of floating-point value. Calculates mantissa (a floati...
- frexp(double,int *)
- frexpf(float,int *)
- fscanf(FILE *,const char *,...) - Read formatted data from a stream. Reads data from the current position of strea...
- fscanf(FILE *,const char *,...)
- fseek(FILE *,long,int)
- fseek(FILE *,long,int) - ...
- fsetpos(FILE *,const fpos_t *) - Reposition file pointer to a saved location.
- fsetpos(FILE *,const fpos_t *)
- fstat(int,struct stat *) - Gets information about the named file and writes it to the area that buf points ...
- fstat(int,struct stat *)
- fsync(int) - ...
- ftell(FILE *) - Return the current position in a stream. Returns the current position pointed by...
- ftell(FILE *)
- ftok(const char *,int) - ...
- ftruncate(int,off_t)
- ftrylockfile(FILE *)
- ftw(const char *,int(*)(const char *, const struct stat *, int),int) - ...
- funlockfile(FILE *)
- fwrite(const void *,size_t,size_t,FILE *)
- fwrite(const void *,size_t,size_t,FILE *)
- gai_strerror(int) - The gai_strerror function returns an error message string corresponding to the e...
- gamma(double)
- gammaf(float)
- getaddrinfo(const char *,const char *,const struct addrinfo *,struct addrinfo **) - ...
- getc(FILE *)
- getc(FILE *)
- getc_unlocked(FILE *)
- getchar(void) - Get the next character from stdin.Returns the next character from the standard i...
- getchar_unlocked(void) - Refer to fgetc(FILE *) for the documentation
- GetChunkL(RChunk *,CSystemMonitorError *,TBool *,TInt) - GetChunkL: Used by the InstrumentationHandler and the SystemMonitor to get a poi...
- getcwd(char *,size_t) - ...
- getdirentries(int,char *,int,long *) - ...
- getdtablesize(void) - ...
- getegid(void) - Refer to getgid(void) for the documentation
- getenv(const char *) - Get string from environment.
- getenv(const char *) - ...
- geteuid(void) - Refer to getuid(void) for the documentation
- getgid(void) - Note: This description also covers the following functions - getegid(void)
- getgrent(void) - Note: This description also covers the following functions - getgrnam(const char...
- getgrgid(gid_t)
- getgrgid_r(gid_t,struct group *,char *,size_t,struct group **)
- getgrnam(const char *) - Refer to getgrent(void) for the documentation
- getgrnam_r(const char *,struct group *,char *,size_t,struct group **)
- getgroups(int,gid_t) - ...
- gethostbyaddr(const char *,int,int) - Get the internet name of the host by address.
- gethostbyaddr(const char *,int,int)
- gethostbyname(const char *) - Get the internet name of the host by name.
- gethostbyname(const char *) - ...
- gethostname(char *,size_t) - ...
- getnameinfo(const struct sockaddr *,socklen_t,char *,size_t,char *,size_t,int) - ...
- getopt(int,char *,const char *) - ...
- getopt_long(int,char *const *,const char *,const struct option *,int *) - ...
- getpagesize(void) - The getpagesize function returns the number of bytes in a page. Page granularity...
- getpeername(int,struct sockaddr *,size_t *) - Returns the peer address of the specified socket.
- getpeername(int,struct sockaddr *,socklen_t *) - ...
- getpgid(pid_t)
- getpgrp(void) - Note: This description also covers the following functions - getpgid(pid_t)
- getpid(void) - NB. open is also declared in fcntl.h
- getpid(void) - Note: This description also covers the following functions - getppid(void)
- getppid(void) - Refer to getpid(void) for the documentation
- getpriority(int,int) - ...
- getprogname(void) - Refer to setprogname(const char *) for the documentation
- getprotobyname(const char *) - ...
- getprotobynumber(int)
- getpwent(void) - Note: This description also covers the following functions - getpwnam(const char...
- getpwnam(const char *)
- getpwnam_r(const char *,struct passwd *,char *,size_t,struct passwd **)
- getpwuid(uid_t)
- getpwuid_r(uid_t,struct passwd *,char *,size_t,struct passwd **)
- gets(char *) - Get a string from stdin. Reads characters from stdin and stores them into buffer...
- gets(char *)
- getservbyname(const char *,const char *)
- getservbyport(int,const char *)
- getservent(void) - Note: This description also covers the following functions - getservbyname(const...
- getsockname(int,struct sockaddr *,size_t *) - Returns the current name for the specified socket. The namelen parameter should ...
- getsockname(int,struct sockaddr *,socklen_t *) - ...
- getsockopt(int,int,int,void *,size_t *) - Manipulates options associated with a socket.
- getsockopt(int,int,int,void *,socklen_t *) - ...
- gettimeofday(struct timeval *,struct timezone *) - Intended Usage: The gettimeofday function obtains the current UTC time, which is...
- gettimeofday(struct timeval *,struct timezone *) - ...
- getuid(void) - Note: This description also covers the following functions - geteuid(void)
- getw(FILE *)
- getwchar(void) - Refer to fgetwc(struct __sFILE *) for the documentation
- getws(wchar_t *) - ...
- glob(const char *,int,int(*)(const char *, int),glob_t *) - generate pathnames matching a pattern. The glob(const char *,int,int(*)(const ch...
- globfree(glob_t *) - generate pathnames matching a pattern
- gmtime(const time_t *) - Convert time_t value to tm structure as UTC time. Converts timer to tm structure...
- gmtime(const time_t *)
- gmtime_r(const time_t *,struct tm *) - A reentrant version of gmtime(const time_t *).
- gmtime_r(const time_t *,struct tm *)
- htonl(uint32_t) - ...
- htonl(uint32_t) - ...
- htonl(unsigned long)
- htons(uint16_t)
- htons(uint16_t)
- hypot(double,double) -
Examples
- hypotf(float,float)
- iconv(iconv_t,const char **,size_t *,char **,size_t *) - ...
- iconv_close(iconv_t) - ...
- iconv_open(const char *,const char *) - ...
- if_freenameindex(struct if_nameindex *)
- if_indextoname(unsigned,char *)
- if_nameindex(void) - Refer to if_nametoindex(const char *) for the documentation
- if_nametoindex(const char *) - ...
- ilogb(double) -
Examples
- ilogbf(float)
- ilogbl(long)
- ImpurePtr(void) - Allocates memory for the library globals struct and returns a pointer to it. If ...
- ImpurePtr2(void) - This is a panic free version of ImpurePtr. It allocates memory for the library g...
- index(const char *,int)
- index(const char *,int) - ...
- inet_addr(const char *) - Ascii internet address interpretation routine.
- inet_addr(const char *) - The inet_pton function converts a presentation format address (that is, printabl...
- inet_aton(const char *,struct in_addr *) - Check whether "cp" is a valid ascii representation of an Internet addr...
- inet_aton(const char *,struct in_addr *)
- inet_lnaof(struct) - Return the local network address portion of an internet address; handles class a...
- inet_makeaddr(u_long,u_long)
- inet_netof(struct)
- inet_ntoa(struct)
- inet_ntoa(struct)
- inet_ntop(int,const void *,char *,socklen_t)
- inet_pton(int,const char *,void *)
- initgroups(const char *,gid_t) - ...
- InitialiseChunkL(CConfiguration *,CGlobalEventLogVars **,TInstrumentationEventInformation **,unsigned char *,TInt *) - InitialiseChunkL: Initialises the shared global memory. to store instrumentation...
- initstate(unsigned,char *,long)
- InternalizeL(CPrintPreviewImage::TMarginState &,RReadStream &) - Internalises the margin state from a read stream.
- ioctl(int,int,void *) - Performs a variety of device-specific control functions on device special files.
- ioctl(int,unsigned,...) - The ioctl system call manipulates the underlying device parameters of special fi...
- isalnum(int) - Tests whether the character is alphabetic or a decimal digit.
- isalnum(int) - ...
- isalpha(int) - Test for an alphabetic character. For Unicode, the function returns TRUE for all...
- isalpha(int) - ...
- isatty(int) - ...
- iscntrl(int) - Tests whether the character is a control character. For Unicode, the function re...
- iscntrl(int) - ...
- isdigit(int) - Tests whether the character is a standard decimal digit. For Unicode, this funct...
- isdigit(int) - ...
- isgraph(int) - Tests whether the character is a graphic character. For Unicode, graphic charact...
- isgraph(int) - ...
- isinf(double) - test for infinity or not-a-number
- islower(int) - Tests if character is a lowercase letter.
- islower(int) - ...
- isnan(double) - tests whether d is NaN
- isnanf(float) - test for infinity or not-a-number
- isprint(int) - Tests whether the character is a printable character. For Unicode, printable cha...
- isprint(int) - ...
- ispunct(int) - Tests whether the character is a punctuation character. For Unicode, punctuation...
- ispunct(int) - ...
- issetugid(void) - ...
- isspace(int) - Tests whether the character is a white space character. White space includes spa...
- isspace(int) - ...
- isupper(int) - Tests whether the character is uppercase.
- isupper(int) - ...
- iswalnum(wint_t) - ...
- iswalpha(wint_t) - ...
- iswblank(wint_t) - ...
- iswcntrl(wint_t) - ...
- iswctype(wint_t,wctype_t) - ...
- iswdigit(wint_t) - ...
- iswgraph(wint_t) - ...
- iswlower(wint_t) - ...
- iswprint(wint_t) - ...
- iswpunct(wint_t) - ...
- iswspace(wint_t) - ...
- iswupper(wint_t) - ...
- iswxdigit(wint_t) - ...
- isxdigit(int) - Tests whether the character is a hexadecimal digit (0-9, a-f, A-F).
- isxdigit(int) - ...
- j0f(float)
- j1(double)
- j1f(float)
- jn(int,double)
- jnf(int,float)
- labs(long) -
The labs function returns the absolute value of the long integer j.
- lchown(const char *,uid_t,gid_t)
- ldexp(double,int) - Get floating-point value from mantissa and exponent. Calculates the floating poi...
- ldiv(long,long) - ...
- le16dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- le16enc(void *,uint16_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- le32dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- le32enc(void *,uint32_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- le64dec(const void *) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- le64enc(void *,uint64_t) - Alignment-agnostic encode or decode bytestream to or from little or big endian.
- lgamma(double)
- lgamma_r(double,int *)
- lgammaf(float)
- lgammaf_r(float,int *)
- LibHexDumpMessagePartTracer(TLibTraceMessageType,char *,char *,VA_LIST *) -
Description: It Only logs/traces message without timestamp
- LibLineExecTracer(char *,int) -
Description: It Only logs filename and line no with timestamp.
- LibMessageTracer(TLibTraceMessageType,char *,VA_LIST *) -
Description: It Only logs/traces message without timestamp
- LibTracer(TLibTraceMessageType,char *,int,char *,...) -
Description: This is a message logging interface.
- LibTracerHexDump(TLibTraceMessageType,char *,int,char *,char *,...) -
Description: It dumps the message in hex format.
- LibTracerHexDumpMarkerList(TLibTraceMessageType,char *,int,char *,char *,VA_LIST *) -
Description: It dumps the message in hex format.
- LibTracerMarkerList(TLibTraceMessageType,char *,int,char *,VA_LIST *) -
Description: This is a message logging interface.
- LibTracerPartialHexDump(TLibTraceMessageType,char *,int,char *,char *,int) -
Description: It dumps the message in hex format of specific dumps.
- Lim(TInt,TUint) - ...
- LimX(TInt,TUint) - ...
- link(const char *,const char *) - ...
- listen(int,int) - Marks a connection-mode socket, specified by the socket argument fd, as acceptin...
- listen(int,int) - ...
- llabs(long) -
The llabs function returns the absolute value of j.
- lldiv(long,long) -
The lldiv_t type is defined as:
- llrintf(float)
- llround(double) - ...
- llroundf(float)
- localeconv(void) - Reports on the settings of the current locale.
- localeconv(void) - ...
- localtime(const time_t *) - Convert time_t value to tm structure as local time. Converts timer to tm structu...
- localtime(const time_t *)
- localtime_r(const time_t *,struct tm *) - A reentrant version of localtime(const time_t *).
- localtime_r(const time_t *,struct tm *)
- log(double) - Calculate natural logarithm. Returns the natural logarithm of parameter arg1
- log(double)
- log10(double) - Calculate logarithm base 10. Returns the logarithm base 10 of parameter arg1
- log10(double)
- log10f(float)
- log1p(double)
- log1pf(float)
- logbf(float)
- logf(float)
- longjmp(jmp_buf,int)
- longjmp(jmp_buf,int)
- lrint(double)
- lrintf(float)
- lround(double)
- lroundf(float)
- lseek(int,off_t,int) - ...
- lstat(const char *,struct stat *)
- MAbortDirectScreenAccess::AbortNow(RDirectScreenAccess::TTerminationReasons) - This function is called by the window server when direct screen access must stop...
- malloc(size_t)
- malloc(size_t) - ...
- Max(T,T) -
Returns the larger of two values.
- Max(T,TUint) - ...
- mblen(const char *,size_t) - If string is not a null pointer, the function returns the number of bytes in the...
- mblen(const char *,size_t) - ...
- mbrlen(const char *,size_t,mbstate_t *) - ...
- mbrtowc(wchar_t *,const char *,size_t,mbstate_t *) - ...
- mbsinit(const mbstate_t *) - ...
- mbsnrtowcs(wchar_t *,const char **,size_t,size_t,mbstate_t *)
- mbsrtowcs(wchar_t *,const char **,size_t,mbstate_t *) - ...
- mbstowcs(wchar_t *,const char *,size_t)
- mbstowcs(wchar_t *,const char *,size_t) - ...
- mbtowc(wchar_t *,const char *,size_t) - Converts the multibyte character addressed by s into the corresponding UNICODE c...
- mbtowc(wchar_t *,const char *,size_t) - ...
- MDialogProvider::CertificateConfirmationL(const RCertificate::TInfo &) - Intended Usage : Created a certificate confirmation dialog. Requests that the us...
- MDirectScreenAccess::Restart(RDirectScreenAccess::TTerminationReasons) - This function is called by the window server as soon as direct screen access can...
- memccpy(void *,const void *,int,size_t) - ...
- memchr(const void *,int,size_t) - Search buffer for a character. Searches the first num bytes of memory block poin...
- memchr(const void *,int,size_t) - ...
- memclr(TAny *,unsigned int) - A Nanokernel utility function that sets the specified number of bytes to binary ...
- memcmp(const void *,const void *,size_t)
- memcmp(const void *,const void *,size_t) - ...
- memcompare(const TUint8 *,TInt,const TUint8 *,TInt) - A Nanokernel utility function that compares two memory buffers for equality.
- memcpy(TAny *,const TAny *,unsigned int) - A Nanokernel utility function that copies bytes in memory.
- memcpy(void *,const void *,size_t)
- memcpy(void *,const void *,size_t) -
The memcpy function copies len bytes from string src to string dst.
- memmove(TAny *,const TAny *,unsigned int) - A Nanokernel utility function that moves (copies) bytes in memory.
- memmove(void *,const void *,size_t)
- memmove(void *,const void *,size_t) -
Examples:
- memset(TAny *,TInt,unsigned int) - A Nanokernel utility function that sets all of the specified number of bytes to ...
- memset(void *,int,size_t)
- memset(void *,int,size_t) -
Examples:
- MFepPointerEventHandlerDuringInlineEdit::HandlePointerEventInInlineTextL(TPointerEvent::TType,TUint,TInt) - This function is called when a pointer event is received within the inline text....
- MHWRMVibraObserver::VibraModeChanged(CHWRMVibra::TVibraModeState) - Called when the vibration setting in the user profile is changed.
- MHWRMVibraObserver::VibraStatusChanged(CHWRMVibra::TVibraStatus) - Called when the device vibration feature state changes
- Min(T,T) -
Returns the smaller of two values.
- Min(T,TUint) - ...
- mkdir(const char *,mode_t) - Creates a new directory with the specified path name. The file permissions of th...
- mkdir(const char *,mode_t) -
The directory _path is created with the access permissions specified by _mode.
- mkfifo(const char *,mode_t) - ...
- mkstemp(char *) - ...
- mktime(struct tm *) - Convert tm structure to time_t value. Checks the members of the tm structure pas...
- mktime(struct tm *)
- mmap(void *,size_t,int,int,int,off_t) - ...
- mmap(void *,size_t,int,int,int,off_t) - ...
- MMMFDRMCustomCommand::EvaluateIntent(ContentAccess::TIntent) - Evaluate a particular intent
- MMMFDRMCustomCommand::ExecuteIntent(ContentAccess::TIntent) - Executes a particular intent
- MMMFDRMCustomCommand::SetAgentProperty(ContentAccess::TAgentProperty,TInt)
- MMMFDRMCustomCommandImplementor::MdcEvaluateIntent(ContentAccess::TIntent) - Evaluate a particular intent
- MMMFDRMCustomCommandImplementor::MdcExecuteIntent(ContentAccess::TIntent) - Executes a particular intent
- MMMFDRMCustomCommandImplementor::MdcSetAgentProperty(ContentAccess::TAgentProperty,TInt)
- MMMFVideoDRMExtCustomCommandImplementor::MvdeGetFrameL(MMMFVideoFrameMessage &,ContentAccess::TIntent) - Gets a frame previously requested from the controller.
- MMMRdsAnnouncementObserver::MraoAnnouncementEnd(CMMRdsTunerUtility::TAnnouncementType) - Called when an announcement ends.
- MMMRdsAnnouncementObserver::MraoAnnouncementStart(CMMRdsTunerUtility::TAnnouncementType) - Called when an announcement starts.
- MObexServerNotify::SetPathIndication(const CObex::TSetPathInfo &,const TDesC8 &) - Called when an OBEX SETPATH command is received by the server.
- MObexServerNotifyAsync::SetPathIndication(const CObex::TSetPathInfo &,const TDesC8 &) - Called when an OBEX SETPATH command is received by the server.
- modf(double,double *) - Split floating-point value into fractional and integer parts. Breaks x in two pa...
- modff(float,float *)
- mprotect(const void *,size_t,int) - ...
- msgctl(int,int,struct msqid_ds *) - ...
- msgget(key_t,int) - ...
- msgrcv(int,void *,size_t,long,int) - ...
- msgsnd(int,const void *,size_t,int) - ...
- MSmlDmCallback::FetchLinkL(const TDesC8 &,CBufBase &,MSmlDmAdapter::TError &) - The function is used to make a fetch to other adapters. The most common use is t...
- MSmlDmCallback::SetStatusL(TInt,MSmlDmAdapter::TError) - The function returns information about the Add,Update,Delete and Fetch commands ...
- msync(void *,size_t,int) - The msync system call writes any modified pages back to the file system. If len ...
- munmap(void *,size_t) - ...
- nanosleep(const struct timespec *,struct timespec *) - ...
- nanval(void) - Not a number value.
- nearbyintf(float)
- NewConsole()
- NewFepL(CCoeEnv &,const TDesC &,const CCoeFepParameters &) - FEP factory function which must be exported by every FEP.
- nextafterf(float,float)
- nexttowardf(float,long)
- nice(int) - ...
- nl_langinfo(nl_item) - ...
- open(const char *,int,...) - Opens the file which name is stored in the file string.
- open(const char *,int,...) - ...
- opendir(const char *) - Opens a directory.
- opendir(const char *) - ...
- operator new(TUint,TLeave)
- operator new(TUint,TLeave)
- operator new(TUint,TLeave,TUint)
- operator new(TUint,TLeave,TUint)
- operator new[](TUint,TLeave)
- operator new[](TUint,TLeave)
- operator>>(RReadStream &,CPrintPreviewImage::TMarginState &)
- operator<<(RWriteStream &,const CPrintPreviewImage::TMarginState &)
- operator+(const TCellRef &,const TCellRef &)
- Panic(TNodePanic)
- pathconf(const char *,int) - ...
- perror(const char *)
- perror(const char *) - ...
- pipe(int *) - ...
- popen(const char *,const char *) - ...
- popen3(const char *,const char *,char **,int) - Gives access to the client's stdin.
- popen3(const char *,const char *,char **,int) - Open stdin, stdout, and stderr streams and start external executable.
- pow(double,double) - Calculate numeric power. Returns arg1 raised to the power of arg2.
- pow(double,double)
- powf(float,float)
- printf(const char *,...) - Print formatted data to stdout. Prints to standard output a sequence of argument...
- printf(const char *,...) - ...
- pthread_attr_destroy(pthread_attr_t *)
- pthread_attr_getdetachstate(const pthread_attr_t *,int *)
- pthread_attr_getschedparam(const pthread_attr_t *,struct sched_param *)
- pthread_attr_getschedpolicy(const pthread_attr_t *,int *)
- pthread_attr_getscope(const pthread_attr_t *,int *)
- pthread_attr_getstacksize(const pthread_attr_t *,size_t *)
- pthread_attr_init(pthread_attr_t *) - ...
- pthread_attr_setdetachstate(pthread_attr_t *,int)
- pthread_attr_setschedparam(pthread_attr_t *,const struct sched_param *)
- pthread_attr_setschedpolicy(pthread_attr_t *,int)
- pthread_attr_setscope(pthread_attr_t *,int)
- pthread_attr_setstacksize(pthread_attr_t *,size_t)
- pthread_cond_broadcast(pthread_cond_t *) - ...
- pthread_cond_destroy(pthread_cond_t *) - ...
- pthread_cond_init(pthread_cond_t *,const pthread_condattr_t *) - ...
- pthread_cond_signal(pthread_cond_t *) - ...
- pthread_cond_wait(pthread_cond_t *,pthread_mutex_t *) - ...
- pthread_condattr_destroy(pthread_condattr_t *) - Refer pthread_condattr_init(pthread_condattr_t *) for the documentation
- pthread_condattr_init(pthread_condattr_t *) - Note: This description also covers the following functions - pthread_condattr_de...
- pthread_create(pthread_t *,pthread_attr_t *,thread_begin_routine,void *) - ...
- pthread_detach(pthread_t) - ...
- pthread_equal(pthread_t,pthread_t) -
The pthread_equal function compares the thread IDs t1 and t2 .
- pthread_exit(void *) - ...
- pthread_getschedparam(pthread_t,int *,struct sched_param *)
- pthread_getspecific(pthread_key_t) - ...
- pthread_join(pthread_t,void **) - ...
- pthread_key_create(pthread_key_t *,destructor_routine) - ...
- pthread_key_delete(pthread_key_t) - ...
- pthread_mutex_destroy(pthread_mutex_t *) -
The pthread_mutex_destroy function frees the resources allocated for mutex .
- pthread_mutex_init(pthread_mutex_t *,const pthread_mutexattr_t *) - ...
- pthread_mutex_lock(pthread_mutex_t *) - ...
- pthread_mutex_timedlock(pthread_mutex_t *,const struct timespec *) - ...
- pthread_mutex_trylock(pthread_mutex_t *) - ...
- pthread_mutex_unlock(pthread_mutex_t *) - ...
- pthread_mutexattr_destroy(pthread_mutexattr_t *)
- pthread_mutexattr_getpshared(const pthread_mutexattr_t *,int *)
- pthread_mutexattr_gettype(pthread_mutexattr_t *,int *)
- pthread_mutexattr_init(pthread_mutexattr_t *) - ...
- pthread_mutexattr_settype(pthread_mutexattr_t *,int)
- pthread_once(pthread_once_t *,thread_init_routine) - ...
- pthread_self() -
The pthread_self function returns the thread ID of the calling thread.
- pthread_setschedparam(pthread_t,int,const struct sched_param *) - ...
- pthread_setspecific(pthread_key_t,const void *) - ...
- PtrAdd(T *,S) -
Adds a value to a pointer.
- PtrSub(T *,S) -
Subtracts a value from a pointer.
- putc(int,FILE *)
- putc(int,FILE *)
- putc_unlocked(int,FILE *)
- putchar(int) - Write character to standard output. Writes character to the current position in ...
- putchar(int)
- putchar_unlocked(int)
- putenv(const char *)
- puts(const char *) - Outputs a string to stdout. Copies the string to standard output stream and appe...
- puts(const char *)
- putw(int,FILE *)
- putwchar(wchar_t)
- putws(wchar_t *) - ...
- qsort(void *,size_t,size_t,int(*)(const void *, const void *)) - Sort an array.
- qsort(void *,size_t,size_t,int(*)(const void *, const void *)) -
The qsort function is a modified partition-exchange sort, or quicksort.
- RAbstractEventArray::Append(const CHFMessage::TEventId &) - Appends a CHF abstract event.
- rand(void) - Returns a different integer each time it is called; each integer is chosen by an...
- rand(void) - Refer to srand(unsigned) for the documentation
- random(void) - Note:
- RBitmapAnim::SetPlayModeL(CBitmapAnimClientData::TPlayMode) - Sets the current animation's play mode.
- read(int,void *,size_t) - ...
- readdir(DIR *) - Returns a pointer to a dirent structure representing the next directory entry in...
- readdir(DIR *)
- readlink(const char *,char *,int) - ...
- readv(int,const struct iovec *,int)
- realloc(void *,size_t)
- realloc(void *,size_t)
- reallocf(void *,size_t)
- realpath(const char *,char *) - Takes a specified path name, pathname and resolves all symbolic links, extra sla...
- realpath(const char *,char) - ...
- recv(int,char *,size_t,int) - Receives a message from a socket. The recv(int,char *,size_t,int) call can be us...
- recv(int,void *,size_t,int) - The recvfrom and recvmsg system calls are used to receive messages from a socket...
- recvfrom(int,char *,size_t,int,struct sockaddr *,size_t *)
- recvfrom(int,void *,size_t,int,struct sockaddr *,socklen_t *)
- recvmsg(int,struct msghdr *,int)
- regcomp(regex_t *,const char *,int) - ...
- regerror(int,const regex_t *,char *,size_t)
- regfree(regex_t *)
- remainder(double,double)
- remainderf(float,float)
- remove(const char *) -
The remove function removes the file or directory specified by file.
- remquo(double,double,int *)
- remquof(float,float,int *)
- rename(const char *,const char *) - ...
- rewind(FILE *) - Repositions the file pointer to the beginning of a stream. Sets the file pointer...
- rewind(FILE *)
- rewinddir(DIR *) - Sets the position (associated with the directory stream that dirp points to) to ...
- rewinddir(DIR *)
- RHTTPSession::SendSessionEventL(THTTPSessionEvent,THTTPSessionEvent::TDirection,THTTPFilterHandle) - Send an session event
- RHTTPTransaction::SendEventL(THTTPEvent,THTTPEvent::TDirection,THTTPFilterHandle) - Sends a status message to all relevant filters. This function is predominantly u...
- rindex(const char *,int)
- rindex(const char *,int)
- rint(double) - Round to integral value in floating-point format
- rint(double)
- rintf(float)
- rmdir(const char *) - ...
- RMMFVideoDRMExtCustomCommands::GetFrame(CFbsBitmap &,ContentAccess::TIntent,TRequestStatus &) - Gets a frame previously requested from the controller.
- Rng(T,T,T) -
Determines whether a specified value lies within a defined range of values.
- roundf(float)
- RPhoneBookSession::ValidateContact(MContactSynchroniser::TValidateOperation,TContactItemId) - Instructs the Phonebook Synchroniser Server to verify the access to the ICC cont...
- RPositioner::SetRequestor(CRequestor::TRequestorType,CRequestor::TRequestorFormat,const TDesC &) - Sets the requestor of the location information that will be obtained through thi...
- RSyncMLHistoryLog::SortEntries(CSyncMLHistoryEntry::TSortOrder) - Sorts the client-side list of cached entries into the specified order.
- RTz::NotifyHomeTimeZoneChangedL(const NTzUpdate::TTimeZoneChange &)const - Publish notification that the home time zone (as defined in CTzLocalizer) has be...
- scalb(double,double)
- scalbf(float,float)
- scalblnf(float,long)
- scalblnl(long,long)
- scalbn(double,int) - Scales x by n, returning x times 2 to the power n. The result is computed by man...
- scalbn(double,int)
- scalbnf(float,int)
- scandir(const char *,struct dirent ***,int(*)(struct dirent *),int(*)(const void *, const void *)) - ...
- scanf(const char *,...) - Read formatted data from standard input. Reads data from the standard input and ...
- scanf(const char *,...) - ...
- sched_get_priority_max(int) - ...
- sched_get_priority_min(int) - ...
- sched_yield(void) - ...
- seekdir(DIR *,long)
- seekdir(DIR *,off_t) - sets the position of the next readdir(DIR *) operation on the directory stream s...
- sem_destroy(sem_t *) - ...
- sem_post(sem_t *) - ...
- sem_timedwait(sem_t *,const struct timespec *) - ...
- sem_trywait(sem_t *)
- sem_wait(sem_t *) - ...
- semctl(int,int,int,...) - The semctl system call performs the operation indicated by cmd on the semaphore ...
- semget(key_t,int,int) - Based on the values of key and semflg, semget returns the identifier of a newly ...
- semop(int,struct sembuf *,unsigned) - ...
- send(int,const char *,size_t,int) - Initiates transmission of a message from the specified socket to its peer. The s...
- send(int,const void *,size_t,int) - ...
- sendmsg(int,const struct msghdr *,int)
- sendto(int,const char *,size_t,int,struct sockaddr *,size_t)
- sendto(int,const void *,size_t,int,const struct sockaddr *,socklen_t)
- setbuf(FILE *,char *) - Change stream buffering. Changes the buffer used for I/O operations with the spe...
- setbuf(FILE *,char *) - ...
- setbuffer(FILE *,char *,int)
- setdefaultif(const struct ifreq *) - ...
- setecho(int,uint8_t) - ...
- setegid(gid_t)
- setenv(const char *,const char *,int) - Adds or changes an environment variable.
- setenv(const char *,const char *,int)
- seteuid(uid_t)
- setgid(gid_t)
- setgrent(void) - Refer to getgrent(void) for the documentation
- setgroups(int,const gid_t *) - Refer to getgrent(void) for the documentation
- setjmp(jmp_buf)
- setjmp(jmp_buf) - ...
- setlinebuf(FILE *)
- setlocale(int,const char *) - The facility defined to condition the execution environment for international co...
- setlocale(int,const char *) - ...
- setpgid(pid_t,pid_t) - ...
- setpgrp(pid_t,pid_t)
- setpriority(int,int,int)
- setprogname(const char *)
- setpwent(void) - Refer to getpwent(void) for the documentation
- setregid(gid_t,gid_t) - ...
- setreuid(uid_t,uid_t) - ...
- setservent(int)
- setsid(void) - ...
- setsockopt(int,int,int,const void *,socklen_t)
- setsockopt(int,int,int,void *,size_t) - Manipulates options associated with a socket. Options can exist at multiple prot...
- setstate(char *)
- setuid(uid_t) - ...
- setvbuf(FILE *,char *,int,size_t) - Change stream buffering. Changes the buffer to be used for I/O operations with t...
- setvbuf(FILE *,char *,int,size_t)
- shmat(int,const void *,int) - ...
- shmctl(int,int,struct shmid_ds *) - Performs the action specified by cmd on the shared memory segment identified by ...
- shmdt(const void *)
- shmget(key_t,int,int) - Based on the values of key and shmflg, shmget returns the identifier of a newly ...
- shutdown(int,int) - Shuts down all or part of a full-duplex connection on the socket associated with...
- shutdown(int,int) - The shutdown system call causes all or part of a full-duplex connection on the s...
- sigaction(int,const struct sigaction *,struct sigaction *) - ...
- sigemptyset(sigset_t *) - ...
- significand(double)
- significandf(float)
- sin(double) - Calculate sine. Performs the trigonometric sine operation on x returning a value...
- sinf(float)
- sinh(double)
- sinhf(float)
- sleep(unsigned int)
- sleep(unsigned) - ...
- snprintf(char *,size_t,const char *,...)
- sockatmark(int) - ...
- socket(int,int,int)
- socket(int,int,int) - ...
- sprintf(char *,const char *,...) - Print formatted data to a string. Writes a sequence of arguments to the given bu...
- sprintf(char *,const char *,...)
- sqrt(double) - Calculate square root. Returns the square root of parameter arg1.
- sqrt(double)
- sqrtf(float)
- srand(unsigned)
- srand(unsigned) -
This description also covers the following functions - rand(void)
- srandom(unsigned)
- sscanf(const char *,const char *,...) - Read formatted data from string. Reads data from the buffer specified and stores...
- sscanf(const char *,const char *,...)
- stat(const char *,struct stat *) - Gets the size of a file.
- stat(const char *,struct stat *) - The stat system call obtains information about the file pointed to by path. Read...
- stpcpy(char *,const char *) - ...
- strcasecmp(const char *,const char *) - Compares the null-terminated strings left and right and returns an integer great...
- strcasecmp(const char *,const char *) - ...
- strcasestr(const char *,const char *)
- strcat(char *,const char *) - Append string. Appends s2 string to s1 string. The terminating null character in...
- strcat(char *,const char *) - ...
- strchr(const char *,int) - Find character in string. Returns the first occurrence of i in string. The null-...
- strchr(const char *,int) - ...
- strcmp(const char *,const char *) - Compare two strings. Compares string1 to s1 character by character. This functio...
- strcmp(const char *,const char *) - ...
- strcoll(const char *,const char *) - Compares a to b character by character according to the character table set by c...
- strcoll(const char *,const char *) -
Examples:
- strcpy(char *,const char *) - Copy string. Copies the content pointed by src to dest stopping after the termin...
- strcpy(char *,const char *)
- strcspn(const char *,const char *) - Search string for occurrence of character set. Scans s1 character by character, ...
- strcspn(const char *,const char *) - ...
- strdup(const char *) - Function shall return a pointer to a new string, which is a duplicate of the str...
- strdup(const char *) - ...
- strerror(int) - Get pointer to error message string. Returns a pointer to a string with the erro...
- strerror(int)
- strerror_r(int,char *,size_t)
- strfmon(char *,size_t,const char *,...) - The strfmon function places characters into the array pointed to by s as control...
- strftime(char *,size_t,const char *,const struct tm *) - The function generates formatted text, under the control of the format format an...
- strftime(char *,size_t,const char *,const struct tm *) - ...
- strlcat(char *,const char *,size_t)
- strlcpy(char *,const char *,size_t) - ...
- strlen(const char *)
- strlen(const char *) - ...
- strncasecmp(const char *,const char *,size_t)
- strncasecmp(const char *,const char *,size_t)
- strncat(char *,const char *,size_t) - Append substring to string. Appends num characters of src string to dest string....
- strncat(char *,const char *,size_t)
- strncmp(const char *,const char *,size_t) - Compare some characters of two strings. Compares the first num characters of str...
- strncmp(const char *,const char *,size_t)
- strncpy(char *,const char *,size_t) - Copy characters from one string to another. Copies the first num characters of s...
- strncpy(char *,const char *,size_t)
- strndup(const char *,size_t) - ...
- strnlen(const char *,size_t) -
Examples:
- strpbrk(const char *,const char *) - Scan string for specified characters. Scans string1 character by character, retu...
- strpbrk(const char *,const char *) -
Examples:
- strptime(const char *,const char *,struct tm *) - ...
- strrchr(const char *,int) - Find last occurrence of character in string. Returns the last occurrence of c in...
- strrchr(const char *,int)
- strsep(char **,const char *) - ...
- strspn(const char *,const char *) - Get length of substring composed of given characters. Scans s1 character by char...
- strspn(const char *,const char *) - ...
- strstr(const char *,const char *) - Find substring. Scans string1 for the first occurrence of string2. The search do...
- strstr(const char *,const char *) - ...
- strtod(const char *,char **) - Convert string to double-precision floating-point value. Parses string interpret...
- strtod(const char *,char **) - ...
- strtof(const char *,char **)
- strtok(char *,const char *)
- strtok(char *,const char *) -
This interface is superceded by strsep .
- strtok_r(char *,const char *,char **)
- strtok_r(char *,const char *,char **)
- strtol(const char *,char **,int) - Convert string to long integer.
- strtol(const char *,char **,int) - ...
- strtold(const char *,char **)
- strtoll(const char *,char **,int)
- strtoq(const char *,char **,int)
- strtoul(const char *,char **,int) - Convert string to unsigned long integer. Parses string interpreting its content ...
- strtoul(const char *,char **,int) - ...
- strtoull(const char *,char **,int)
- strtouq(const char *,char **,int)
- strxfrm(char *,const char *,size_t) - Transform string using locale settings. Copies the first num characters of src t...
- strxfrm(char *,const char *,size_t) - ...
- swab(const void *,void *,ssize_t) -
The argument len must be an even number.
- swab(const void *,void *,ssize_t) -
The argument len must be an even number.
- swprintf(wchar_t *,size_t,const wchar_t *,...)
- swscanf(const wchar_t *,const wchar_t *,...)
- symlink(const char *,const char *) - ...
- SynchronouslyExecuteSettingsDialogL(CCoeEnv &,const TDesC &) - Runs the FEP settings dialog.
- sysconf(int) - ...
- system(const char *) - Execute command.
- system(const char *) - ...
- TAlternativeFrequency::TAlternativeFrequency(TFrequency,CMMTunerUtility::TTunerBand,TBool)
- tan(double) - Calculate tangent. Performs the trigonometric tangent operation on arg1.
- TAnalogDisplayHand::AddCircle(CGraphicsContext::TPenStyle,TRgb,const TSize &,CGraphicsContext::TBrushStyle,TRgb,const TPoint
&,TInt) - Adds a circle to the hand.
- TAnalogDisplayHand::AddLine(CGraphicsContext::TPenStyle,TRgb,const TSize &,const TPoint &,const TPoint &) - Adds a line to the hand.
- TAnalogDisplayHand::AddPolyLine(CGraphicsContext::TPenStyle,TRgb,const TSize &,CGraphicsContext::TBrushStyle,TRgb,TBool,const
CArrayFix< TPoint > *) - Adds a polyline to the hand.
- tanf(float)
- tanh(double) - Calculate hyperbolic tangent.
- tanhf(float)
- TApaEmbeddabilityFilter::AddEmbeddability(TApaAppCapability::TEmbeddability) - Adds aEmbeddability to the filter.
- TApaEmbeddabilityFilter::MatchesEmbeddability(TApaAppCapability::TEmbeddability)const - Compares aEmbeddability with the filter.
- TBackupOperationAttributes::TBackupOperationAttributes(MBackupObserver::TFileLockFlags,MBackupOperationObserver::TOperationType) - Constructor that specifies operation attributes.
- TBidiLogicalToVisual::TBidiLogicalToVisual(const TDesC &,TBidirectionalState::TRunInfo *,TInt)
- TBidiLogicalToVisual::TBidiLogicalToVisual(const TDesC &,TBool,TBidirectionalState::TRunInfo *,TInt)
- TBidirectionalState::ReorderLine(TRunInfo *,TInt,TBool,TBool,TBool,TChar::TBdCategory,TChar::TBdCategory) - Reorders a line of text and updates the bidirectional state for the next line.
- TBidirectionalState::ReorderLine(TRunInfo *,TInt,TBool,TBool,TBool,TChar::TBdCategory,TChar::TBdCategory,TBool &) - Reorders a line of text and updates the bidirectional state for the next line.
- TBidiText::DrawText(CGraphicsContext &,const TPoint &,TInt,CGraphicsContext::TTextAlign)const - Draws all of the text. WrapText must have been called already.
- TDaSort::TDaSort(TInt,TDbKeyCol::TOrder) - Constructor.
- telldir(const DIR *) - Returns the current location associated with the directory stream dir.
- telldir(DIR *)
- tempnam(const char *,const char *) - Refer to tmpfile(void) for the documentation
- TFontStyle::IsEffectOn(FontEffect::TEffect)const - Checks if a font effect is on.
- TFontStyle::SetEffects(FontEffect::TEffect,TBool) - Sets a font effect to the given state.
- TGopFilledPolygon::TGopFilledPolygon(TRgb,CGraphicsContext::TFillRule) - Constructor with a fill rule and a fill colour. The number of points is initiali...
- TGopFilledPolygonWithPattern::TGopFilledPolygonWithPattern(TGopFillPattern,CGraphicsContext::TFillRule) - Constructor with a fill pattern and a fill rule. The number of points is initial...
- TGopFilledRectUsingDrawMode::TGopFilledRectUsingDrawMode(const TRect &,TRgb,CGraphicsContext::TDrawMode) - Constructor with a rectangle, a colour and a draw mode.
- TGulAlignment::HAlignment(TBidiText::TDirectionality)const - Return the horizontal alignment, relative to the language directionality specifi...
- TGulAlignment::InnerRect(const TRect &,const TSize &,TBidiText::TDirectionality)const - Gets the rectangle occupied by an object of size aInnerSize , which is placed in...
- TGulAlignment::InnerTopLeft(const TRect &,const TSize &,TBidiText::TDirectionality)const - Gets the co-ordinates of the top left corner of an object of size aInnerSize , w...
- TGulAlignment::SetHAlignment(CGraphicsContext::TTextAlign) - Sets the horizontal alignment. Alignment will be reset to relative. I.e. when ca...
- TGulAlignment::SetHAlignment(CParaFormat::TAlignment) - Sets the horizontal alignment. Alignment will be set to absolute for EAbsoluteLe...
- TGulAlignment::TextAlign(TBidiText::TDirectionality)const - Return the horizontal alignment, relative to the language directionality specifi...
- TGulAlignment::TGulAlignment(CGraphicsContext::TTextAlign,TGulVAlignment) - Constructor initialising the object with an alignment value.
- time(time_t *) - Intended Usage: Get current UTC time. Get the number of seconds elapsed since 00...
- time(time_t *) - ...
- timespec2bintime(const struct timespec *,struct bintime *) - Static inline funtion
- timeval2bintime(const struct timeval *,struct bintime *) - Static inline funtion
- TMMFileHandleSource::TMMFileHandleSource(RFile &,const TDesC &,ContentAccess::TIntent) - Constructs a new TMMFileHandleSource object using a file handle and the Unique I...
- TMMFileHandleSource::TMMFileHandleSource(RFile &,const TDesC &,ContentAccess::TIntent,TBool) - Constructs a new TMMFileHandleSource object using a file handle and the Unique I...
- TMMFileSource::TMMFileSource(const TDesC &,const TDesC &,ContentAccess::TIntent) - Constructs a new TMMFileSource object using a filename and the Unique Id of the ...
- TMMFileSource::TMMFileSource(const TDesC &,const TDesC &,ContentAccess::TIntent,TBool) - Constructs a new TMMFileHandleSource object using a file handle and the Unique I...
- TMMSource::TMMSource(TUid,const TDesC &,ContentAccess::TIntent) - Initialise DRM protected content source
- TMMSource::TMMSource(TUid,const TDesC &,ContentAccess::TIntent,TBool) - Initialise DRM protected content source
- tmpdirname(void) -
Note:String that the function will return is not to be modified.
- tmpfile(void) - Open a temporary file. Creates a temporary binary file for update. The filename ...
- tmpfile(void) - Note: This description also covers the following functions - tmpnam(char *)...
- tmpnam(char *) - Generate a unique temporary filename.
- tmpnam(char *)
- TObexFilenameBackedBuffer::TObexFilenameBackedBuffer(CBufBase &,const TPtrC &,CObexBufObject::TFileBuffering) - Build a variant of TObexBufferingDetails which instructs the CObexBufObject to u...
- TObexMatchHeaderType::SetType(CObexHeader::THeaderType)
- TObexRFileBackedBuffer::TObexRFileBackedBuffer(CBufBase &,RFile,CObexBufObject::TFileBuffering) - Build a variant of TObexBufferingDetails which instructs the CObexBufObject to u...
- tolower(int) - Tests whether the character is lowercase.
- tolower(int) - ...
- toupper(int) - Returns the character value after conversion to uppercase or the character's own...
- toupper(int) - ...
- towctrans(wint_t,wctrans_t) - ...
- towlower(wint_t) - ...
- towupper(wint_t) - ...
- TPositionCriteria::TPositionCriteria(TPositionModuleInfo::TCapabilities) - Constructor for TPositionCriteria that specifies mandatory additional capabiliti...
- TPositionCriteriaBase::AddRequiredCapabilities(TPositionModuleInfo::TCapabilities) - Specifies mandatory additional capabilities of the positioning module used to pr...
- TPositionCriteriaBase::TPositionCriteriaBase(TPositionModuleInfo::TCapabilities) - Constructor for TPositionCriteriaBase that specifies mandatory additional capabi...
- TPositionInfoBase::SetPositionMode(TPositionModuleInfo::TTechnologyType) -
see TPositionModuleInfo::TTechnologyType
- TPositionQualityBase::Compare(const TPositionQualityBase &,TInt,TPositionQualityItem::TResult &)const - ...
- TPositionQualityBase::GetElement(TInt,TPositionQualityItem::TDataType,T &)const - Gets the data of an element from the array of elements.
- TPositionQualityBase::SetElement(TInt,TPositionQualityItem::TDataType,TPositionQualityItem::TValuePreference,T) - Sets the data of an element from the array of elements.
- truncate(const char *,off_t) - ...
- truncf(float)
- truncl(long)
- tzset(void) - The tzset function initializes time conversion information used by the library r...
- umask(mode_t) - ...
- uname(struct utsname *) - The uname function stores NULL -terminated strings of information identifying th...
- ungetc(int,FILE *)
- ungetc(int,FILE *) - ...
- unlink(const char *) -
The unlink system call removes the link named by pathname from its file system.
- unsetenv(const char *) - Removes an environment variable.
- unsetenv(const char *)
- User::__DbgSetAllocFail(TBool,RAllocator::TAllocFail,TInt) - Simulates a heap allocation failure for the current thread's default heap, or th...
- User::__DbgSetBurstAllocFail(TBool,RAllocator::TAllocFail,TUint,TUint) - Simulates a heap allocation failure for the current thread's default heap, or th...
- usleep(useconds_t) - ...
- utime(const char *,const struct utimbuf *) -
This interface is obsoleted by utimes.
- utimes(const char *,const struct timeval *) - ...
- vasprintf(char **,const char *,va_list)
- vfprintf(FILE *,const char *,__e32_va_list)
- vfprintf(FILE *,const char *,va_list)
- vfscanf(FILE *,const char *,va_list)
- vprintf(const char *,__e32_va_list)
- vprintf(const char *,va_list)
- vscanf(const char *,va_list)
- vsnprintf(char *,size_t,const char *,va_list)
- vsprintf(char *,const char *,__e32_va_list)
- vsprintf(char *,const char *,va_list)
- vsscanf(const char *,const char *,va_list)
- vswprintf(wchar_t *,size_t,const wchar_t *,va_list)
- vswscanf(const wchar_t *,const wchar_t *,va_list)
- vwprintf(const wchar_t *,va_list)
- vwscanf(const wchar_t *,va_list)
- waccess(const wchar_t *,int) - ...
- wait(int *) - Calls reentrant version of waitpid(pid_t,int *,int).
- wait(int *) - ...
- waitpid(pid_t,int *,int)
- waitpid(pid_t,int *,int)
- wasctime(const struct tm *)
- wchdir(const wchar_t *) - ...
- wchmod(const wchar_t *,mode_t) - A wide-character version of chmod(const char *,mode_t).
- wchmod(const wchar_t *,mode_t) - ...
- wclosedir(WDIR *) - Closes the directory.
- wclosedir(WDIR *) - ...
- wcpcpy(wchar_t *,const wchar_t *) - ...
- wcpncpy(wchar_t *,const wchar_t *,size_t) - ...
- wcreat(const wchar_t *,mode_t) -
This interface is made obsolete by: wopen
- wcrtomb(char *,wchar_t,mbstate_t *) - ...
- wcscasecmp(const wchar_t *,const wchar_t *) - ...
- wcscat(wchar_t *,const wchar_t *) - Append a copy of the wide-character string pointed to by s2
- wcscat(wchar_t *,const wchar_t *)
- wcschr(const wchar_t *,wchar_t)
- wcscmp(const wchar_t *,const wchar_t *) - Compare the wide-character string pointed to by s1 to the wide-character string ...
- wcscmp(const wchar_t *,const wchar_t *)
- wcscoll(const wchar_t *,const wchar_t *) - ...
- wcscpy(wchar_t *,const wchar_t *) - Copy the wide-character string pointed to by s2 (including the terminating null ...
- wcscpy(wchar_t *,const wchar_t *)
- wcscspn(const wchar_t *,const wchar_t *)
- wcsdup(const wchar_t *)
- wcsdup(const wchar_t *) - ...
- wcserror(int)
- wcsftime(wchar_t *,size_t,const wchar_t *,const struct tm *) - ...
- wcsicmp(const wchar_t *,const wchar_t *) -
Examples:
- wcsicoll(const wchar_t *,const wchar_t *) - ...
- wcslcat(wchar_t *,const wchar_t *,size_t)
- wcslcpy(wchar_t *,const wchar_t *,size_t)
- wcslen(const wchar_t *)
- wcslen(const wchar_t *)
- wcslwr(wchar_t *) -
Examples:
- wcsncasecmp(const wchar_t *,const wchar_t *,size_t) - ...
- wcsncat(wchar_t *,const wchar_t *,size_t)
- wcsncmp(const wchar_t *,const wchar_t *,size_t)
- wcsncoll(const wchar_t *,const wchar_t *,size_t) - ...
- wcsncpy(wchar_t *,const wchar_t *,size_t)
- wcsnicmp(const wchar_t *,const wchar_t *,size_t) -
Examples:
- wcsnicoll(const wchar_t *,const wchar_t *,size_t) - ...
- wcsnlen(const wchar_t *,size_t) -
Examples:
- wcsnrtombs(char *,const wchar_t **,size_t,size_t,mbstate_t *)
- wcsnset(wchar_t *,wchar_t,size_t) -
Examples:
- wcspbrk(const wchar_t *,const wchar_t *)
- wcsrchr(const wchar_t *,wchar_t)
- wcsrev(wchar_t *) -
Examples:
- wcsrtombs(char *,const wchar_t **,size_t,mbstate_t *) - ...
- wcsset(wchar_t *,wchar_t) -
Examples:
- wcsspn(const wchar_t *,const wchar_t *)
- wcsstr(const wchar_t *,const wchar_t *)
- wcstod(const wchar_t *,wchar_t **)
- wcstof(const wchar_t *,wchar_t **) - ...
- wcstok(wchar_t *,const wchar_t *,wchar_t **) - ...
- wcstol(const wchar_t *,wchar_t **,int) - ...
- wcstold(const wchar_t *,wchar_t **)
- wcstoll(const wchar_t *,wchar_t **,int)
- wcstombs(char *,const wchar_t *,size_t) - The wcstombs function converts a wide string to a string of multibyte characters...
- wcstombs(char *,const wchar_t *,size_t) - ...
- wcstoq(const wchar_t *,wchar_t **,int)
- wcstoul(const wchar_t *,wchar_t **,int)
- wcstoull(const wchar_t *,wchar_t **,int)
- wcstouq(const wchar_t *,wchar_t **,int)
- wcsupr(wchar_t *) -
Examples:
- wcswcs(const wchar_t *,const wchar_t *) -
Examples:
- wcswidth(const wchar_t *,size_t) - ...
- wcsxfrm(wchar_t *,const wchar_t *,size_t) - ...
- wctime(const time_t *) - ...
- wctob(wint_t)
- wctomb(char *,wchar_t) - Converts a wide character to a multibyte character
- wctomb(char *,wchar_t) - ...
- wctrans(const char *)
- wctype(const char *)
- wcwidth(wchar_t) - ...
- wfdopen(int,const wchar_t *) - A wide-character version of fdopen(int,const char *)
- wfdopen(int,const wchar_t *) - ...
- wfindfirst(const wchar_t *,struct _wfinddata_t *) -
Errors:
- wfindnext(intptr_t,struct _wfinddata_t *)
- wfopen(const wchar_t *,const wchar_t *)
- wfopen(const wchar_t *,const wchar_t *) - The mode string can also include the letter "b" either as a third char...
- wfreopen(const wchar_t *,const wchar_t *,FILE *)
- wfreopen(const wchar_t *,const wchar_t *,FILE *) - ...
- wgetcwd(wchar_t *,size_t) - ...
- wgetenv(const wchar_t *)
- wmemchr(const wchar_t *,wchar_t,size_t) - ...
- wmemcmp(const wchar_t *,const wchar_t *,size_t)
- wmemcpy(wchar_t *,const wchar_t *,size_t)
- wmemmove(wchar_t *,const wchar_t *,size_t)
- wmemset(wchar_t *,wchar_t,size_t)
- wmkdir(const wchar_t *,mode_t) - A wide-character version of mkdir(const char *,mode_t).
- wmkdir(const wchar_t *,mode_t) - ...
- wopen(const wchar_t *,int,...) - A wide_character version of a open(const char *,int,...).
- wopen(const wchar_t *,int,...) - ...
- wopendir(const wchar_t *) - A wide-character version of opendir(const char *)
- wopendir(const wchar_t *) - ...
- wordmove(TAny *,const TAny *,unsigned int) - A Nanokernel utility function that moves (copies) bytes in memory.
- wperror(const wchar_t *) - ...
- wpopen(const wchar_t *,const wchar_t *) - ...
- wpopen3(const wchar_t *,const wchar_t *,wchar_t **,int) - A wide-character version of popen3(const char *,const char *,char **,int).
- wpopen3(const wchar_t *,const wchar_t *,wchar_t **,int) -
Examples:
- wprintf(const wchar_t *,...)
- wreaddir(WDIR *)
- wreaddir(WDIR *) - ...
- wrealpath(const wchar_t *,wchar_t *) - A wide-character version of realpath(const char *,char *).
- wrealpath(const wchar_t *,wchar_t *) - Examples:
- wremove(const wchar_t *) - ...
- wrename(const wchar_t *,const wchar_t *) - ...
- wrewinddir(WDIR *) - Resets the position to the beginning of the directory.
- wrewinddir(WDIR *) - ...
- write(int,const void *,size_t) - ...
- writev(int,const struct iovec *,int)
- wrmdir(const wchar_t *) - ...
- wscanf(const wchar_t *,...) - ...
- wseekdir(WDIR *,off_t) - Sets the index position of the directory stream specified by dp to the position ...
- wseekdir(WDIR *,off_t)
- wsetenv(const wchar_t *,const wchar_t *,int) - A wide-character version of a setenv(const char *,const char *,int)
- wsetlocale(int,const wchar_t *) - ...
- wstat(const wchar_t *,struct stat *) - A wide_character version of a stat(const char *,struct stat *).
- wstat(const wchar_t *,struct stat *) - ...
- wstrdate(const wchar_t *) -
Examples:
- wstrtime(const wchar_t *) -
Examples:
- wsystem(const wchar_t *) - A wide-character version of a system(const char *).
- wsystem(const wchar_t *) - ...
- wtelldir(const WDIR *)
- wtelldir(const WDIR *) - ...
- wtmpnam(wchar_t *)
- wtmpnam(wchar_t *) - ...
- wunlink(const wchar_t *) -
The wunlink system call removes the link named by _path from its file system.
- wunsetenv(const wchar_t *) - A wide-character version of a unsetenv(const char *)
- Xml::ParseL(CParser &,const TDesC8 &)
- Xml::ParseL(CParser &,RFile &)
- Xml::ParseL(CParser &,RFs &,const TDesC &)
- y0(double)
- y0f(float)
- y1(double)
- y1f(float)
- yn(int,double)
- ynf(int,float)