Home
last modified time | relevance | path

Searched refs:RESULTLEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l217 "@output_byte_length", RESULTLEN,
223 "@resultlen", RESULTLEN,
251 "output_byte_length", RESULTLEN,
H A Ditm_comp.y132 %token RESULTLEN
555 : RESULTLEN ASSIGN DECIMAL
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c64 #define RESULTLEN (512) macro
695 resultlen = RESULTLEN; in execute_cmd()
705 resultstrlen = RESULTLEN; in execute_cmd()
756 if (resultlen != RESULTLEN) { in execute_cmd()