Searched refs:new_fmt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c476 const char *new_fmt, *p;
486 new_fmt = fmt;
503 if (new_fmt == buf)
517 new_fmt = buf;
614 vfprintf (stderr, new_fmt, ap);
474 const char *new_fmt, *p; local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp915 char *new_fmt = (char *)malloc(fmt_size + 1); local
916 assert(new_fmt);
917 internal_memcpy(new_fmt, fmt_start, fmt_size);
918 new_fmt[fmt_size] = '\0';
919 return new_fmt;
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c6152 char *new_fmt = xo_strndup(gtfmt, -1); local
6153 if (new_fmt == NULL)
6158 *new_fmtp = new_fmt;
6159 return new_fmt;
6270 char *new_fmt = NULL; local
6359 * a copy in new_fmt.
6365 if (new_fmt) {
6366 xo_free(new_fmt);
6367 new_fmt = NULL;
6371 xfip->xfi_next, &new_fmt);
[all...]

Completed in 100 milliseconds