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

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c472 static unsigned char *etoa = svr4_etoa; variable
826 etoa = bsd_etoa;
1285 *op++ = etoa[*ip++];
1291 *op++ = utol[etoa[*ip++]];
1297 *op++ = ltou[etoa[*ip++]];
1385 *op++ = etoa[*ip++];
1391 *op++ = utol[etoa[*ip++]];
1397 *op++ = ltou[etoa[*ip++]];

Completed in 59 milliseconds