Home | History | Annotate | Download | only in Include

Lines Matching full:converted

368     @param[in]  nptr  Pointer to the string to be converted.

370 @return The atoi function returns the converted value.
379 @param[in] nptr Pointer to the string to be converted.
381 @return The atol function returns the converted value.
390 @param[in] nptr Pointer to the string to be converted.
392 @return The atoll function returns the converted value.
443 @param[in] nptr Pointer to the string to be converted.
448 converted value, if any. If no conversion could be performed, zero
462 @param[in] nptr Pointer to the string to be converted.
466 @return The strtoul function returns the converted value, if any. If no
479 @param[in] nptr Pointer to the string to be converted.
483 @return The strtoll function returns the converted value, if any. If no
497 @param[in] nptr Pointer to the string to be converted.
501 @return The strtoull function returns the converted value, if any. If no
513 @param[in] nptr Pointer to the string to be converted.
531 /** Convert a string to a double and point to the character after the last converted.
533 @param[in] nptr Pointer to the string to be converted.
545 /** Convert a string to a float and point to the character after the last converted.
547 @param[in] nptr Pointer to the string to be converted.
559 /** Convert a string to a long double and point to the character after the last converted.
561 @param[in] nptr Pointer to the string to be converted.
761 @param[out] Pwc Pointer to a wide-character object to receive the converted character.
770 contained in the converted multibyte character (if the next N or
790 @param[out] S Pointer to the object to receive the converted multibyte character.
791 @param[in] WC Wide character to be converted.
814 characters that follow a null character (which is converted into a null
815 wide character) will be examined or converted. Each multibyte character
816 is converted as if by a call to the mbtowc function, except that the
823 @param[out] Dest Pointer to the array to receive the converted string.
824 @param[in] Src Pointer to the string to be converted.
841 null character is stored. Each wide character is converted as if by
849 @param[out] Dest Pointer to the array to receive the converted string.
850 @param[in] Src Pointer to the string to be converted.
927 @param[in] Limit Maximum number of bytes the converted string may occupy.