Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 256575) sorted by path

12345678910>>...10263

/dports/accessibility/accerciser/accerciser-3.38.0/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-component.c42 AtspiRect *dst = g_new (AtspiRect, 1); in atspi_rect_copy() local
43 dst->x = src->x; in atspi_rect_copy()
44 dst->y = src->y; in atspi_rect_copy()
45 dst->height = src->height; in atspi_rect_copy()
46 dst->width = src->width; in atspi_rect_copy()
47 return dst; in atspi_rect_copy()
55 AtspiPoint *dst = g_new (AtspiPoint, 1); in G_DEFINE_BOXED_TYPE() local
56 dst->x = src->x; in G_DEFINE_BOXED_TYPE()
57 dst->y = src->y; in G_DEFINE_BOXED_TYPE()
58 return dst; in G_DEFINE_BOXED_TYPE()
H A Datspi-device-listener.c120 AtspiDeviceEvent *dst = g_new0 (AtspiDeviceEvent, 1); in atspi_device_event_copy() local
121 dst->type = src->type; in atspi_device_event_copy()
122 dst->id = src->id; in atspi_device_event_copy()
123 dst->hw_code = src->hw_code; in atspi_device_event_copy()
124 dst->modifiers = src->modifiers; in atspi_device_event_copy()
125 dst->timestamp = src->timestamp; in atspi_device_event_copy()
127 dst->event_string = g_strdup (src->event_string); in atspi_device_event_copy()
128 dst->is_text = src->is_text; in atspi_device_event_copy()
129 return dst; in atspi_device_event_copy()
H A Datspi-event-listener.c626 return dst; in copy_event_properties()
630 g_array_append_val (dst, dup); in copy_event_properties()
632 return dst; in copy_event_properties()
878 AtspiEvent *dst = g_new0 (AtspiEvent, 1); in atspi_event_copy() local
879 dst->type = g_strdup (src->type); in atspi_event_copy()
880 dst->source = g_object_ref (src->source); in atspi_event_copy()
881 dst->detail1 = src->detail1; in atspi_event_copy()
882 dst->detail2 = src->detail2; in atspi_event_copy()
884 g_value_copy (&src->any_data, &dst->any_data); in atspi_event_copy()
885 dst->sender = g_object_ref (src->sender); in atspi_event_copy()
[all …]
H A Datspi-registry.c552 AtspiKeyDefinition *dst; in atspi_key_definition_copy() local
554 dst = g_new0 (AtspiKeyDefinition, 1); in atspi_key_definition_copy()
555 dst->keycode = src->keycode; in atspi_key_definition_copy()
556 dst->keysym = src->keysym; in atspi_key_definition_copy()
558 dst->keystring = g_strdup (src->keystring); in atspi_key_definition_copy()
559 dst->unused = src->unused; in atspi_key_definition_copy()
560 return dst; in atspi_key_definition_copy()
H A Datspi-text.c37 AtspiRange *dst = g_new (AtspiRange, 1); in atspi_range_copy() local
39 dst->start_offset = src->start_offset; in atspi_range_copy()
40 dst->end_offset = src->end_offset; in atspi_range_copy()
41 return dst; in atspi_range_copy()
49 AtspiTextRange *dst = g_new (AtspiTextRange, 1); in G_DEFINE_BOXED_TYPE() local
51 dst->content = g_strdup (src->content); in G_DEFINE_BOXED_TYPE()
52 dst->start_offset = src->start_offset; in G_DEFINE_BOXED_TYPE()
53 dst->end_offset = src->end_offset; in G_DEFINE_BOXED_TYPE()
54 return dst; in G_DEFINE_BOXED_TYPE()
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datktext.c1624 AtkTextRange *dst = g_new0 (AtkTextRange, 1); in atk_text_range_copy() local
1625 dst->bounds = src->bounds; in atk_text_range_copy()
1626 dst->start_offset = src->start_offset; in atk_text_range_copy()
1627 dst->end_offset = src->end_offset; in atk_text_range_copy()
1629 dst->content = g_strdup (src->content); in atk_text_range_copy()
1630 return dst; in atk_text_range_copy()
/dports/accessibility/atkmm/atkmm-2.28.0/build/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/caribou/caribou-0.4.21/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
276 if test -d "$dst"; then
281 dstdir=$dst
282 dst=$dstdir/`basename "$src"`
285 dstdir=`dirname "$dst"`
476 test ! -f "$dst" ||
477 $doit $rmcmd -f "$dst" 2>/dev/null ||
[all …]
/dports/accessibility/orca/orca-41.1/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/py-atspi/pyatspi-2.38.1/config/
H A Dinstall-sh85 dst=
274 dst=$src
275 dstdir=$dst
296 dst=$dst_arg
299 if test -d "$dst"; then
304 dstdir=$dst
306 case $dst in
307 */) dst=$dst$dstbase;;
308 *) dst=$dst/$dstbase;;
312 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/clap-2.33.0/src/
H A Dmacros.rs876 ($dst:expr, $num:expr) => ({
879 $dst.write_all(b" ")?;
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/cloudabi/
H A Dmod.rs221 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
223 dst: *mut c_char, in strncpy()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/fuchsia/
H A Dmod.rs3363 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
3365 dst: *mut c_char, in strncpy()
3585 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2()
3623 pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; in link()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1422 pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int; in dup3()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1966 pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int; in dup3()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1417 pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int; in dup3()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/
H A Dmod.rs504 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
506 dst: *mut c_char, in strncpy()
831 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2()
873 pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; in link()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/solarish/
H A Dmod.rs2549 pub fn dup3(src: ::c_int, dst: ::c_int, flags: ::c_int) -> ::c_int; in dup3()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/vxworks/
H A Dmod.rs1146 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
1148 dst: *mut c_char, in strncpy()
1787 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2()
1849 pub fn link(src: *const ::c_char, dst: *const ::c_char) -> ::c_int; in link()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/
H A Dwasi.rs431 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
433 dst: *mut c_char, in strncpy()
575 pub fn link(src: *const c_char, dst: *const c_char) -> ::c_int; in link()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/windows/
H A Dmod.rs346 pub fn strcpy(dst: *mut c_char, src: *const c_char) -> *mut c_char; in strcpy()
348 dst: *mut c_char, in strncpy()
447 pub fn dup2(src: ::c_int, dst: ::c_int) -> ::c_int; in dup2()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/
H A Dinstall-sh80 dst=
254 dst=$src
255 dstdir=$dst
272 dst=$dst_arg
275 if test -d "$dst"; then
280 dstdir=$dst
282 case $dst in
283 */) dst=$dst$dstbase;;
284 *) dst=$dst/$dstbase;;
288 dstdir=`dirname "$dst"`
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/aho-corasick-0.7.18/src/
H A Dahocorasick.rs439 let mut dst = String::with_capacity(haystack.len()); in replace_all() localVariable
440 self.replace_all_with(haystack, &mut dst, |mat, _, dst| { in replace_all()
444 dst in replace_all()
490 let mut dst = Vec::with_capacity(haystack.len()); in replace_all_bytes() localVariable
491 self.replace_all_with_bytes(haystack, &mut dst, |mat, _, dst| { in replace_all_bytes()
495 dst in replace_all_bytes()
548 dst: &mut String, in replace_all_with()
561 dst.push_str(&haystack[last_match..]); in replace_all_with()
614 dst: &mut Vec<u8>, in replace_all_with_bytes()
621 dst.extend(&haystack[last_match..mat.start()]); in replace_all_with_bytes()
[all …]

12345678910>>...10263