index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
zeroflag.awk
blob: 526ed0e89a7d5fbceb4ded80456a5c26173a93d3 (
plain
)
1
BEGIN
{
printf
(
"%2.1d---%02.1d
\n
"
,
2
,
2
) }