Lines Matching full:integer
129 * @result: resulting integer on success
135 * Return: On success, sets @result to the integer represented by the
167 * Return: On success, sets @result to the integer represented by the
185 * match_int - scan a decimal representation of an integer from a substring_t
187 * @result: resulting integer on success
189 * Description: Attempts to parse the &substring_t @s as a decimal integer.
191 * Return: On success, sets @result to the integer represented by the string
201 * match_uint - scan a decimal representation of an integer from a substring_t
203 * @result: resulting integer on success
205 * Description: Attempts to parse the &substring_t @s as a decimal integer.
207 * Return: On success, sets @result to the integer represented by the string
228 * integer.
230 * Return: On success, sets @result to the integer represented by the string
240 * match_octal - scan an octal representation of an integer from a substring_t
242 * @result: resulting integer on success
244 * Description: Attempts to parse the &substring_t @s as an octal integer.
246 * Return: On success, sets @result to the integer represented by the string
256 * match_hex - scan a hex representation of an integer from a substring_t
258 * @result: resulting integer on success
260 * Description: Attempts to parse the &substring_t @s as a hexadecimal integer.
262 * Return: On success, sets @result to the integer represented by the string