Searched refs:v2 (Results 1 - 6 of 6) 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)) 240 if (v2) 241 *v2 = st.st_mtime; 252 _cs_challenge(const char* path, unsigned long* v1, unsigned long* v2) argument 254 return cschallenge(&cs, path, v1, v2);
|
/ast/src/lib/libtksh/tcl/ |
H A D | tclPkg.c | 54 static int ComparePkgVersions _ANSI_ARGS_((char *v1, char *v2, 664 * The return value is -1 if v1 is less than v2, 0 if the two 665 * version numbers are the same, and 1 if v1 is greater than v2. 667 * with 1 if v2 >= v1 and both numbers have the same major number 677 ComparePkgVersions(v1, v2, satPtr) 678 char *v1, *v2; /* Versions strings, of form 2.1.3 (any 682 * v1 "satisfies" v2: v1 is greater than 683 * or equal to v2 and both version numbers 706 while ((*v2 != 0) && (*v2 ! [all...] |
/ast/src/cmd/ksh93/tests/ |
H A D | attributes.sh | 193 typeset -b v1 v2 195 read -N22 v2 200 [[ $v2 == "$x" ]] || err_exit "v1=$v2 should be $x"
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 627 Cxvariable_t* v2; local 660 v1 = v2 = i1->data.variable; 681 v2 = i2->op == CX_GET ? i2->data.variable : (Cxvariable_t*)0; 719 if (v2 && v2->format.map && cxisstring(type1) && !cxstr2num(cx, &v2->format, i1->data.string.data, i1->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 && cxisnumber(type1) && (x.callout = cxcallout(cx, op, type2->fundamental, type2->fundamental, cx->disc)) && !cxnum2str(cx, &v2->format, i1->data.number, &s)) 793 if (!v2) [all...] |
/ast/src/cmd/mam/ |
H A D | shmam.awk | 587 # printf(".SOURCE.h:%s %s\n\n", v2(hdrlist), v2(resth["1"])) 588 Sdeph=sprintf(".SOURCE.h:%s %s\n\n", v2(hdrlist), v2(resth["1"])) 600 #printf(".SOURCE.a:%s %s\n\n", v2(hdrlist), v2(resta["1"])) 601 Sdepa=sprintf(".SOURCE.a:%s %s\n\n", v2(hdrlist), v2(resta["1"])) 611 Sdepo=sprintf(".SOURCE.o:%s %s\n\n", v2(hdrlist), v2(rest 1821 function v2(ilist, ia, i, vval, vvar, jlist, vfdir) function [all...] |
/ast/src/cmd/nmake/ |
H A D | Makerules.mk | 3607 * n2 = v2
|
Completed in 36 milliseconds