Home
last modified time | relevance | path

Searched refs:dst (Results 1 – 25 of 256575) sorted by last modified time

12345678910>>...10263

/dports/x11-wm/wmii/wmii-3.6/cmd/
H A Dutil.c158 wmii_strlcat(char *dst, const char *src, uint size) { in wmii_strlcat() argument
163 d = dst; in wmii_strlcat()
/dports/x11-wm/wmii/wmii-3.6/include/
H A Dutil.h37 uint wmii_strlcat(char *dst, const char *src, unsigned int siz);
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Dx11.c353 setgccol(dst, col); in border()
354 XDrawRectangle(display, dst->image, dst->gc, in border()
360 setgccol(dst, col); in fill()
361 XFillRectangle(display, dst->image, dst->gc, in fill()
384 setgccol(dst, col); in drawpoly()
385 XDrawLines(display, dst->image, dst->gc, xp, np, CoordModeOrigin); in drawpoly()
394 setgccol(dst, col); in fillpoly()
402 setgccol(dst, col); in drawline()
403 XDrawLine(display, dst->image, dst->gc, p1.x, p1.y, p2.x, p2.y); in drawline()
459 XDrawString(display, dst->image, dst->gc, in drawstring()
[all …]
/dports/x11-wm/spectrwm/spectrwm-SPECTRWM_3_4_1/
H A Dspectrwm.c3052 dst++; in bar_strlcat_esc()
3059 *dst++ = '+'; in bar_strlcat_esc()
3062 *dst++ = *src++; in bar_strlcat_esc()
3065 *dst = '\0'; in bar_strlcat_esc()
3107 char *src, *dst; in bar_split_format() local
3141 *dst++ = *src++; in bar_split_format()
3142 *dst++ = *src++; in bar_split_format()
3149 *dst = '\0'; in bar_split_format()
3177 *dst++ = *src++; in bar_split_format()
3180 *dst++ = *src++; in bar_split_format()
[all …]
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dmisc.c466 copy_file (const char *dst, const char *src) in copy_file() argument
475 if (!streq (src, dst)) in copy_file()
477 DIR *dir = opendir (dst); in copy_file()
485 if (streq (dst, g_path_get_dirname (src))) in copy_file()
487 dst_name = g_strconcat (dst, "/", g_path_get_basename (src), NULL); in copy_file()
490 dst_name = g_strdup (dst); in copy_file()
/dports/x11-wm/xfce4-panel-profiles/xfce4-panel-profiles-1.0.13/xfce4-panel-profiles/
H A Dxfce4-panel-profiles.py103 def _copy(self, src, dst): argument
104 PanelConfig.from_file(src).to_file(dst)
250 dst = os.path.join(self.save_location, name + ".tar.bz2")
252 self._copy(filename, dst)
254 [dst, name, int(datetime.datetime.now().strftime('%s'))])
/dports/x11-wm/sway/sway-1.5.1/include/sway/
H A Dconfig.h603 void merge_input_config(struct input_config *dst, struct input_config *src);
616 void merge_seat_config(struct seat_config *dst, struct seat_config *src);
638 void merge_output_config(struct output_config *dst, struct output_config *src);
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/include/
H A Dx11.h215 void border(Image *dst, Rectangle, int w, Color);
269 void setshapemask(Window *dst, Image *src, Point);
289 Rectangle gravitate(Rectangle dst, Rectangle src, Point grav);
/dports/x11-wm/lxsession/lxsession-0.5.4/
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"`
483 test ! -f "$dst" ||
484 $doit $rmcmd -f "$dst" 2>/dev/null ||
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Preferences.cxx642 char *dst = (char*)malloc( len+1 ), *d = dst; in decodeText() local
656 return dst; in decodeText()
1387 char *&dst = entry_[ lastEntrySet ].value; in add() local
1388 size_t a = strlen( dst ); in add()
1390 dst = (char*)realloc( dst, a+b+1 ); in add()
1391 memcpy( dst+a, line, b+1 ); in add()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/roaring/
H A Droaring.h1310 array_container_t *dst);
1956 bitset_container_t *dst);
1990 bitset_container_t *dst);
2024 bitset_container_t *dst);
3157 void **dst);
3168 void **dst);
3326 void **dst);
3345 void **dst);
3368 void **dst);
3437 void **dst);
[all …]
/dports/x11-toolkits/gnocl/gnocl-0.9.96/src/
H A DpixBuf.c400 guchar *dst; in pixbuf_draw_gradient() local
407 dst = gdk_pixbuf_get_pixels ( pixbuf ) + rect->x * n_channels + rowstride * rect->y; in pixbuf_draw_gradient()
408 dst_limit = dst + height * rowstride; in pixbuf_draw_gradient()
419 d = dst + rowstride * i; in pixbuf_draw_gradient()
438 d = dst + rowstride * i; in pixbuf_draw_gradient()
H A DparseMarkup.c196 char *src, *dst; in removeChar() local
198 for ( src = dst = str; *src != '\0'; src++ ) in removeChar()
200 *dst = *src; in removeChar()
202 if ( *dst != garbage ) dst++; in removeChar()
205 *dst = '\0'; in removeChar()
207 g_print ( "%s\n", dst ); in removeChar()
209 return dst; in removeChar()
/dports/x11-toolkits/SoXt/SoXt-1.3.0/src/Inventor/Xt/
H A DMakefile.in1703 src="$$d$$p"; dst="$(DESTDIR)$(SoXtincdir)/$$f"; \
1704 if cmp -s "$$src" "$$dst"; then :; else \
1705 echo " $(INSTALL_HEADER) $$src $$dst"; \
1706 $(INSTALL_HEADER) "$$src" "$$dst"; \
1716 src="$$d$$p"; dst="$(DESTDIR)$(SoXtincdir)/$$f"; \
1717 if cmp -s "$$src" "$$dst"; then :; else \
1718 echo " $(INSTALL_HEADER) $$src $$dst"; \
1719 $(INSTALL_HEADER) "$$src" "$$dst"; \
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltPs.c1269 char *src, *dst, *end; local
1289 dst = tokenPtr->scratchArr;
1295 dst = tokenPtr->scratchArr;
1296 dst[count] = '\0';
1297 Blt_AppendToPostScript(tokenPtr, dst, (char *)NULL);
1318 *dst++ = '\\';
1319 *dst++ = c;
1326 sprintf(dst, "\\%03o", c);
1327 dst += 4;
1330 *dst++ = c;
/dports/x11-toolkits/pangolin/Pangolin-0.6/src/utils/
H A Dfile_utils.cpp122 int dst = 0; in SanitizePath() local
126 dst = p_slash0; in SanitizePath()
130 dst = p_slash1; in SanitizePath()
131 p_slash0 = dst; in SanitizePath()
140 p_slash0 = dst; in SanitizePath()
144 p_slash0 = dst; in SanitizePath()
148 if((dst-p_slash0) == n_dots+1) { in SanitizePath()
154 path_copy[dst++] = path[src]; in SanitizePath()
157 return path_copy.substr(0,dst); in SanitizePath()
/dports/x11-toolkits/soqt/soqt/cfg/
H A Dinstall-sh72 dst=""
118 dst=$1
134 dst=$src
137 if [ -d "$dst" ]; then
157 if [ x"$dst" = x ]
168 if [ -d "$dst" ]
170 dst=$dst/`basename "$src"`
213 $doit $instcmd "$dst" &&
225 dstfile=`basename "$dst"`
227 dstfile=`basename "$dst" $transformbasename |
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/
H A DTcl-pTk9 $dst = shift;
11 die "Usage: $0 <src> <dst> \n" unless (defined $src and defined $dst);
13 chmod(0666, $dst);
14 chmod(0666, "$dst~");
15 unlink($dst);
16 open(DST,">$dst~") || die "Cannot open $dst~: $!";
253 close(DST) or die "While writing to $dst~: $!";
255 rename "$dst~", $dst or die "Could not rename $dst~ to $dst: $!";
257 chmod(0444,$dst);
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/
H A DMakefile.am155 src="$$d$$p"; dst="$(DESTDIR)$(SoQtincdir)/$$f"; \
156 if cmp -s "$$src" "$$dst"; then :; else \
157 echo " $(INSTALL_HEADER) $$src $$dst"; \
158 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
168 src="$$d$$p"; dst="$(DESTDIR)$(SoQtincdir)/$$f"; \
169 if cmp -s "$$src" "$$dst"; then :; else \
170 echo " $(INSTALL_HEADER) $$src $$dst"; \
171 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
H A DMakefile.in1893 src="$$d$$p"; dst="$(DESTDIR)$(SoQtincdir)/$$f"; \
1894 if cmp -s "$$src" "$$dst"; then :; else \
1895 echo " $(INSTALL_HEADER) $$src $$dst"; \
1896 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
1906 src="$$d$$p"; dst="$(DESTDIR)$(SoQtincdir)/$$f"; \
1907 if cmp -s "$$src" "$$dst"; then :; else \
1908 echo " $(INSTALL_HEADER) $$src $$dst"; \
1909 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/widgets/
H A DMakefile.am104 src="$$d$$p"; dst="$(DESTDIR)$(SoQtWidgetsincdir)/$$f"; \
105 if cmp -s "$$src" "$$dst"; then :; else \
106 echo " $(INSTALL_HEADER) $$src $$dst"; \
107 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
117 src="$$d$$p"; dst="$(DESTDIR)$(SoQtWidgetsincdir)/$$f"; \
118 if cmp -s "$$src" "$$dst"; then :; else \
119 echo " $(INSTALL_HEADER) $$src $$dst"; \
120 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
H A DMakefile.in1529 src="$$d$$p"; dst="$(DESTDIR)$(SoQtWidgetsincdir)/$$f"; \
1530 if cmp -s "$$src" "$$dst"; then :; else \
1531 echo " $(INSTALL_HEADER) $$src $$dst"; \
1532 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
1542 src="$$d$$p"; dst="$(DESTDIR)$(SoQtWidgetsincdir)/$$f"; \
1543 if cmp -s "$$src" "$$dst"; then :; else \
1544 echo " $(INSTALL_HEADER) $$src $$dst"; \
1545 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/nodes/
H A DMakefile.am84 src="$$d$$p"; dst="$(DESTDIR)$(SoQtNodesincdir)/$$f"; \
85 if cmp -s "$$src" "$$dst"; then :; else \
86 echo " $(INSTALL_HEADER) $$src $$dst"; \
87 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
97 src="$$d$$p"; dst="$(DESTDIR)$(SoQtNodesincdir)/$$f"; \
98 if cmp -s "$$src" "$$dst"; then :; else \
99 echo " $(INSTALL_HEADER) $$src $$dst"; \
100 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
H A DMakefile.in1933 src="$$d$$p"; dst="$(DESTDIR)$(SoQtNodesincdir)/$$f"; \
1934 if cmp -s "$$src" "$$dst"; then :; else \
1935 echo " $(INSTALL_HEADER) $$src $$dst"; \
1936 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
1946 src="$$d$$p"; dst="$(DESTDIR)$(SoQtNodesincdir)/$$f"; \
1947 if cmp -s "$$src" "$$dst"; then :; else \
1948 echo " $(INSTALL_HEADER) $$src $$dst"; \
1949 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/editors/
H A DMakefile.am86 src="$$d$$p"; dst="$(DESTDIR)$(SoQtEditorsincdir)/$$f"; \
87 if cmp -s "$$src" "$$dst"; then :; else \
88 echo " $(INSTALL_HEADER) $$src $$dst"; \
89 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \
99 src="$$d$$p"; dst="$(DESTDIR)$(SoQtEditorsincdir)/$$f"; \
100 if cmp -s "$$src" "$$dst"; then :; else \
101 echo " $(INSTALL_HEADER) $$src $$dst"; \
102 $(INSTALL_HEADER) "$$src" "$$dst" || exit 1; \

12345678910>>...10263