Lines Matching full:ascii
776 /* converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
816 /* converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */
914 loc_aton(const char *ascii, u_char *binary)
927 cp = ascii;
928 maxcp = cp + strlen(ascii);
1023 loc_ntoa(const u_char *binary, char *ascii, size_t bufsiz)
1046 if (ascii == NULL)
1047 ascii = tmpbuf;
1050 (void) snprintf(ascii, bufsiz, "; error: unknown LOC RR version");
1051 return (ascii);
1109 snprintf(ascii, bufsiz,
1125 return (ascii);