(root)/
glibc-2.38/
sysdeps/
ieee754/
ldbl-opt/
nldbl-vsprintf_chk.c
       1  #include "nldbl-compat.h"
       2  
       3  int
       4  attribute_hidden
       5  __vsprintf_chk (char *string, int flag, size_t slen, const char *fmt,
       6  		va_list ap)
       7  {
       8    return __nldbl___vsprintf_chk (string, flag, slen, fmt, ap);
       9  }