Lines Matching refs:ascii
800 /*% converts ascii size/precision X * 10**Y(cm) to 0xXY. moves pointer. */
840 /*% converts ascii lat/lon to unsigned encoded 32-bit number. moves pointer. */
938 loc_aton(ascii, binary)
939 const char *ascii;
953 cp = ascii;
954 maxcp = cp + strlen(ascii);
1049 loc_ntoa(binary, ascii)
1051 char *ascii;
1074 if (ascii == NULL)
1075 ascii = tmpbuf;
1078 (void) sprintf(ascii, "; error: unknown LOC RR version");
1079 return (ascii);
1137 sprintf(ascii,
1153 return (ascii);