Searched refs:cxcast (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libdss/
H A Ddssmisc.c126 if (cxcast(record->file->dss->cx, &ret, variable, type, record, details))
H A Dcxmap.c345 if (cxcast(cx, r, NiL, cx->state->type_string, NiL, NiL))
352 if (type && cxcast(cx, r, NiL, type, NiL, NiL))
H A Dcx.h642 extern int cxcast(Cx_t*, Cxoperand_t*, Cxvariable_t*, Cxtype_t*, void*, const char*);
H A Ddssprintf.c94 if (ap->expr && cxeval(fp->cx, ap->expr, fp->data, &ret) < 0 || cxcast(fp->cx, &ret, ap->variable, ap->cast, fp->data, ap->details))
H A Dcxopen.c2140 cxcast(Cx_t* cx, Cxoperand_t* ret, Cxvariable_t* var, Cxtype_t* type, void* data, const char* format) function
/ast/src/cmd/dsslib/lookup/
H A Dlookup.c140 if (cxcast(cx, &val, state->variable, cx->state->type_string, data, NiL))
/ast/src/cmd/dsslib/stats/
H A Dstats.c244 if (cxcast(cx, &arg, 0, cx->state->type_string, NiL, group->variable->format.details))
545 if (cxcast(cx, key, group->variable, group->variable->type, data, NiL))
583 if (cxcast(cx, &val, field->variable, cx->state->type_number, data, NiL))
677 if (cxcast(cx, &arg, 0, cx->state->type_string, NiL, group->variable->format.details))
/ast/src/cmd/kshlib/dss/
H A Ddss.c313 if(cxcast(dp->cx,&ret,vp,dp->state->type_buffer,rp,(char*)0)==0)
319 else if(cxcast(dp->cx,&ret,vp,dp->state->type_string,rp,(char*)0)==0)
358 if(cxcast(dp->cx,&ret,vp,dp->state->type_number,dp->hdr.np->nvalue,(char*)0)==0)
360 if(cxcast(dp->cx,&ret,vp,dp->state->type_number,dp->hdr.data,(char*)0)==0)
1421 cxcast(dp->cx,valp,vp,vp->type,dp->hdr.parent->nvalue,(char*)0);
1423 cxcast(dp->cx,valp,vp,vp->type,dp->hdr.data,(char*)0);
/ast/src/cmd/dsslib/sort/
H A Dsort.c85 if (cxcast(state->cx, &r, (Cxvariable_t*)field->user, state->cx->state->type_string, state->data, NiL))
/ast/src/cmd/dsslib/fix/
H A Dfix.c193 if (cxcast(cx, &arg, field->variable, field->variable->type, data, NiL))
/ast/src/cmd/dsslib/validate/
H A Dvalidate.c409 if (!cxcast(cx, &val, NiL, cx->state->type_string, NiL, NiL))

Completed in 39 milliseconds