Lines Matching full:integer
120 * @result: resulting integer on success
126 * Return: On success, sets @result to the integer represented by the
161 * Return: On success, sets @result to the integer represented by the
182 * match_int - scan a decimal representation of an integer from a substring_t
184 * @result: resulting integer on success
186 * Description: Attempts to parse the &substring_t @s as a decimal integer.
188 * Return: On success, sets @result to the integer represented by the string
198 * match_uint - scan a decimal representation of an integer from a substring_t
200 * @result: resulting integer on success
202 * Description: Attempts to parse the &substring_t @s as a decimal integer.
204 * Return: On success, sets @result to the integer represented by the string
227 * integer.
229 * Return: On success, sets @result to the integer represented by the string
239 * match_octal - scan an octal representation of an integer from a substring_t
241 * @result: resulting integer on success
243 * Description: Attempts to parse the &substring_t @s as an octal integer.
245 * Return: On success, sets @result to the integer represented by the string
255 * match_hex - scan a hex representation of an integer from a substring_t
257 * @result: resulting integer on success
259 * Description: Attempts to parse the &substring_t @s as a hexadecimal integer.
261 * Return: On success, sets @result to the integer represented by the string