/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl37.c | 58 unsigned int orig_value; in setup() local 66 orig_value = TST_RET; in setup() 68 wrbuf = SAFE_MALLOC(orig_value); in setup() 69 memset(wrbuf, 'x', orig_value); in setup() 70 SAFE_WRITE(1, fds[1], wrbuf, orig_value); in setup() 76 half_value = orig_value / 2; in setup()
|
/third_party/ltp/testcases/commands/sysctl/ |
D | sysctl01.sh | 27 local orig_value=$(cat "$dir""$name") 33 if [ ${test_value} -eq ${orig_value} ]; then 37 sysctl -w "kernel.""$name"=${orig_value} >/dev/null 2>&1
|
D | sysctl02.sh | 31 orig_value=$(cat "$sys_file") 77 [ -n "$orig_value" ] && sysctl -w -q $sys_name=$orig_value
|
/third_party/ltp/lib/newlib_tests/ |
D | test_zero_hugepage.sh | 14 orig_value=`cat /proc/sys/vm/nr_hugepages` 32 echo $orig_value > /proc/sys/vm/nr_hugepages
|
/third_party/glib/gio/ |
D | xdp-dbus.c | 57 GValue orig_value; /* the value before the change */ member 63 g_value_unset (&data->orig_value); in _changed_property_free() 3495 if (!_g_value_equal (cur_value, &cp->orig_value)) in _gxdp_documents_emit_changed() 3537 …keleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value) in _gxdp_documents_schedule_emit_changed() argument 3557 g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value)); in _gxdp_documents_schedule_emit_changed() 3558 g_value_copy (orig_value, &cp->orig_value); in _gxdp_documents_schedule_emit_changed() 5260 if (!_g_value_equal (cur_value, &cp->orig_value)) in _gxdp_open_uri_emit_changed() 5302 …keleton *skeleton, const _ExtendedGDBusPropertyInfo *info, guint prop_id, const GValue *orig_value) in _gxdp_open_uri_schedule_emit_changed() argument 5322 g_value_init (&cp->orig_value, G_VALUE_TYPE (orig_value)); in _gxdp_open_uri_schedule_emit_changed() 5323 g_value_copy (orig_value, &cp->orig_value); in _gxdp_open_uri_schedule_emit_changed() [all …]
|
D | gdbus-daemon-generated.c | 57 GValue orig_value; /* the value before the change */ member 63 g_value_unset (&data->orig_value); in _changed_property_free()
|
/third_party/selinux/libsepol/src/ |
D | conditional.c | 348 unsigned int i, j, orig_value[COND_MAX_BOOLS]; in cond_normalize_expr() local 409 orig_value[i] = in cond_normalize_expr() 437 orig_value[i]; in cond_normalize_expr()
|
/third_party/libsoup/libsoup/ |
D | soup-message-headers.c | 1435 gpointer orig_key, orig_value; in soup_message_headers_get_content_disposition() local 1445 &orig_key, &orig_value)) { in soup_message_headers_get_content_disposition() 1446 char *filename = strrchr (orig_value, '/'); in soup_message_headers_get_content_disposition()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/sdp/ |
D | gstsdpmessage.c | 3428 gchar *p, *t, *orig_value; in gst_sdp_parse_rtpmap() local 3430 p = orig_value = g_strdup (rtpmap); in gst_sdp_parse_rtpmap() 3469 g_free (orig_value); in gst_sdp_parse_rtpmap() 3473 g_free (orig_value); in gst_sdp_parse_rtpmap() 4053 gchar *orig_value; in gst_sdp_parse_keymgmt() local 4056 p = orig_value = g_strdup (keymgmt); in gst_sdp_parse_keymgmt() 4060 g_free (orig_value); in gst_sdp_parse_keymgmt() 4066 g_free (orig_value); in gst_sdp_parse_keymgmt() 4070 g_free (orig_value); /* Don't need this any more */ in gst_sdp_parse_keymgmt()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_aos.c | 288 LLVMValueRef orig_value; in lp_emit_store_aos() local 290 orig_value = LLVMBuildLoad(builder, ptr, ""); in lp_emit_store_aos() 292 mask, value, orig_value); in lp_emit_store_aos()
|
/third_party/skia/third_party/externals/microhttpd/ |
D | ltmain.sh | 4295 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 4878 lt_extend_str (const char *orig_value, const char *add, int to_end) 4881 if (orig_value && *orig_value) 4883 int orig_value_len = strlen (orig_value); 4888 strcpy (new_value, orig_value); 4894 strcpy (new_value + add_len, orig_value);
|
/third_party/skia/third_party/externals/libpng/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/mtdev/config-aux/ |
D | ltmain.sh | 5883 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6471 lt_extend_str (const char *orig_value, const char *add, int to_end) 6474 if (orig_value && *orig_value) 6476 size_t orig_value_len = strlen (orig_value); 6481 strcpy (new_value, orig_value); 6487 strcpy (new_value + add_len, orig_value);
|
/third_party/libffi/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/libevdev/build-aux/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/e2fsprogs/config/ |
D | ltmain.sh | 5760 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6348 lt_extend_str (const char *orig_value, const char *add, int to_end) 6351 if (orig_value && *orig_value) 6353 size_t orig_value_len = strlen (orig_value); 6358 strcpy (new_value, orig_value); 6364 strcpy (new_value + add_len, orig_value);
|
/third_party/libpng/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/wayland_standard/ |
D | ltmain.sh | 5883 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6471 lt_extend_str (const char *orig_value, const char *add, int to_end) 6474 if (orig_value && *orig_value) 6476 size_t orig_value_len = strlen (orig_value); 6481 strcpy (new_value, orig_value); 6487 strcpy (new_value + add_len, orig_value);
|
/third_party/gettext/build-aux/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/freetype/builds/unix/ |
D | ltmain.sh | 5668 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6256 lt_extend_str (const char *orig_value, const char *add, int to_end) 6259 if (orig_value && *orig_value) 6261 size_t orig_value_len = strlen (orig_value); 6266 strcpy (new_value, orig_value); 6272 strcpy (new_value + add_len, orig_value);
|
/third_party/node/deps/cares/ |
D | ltmain.sh | 5760 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6348 lt_extend_str (const char *orig_value, const char *add, int to_end) 6351 if (orig_value && *orig_value) 6353 size_t orig_value_len = strlen (orig_value); 6358 strcpy (new_value, orig_value); 6364 strcpy (new_value + add_len, orig_value);
|
/third_party/eudev/ |
D | ltmain.sh | 5716 char *lt_extend_str (const char *orig_value, const char *add, int to_end); 6304 lt_extend_str (const char *orig_value, const char *add, int to_end) 6307 if (orig_value && *orig_value) 6309 size_t orig_value_len = strlen (orig_value); 6314 strcpy (new_value, orig_value); 6320 strcpy (new_value + add_len, orig_value);
|
/third_party/python/Lib/test/test_email/ |
D | test_email.py | 4076 orig_value = out.getvalue() 4080 self.assertEqual(out.getvalue(), orig_value)
|