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

/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c76 #define COORD_SLEN (2) /* length of SS */ macro
1297 (void) strncpy(buff, p_coord, COORD_SLEN);
1298 buff[COORD_SLEN] = '\0';
1301 if ((endp != &buff[COORD_SLEN]) ||
1304 p_coord += COORD_SLEN;

Completed in 58 milliseconds