Searched refs:SYSCONFDIR (Results 1 – 8 of 8) sorted by relevance
/third_party/libjpeg-turbo/cmakescripts/ |
D | GNUInstallDirs.cmake | 39 # ``SYSCONFDIR`` 75 # For ``<dir>`` other than the ``SYSCONFDIR`` and ``LOCALSTATEDIR``, 86 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the 89 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc`` 94 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the 97 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc`` 220 GNUInstallDirs_set_install_dir(SYSCONFDIR 367 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") 376 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") 382 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/cmakescripts/ |
D | GNUInstallDirs.cmake | 39 # ``SYSCONFDIR`` 75 # For ``<dir>`` other than the ``SYSCONFDIR`` and ``LOCALSTATEDIR``, 86 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the 89 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc`` 94 # For ``<dir>`` equal to ``SYSCONFDIR`` or ``LOCALSTATEDIR``, the 97 # as an absolute path. For example, the ``SYSCONFDIR`` value ``etc`` 220 GNUInstallDirs_set_install_dir(SYSCONFDIR 367 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") 376 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") 382 if("${dir}" STREQUAL "SYSCONFDIR" OR "${dir}" STREQUAL "LOCALSTATEDIR") [all …]
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 228 sysconfdir = SYSCONFDIR; in build_sysconf_path()
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-tools/ |
D | BUILD.gn | 110 "SYSCONFDIR=\"/etc\"",
|
/third_party/mesa3d/src/util/ |
D | xmlconfig.c | 1131 #ifndef SYSCONFDIR 1132 #define SYSCONFDIR "/etc" macro 1180 parseOneConfigFile(&userData, SYSCONFDIR "/drirc"); in driParseConfigFiles()
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-loader/ |
D | BUILD.gn | 145 "SYSCONFDIR=\"/etc\"",
|
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-validation-layers/ |
D | BUILD.gn | 265 "SYSCONFDIR=\"/etc\"",
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 74419 +target_compile_definitions(LibXml2 PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}") 74446 + target_compile_definitions(${PROGRAM} PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}") 74477 + target_compile_definitions(${TEST} PRIVATE SYSCONFDIR="${CMAKE_INSTALL_FULL_SYSCONFDIR}") 122854 +#ifndef SYSCONFDIR 122855 + #define SYSCONFDIR "/etc" 125284 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog"))) 125293 + if ((URI == NULL) || (!strcmp(URI, "file://" SYSCONFDIR "/xml/catalog")))
|