Searched refs:valid_str (Results 1 – 2 of 2) sorted by relevance
47 inline const char * valid_str(const char * str);90 valid_str(const char * str) { return str != 0 ? str : ""; } in valid_str() function
51 return valid_str(i_str); in str_from_ptr()
Completed in 16 milliseconds