Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dd/
H A Ddd.c493 static unsigned char *atoe = svr4_atoe; variable
876 atoe = bsd_atoe; in main()
1164 ic = atoe[' ']; in main()
1312 *op++ = atoe[*ip++]; in main()
1318 *op++ = atoe[utol[*ip++]]; in main()
1324 *op++ = atoe[ltou[*ip++]]; in main()
1509 *op++ = atoe[ic]; in main()
1520 *op++ = atoe[utol[ic]]; in main()
1531 *op++ = atoe[ltou[ic]]; in main()
1596 ic = atoe[' ']; in main()