Lines Matching refs:LEN_OR_ZERO
896 #define LEN_OR_ZERO (len ? len - pos : 0) macro
923 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", fmt); in __set_print_fmt()
927 pos += snprintf(buf + pos, LEN_OR_ZERO, " %s=", parg->name); in __set_print_fmt()
929 pos += snprintf(buf + pos, LEN_OR_ZERO, "{%s", in __set_print_fmt()
932 pos += snprintf(buf + pos, LEN_OR_ZERO, ",%s", in __set_print_fmt()
934 pos += snprintf(buf + pos, LEN_OR_ZERO, "}"); in __set_print_fmt()
936 pos += snprintf(buf + pos, LEN_OR_ZERO, "%s", in __set_print_fmt()
940 pos += snprintf(buf + pos, LEN_OR_ZERO, "\"%s", arg); in __set_print_fmt()
950 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
957 pos += snprintf(buf + pos, LEN_OR_ZERO, in __set_print_fmt()
965 #undef LEN_OR_ZERO