Searched refs:tmp_fmt (Results 1 – 1 of 1) sorted by relevance
2169 char *tmp_fmt = build_format_string(); in format() local2173 free(tmp_fmt); in format()2178 char *tmp_fmt = build_format_string(); in format() local2182 tmp_fmt, width, arg); in format()2185 tmp_fmt, arg); in format()2187 free(tmp_fmt); in format()2192 char *tmp_fmt = build_format_string(true); in scan() local2194 int retval = sscanf(str + str_off, tmp_fmt, &read_count); in scan()2200 free(tmp_fmt); in scan()2206 char *tmp_fmt = build_format_string(true); in scan() local[all …]