Searched refs:XXX (Results 1 - 25 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/dialog/samples/
H A Dgauge23 # The original dialog program assumed the first line after the first "XXX"
11 XXX
15 XXX
H A Dgauge11 XXX
15 XXX
H A Dgauge012 XXX
16 XXX
H A Dgauge0-input-fd14 XXX
18 XXX
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarname-make_print_var_on_error.mk6 # XXX: As of 2020-10-23, the .ERROR_CMD variable is pointless in compat mode
14 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
H A Dvarmod-match-escape.mk23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the variable
30 # XXX: As of 2020-11-01, the modifier on the right-hand side of the
42 . warning XXX: Oops
47 # XXX: As of 2020-11-01, unlike all other variable modifiers, a '$' in the
54 # XXX: As of 2020-11-01, unlike all other variable modifiers, '\$' is not
H A Ddirective-unexport.mk21 # XXX: Now try to unexport all of them. The variables are still exported
H A Dvarmod.mk31 # XXX: As of 2020-09-13, it is not possible to use '$$' in a variable name
53 # XXX: The .error should not be reached since the variable expression is
H A Ddirective-for-escape.mk15 # XXX: As of 2020-12-31, the '#' is not preserved in the expanded body of
34 # XXX: It is unexpected that the variable V gets expanded in the loop body.
53 # XXX: Where does the '\$$\$$' get converted into a single '\$'?
60 # XXX: It is wrong that for_var_len requires the braces to be balanced.
106 . info . $${i\}}: ${i\}} # XXX: unclear why ForLoop_SubstVarLong needs this
H A Dopt-jobs-no-action.mk55 # XXX: Why is it not printed using shell.echoTmpl as well?
56 # XXX: The '-' should not influence the echoing of the command.
71 # XXX: silent=no always=no ignerr={no,yes} should be almost the same.
H A Dvarname-make_print_var_on_error-jobs.mk16 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
H A Ddep-var.mk8 # XXX: The -dv log says:
23 # XXX: The -dv log says:
87 # XXX: Why is the exit status still 0, even though Parse_Error is called
H A Dvarmod-assign.mk58 # XXX: The error message is hard to read since the variable name is
66 # XXX: The error message is hard to read since the variable name is
94 # XXX: The ::= modifier expands its right-hand side, exactly once.
H A Dvarmod-sysv.mk63 # XXX: The right-hand side should be expanded only once.
64 # XXX: It's hard to get the escaping correct here, and to read that.
65 # XXX: It's not intuitive why the closing brace must be escaped but not
211 # XXX: As of 2020-12-05, this expression generates an "Unfinished modifier"
218 # XXX: This specially constructed case demonstrates that the SysV modifier
233 # XXX: This is unexpected. Add more test case to demonstrate the effects
H A Dvarmod-defined.mk22 # XXX: Ideally the error message would be "undefined variable", but as of
96 # XXX: This inconsistency is documented nowhere.
H A Dcond-token-var.mk11 # XXX: Strictly speaking, variable modifiers should be called expression
H A Dmodts.mk13 # XXX note that this causes problems, when make decides
H A Dopt-debug-file.mk29 # XXX: In the :M modifier, a dollar is escaped as '$$', not '\$'.
H A Dvardebug.mk47 # XXX: The error message is "Malformed conditional", which is wrong.
/freebsd-13-stable/share/mk/
H A Dlocal.init.mk15 # XXX: This should be combined with external compiler support in Makefile.inc1
23 # XXX: May be needed for GCC to build with libc++ rather than libstdc++. See Makefile.inc1
H A Dgoogletest.test.inc.mk20 # XXX: src.libnames.mk should handle adding this directory for libgtest's,
/freebsd-13-stable/sys/powerpc/include/
H A Dasm.h43 #define PIC_PROLOGUE XXX
44 #define PIC_EPILOGUE XXX
47 #define PIC_GOT(x) XXX
49 #define PIC_GOT(x) XXX
/freebsd-13-stable/stand/kshim/
H A Dbsd_kernel.c51 ret = malloc(sizeof(struct bus_dma_tag), XXX, XXX);
68 addr = malloc(dmat->maxsize + dmat->alignment, XXX, XXX);
105 free(map, XXX);
112 free(dmat, XXX);
126 res = malloc(sizeof(*res), XXX, XXX);
130 res->__r_i = malloc(sizeof(struct resource_i), XXX, XXX);
[all...]
/freebsd-13-stable/contrib/bmake/mk/sys/
H A DUnixWare.mk42 STATIC ?= -Bstatic # XXX: don't know about UDK compilers
51 CXX ?= c++ # XXX: don't know about UDK compilers
66 FC ?= f77 # XXX: don't know about UDK compilers
119 PC ?= pc # XXX: UDK probably does not have pc
/freebsd-13-stable/stand/usb/
H A Dusb_busdma_loader.c176 bus_addr_t phys = (uintptr_t)vaddr; /* XXX */
214 ptr = malloc(size + align, XXX, XXX);
220 ptr = malloc(size, XXX, XXX);
261 free(pc->tag, XXX);

Completed in 179 milliseconds

1234