Home
last modified time | relevance | path

Searched refs:fmt_buf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dfortran.c613 char *fmt = NULL, fmt_buf[256]; in omp_display_affinity_() local
617 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_() local
652 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_()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dfortran.c688 char *fmt = NULL, fmt_buf[256]; in omp_display_affinity_() local
692 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_() local
727 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_()