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

/ast/src/cmd/cs/vcs_src/
H A Dvcs_search.c55 * time :: hh ":" mm [ ":" ss ]
384 int dd, yy, hh, mm, ss; local
393 #define LINIT() (yy = 0, ss = 59, mm = 59, hh = 23)
429 (LINIT(), sfsscanf(s, "%s %d %d %d:%d:%d", month, &dd, &yy, &hh, &mm, &ss) != 6) &&
430 (LINIT(), sfsscanf(s, "%s %d %d:%d:%d", month, &dd, &hh, &mm, &ss) != 5) &&
431 (LINIT(), sfsscanf(s, "%s %d %d %d:%d", month, &dd, &yy, &hh, &mm) != 5) &&
432 (LINIT(), sfsscanf(s, "%s %d %d:%d", month, &dd, &hh, &mm) != 4) &&
443 sfsprintf(tbuf, sizeof(tbuf), "%s %d %d %d:%d:%d", month, dd, yy, hh, mm, ss);
445 sfsprintf(tbuf, sizeof(tbuf), "%s %d %d:%d:%d", month, dd, hh, mm, ss);
/ast/src/lib/libbz/
H A Dblocksort.c280 struct { Int32 ll; Int32 hh; Int32 dd; } member in struct:__anon325
284 stack[sp].hh = hz; \
290 hz = stack[sp].hh; \
/ast/src/cmd/mailx/port/
H A Dcdt.h208 } hh; member in struct:_dtdata_s

Completed in 15 milliseconds