Home
last modified time | relevance | path

Searched refs:xprintf (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/basic/
H A Dfixdep.c113 static void xprintf(const char *format, ...) in xprintf() function
145 xprintf(" $(wildcard %s/", dir); in print_dep()
156 xprintf(".h) \\\n"); in print_dep()
352 xprintf("source_%s := %s\n\n", in parse_dep_file()
354 xprintf("deps_%s := \\\n", target); in parse_dep_file()
358 xprintf(" %s \\\n", m); in parse_dep_file()
381 xprintf("\n%s: $(deps_%s)\n\n", target, target); in parse_dep_file()
382 xprintf("$(deps_%s):\n", target); in parse_dep_file()
397 xprintf("cmd_%s := %s\n\n", target, cmdline); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/
H A D0006-cmd-dist-separate-host-and-target-builds.patch101xprintf("warning: --no-clean is deprecated and has no effect; use 'go install std cmd' instead\n")
120 xprintf("\n")
136 xprintf("\n")
138 xprintf("Building Go toolchain2 using go_bootstrap and Go toolchain1.\n")
156 - xprintf("\n")
170 + xprintf("\n")
172 + xprintf("Building %s for host, %s/%s.\n", strings.Join(toBuild, ","), goos, goarch)
179 + xprintf("\n")
187 + xprintf("Building %s for target, %s/%s.\n", strings.Join(toBuild, ","), goos, goarch)
192 - xprintf("Building packages and commands for %s/%s.\n", goos, goarch)
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/cvt/
H A DMakefile.in138 cvt-xprintf.$(OBJEXT)
164 ./$(DEPDIR)/cvt-xf86cvt.Po ./$(DEPDIR)/cvt-xprintf.Po
580 $(top_srcdir)/os/xprintf.c
678 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cvt-xprintf.Po@am__quote@ # am--include-marker
735 cvt-xprintf.o: $(top_srcdir)/os/xprintf.c
736 …-xprintf.o -MD -MP -MF $(DEPDIR)/cvt-xprintf.Tpo -c -o cvt-xprintf.o `test -f '$(top_srcdir)/os/xp…
737 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cvt-xprintf.Tpo $(DEPDIR)/cvt-xprintf.Po
740 …t_CFLAGS) $(CFLAGS) -c -o cvt-xprintf.o `test -f '$(top_srcdir)/os/xprintf.c' || echo '$(srcdir)/'…
742 cvt-xprintf.obj: $(top_srcdir)/os/xprintf.c
743 …(CPPFLAGS) $(cvt_CFLAGS) $(CFLAGS) -MT cvt-xprintf.obj -MD -MP -MF $(DEPDIR)/cvt-xprintf.Tpo -c -o…
[all …]
H A DMakefile.am33 $(top_srcdir)/os/xprintf.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DTo-aviod-buffer-overflow-in-telnet.patch820 +void ringbuf::xprintf(const char *format, ...) {
833 + void xprintf(const char *format, ...);
1013 + netoring.xprintf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
1022 + netoring.xprintf("%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED,
1031 + netoring.xprintf("%c%c%c%c%s%c%c", IAC, SB, TELOPT_XDISPLOC,
1040 + netoring.xprintf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE,
1049 + netoring.xprintf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE,
1058 + netoring.xprintf("%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE, LM_MODE,
1067 + netoring.xprintf("%c%c%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE,
1072 + netoring.xprintf("%c%c%c%c%c%c%c%c%c", IAC, SB, TELOPT_LINEMODE,
/OK3568_Linux_fs/external/xserver/os/
H A DMakefile.in129 xstrans.c xprintf.c log.c rpcauth.c xserver_poll.c xdmcp.c \
143 xstrans.lo xprintf.lo $(am__objects_1) $(am__objects_3) \
180 ./$(DEPDIR)/xdmcp.Plo ./$(DEPDIR)/xprintf.Plo \
601 xprintf.c $(XORG_SRCS) $(am__append_1) $(am__append_2) \
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xprintf.Plo@am__quote@ # am--include-marker
887 -rm -f ./$(DEPDIR)/xprintf.Plo
961 -rm -f ./$(DEPDIR)/xprintf.Plo
H A DMakefile.am31 xprintf.c \
H A Dmeson.build18 'xprintf.c',
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xserver-xorg-cvt/
H A Dxserver-xorg-cvt-native_1.20.10.bb34 ${S}/os/xprintf.c \
/OK3568_Linux_fs/external/xserver/
H A DChangeLog75667 os/xprintf: add Xvscnprintf and Xscnprintf
100662 I needed this patch in the wrapper around vsnprintf() in os/xprintf.c
100864 Requires linking xprintf.c into standalone cvt utility
100894 Requires linking xprintf.c into libxf86config for those who build it.