/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 329 safe = b"" if for_qs else b"/" 330 rv = url_quote(obj, safe) 599 """Works exactly like :func:`dumps` but is safe for use in ``<script>`` 602 also mark the result as safe. Due to how this function escapes certain 603 characters this is safe even if used outside of ``<script>`` tags. 612 This makes it safe to embed such strings in any place in HTML with the
|
/kernel/linux/linux-5.10/fs/dlm/ |
H A D | lock.c | 1850 /* FIXME: is it safe to look at lkb_exflags, lkb_flags, lkb_timestamp, and 2761 struct dlm_lkb *lkb, *safe; in process_lookup_list() local 2763 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list() 5134 struct dlm_lkb *lkb, *safe; in dlm_recover_waiters_pre() local 5145 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre() 5380 struct dlm_lkb *lkb, *safe; in purge_mstcpy_list() local 5382 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_mstcpy_list() 5413 struct dlm_lkb *lkb, *safe; in purge_dead_list() local 5415 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_dead_list() 6188 struct dlm_lkb *lkb, *safe; in dlm_clear_proc_locks() local 6231 struct dlm_lkb *lkb, *safe; purge_proc_locks() local 6273 struct dlm_lkb *lkb, *safe; do_purge() local [all...] |
H A D | lowcomms.c | 1482 struct writequeue_entry *e, *safe; in clean_one_writequeue() local 1485 list_for_each_entry_safe(e, safe, &con->writequeue, list) { in clean_one_writequeue() 1714 struct dlm_node_addr *na, *safe; in dlm_lowcomms_exit() local 1717 list_for_each_entry_safe(na, safe, &dlm_node_addrs, list) { in dlm_lowcomms_exit()
|
H A D | member.c | 526 struct dlm_member *memb, *safe; in dlm_recover_members() local 540 list_for_each_entry_safe(memb, safe, &ls->ls_nodes, list) { in dlm_recover_members()
|
H A D | recover.c | 924 struct dlm_rsb *r, *safe; in dlm_release_root_list() local 927 list_for_each_entry_safe(r, safe, &ls->ls_root_list, res_root_list) { in dlm_release_root_list()
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | lock.c | 2533 struct dlm_lkb *lkb, *safe; in process_lookup_list() local 2535 list_for_each_entry_safe(lkb, safe, &r->res_lookup, lkb_rsb_lookup) { in process_lookup_list() 4890 struct dlm_lkb *lkb, *safe; in dlm_recover_waiters_pre() local 4901 list_for_each_entry_safe(lkb, safe, &ls->ls_waiters, lkb_wait_reply) { in dlm_recover_waiters_pre() 5133 struct dlm_lkb *lkb, *safe; in purge_mstcpy_list() local 5135 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_mstcpy_list() 5166 struct dlm_lkb *lkb, *safe; in purge_dead_list() local 5168 list_for_each_entry_safe(lkb, safe, list, lkb_statequeue) { in purge_dead_list() 5964 struct dlm_lkb *lkb, *safe; in dlm_clear_proc_locks() local 5987 list_for_each_entry_safe(lkb, safe, in dlm_clear_proc_locks() 6005 struct dlm_lkb *lkb, *safe; purge_proc_locks() local 6046 struct dlm_lkb *lkb, *safe; do_purge() local [all...] |
H A D | member.c | 550 struct dlm_member *memb, *safe; in dlm_recover_members() local 568 list_for_each_entry_safe(memb, safe, &ls->ls_nodes, list) { in dlm_recover_members()
|
H A D | recover.c | 926 struct dlm_rsb *r, *safe; in dlm_release_root_list() local 929 list_for_each_entry_safe(r, safe, &ls->ls_root_list, res_root_list) { in dlm_release_root_list()
|
/kernel/linux/linux-6.6/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd.h | 512 } safe; 791 mcp251xfd_spi_cmd_write_safe_set_addr(&write_reg_buf->safe.cmd, 793 data = write_reg_buf->safe.data;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 103 u32 safe; in ocelot_fdma_wait_chan_safe() local 105 return readx_poll_timeout_atomic(ocelot_fdma_read_ch_safe, ocelot, safe, in ocelot_fdma_wait_chan_safe() 106 safe & BIT(chan), 0, in ocelot_fdma_wait_chan_safe()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 357 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, 379 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, 382 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 357 BIGNUM *BN_generate_prime(BIGNUM *ret, int bits, int safe, 379 int BN_generate_prime_ex2(BIGNUM *ret, int bits, int safe, 382 int BN_generate_prime_ex(BIGNUM *ret, int bits, int safe, const BIGNUM *add,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compiler_types.h | 26 # define __safe __attribute__((safe))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | compiler_types.h | 39 # define __safe __attribute__((safe))
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | compiler_types.h | 12 # define __safe __attribute__((safe))
|
/third_party/curl/src/ |
H A D | tool_cb_hdr.c | 428 /* Not a "safe" URL: don't linkify it */ in write_linked_location()
|
/third_party/spirv-tools/kokoro/scripts/linux/ |
H A D | build-docker.sh | 25 # Marking the root of the repo as safe for ownership changes. 26 git config --global --add safe.directory $ROOT_DIR
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | error.rs | 242 // OpenSSL/LibreSSL they're safe. 267 // OpenSSL/LibreSSL they're safe. 314 // OpenSSL/LibreSSL they're safe.
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | smp.c | 478 static void do_smp_send_nmi_ipi(int cpu, bool safe) in do_smp_send_nmi_ipi() argument 480 if (!safe && smp_ops->cause_nmi_ipi && smp_ops->cause_nmi_ipi(cpu)) in do_smp_send_nmi_ipi() 503 u64 delay_us, bool safe) in __smp_send_nmi_ipi() 538 do_smp_send_nmi_ipi(cpu, safe); in __smp_send_nmi_ipi() 502 __smp_send_nmi_ipi(int cpu, void (*fn)(struct pt_regs *), u64 delay_us, bool safe) __smp_send_nmi_ipi() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | concatdec.c | 67 int safe; member 124 if (cat->safe && !safe_filename(filename)) { in add_file() 492 if ((dir->flags & NEEDS_UNSAFE) && cat->safe) { in concat_parse_script() 493 av_log(avf, AV_LOG_ERROR, "Line %d: %s not allowed if safe\n", line, keyword); in concat_parse_script() 921 { "safe", "enable safe mode", 922 OFFSET(safe), AV_OPT_TYPE_BOOL, {.i64 = 1}, 0, 1, DEC },
|
/third_party/python/Lib/test/ |
H A D | test_uuid.py | 37 safe = 0 variable in BaseTestUUID.test_safe_uuid_enum.CheckedSafeUUID 450 is_safe=self.uuid.SafeUUID.safe) 497 self.assertIn(u.is_safe, {self.uuid.SafeUUID.safe, 569 self.assertEqual(u.is_safe, self.uuid.SafeUUID.safe)
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 375 # The highest safe address for 456 # Getting to provably safe in-place decompression is hard. Worst case 495 # data, plus a small amount extra to keep the algorithm safe. The 515 # to be safe. To avoid problems at the block level allocating 5 extra bytes
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 317 # The highest safe address for 398 # Getting to provably safe in-place decompression is hard. Worst case 437 # data, plus a small amount extra to keep the algorithm safe. The 457 # to be safe. To avoid problems at the block level allocating 5 extra bytes
|
/kernel/linux/linux-5.10/drivers/s390/block/ |
H A D | scm_blk.c | 54 struct list_head *iter, *safe; in scm_free_rqs() local 58 list_for_each_safe(iter, safe, &inactive_requests) { in scm_free_rqs()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | topsrv.c | 127 struct outqueue_entry *e, *safe; in tipc_conn_kref_release() local 137 list_for_each_entry_safe(e, safe, &con->outqueue, list) { in tipc_conn_kref_release()
|