Searched defs:v1 (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libcs/ |
H A D | csauth.c | 220 * set up the challenge {v1,v2} on path 224 cschallenge(Cs_t* state, const char* path, unsigned long* v1, unsigned long* v2) argument 228 if (touch(path, (time_t)(v1 ? *v1 : cs.time), (time_t)(v2 ? *v2 : cs.time), 0)) 238 if (v1) 239 *v1 = st.st_atime; 252 _cs_challenge(const char* path, unsigned long* v1, unsigned long* v2) argument 254 return cschallenge(&cs, path, v1, v2);
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 626 Cxvariable_t* v1; local 660 v1 = v2 = i1->data.variable; 680 v1 = ref ? ref : i1->op == CX_GET ? i1->data.variable : (Cxvariable_t*)0; 695 if (v1 && (c.callout = cxcallout(cx, CX_CAST, type1, type2, cx->disc)) && (x.callout = cxcallout(cx, op, type2, type2, cx->disc))) 712 if (v1 && v1->format.map && cxisstring(type2) && !cxstr2num(cx, &v1->format, i2->data.string.data, i2->data.string.size, &m)) 758 if (v1 && cxisstring(type1) && !v2 && cxisnumber(type2) && (x.callout = cxcallout(cx, op, type1->fundamental, type1->fundamental, cx->disc)) && !cxnum2str(cx, &v1->format, i2->data.number, &s)) 771 if (v2 && cxisstring(type2) && !v1 [all...] |
Completed in 27 milliseconds