Searched defs:ul (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dstatusd_shm.h32 unsigned long ul[STATUSD_LONGS]; member in struct:__anon155
36 ** Offsets into ul[]. The appropriate program
H A Dmain.c4477 unsigned long ul; local
4479 ul = chompheader(p, CHHDR_CHECK|CHHDR_USER, NULL, e);
4481 "ul = %lu\n", ul);
/osnet-11/usr/src/lib/libast/common/features/
H A Dlimits.c92 unsigned long ul; local
124 ul = 0;
125 ul = ~ul;
217 if (ui == ul) printf("#define INT_MIN (-%lu-1)\n", val - 1);
227 if (ul == ui)
244 val = ul;
253 val = (unsigned long)(ul >> 1) + 1;
258 val = (unsigned long)(ul >> 1);
264 if (ull == ul)
[all...]
/osnet-11/usr/src/lib/libc/port/fp/
H A Dquadint.h88 ulong_t ul[2]; /* as two unsigned longs */ member in union:uu
/osnet-11/usr/src/lib/libinetutil/common/
H A Difspec.c43 unsigned long ul; local
46 ul = strtoul(valstr, &ep, 10);
47 if (errno != 0 || *ep != '\0' || ul > UINT_MAX)
49 *val = (uint_t)ul;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c216 * ul - unsigned long bit vector
247 unsigned long ul; local
258 ul = va_arg(ap, int);
263 if (fprintf(fp, "0%lo", ul) == EOF)
268 if (fprintf(fp, "0x%lx", ul) == EOF)
274 if (fprintf(fp, "%ld", ul) == EOF)
279 if (! ul)
283 if (ul & (1 << (n - 1))) {
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c807 unsigned long long ul; local
808 if (!xdr_u_hyper(xdrs, &ul) ||
809 (*data = adr_data_new_ulong(ul)) == NULL)
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c94 size_t ul; /* unit suffix length */ local
108 ul = strcspn(ep, ";# \t\n");
111 if (ul == 2 && strncmp(ep, "ns", 2) == 0) {
115 } else if (ul == 2 && strncmp(ep, "us", 2) == 0) {
119 } else if (ul == 2 && strncmp(ep, "ms", 2) == 0) {
123 } else if ((ul == 0) || (ul == 1 && strncmp(ep, "s", 1) == 0)) {
127 } else if (ul == 1 && strncmp(ep, "m", 1) == 0) {
131 } else if (ul == 1 && strncmp(ep, "h", 1) == 0) {
135 } else if (ul
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt.c1264 m_label_t *ul = NULL; local
1267 (void) m_label_dup(&ul, ucred_getlabel(uc));
1270 return (ul);
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_dbus.c1248 dbus_uint64_t ul; local
1249 ul = hal_property_get_uint64 (p);
1250 dbus_message_iter_append_basic (&iter, DBUS_TYPE_UINT64, &ul);
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h712 ulong ul; member in union:__anon1183

Completed in 85 milliseconds