Searched refs:ushrt_ptr (Results 1 – 2 of 2) sorted by relevance
320 int str2ushort(const char * str, uint16_t * ushrt_ptr) in str2ushort() argument324 if (!str || !ushrt_ptr) in str2ushort()328 *ushrt_ptr = 0; in str2ushort()335 *ushrt_ptr = (uint16_t)arg_ulong; in str2ushort()
82 int str2ushort(const char * str, uint16_t * ushrt_ptr);