Home
last modified time | relevance | path

Searched refs:SYSCONFDIR (Results 1 – 8 of 8) sorted by relevance

/third_party/libjpeg-turbo/cmakescripts/
DGNUInstallDirs.cmake39 # ``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/
DGNUInstallDirs.cmake39 # ``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/
Dnetlink.h228 sysconfdir = SYSCONFDIR; in build_sysconf_path()
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-tools/
DBUILD.gn110 "SYSCONFDIR=\"/etc\"",
/third_party/mesa3d/src/util/
Dxmlconfig.c1131 #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/
DBUILD.gn145 "SYSCONFDIR=\"/etc\"",
/third_party/flutter/skia/third_party/externals/angle2/third_party/vulkan-validation-layers/
DBUILD.gn265 "SYSCONFDIR=\"/etc\"",
/third_party/chromium/patch/
D0001-cve.patch74419 +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")))