/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
H A D | parser.js | 99 safe: false 106 safe: this.options.safe
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 305 @ save/restore lr_abt and spsr_abt to make nested aborts safe. 315 mrs r2, spsr @ Save spsr_abt, abort is now safe
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 310 @ save/restore lr_abt and spsr_abt to make nested aborts safe. 320 mrs r2, spsr @ Save spsr_abt, abort is now safe
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | user.c | 151 struct dlm_callback *cb, *safe; in dlm_purge_lkb_callbacks() local 153 list_for_each_entry_safe(cb, safe, &lkb->lkb_callbacks, list) { in dlm_purge_lkb_callbacks()
|
/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)
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | btf.c | 282 /* Chunk size we use in safe copy of data to be shown. */ 287 * 128-bit int); if we are at the end of our safe buffer and have 314 * Another problem is we want to ensure the data for display is safe to 316 * object and our safe copy of it. We copy portions of the data needed 322 * btf_show_start_type() which returns a pointer to the safe copy 325 * using copy_from_kernel_nofault() to update the safe data if necessary 332 * which our safe data starts. obj.data will advance as we copy 363 u8 safe[BTF_SHOW_OBJ_SAFE_SIZE]; member 865 /* We may not be able to represent this type; bail to be safe */ in btf_show_name() 993 /* How much is left to copy to safe buffe 1053 void *safe = NULL; btf_show_obj_safe() local [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry.S | 349 ; !CONFIG_PREEMPTION: To ensure restore_regs is intr safe
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
H A D | tlbex.S | 51 ; exception prologue (IRQ auto-disabled on Exceptions, so it's IRQ-safe). 59 ; core reg as it will not be SMP safe.
|
/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.
|
/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
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | node.c | 712 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local 722 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn() 1494 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local 1520 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact() 1730 * lookup, which are rare and safe to dispose of anyway.
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | node.c | 728 struct tipc_sock_conn *conn, *safe; in tipc_node_remove_conn() local 738 list_for_each_entry_safe(conn, safe, &node->conn_sks, list) { in tipc_node_remove_conn() 1521 struct tipc_sock_conn *conn, *safe; in node_lost_contact() local 1547 list_for_each_entry_safe(conn, safe, conns, list) { in node_lost_contact() 1759 * lookup, which are rare and safe to dispose of anyway.
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | log.c | 370 struct gfs2_trans *tr, *safe; in ail2_empty() local 377 list_for_each_entry_safe(tr, safe, &sdp->sd_ail2_list, tr_list) { in ail2_empty()
|
H A D | super.c | 1404 * is safe, just less efficient. 1501 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local 1504 list_for_each_entry_safe(lsi, safe, &sdp->sd_sc_inodes_list, si_list) { in free_local_statfs_inodes()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | super.c | 1495 * is safe, just less efficient. 1583 struct local_statfs_inode *lsi, *safe; in free_local_statfs_inodes() local 1586 list_for_each_entry_safe(lsi, safe, &sdp->sd_sc_inodes_list, si_list) { in free_local_statfs_inodes()
|
/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...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | ceph_fs.h | 480 __u8 safe; /* true if committed to disk */ member
|