Searched refs:asocaschar (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtaso.c33 if ((rc = asocaschar(&vc, 1, 2)) != 1)
34 terror("asocaschar return value failed -- expected %d, got %d", 1, rc);
36 terror("asocaschar value failed -- expected %d, got %d", 1, vc);
37 else if ((rc = asocaschar(&vc, 1, 3)) != 2)
38 terror("asocaschar return value failed -- expected %d, got %d", 2, rc);
40 terror("asocaschar value failed -- expected %d, got %d", 2, vc);
H A Dtlock.c58 aso = asocaschar(lck, Pnum, 0);
71 aso = asocaschar(lck, 0, Pnum);
/ast/src/lib/libast/include/
H A Daso.h107 #define asocaschar(p,o,n) asocas8(p,o,n) macro

Completed in 31 milliseconds