Lines Matching defs:fmt_str
3336 const char *fmt_str;
3360 fmt_str = c_getstr (fmt);
3361 if (fmt_str == NULL)
3363 if (strchr (fmt_str, target_percent) != NULL
3364 && strcmp (fmt_str, target_percent_s))
3400 const char *fmt_str;
3417 fmt_str = c_getstr (fmt);
3418 if (fmt_str != NULL)
3421 if (strchr (fmt_str, target_percent) == 0)
3424 len = build_int_cstu (size_type_node, strlen (fmt_str));
3429 && strcmp (fmt_str, target_percent_s) == 0)
3449 if (fmt_str == NULL)
3451 if (strchr (fmt_str, target_percent) != NULL
3452 && strcmp (fmt_str, target_percent_s))
3498 const char *fmt_str = c_getstr (fmt);
3499 if (fmt_str == NULL)
3512 if (strchr (fmt_str, target_percent) == NULL)
3531 strlen (fmt_str)));
3551 else if (fmt_str && strcmp (fmt_str, target_percent_s) == 0)
3619 const char *fmt_str = NULL;
3628 fmt_str = c_getstr (fmt);
3629 if (fmt_str == NULL)
3636 if (strchr (fmt_str, target_percent) == NULL)
3646 tree len = build_int_cstu (TREE_TYPE (destsize), strlen (fmt_str));
3684 else if (fmt_str && strcmp (fmt_str, target_percent_s) == 0)
3752 const char *fmt_str = NULL;
3759 fmt_str = c_getstr (fmt);
3760 if (fmt_str == NULL)
3780 if (strchr (fmt_str, target_percent) == NULL)
3787 if (fmt_str[0] == '\0')
3809 else if (strcmp (fmt_str, target_percent_s) == 0)
3822 else if (strcmp (fmt_str, target_percent_c) == 0)
3852 const char *fmt_str = NULL;
3859 fmt_str = c_getstr (fmt);
3860 if (fmt_str == NULL)
3879 if (strcmp (fmt_str, target_percent_s) == 0
3880 || strchr (fmt_str, target_percent) == NULL)
3884 if (strcmp (fmt_str, target_percent_s) == 0)
3902 str = fmt_str;
3961 else if (strcmp (fmt_str, target_percent_s_newline) == 0)
3974 else if (strcmp (fmt_str, target_percent_c) == 0)