Lines Matching refs:LEN_OR_ZERO
885 #define LEN_OR_ZERO (len ? len - pos : 0) macro
912 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt()
916 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt()
918 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt()
921 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt()
923 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt()
925 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt()
929 pos += snprintf(buf + pos, LEN_OR_ZERO, "\", %s", arg); in __set_print_fmt()
939 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
946 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
954 #undef LEN_OR_ZERO