Searched refs:include_path (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c63 const char *include_path; /* path to prepend to include files */ variable
136 include_path = optarg;
184 if (include_path == NULL)
185 include_path = getenv("INCLUDE_PATH");
186 if ((include_path == NULL) || (include_path[0] == '\0')) {
189 include_path = def_include_path;
H A Dtestlang_conf.l48 extern char *include_path; /* from director.c */
182 if (strlcpy(inc_file, include_path, sizeof(inc_file))
185 if ((include_path[strlen(include_path) - 1] != '/') &&
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dnetware.pl86 $include_path = $ENV{"INCLUDE"} || die ("INCLUDES environment variable not set\n");
87 $include_path =~ s/\\/\//g;
88 $include_path = join(" -I", split(/;/, $include_path));
181 $cflags.=" -nostdinc -I$include_path \\
215 $cflags.=" -nostdinc -ir crypto -ir ssl -ir engines -ir apps -I$include_path \\
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c153 const char *include_path;
497 if (ctx->include_path)
501 ctx->include_path,
666 const char *include_path;
710 SVN_ERR(svn_ra_serf__get_relative_path(&include_path,
716 include_path = NULL;
741 rev_ctx->include_path = include_path;
151 const char *include_path; member in struct:revision_report_t
664 const char *include_path; local
/freebsd-11-stable/contrib/gcc/
H A Dfixproto121 include_path=""
133 include_path="$include_path -I$abs_source_dir"
269 $FIX_HEADER $rel_source_file $abs_source_file $abs_target_file ${DEFINES} $include_path
328 ${FIX_HEADER} $rel_source_file tmp.h $abs_target_dir/$rel_source_file ${DEFINES} $include_path
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp963 if (const char *include_path = module_die.GetAttributeValueAsString(
965 module.search_path = ConstString(include_path);

Completed in 114 milliseconds