Searched defs:hh (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_color.c125 _rgb_to_hls(float r, float g, float b, int *hh, int *ll, int *ss) argument
173 *hh = (int) h;
/illumos-gate/usr/src/cmd/refer/
H A Dhunt2.c20 int hh[50]; variable
78 hh[i] = hash(qitem[i])%nhash;
80 fprintf(stderr, "query wd X%sX has hash %d\n", qitem[i], hh[i]);
89 qitem[i], hh[i], hfreq[hh[i]]);
95 fprintf(stderr, "item hash %d frq %d\n", hh[i], hfreq[hh[i]]);
97 lp = hpt [hh[0]];
99 fprintf(stderr, "first item hash %d lp %ld 0%lo\n", hh[0], lp, lp);
125 fprintf(stderr, "item %d, hash %d\n", nterm, hh[nter
[all...]
/illumos-gate/usr/src/cmd/date/
H A Ddate.c185 int hh; local
244 hh = atoi(&date[minidx-2]);
257 if (hh == 24)
258 hh = 0, dd++;
268 (hh >= 0 && hh <= 23) && (min >= 0 && min <= 59))) {
285 clock_val += (time_t)hh;
/illumos-gate/usr/src/cmd/sa/
H A Dtimex.c214 long hh; /* number of hours */ local
222 hh = total / 60; /* ticks / hz / 60 / 60 */
227 if (hh == 0L) {
230 (void) fprintf(stderr, "%5ld:", hh);
237 if (mm == 0L && hh == 0L) {
239 } else if (mm != 0L && hh == 0L) {
249 if (hh == 0L && mm == 0L) {
260 * hmstime() sets current time in hh:mm:ss string format in stime;
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h81 } hh; member in struct:_dtdata_s
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h81 } hh; member in struct:_dtdata_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h81 } hh; member in struct:_dtdata_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h81 } hh; member in struct:_dtdata_s
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h81 } hh; member in struct:_dtdata_s
/illumos-gate/usr/src/cmd/zic/
H A Dzic.c915 * h -h hh:mm -hh:mm hh:mm:ss -hh:mm:ss
927 long hh; local
938 if (sscanf(string, scheck(string, "%ld"), &hh) == 1)
940 else if (sscanf(string, scheck(string, "%ld:%d"), &hh, &mm) == 2)
943 &hh, &mm, &ss) != 3) {
947 if (hh < 0 ||
953 if (LONG_MAX / SECSPERHOUR < hh) {
[all...]

Completed in 99 milliseconds