Home
last modified time | relevance | path

Searched refs:real_source (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/pyl-gobject/pygobject-2.28.6/glib/
H A Dpygmainloop.c158 PySignalWatchSource *real_source = (PySignalWatchSource *)source; in pyg_signal_watch_check() local
159 GPollFD *poll_fd = &real_source->fd; in pyg_signal_watch_check()
204 PySignalWatchSource *real_source = (PySignalWatchSource *)source; in pyg_signal_watch_new() local
226 real_source->fd.fd = pipe_fds[0]; in pyg_signal_watch_new()
227 real_source->fd.events = G_IO_IN | G_IO_HUP | G_IO_ERR; in pyg_signal_watch_new()
228 g_source_add_poll(source, &real_source->fd); in pyg_signal_watch_new()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/File/
H A DFileSystem.php316 $real_source = $this->realpath($source) ?: $source;
318 …if ($real_source === FALSE || $real_destination === FALSE || !@copy($real_source, $real_destinatio…
402 $real_source = $this->realpath($source) ?: $source;
405 if (!@rename($real_source, $real_destination)) {
410 if (!@copy($real_source, $real_destination)) {
417 if (!@unlink($real_source)) {
503 $real_source = $this->realpath($source);
505 … if ($source == $destination || ($real_source !== FALSE) && ($real_source == $real_destination)) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/File/
H A DFileSystem.php303 $real_source = $this->realpath($source) ?: $source;
305 …if ($real_source === FALSE || $real_destination === FALSE || !@copy($real_source, $real_destinatio…
389 $real_source = $this->realpath($source) ?: $source;
392 if (!@rename($real_source, $real_destination)) {
397 if (!@copy($real_source, $real_destination)) {
404 if (!@unlink($real_source)) {
491 $real_source = $this->realpath($source);
493 … if ($source == $destination || ($real_source !== FALSE) && ($real_source == $real_destination)) {
/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-string.c1265 _dbus_assert (start <= real_source->len); in _dbus_string_move()
1290 return copy (real_source, start, in _dbus_string_copy()
1291 real_source->len - start, in _dbus_string_copy()
1325 len == real_source->len && in _dbus_string_move_len()
1343 ASSIGN_DATA (&tmp, real_source); in _dbus_string_move_len()
1344 ASSIGN_DATA (real_source, real_dest); in _dbus_string_move_len()
1351 if (!copy (real_source, start, len, in _dbus_string_move_len()
1356 delete (real_source, start, in _dbus_string_move_len()
1383 _dbus_assert (start <= real_source->len); in _dbus_string_copy_len()
1386 return copy (real_source, start, len, in _dbus_string_copy_len()
[all …]
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/Source/
H A Dmetadb.pm79 $self->real_source->init
80 if $self->real_source;
108 sub real_source { subroutine
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/SymlinkTrees/
H A DPrintTrees.cmake3 get_filename_component(real_source "${CMAKE_SOURCE_DIR}" REALPATH)
5 message(STATUS "real source: '${real_source}'")
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/SymlinkTrees/
H A DPrintTrees.cmake3 get_filename_component(real_source "${CMAKE_SOURCE_DIR}" REALPATH)
5 message(STATUS "real source: '${real_source}'")
/dports/devel/cmake-doc/cmake-3.22.1/Tests/RunCMake/SymlinkTrees/
H A DPrintTrees.cmake3 get_filename_component(real_source "${CMAKE_SOURCE_DIR}" REALPATH)
5 message(STATUS "real source: '${real_source}'")
/dports/x11-toolkits/vte/vte-0.28.2/src/
H A Dvteconv.c132 const char *real_target, *real_source; in _vte_conv_open() local
143 real_source = source; in _vte_conv_open()
154 real_source = "UTF-8"; in _vte_conv_open()
160 (g_ascii_strcasecmp(real_source, "UTF-8") == 0)); in _vte_conv_open()
167 conv = g_iconv_open(translit_target, real_source); in _vte_conv_open()
170 conv = g_iconv_open(real_target, real_source); in _vte_conv_open()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/deprecated/
H A Dcogl-vertex-buffer.c1494 CoglPipeline *real_source; member
1511 cogl_object_unref (pipeline_priv->real_source); in weak_override_source_destroyed_cb()
1512 pipeline_priv->real_source = NULL; in weak_override_source_destroyed_cb()
1524 CoglPipeline *source = pipeline_priv->real_source; in validate_layer_cb()
1562 if (pipeline_priv->real_source == pipeline) in validate_layer_cb()
1565 pipeline_priv->real_source = source = in validate_layer_cb()
1623 if (G_UNLIKELY (!pipeline_priv->real_source)) in update_primitive_and_draw()
1625 pipeline_priv->real_source = users_source; in update_primitive_and_draw()
1626 cogl_pipeline_foreach_layer (pipeline_priv->real_source, in update_primitive_and_draw()
1637 cogl_push_source (pipeline_priv->real_source); in update_primitive_and_draw()
[all …]
/dports/graphics/cogl/cogl-1.22.8/cogl/deprecated/
H A Dcogl-vertex-buffer.c1494 CoglPipeline *real_source; member
1511 cogl_object_unref (pipeline_priv->real_source); in weak_override_source_destroyed_cb()
1512 pipeline_priv->real_source = NULL; in weak_override_source_destroyed_cb()
1524 CoglPipeline *source = pipeline_priv->real_source; in validate_layer_cb()
1562 if (pipeline_priv->real_source == pipeline) in validate_layer_cb()
1565 pipeline_priv->real_source = source = in validate_layer_cb()
1623 if (G_UNLIKELY (!pipeline_priv->real_source)) in update_primitive_and_draw()
1625 pipeline_priv->real_source = users_source; in update_primitive_and_draw()
1626 cogl_pipeline_foreach_layer (pipeline_priv->real_source, in update_primitive_and_draw()
1637 cogl_push_source (pipeline_priv->real_source); in update_primitive_and_draw()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvteconv.cc147 const char *real_target, *real_source; in _vte_conv_open() local
158 real_source = source; in _vte_conv_open()
169 real_source = "UTF-8"; in _vte_conv_open()
175 (g_ascii_strcasecmp(real_source, "UTF-8") == 0)); in _vte_conv_open()
182 conv = g_iconv_open(translit_target, real_source); in _vte_conv_open()
185 conv = g_iconv_open(real_target, real_source); in _vte_conv_open()
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvteconv.c156 const char *real_target, *real_source; in _vte_conv_open() local
167 real_source = source; in _vte_conv_open()
178 real_source = "UTF-8"; in _vte_conv_open()
184 (g_ascii_strcasecmp(real_source, "UTF-8") == 0)); in _vte_conv_open()
191 conv = g_iconv_open(translit_target, real_source); in _vte_conv_open()
194 conv = g_iconv_open(real_target, real_source); in _vte_conv_open()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvteconv.cc147 const char *real_target, *real_source; in _vte_conv_open() local
158 real_source = source; in _vte_conv_open()
169 real_source = "UTF-8"; in _vte_conv_open()
175 (g_ascii_strcasecmp(real_source, "UTF-8") == 0)); in _vte_conv_open()
182 conv = g_iconv_open(translit_target, real_source); in _vte_conv_open()
185 conv = g_iconv_open(real_target, real_source); in _vte_conv_open()
/dports/misc/iio-oscilloscope/iio-oscilloscope-0.14-master/
H A Ddatatypes.h136 gfloat *real_source; member
174 gfloat *real_source; member
/dports/devel/p5-VCP-autrijus/VCP-autrijus-snapshot-0.9-20050110/lib/VCP/
H A DSource.pm182 sub real_source { subroutine
194 $r->set_source( $self->real_source );
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/utils/
H A Dfs.py210 real_source = source
212 real_source = extend(
216 flags = SYMBOLIC_LINK_FLAG_DIRECTORY if isdir(real_source) else 0
/dports/irc/atheme-services/atheme-7.2.9/modules/botserv/
H A Dmain.c83 const char *real_source = from; in bs_msg() local
103 real_source = bot != NULL ? bot->nick : from; in bs_msg()
107 msg_real(real_source, target, "%s", buf); in bs_msg()
117 const char *real_source = from; in bs_notice() local
137 real_source = bot != NULL ? bot->nick : from; in bs_notice()
141 notice_real(real_source, target, "%s", buf); in bs_notice()
/dports/graphics/gegl/gegl-0.4.34/gegl/graph/
H A Dgegl-node.c868 GeglNode *real_source = source; in gegl_node_connect_from() local
895 real_source = gegl_node_get_output_proxy (source, source_pad_name); in gegl_node_connect_from()
903 if (gegl_node_pads_exist (real_sink, real_sink_pad_name, real_source, real_source_pad_name)) in gegl_node_connect_from()
907 GeglPad *source_pad = gegl_node_get_pad (real_source, real_source_pad_name); in gegl_node_connect_from()
918 gegl_connection_set_source_node (connection, real_source); in gegl_node_connect_from()
921real_source->priv->sink_connections = g_slist_prepend (real_source->priv->sink_connections, connec… in gegl_node_connect_from()
923 gegl_node_source_invalidated (real_source, sink_pad, &real_source->have_rect); in gegl_node_connect_from()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/cps3/
H A Dcps3run.cpp334 static void cps3_do_char_dma( UINT32 real_source, UINT32 real_destination, UINT32 real_length ) in cps3_do_char_dma() argument
340 UINT8 current_byte = sourcedata[ real_source ]; in cps3_do_char_dma()
341 real_source++; in cps3_do_char_dma()
454 UINT32 real_source = (dat3<<1)-0x400000; in cps3_process_character_dma() local
462 chardma_table_address = real_source; in cps3_process_character_dma()
466 cps3_do_char_dma( real_source, real_destination, real_length ); in cps3_process_character_dma()
473 cps3_do_alt_char_dma( real_source, real_destination, real_length ); in cps3_process_character_dma()
483 ((UINT8 *)RamCRam)[real_destination + j] = RomUser[(real_source + j) ^ 3]; in cps3_process_character_dma()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/cps3/
H A Dcps3run.cpp323 static void cps3_do_char_dma( UINT32 real_source, UINT32 real_destination, UINT32 real_length ) in cps3_do_char_dma() argument
329 UINT8 current_byte = sourcedata[ real_source ]; in cps3_do_char_dma()
330 real_source++; in cps3_do_char_dma()
443 UINT32 real_source = (dat3<<1)-0x400000; in cps3_process_character_dma() local
452 chardma_table_address = real_source; in cps3_process_character_dma()
456 cps3_do_char_dma( real_source, real_destination, real_length ); in cps3_process_character_dma()
463 cps3_do_alt_char_dma( real_source, real_destination, real_length ); in cps3_process_character_dma()
473 ((UINT8 *)RamCRam)[real_destination + j] = RomUser[(real_source + j) ^ 3]; in cps3_process_character_dma()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Ddatei.cc995 std::string real_source = NWC::Path::get_real_path( source ); in getRelativePathExt() local
996 if ( ! real_source.empty() ) { in getRelativePathExt()
997 erg[1] = getRelativePath( real_source.c_str(), in getRelativePathExt()
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dcps3.cpp1901 void cps3_state::do_char_dma( u32 real_source, u32 real_destination, u32 real_length ) in do_char_dma() argument
1913 current_byte = sourcedata[DMA_XOR(real_source)]; in do_char_dma()
1914 real_source++; in do_char_dma()
2039 u32 real_source = (dat3 << 1) - 0x400000; in process_character_dma() local
2047 m_current_table_address = real_source; in process_character_dma()
2051 do_char_dma(real_source, real_destination, real_length); in process_character_dma()
2055 do_alt_char_dma(real_source, real_destination, real_length); in process_character_dma()
2061 dest[(real_destination & 0x7fffff) ^ 3] = m_user5[DMA_XOR(real_source)]; in process_character_dma()
2063 real_source++; in process_character_dma()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dcps3.cpp1901 void cps3_state::do_char_dma( u32 real_source, u32 real_destination, u32 real_length ) in do_char_dma() argument
1913 current_byte = sourcedata[DMA_XOR(real_source)]; in do_char_dma()
1914 real_source++; in do_char_dma()
2039 u32 real_source = (dat3 << 1) - 0x400000; in process_character_dma() local
2047 m_current_table_address = real_source; in process_character_dma()
2051 do_char_dma(real_source, real_destination, real_length); in process_character_dma()
2055 do_alt_char_dma(real_source, real_destination, real_length); in process_character_dma()
2061 dest[(real_destination & 0x7fffff) ^ 3] = m_user5[DMA_XOR(real_source)]; in process_character_dma()
2063 real_source++; in process_character_dma()
/dports/emulators/mess/mame-mame0226/src/mame/includes/
H A Dcps3.h182 void do_char_dma( u32 real_source, u32 real_destination, u32 real_length );

123