Home
last modified time | relevance | path

Searched refs:SR_STRING_ERROR (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/hercules/hercules-3.13/
H A Dsr.h445 #define SR_STRING_ERROR goto sr_string_error macro
467 #define SR_STRING_ERROR \ macro
515 if (strlen((_s)) + 1 > SR_MAX_STRING_LENGTH) SR_STRING_ERROR; \
577 if ((_len) > SR_MAX_STRING_LENGTH) SR_STRING_ERROR; \