Searched refs:DSHS_LINE_BLEN (Results 1 – 1 of 1) sorted by relevance
2782 #define DSHS_LINE_BLEN 160 macro2799 char buff[DSHS_LINE_BLEN + 2]; in dStrHexStr()2818 if (bpstart > (DSHS_LINE_BLEN - 70)) in dStrHexStr()2819 bpstart = DSHS_LINE_BLEN - 70; in dStrHexStr()2825 memset(buff, ' ', DSHS_LINE_BLEN); in dStrHexStr()2826 buff[DSHS_LINE_BLEN] = '\0'; in dStrHexStr()2848 memset(buff, ' ', DSHS_LINE_BLEN); in dStrHexStr()