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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dreplay.c116 const char *include_path;
612 if (ctx->include_path)
616 ctx->include_path,
756 const char *include_path;
779 SVN_ERR(svn_ra_serf__get_relative_path(&include_path,
786 include_path = NULL;
813 replay_ctx->include_path = include_path;
114 const char *include_path; member in struct:replay_context_t
753 const char *include_path; local

Completed in 53 milliseconds