Searched refs:COORD_SLEN (Results 1 – 1 of 1) sorted by relevance
78 #define COORD_SLEN (2) /* length of SS */ macro1295 (void) strncpy(buff, p_coord, COORD_SLEN); in get_coord()1296 buff[COORD_SLEN] = '\0'; in get_coord()1299 if ((endp != &buff[COORD_SLEN]) || in get_coord()1302 p_coord += COORD_SLEN; in get_coord()