Searched refs:cxstr2num (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libdss/ |
H A D | cxmap.c | 267 * cxstr2num helper 297 cxstr2num(Cx_t* cx, Cxformat_t* format, const char* str, size_t siz, Cxunsigned_t* p) function
|
H A D | cxcomp.c | 712 if (v1 && v1->format.map && cxisstring(type2) && !cxstr2num(cx, &v1->format, i2->data.string.data, i2->data.string.size, &m)) 719 if (v2 && v2->format.map && cxisstring(type1) && !cxstr2num(cx, &v2->format, i1->data.string.data, i1->data.string.size, &m)) 786 if (cxisnumber(type1) && v1 && v1->format.map && !cxstr2num(cx, &v1->format, i2->data.string.data, i2->data.string.size, &m)) 806 if (cxisnumber(type2) && v2 && v2->format.map && !cxstr2num(cx, &v2->format, i1->data.string.data, i1->data.string.size, &m))
|
H A D | cx.h | 673 extern int cxstr2num(Cx_t*, Cxformat_t*, const char*, size_t, Cxunsigned_t*);
|
H A D | cxopen.c | 217 if (format && format->map && !cxstr2num(cx, format, buf, size, &m)) 2253 else if (cxisnumber(type) && var && cxisstring(from) && var->format.map && !cxstr2num(cx, &var->format, val.value.string.data, val.value.string.size, &m))
|
/ast/src/cmd/dsslib/validate/ |
H A D | validate.c | 302 if (cxstr2num(cx, &field->variable->format, o.value.string.data, o.value.string.size, NiL))
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 3849 * flattenget() with cxstr2num() 3860 if (cxstr2num(flatten->cx, &var->format, val->string.data, val->string.size, &u))
|
Completed in 36 milliseconds