Searched refs:COORD_SLEN (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c74 #define COORD_SLEN (2) /* length of SS */ macro
1366 (void) strncpy(buff, p_coord, COORD_SLEN);
1367 buff[COORD_SLEN] = '\0';
1370 if ((endp != &buff[COORD_SLEN]) ||
1373 p_coord += COORD_SLEN;

Completed in 68 milliseconds