Searched refs:hh (Results 1 - 5 of 5) 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/cmd/mailx/port/
H A Ddthdr.h83 #define htab hh._htab
84 #define head hh._head
H A Dcdt.h208 } hh; member in struct:_dtdata_s
/ast/src/lib/libvcodex/
H A Dvcodex.h438 ** hh: slack amount at head of buffer for certain header data
441 #define vcbuffer(vv,bb,zz,hh) \
444 _vcbuffer((vv),(bb),(zz),(hh)) ) )
446 #define vcbuffer(vv,bb,zz,hh) _vcbuffer((vv),(bb),(zz),(hh))
/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; \

Completed in 26 milliseconds