Lines Matching refs:LEN_OR_ZERO
1608 #define LEN_OR_ZERO (len ? len - pos : 0) macro
1635 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt()
1639 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt()
1641 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt()
1644 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt()
1646 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt()
1648 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt()
1652 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", arg); in __set_print_fmt()
1662 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
1669 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
1677 #undef LEN_OR_ZERO