Lines Matching refs:LEN_OR_ZERO
840 #define LEN_OR_ZERO (len ? len - pos : 0) macro
857 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt()
861 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt()
863 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt()
866 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt()
868 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt()
870 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt()
874 pos += snprintf(buf + pos, LEN_OR_ZERO, "\", %s", arg); in __set_print_fmt()
885 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
893 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
901 #undef LEN_OR_ZERO