Searched refs:shrt_ptr (Results 1 – 2 of 2) sorted by relevance
293 int str2short(const char * str, int16_t * shrt_ptr) in str2short() argument297 if (!str || !shrt_ptr) in str2short()301 *shrt_ptr = 0; in str2short()308 *shrt_ptr = (int16_t)arg_long; in str2short()
81 int str2short(const char * str, int16_t * shrt_ptr);