/external/openssh/ |
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);
|
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 …]
|
/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/skia/src/jumper/ |
D | build_stages.py | 14 ccache = 'ccache' variable 22 ccache = sys.argv[3] if len(sys.argv) > 3 else ccache variable 28 clang = [ccache, clang, '-x', 'c++']
|
/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/skia/site/dev/contrib/ |
D | jumper.md | 18 To generate stage code you need Clang 4.0, objdump, and ccache. It's best that 28 brew install llvm binutils ccache 37 skia_jumper_ccache = path/to/ccache
|
/external/protobuf/jenkins/ |
D | build_and_run_docker.sh | 25 CCACHE_DIR=/tmp/protobuf-ccache
|
/external/bison/build-aux/ |
D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/e2fsprogs/config/ |
D | config.rpath | 42 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libvpx/libvpx/build/make/ |
D | configure.sh | 435 enabled ccache && CC="ccache ${CC}" 436 enabled ccache && CXX="ccache ${CXX}"
|
/external/libvpx/libvpx/ |
D | configure | 635 enabled gcc || soft_disable ccache
|
/external/skia/site/user/ |
D | build.md | 53 bin/gn gen out/Cached --args='cc_wrapper="ccache"'
|
/external/pcre/dist2/ |
D | configure.ac | 839 # ccache is incompatible with gcov 842 *ccache*) cc_ccache=yes;; 848 AC_MSG_ERROR([must export CCACHE_DISABLE=1 to disable ccache for code coverage])
|
D | README | 318 report is generated by running "make coverage". If ccache is installed on
|
D | configure | 8118 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15781 *ccache*) cc_ccache=yes;;
|
/external/boringssl/src/third_party/android-cmake/ |
D | android.toolchain.cmake | 1065 # ccache support 1071 find_program( NDK_CCACHE "${_ndk_ccache}" DOC "The path to ccache binary") 1081 set( CMAKE_C_COMPILER "${NDK_CCACHE}" CACHE PATH "ccache as C compiler" ) 1082 set( CMAKE_CXX_COMPILER "${NDK_CCACHE}" CACHE PATH "ccache as C++ compiler" ) 1644 # NDK_CCACHE : path to your ccache executable
|
D | README.md | 121 * **NDK_CCACHE** - path to `ccache` executable. If not set then initialized from `NDK_CCACHE` envir…
|
/external/swiftshader/third_party/subzero/ |
D | Makefile.standalone | 240 CCACHE := `command -v ccache`
|
/external/cmockery/cmockery_0_1_2/ |
D | configure | 6105 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 6808 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12915 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 13400 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15490 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 15995 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 18104 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/google-tv-pairing-protocol/cpp/ |
D | configure | 8570 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/protobuf/ |
D | configure | 8708 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;; 12684 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/pcre/dist2/doc/html/ |
D | README.txt | 318 report is generated by running "make coverage". If ccache is installed on
|
/external/libedit/ |
D | configure | 7872 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libusb-compat/ |
D | configure | 7174 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|
/external/libogg/ |
D | configure | 7115 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
|