/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 326 DEPRECATEDIN_0_9_8(BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, 343 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
|
/third_party/node/test/parallel/ |
H A D | test-fs-stat-bigint.js | 91 `${key} is not a safe integer, difference should < 1.\n` +
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | tokenize.js | 89 if (input.safe) {
|
H A D | parser.js | 99 safe: false 106 safe: this.options.safe
|
/third_party/python/Lib/email/ |
H A D | utils.py | 85 realname in case realname is not ASCII safe. Can be an instance of str or 249 s = urllib.parse.quote(s, safe='', encoding=charset or 'ascii')
|
H A D | _header_value_parser.py | 2967 value, safe='', errors=error_handler) 2993 partial, safe='', errors=error_handler)
|
/third_party/rust/crates/syn/src/ |
H A D | buffer.rs | 6 // is 100% safe but the implementation is fragile internally. 105 // It's safe in this situation for us to put an `Entry` object in global in empty() 106 // storage, despite it not actually being safe to send across threads in empty()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bn.rs | 131 safe: c_int, in BN_generate_prime_ex()
|
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 560 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -safe 0 $extra_args $(target_path $concatfile) | tr -d '\r' > $packetfile 563 run ffprobe${PROGSUF}${EXECSUF} -bitexact -show_streams -show_packets -of compact=p=0:nk=1 -safe 0 $extra_args $(target_path $concatfile)
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind-ptrace.tex | 101 is thread-safe.
|
H A D | unw_create_addr_space.tex | 245 \Func{unw\_create\_addr\_space}() is thread-safe but \emph{not} 246 safe to use from a signal handler.
|
H A D | libunwind-ia64.tex | 48 accessible when. In case of doubt, it is always safe to \emph{try} to
|
/third_party/node/test/common/ |
H A D | report.js | 219 `heap.${jsHeapFields[i]} is not a safe integer`,
|
/third_party/python/Lib/ |
H A D | uuid.py | 80 safe = 0 variable in SafeUUID 133 a way that is safe for multiprocessing applications, via 167 indicates whether the UUID has been generated in a way that is safe
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
H A D | callbacks.rs | 47 // the callback can't mess with its own ex_data slot so this is safe in raw_verify()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 59 # at least for now since snprintf and strncpy can be used in a safe way
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | nmake.mak | 59 # at least for now since snprintf and strncpy can be used in a safe way
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 616 int safe; member 653 if (!mount_flags[i].safe && getuid() != 0) { in find_mount_flag() 1026 * Use a whitelist to be safe. */ in check_perm()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 423 /// * `safe`: If true, returns a "safe" prime `p` so that `(p-1)/2` is also prime. 445 safe: bool, in generate_prime() 453 safe as c_int, in generate_prime()
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 307 my $fi_safe = _param('safe', %fi_a); 358 # is the default one available in the safe compartment. 1085 This is not very safe. The reason this isn't as safe is that if you 1091 safe.) 1095 are safe. 1097 But if you use the C<PACKAGE> option, you will probably be safe even 1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe 1356 will be placed into the safe compartment and evaluation will take 1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 307 my $fi_safe = _param('safe', %fi_a); 358 # is the default one available in the safe compartment. 1085 This is not very safe. The reason this isn't as safe is that if you 1091 safe.) 1095 are safe. 1097 But if you use the C<PACKAGE> option, you will probably be safe even 1349 If you give C<fill_in> a C<SAFE> option, its value should be a safe 1356 will be placed into the safe compartment and evaluation will take 1362 But in C<SAFE> mode the evaluation occurs inside the safe compartmen [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 354 buffer->safe = FALSE; in read_buffer() 380 buffer->safe = !replaceusa(buffer, blocksz); in read_buffer() 382 buffer->safe = FALSE; in read_buffer() 386 return (buffer && buffer->safe ? buffer : (const struct BUFFER*)NULL); in read_buffer() 1946 * (actually they are safe when you know the logic) in detaillogr()
|
/third_party/ltp/ |
H A D | runltp | 543 # use mktemp to create "safe" temporary directories
|
/third_party/backends/backend/ |
H A D | umax_pp.c | 392 * if safe set to SANE_TRUE, no direct hardware access 396 umax_pp_auto_attach (SANEI_Config * config, SANE_Int safe) in umax_pp_auto_attach() argument 401 /* safe tests: user parallel port devices */ in umax_pp_auto_attach() 407 if ((safe != SANE_TRUE) && (rc != SANE_STATUS_GOOD)) in umax_pp_auto_attach() 440 /* if "safe-auto" or "auto" devname, use umax_pp_attach_auto */ in umax_pp_configure_attach() 441 if (strncmp (token, "safe-auto", 9) == 0) in umax_pp_configure_attach()
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 1080 safe=':/()?=')
|