Home
last modified time | relevance | path

Searched refs:Convert_t (Results 1 – 2 of 2) sorted by relevance

/titanic_51/usr/src/lib/libast/common/string/
H A Dstreval.c31 typedef long (*Convert_t)(const char*, char**, void*); typedef
49 …ndle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL)); in streval()
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dstreval.c31 typedef long (*Convert_t)(const char*, char**, void*); typedef
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL)); in streval()