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

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c471 static unsigned char *atoe = svr4_atoe; variable
824 atoe = bsd_atoe;
1139 ic = atoe[' '];
1303 *op++ = atoe[*ip++];
1309 *op++ = atoe[utol[*ip++]];
1315 *op++ = atoe[ltou[*ip++]];
1520 *op++ = atoe[ic];
1534 *op++ = atoe[utol[ic]];
1548 *op++ = atoe[ltou[ic]];
1625 ic = atoe[' '];
[all...]

Completed in 62 milliseconds