OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outdir
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/features/
Makefile
92
outdir
= ../regformats
macro
93
OUTPUTS = $(patsubst %,$(
outdir
)/%.dat,$(WHICH))
183
$(
outdir
)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
184
echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(
outdir
)/$*.tmp
185
echo "# Generated from: $<" >> $(
outdir
)/$*.tmp
186
echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(
outdir
)/$*.tmp
187
$(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(
outdir
)/$*.tmp
188
echo "xmltarget:$(<F)" >> $(
outdir
)/$*.tmp
190
>> $(
outdir
)/$*.tmp
192
>> $(
outdir
)/$*.tm
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/features/
Makefile
94
outdir
= ../regformats
macro
95
OUTPUTS = $(patsubst %,$(
outdir
)/%.dat,$(WHICH))
186
$(
outdir
)/%.dat: %.xml number-regs.xsl sort-regs.xsl gdbserver-regs.xsl
187
echo "# THIS FILE IS GENERATED. -*- buffer-read-only: t -*- vi :set ro:" > $(
outdir
)/$*.tmp
188
echo "# Generated from: $<" >> $(
outdir
)/$*.tmp
189
echo "name:`echo $(notdir $*) | sed 's/-/_/g'`" >> $(
outdir
)/$*.tmp
190
$(if $($(firstword $(subst /, ,$(subst -, ,$*)))-feature), echo "feature:1") >> $(
outdir
)/$*.tmp
191
echo "xmltarget:$(<F)" >> $(
outdir
)/$*.tmp
193
>> $(
outdir
)/$*.tmp
196
$(XSLTPROC) gdbserver-regs.xsl - >> $(
outdir
)/$*.tm
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
183
{"
outdir
", OPT_OUTDIR, '/', "Where to put output cert"},
245
char *
outdir
= NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
local
349
outdir
= opt_arg();
596
if ((
outdir
== NULL) && (req)) {
598
outdir
= NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
599
if (
outdir
== NULL) {
606
*
outdir
is a directory spec, but access() for VMS demands a
612
if (app_isdir(
outdir
) <= 0) {
613
BIO_printf(bio_err, "%s: %s is not a directory\n", prog,
outdir
);
614
perror(
outdir
);
[
all
...]
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
216
{ "
outdir
", OPT_OUTDIR, '/', "Where to put output cert" },
334
char *
outdir
= NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
local
460
outdir
= opt_arg();
700
if ((
outdir
== NULL) && (req)) {
702
outdir
= NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
703
if (
outdir
== NULL) {
710
*
outdir
is a directory spec, but access() for VMS demands a
716
if (app_isdir(
outdir
) <= 0) {
717
BIO_printf(bio_err, "%s: %s is not a directory\n", prog,
outdir
);
718
perror(
outdir
);
[
all
...]
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
169
{"
outdir
", OPT_OUTDIR, '/', "Where to put output cert"},
283
char *
outdir
= NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
local
404
outdir
= opt_arg();
666
if ((
outdir
== NULL) && (req)) {
668
outdir
= NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
669
if (
outdir
== NULL) {
676
*
outdir
is a directory spec, but access() for VMS demands a
682
if (app_isdir(
outdir
) <= 0) {
683
BIO_printf(bio_err, "%s: %s is not a directory\n", prog,
outdir
);
684
perror(
outdir
);
[
all
...]
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026