Home
last modified time | relevance | path

Searched refs:HAVE_DECL_S_IRGRP (Results 1 – 14 of 14) sorted by relevance

/third_party/libsnd/src/
Dsfconfig.h48 #ifndef HAVE_DECL_S_IRGRP
49 #define HAVE_DECL_S_IRGRP 0 macro
Dconfig.h.cmake32 #cmakedefine01 HAVE_DECL_S_IRGRP
Dfile_io.c54 #if (HAVE_DECL_S_IRGRP == 0)
/third_party/libsnd/include/
Dconfig.h51 #define HAVE_DECL_S_IRGRP 1 macro
/third_party/libsnd/tests/
Dwin32_ordinal_test.c28 #if (HAVE_DECL_S_IRGRP == 0)
Dmulti_file_test.c31 #if (HAVE_DECL_S_IRGRP == 0)
Drdwr_test.tpl33 #if (HAVE_DECL_S_IRGRP == 0)
Dwin32_test.c30 #if (HAVE_DECL_S_IRGRP == 0)
Dmisc_test.c34 #if (HAVE_DECL_S_IRGRP == 0)
Dbenchmark.tpl29 #if (HAVE_DECL_S_IRGRP == 0)
Dheader_test.tpl34 #if (HAVE_DECL_S_IRGRP == 0)
Dutils.tpl188 #if (HAVE_DECL_S_IRGRP == 0)
/third_party/libsnd/cmake/
DSndFileChecks.cmake169 check_symbol_exists (S_IRGRP sys/stat.h HAVE_DECL_S_IRGRP)
/third_party/libsnd/
Dconfigure.ac115 AC_DEFINE_UNQUOTED([HAVE_DECL_S_IRGRP], [1], [Set to 1 if S_IRGRP is defined.]) definition
117 AC_DEFINE_UNQUOTED([HAVE_DECL_S_IRGRP], [0], [Set to 0 if S_IRGRP is not defined.]) definition