Searched defs:INTEGER (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libeti/form/common/
H A Dty_int.c60 } INTEGER; typedef in typeref:struct:__anon1643
82 INTEGER * n;
84 if (Alloc(n, INTEGER)) {
95 INTEGER *n;
97 if (Alloc(n, INTEGER))
98 *n = *((INTEGER *) arg);
111 INTEGER * n = (INTEGER *) arg;
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_derparse.h51 #define INTEGER 0x02 /* 2: Arbitrary precision integer */ macro
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py59 INTEGER = 2 variable in class:_Type
347 elif self._type == _Type.INTEGER:
379 elif self._type == _Type.INTEGER:

Completed in 37 milliseconds