Searched refs:units (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/src/
H A Dconvtime.c24 ** giving units:
34 ** units -- default units if none specified.
44 convtime(p, units)
46 int units;
67 c = units;
73 c = units;
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dls.c146 int units = 0; local
153 units++;
156 if (units)
164 grub_human_sizes[units]);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c368 * type, state, units, reading
389 uint32_t type, state, units; local
425 type = state = units = 0;
448 TOPO_PROP_VAL_VAL, &units);
480 units) != 0 ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DTime.pm125 C<udp>. The result will be a time value in the same units as returned
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsamr_clnt.c999 * (units), which probably indicates the how to interpret the array. The
1001 * offset and a bit length (units/8), followed by the bitmap.
1005 * | units |
1036 sui->info.ru.info23.logon_info.units = SAMR_HOURS_PER_WEEK;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm417 points on a sphere. The distance is in C<$rho> units. The C<$rho> is
H A DBigInt.pm3321 cascade of incrementation): e.g. when rounding to units, 0.9 rounds
3323 truncated at the rounding place: e.g. when rounding to units, 0.4
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c4903 /* remove any leading white space from units string */
4907 /* if no units explicitly set, error */
4912 char *units[] = {"K", "M", "G", "T", NULL}; local
4916 /* update scale based on units */
4917 for (i = 0; units[i] != NULL; i++) {
4918 if (strcasecmp(unitp, units[i]) == 0)
4923 if (units[i] == NULL)

Completed in 87 milliseconds