Lines Matching full:string
17 /** @brief String to long conversion with error check.
23 * @param str Input string.
26 * -EINVAL on invalid string input.
27 * -ERANGE if numeric string input is to large to convert.
34 /** @brief String to unsigned long conversion with error check.
40 * @param str Input string.
43 * Set to -EINVAL on invalid string input.
44 * Set to -ERANGE if numeric string input is to large to convert.
51 /** @brief String to unsigned long long conversion with error check.
57 * @param str Input string.
60 * Set to -EINVAL on invalid string input.
61 * Set to -ERANGE if numeric string input is to large to convert.
68 /** @brief String to boolean conversion with error check.
74 * @param str Input string.
77 * Set to -EINVAL on invalid string input.
78 * Set to -ERANGE if numeric string input is to large to convert.