Searched refs:fmt_buf (Results 1 – 2 of 2) sorted by relevance
613 char *fmt = NULL, fmt_buf[256]; in omp_display_affinity_() local617 fmt = format_len < 256 ? fmt_buf : gomp_malloc (format_len + 1); in omp_display_affinity_()641 if (fmt && fmt != fmt_buf) in omp_display_affinity_()649 char *fmt = NULL, fmt_buf[256]; in omp_capture_affinity_() local652 fmt = format_len < 256 ? fmt_buf : gomp_malloc (format_len + 1); in omp_capture_affinity_()661 if (fmt && fmt != fmt_buf) in omp_capture_affinity_()
688 char *fmt = NULL, fmt_buf[256]; in omp_display_affinity_() local692 fmt = format_len < 256 ? fmt_buf : gomp_malloc (format_len + 1); in omp_display_affinity_()716 if (fmt && fmt != fmt_buf) in omp_display_affinity_()724 char *fmt = NULL, fmt_buf[256]; in omp_capture_affinity_() local727 fmt = format_len < 256 ? fmt_buf : gomp_malloc (format_len + 1); in omp_capture_affinity_()736 if (fmt && fmt != fmt_buf) in omp_capture_affinity_()