Searched refs:rest (Results 1 – 1 of 1) sorted by relevance
323 #define rest(dst, end) ((end) > (dst) ? (end) - (dst) : 0) macro341 ret = snprintf(buf, rest(buf, end), "%s ", xbc_namebuf); in xbc_snprint_cmdline()348 ret = snprintf(buf, rest(buf, end), "%s=\"%s\" ", in xbc_snprint_cmdline()358 #undef rest