/external/openssh/ |
D | auth-krb5.c | 79 krb5_ccache ccache = NULL; in auth_krb5_password() local 102 krb5_mcc_ops.prefix, NULL, &ccache); in auth_krb5_password() 104 problem = krb5_cc_gen_new(authctxt->krb5_ctx, &krb5_mcc_ops, &ccache); in auth_krb5_password() 109 problem = krb5_cc_initialize(authctxt->krb5_ctx, ccache, in auth_krb5_password() 117 ccache, password, 1, NULL); in auth_krb5_password() 134 problem = krb5_cc_copy_cache(authctxt->krb5_ctx, ccache, in auth_krb5_password() 136 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password() 137 ccache = NULL; in auth_krb5_password() 199 if (ccache) in auth_krb5_password() 200 krb5_cc_destroy(authctxt->krb5_ctx, ccache); in auth_krb5_password() [all …]
|
D | gss-serv-krb5.c | 120 krb5_ccache ccache; local 138 NULL, &ccache)) != 0) { 142 if ((problem = krb5_cc_gen_new(krb_context, &krb5_fcc_ops, &ccache))) { 150 if ((problem = ssh_krb5_cc_gen(krb_context, &ccache))) { 166 if ((problem = krb5_cc_initialize(krb_context, ccache, princ))) { 171 krb5_cc_destroy(krb_context, ccache); 178 client->creds, ccache))) { 180 krb5_cc_destroy(krb_context, ccache); 184 client->store.filename = xstrdup(krb5_cc_get_name(krb_context, ccache)); 195 krb5_cc_close(krb_context, ccache);
|
/external/grpc-grpc/tools/dockerfile/test/python_alpine_x64/ |
D | Dockerfile | 24 ccache \ 47 # Prepare ccache 48 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc 49 RUN ln -s /usr/bin/ccache /usr/local/bin/g++ 50 RUN ln -s /usr/bin/ccache /usr/local/bin/cc 51 RUN ln -s /usr/bin/ccache /usr/local/bin/c++
|
/external/protobuf/jenkins/docker/ |
D | Dockerfile | 33 ccache \ 120 # Prepare ccache 122 RUN ln -s /usr/bin/ccache /usr/local/bin/gcc 123 RUN ln -s /usr/bin/ccache /usr/local/bin/g++ 124 RUN ln -s /usr/bin/ccache /usr/local/bin/cc 125 RUN ln -s /usr/bin/ccache /usr/local/bin/c++ 126 RUN ln -s /usr/bin/ccache /usr/local/bin/clang 127 RUN ln -s /usr/bin/ccache /usr/local/bin/clang++
|
/external/grpc-grpc/tools/run_tests/dockerize/ |
D | build_docker_and_run_tests.sh | 25 # Ensure existence of ccache directory 26 mkdir -p /tmp/ccache 60 -e CCACHE_DIR=/tmp/ccache \ 76 -v /tmp/ccache:/tmp/ccache \
|
D | build_interop_image.sh | 67 mkdir -p /tmp/ccache 108 -e CCACHE_DIR=/tmp/ccache \ 115 -v /tmp/ccache:/tmp/ccache \
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | config.m4 | 96 dnl Check if ccache is being used 98 *ccache*[)] gcc_ccache=yes;; 103 …AC_MSG_ERROR([ccache must be disabled when --enable-coverage option is used. You can disable ccach…
|
/external/googletest/ci/ |
D | log-config.sh | 34 # ccache on OS X needs installation first 35 # reset ccache statistics 36 ccache --zero-stats
|
D | install-linux.sh | 46 # Use ccache, assuming $HOME/bin is in the path, which is true in the Travis build environment. 47 ln -sf /usr/bin/ccache $HOME/bin/${CXX}; 48 ln -sf /usr/bin/ccache $HOME/bin/${CC};
|
/external/grpc-grpc/tools/run_tests/helper_scripts/ |
D | build_python.sh | 115 # If ccache is available on Linux, use it. 118 if [ -x "$(command -v ccache)" ]; then 120 export CC='ccache gcc' 122 export CC='ccache clang'
|
/external/vulkan-validation-layers/ |
D | .travis.yml | 35 cache: ccache 70 - ccache --zero-stats 139 USE_CCACHE=1 NDK_CCACHE=ccache ndk-build APP_ABI=$ANDROID_ABI -j $core_count 160 - ccache --show-stats
|
D | CMakeLists.txt | 54 option(USE_CCACHE "Use ccache" OFF) 56 find_program(CCACHE_FOUND ccache) 58 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
/external/cldr/tools/scripts/build/bin-build/ |
D | build-icu4c.sh | 5 #export CC="ccache gcc" 6 #export CXX="ccache g++"
|
D | stbitten-env.sh.sample | 3 export PATH=/usr/lib/ccache/:${HOME}/bin-build:${HOME}/bin:${PATH}
|
/external/deqp-deps/glslang/ |
D | CMakeLists.txt | 39 option(USE_CCACHE "Use ccache" OFF) 41 find_program(CCACHE_FOUND ccache) 43 set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
/external/protobuf/jenkins/ |
D | build_and_run_docker.sh | 24 # Ensure existence of ccache directory 25 CCACHE_DIR=/tmp/protobuf-ccache
|
/external/llvm/test/Bindings/Go/ |
D | lit.local.cfg | 36 # Go tools also have problems with ccache, so we disable it. 39 if args[0].endswith('ccache'):
|
/external/tensorflow/tensorflow/examples/android/ |
D | build.gradle | 13 // for speeding up the build, such as enabling ccache. 160 // Tip: install ccache and uncomment the following to speed up 162 // environment "CC_PREFIX", 'ccache'
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/Go/ |
D | lit.local.cfg | 36 # Go tools also have problems with ccache, so we disable it. 39 if args[0].endswith('ccache') or args[0].endswith('gomacc'):
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | CMakeLists.txt | 140 # Build llvm with ccache if the package is present 141 set(LLVM_CCACHE_BUILD OFF CACHE BOOL "Set to ON for a ccache enabled build") 143 find_program(CCACHE_PROGRAM ccache) 145 set(LLVM_CCACHE_MAXSIZE "" CACHE STRING "Size of ccache") 148 CACHE STRING "Parameters to pass through to ccache") 159 message(FATAL_ERROR "Unable to find the program ccache. Set LLVM_CCACHE_BUILD to OFF") 166 # enabled. In particular you cannot use ccache because we want to force compile 173 message(FATAL_ERROR "Cannot enable dependency debugging while using ccache.")
|
/external/parameter-framework/upstream/ |
D | .travis.yml | 11 cache: ccache 87 # Workaround a bug with the ccache/g++-4.8.1 combination
|
/external/deqp/ |
D | .travis.yml | 8 ccache: true
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | apt_get_basic.include | 7 ccache ${'\\'}
|
/external/tensorflow/tensorflow/contrib/makefile/samples/ |
D | build_and_run_inception_hexagon.sh | 173 echo "HINT: Installing ccache and specifying CC_PREFIX=ccache accelerate build time"
|
/external/grpc-grpc/tools/dockerfile/test/cxx_alpine_x64/ |
D | Dockerfile | 24 ccache \
|