Searched refs:userconv (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/lib/libast/common/string/ |
H A D | streval.c | 39 userconv(const char* s, char** end, void* handle) in userconv() function 49 …return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_… in streval()
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | streval.c | 39 userconv(const char* s, char** end, void* handle) in userconv() function 49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL)); in streval()
|