OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:includedir
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libepoxy/dist/src/
gen_dispatch.py
854
argparser.add_argument('--
includedir
', metavar='dir', required=False, help='Destination directory for headers')
867
if args.
includedir
:
868
includedir
= args.
includedir
variable
870
includedir
= outputdir
variable
912
generator.write_header(os.path.join(
includedir
, name + '_generated.h'))
/xsrc/external/mit/libXt/dist/util/
makestrs.c
87
* Prepend filename with an
includedir
which can be specified on the
90
static char *
includedir
= NULL;
variable
100
if (
includedir
== NULL)
104
if (asprintf(&buffer, "%s/%s",
includedir
, myfile) == -1)
107
len = strlen(myfile) + strlen(
includedir
) + 1;
112
snprintf(buffer, len + 1, "%s/%s",
includedir
, myfile);
791
includedir
= argv[i];
Completed in 5 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026