| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 10 OpenSSL::fallback - push directories to the end of @INC at compile time 14 package OpenSSL::fallback; 24 use OpenSSL::fallback LIST; 28 This small simple module simplifies the addition of fallback directories 46 use fallback 'my/stuff'; 53 use fallback 'file.txt'; 73 carp "Empty compile time value given to use fallback"; 81 croak "Parameter to use fallback must be a directory, not a file";
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| fallback.pm | 10 OpenSSL::fallback - push directories to the end of @INC at compile time 14 package OpenSSL::fallback; 24 use OpenSSL::fallback LIST; 28 This small simple module simplifies the addition of fallback directories 46 use fallback 'my/stuff'; 53 use fallback 'file.txt'; 73 carp "Empty compile time value given to use fallback"; 81 croak "Parameter to use fallback must be a directory, not a file";
|
| /src/external/cddl/osnet/dist/cmd/pyzfs/ |
| pyzfs.py | 45 fallback=True).gettext variable
|
| /src/external/ibm-public/postfix/dist/src/util/ |
| ldseed.c | 78 time_t fallback = 0; local 106 fallback += ts.tv_sec ^ ts.tv_nsec; 109 fallback += gethrtime(); 118 fallback += ts.tv_sec ^ ts.tv_nsec; 126 fallback += tv.tv_sec + tv.tv_usec; 129 fallback += getpid(); 135 for (n = 0; n < sizeof(fallback) && n < len; n++) { 136 *(char *) dst++ ^= (fallback & 0xff); 137 fallback >>= CHAR_BIT;
|
| msg_logger.c | 15 /* void (*fallback)(const char *)) 21 /* through a logger daemon, with an optional fallback mechanism. 41 /* .IP fallback 57 /* Disable the logging socket, and use the fallback function 61 /* Override the fallback setting (see above) with the specified 252 const char *unix_path, void (*fallback) (const char *)) 286 msg_logger_fallback_fn = fallback; 351 static void fallback(const char *msg) function 364 msg_logger_init(argv[0], argv[1], argv[2], fallback);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| edata_cache.h | 39 edata_cache_t *fallback; member in struct:edata_cache_fast_s 43 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback);
|
| sec.h | 90 pai_t *fallback; member in struct:sec_s 97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| edata_cache.h | 39 edata_cache_t *fallback; member in struct:edata_cache_fast_s 43 void edata_cache_fast_init(edata_cache_fast_t *ecs, edata_cache_t *fallback);
|
| sec.h | 90 pai_t *fallback; member in struct:sec_s 97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
|
| /src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| util.py | 42 fallback=True).gettext variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimplify.h | 29 enum fallback { enum
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimplify.h | 29 enum fallback { enum
|
| /src/usr.bin/vndcompress/ |
| utils.c | 165 const char fallback[] = local 167 (void)write(STDERR_FILENO, fallback, __arraycount(fallback));
|
| /src/external/bsd/tmux/dist/ |
| osdep-freebsd.c | 167 static int fallback; local 171 if (fallback) 179 fallback = 1;
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp-openssl.c | 89 const hc_EVP_CIPHER *fallback; member in struct:once_init_cipher_ctx 211 *arg->hc_memoizep = arg->fallback; 250 const hc_EVP_CIPHER *fallback, 258 arg.fallback = fallback; 337 const hc_EVP_MD *fallback; member in struct:once_init_md_ctx 355 *arg->hc_memoizep = arg->fallback; 375 const hc_EVP_MD *fallback, 383 ctx.fallback = fallback; [all...] |
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| clang-format.el | 60 (defcustom clang-format-fallback-style "none" 61 "Fallback style to pass to clang-format. 70 (make-variable-buffer-local 'clang-format-fallback-style) 177 "-fallback-style" ,clang-format-fallback-style
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| allocator.c | 46 unsigned int fallback : 8; member in struct:omp_allocator_data 130 data.fallback = omp_atv_default_mem_fb; 136 data.fallback = traits[i].value; 320 switch (allocator_data->fallback) 332 intermittent. Return NULL then, as that is the fallback. */ 358 fallback allocator trait behaves as if the abort_fb had been specified." */ 521 switch (allocator_data->fallback) 533 intermittent. Return NULL then, as that is the fallback. */ 740 switch (allocator_data->fallback) 752 intermittent. Return NULL then, as that is the fallback. * [all...] |
| /src/external/bsd/libevent/dist/ |
| evutil_time.c | 319 const int fallback = flags & EV_MONOT_FALLBACK; local 330 if (! precise && ! fallback) { 337 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { 388 const int fallback = flags & EV_MONOT_FALLBACK; local 392 if (!fallback && 504 /* Here's the fallback implementation. We have to use 522 const int fallback = flags & EV_MONOT_FALLBACK; local 527 if (h != NULL && !fallback) { 533 if (precise && !fallback) {
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evutil_time.c | 318 const int fallback = flags & EV_MONOT_FALLBACK; local 329 if (! precise && ! fallback) { 336 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { 387 const int fallback = flags & EV_MONOT_FALLBACK; local 391 if (!fallback && 503 /* Here's the fallback implementation. We have to use 521 const int fallback = flags & EV_MONOT_FALLBACK; local 526 if (h != NULL && !fallback) { 532 if (precise && !fallback) {
|
| /src/external/gpl3/gdb.old/dist/gdb/compile/ |
| compile-c-types.c | 164 want to fallback to the type of the cast just before the 166 have access to that type here. For now, fallback to int, like 325 struct type *fallback = builtin_type (type->arch ())->builtin_int; local 327 return convert_int (context, fallback);
|
| /src/external/gpl3/gdb/dist/gdb/compile/ |
| compile-c-types.c | 164 want to fallback to the type of the cast just before the 166 have access to that type here. For now, fallback to int, like 325 struct type *fallback = builtin_type (type->arch ())->builtin_int; local 327 return convert_int (context, fallback);
|
| /src/usr.bin/rump_dhcpclient/ |
| if-options.h | 115 char *fallback; member in struct:if_options
|
| /src/external/bsd/unbound/dist/testcode/ |
| unitauth.c | 751 struct query_info** qinfo, int* fallback, uint8_t** dp_nm, 759 *fallback = 0; /* default fallback value */ 760 if(strstr(q->flags, "fallback")) 761 *fallback = 1; 908 int ret, fallback = 0; local 914 ret = auth_zones_lookup(az, qinfo, region, &msg, &fallback, dp_nm, 922 (ret?"ok":"fail"), (fallback?" fallback":""), ans_str); 925 /* ret is zero on fallback */ 962 int fallback; local [all...] |
| /src/lib/libc/gen/ |
| arc4random.c | 680 arc4random_prng_get(struct arc4random_prng *fallback) 709 prng = fallback; 723 struct arc4random_prng *fallback) 727 * If we had to use a stack fallback, zero it before we return 734 if (__predict_false(prng == fallback)) 735 explicit_memset(fallback, 0, sizeof(*fallback)); 747 struct arc4random_prng *prng, fallback; local 750 prng = arc4random_prng_get(&fallback); 752 arc4random_prng_put(prng, &fallback); 760 struct arc4random_prng *prng, fallback; local 781 struct arc4random_prng *prng, fallback; local 812 struct arc4random_prng *prng, fallback; local 826 struct arc4random_prng *prng, fallback; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_client_modeset.c | 444 * In case of tiled mode if all tiles not present fallback to 578 bool fallback = true, ret = true; local 659 DRM_DEBUG_KMS("fallback: cloned configuration\n"); 705 * then fallback to a non tiled mode. 722 fallback = false; 736 DRM_DEBUG_KMS("fallback: Not all outputs enabled\n"); 739 fallback = true; 742 if (fallback) {
|