HomeSort by: relevance | last modified time | path
    Searched refs:atox (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xdm/dist/xdm/
xdmauth.c 187 # define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
201 top = atox(in[0]);
204 bottom = atox(in[1]);
  /xsrc/external/mit/xorg-server/dist/os/
xdmauth.c 113 #define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
123 top = atox(in[0]);
126 bottom = atox(in[1]);
  /xsrc/external/mit/xorg-server.old/dist/os/
xdmauth.c 112 #define atox(c) ('0' <= c && c <= '9' ? c - '0' : \ macro
123 top = atox(in[0]);
126 bottom = atox(in[1]);
  /xsrc/external/mit/x11perf/dist/
x11perf.c 1486 atox (char *s) function
1518 intsp[i] = atox(words[i] + 2) ^ flip;

Completed in 8 milliseconds