Lines Matching defs:ascii
788 /*% converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
828 /*% converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */
926 loc_aton(const char *ascii, u_char *binary)
939 cp = ascii;
940 maxcp = cp + strlen(ascii);
1035 loc_ntoa(const u_char *binary, char *ascii)
1058 if (ascii == NULL)
1059 ascii = tmpbuf;
1062 (void) sprintf(ascii, "; error: unknown LOC RR version");
1063 return (ascii);
1121 sprintf(ascii,
1137 return (ascii);