Home
last modified time | relevance | path

Searched refs:incdir (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/tradcpp/dist/
H A Dfiles.c44 struct incdir { struct
49 DECLARRAY(incdir, static UNUSED); argument
50 DEFARRAY(incdir, static);
58 struct incdir *
61 struct incdir *id; in incdir_create()
71 incdir_destroy(struct incdir *id) in incdir_destroy()
83 DESTROYALL_ARRAY(incdir, );
100 struct incdir *id; in files_addquotepath()
109 struct incdir *id; in files_addbracketpath()
369 struct incdir *id; in file_search()
/netbsd-src/etc/
H A DMAKEDEV.awk146 incdir = machine
150 inc = top "arch/" incdir "/include/disklabel.h"
155 incdir = 0
179 incdir = substr($2, 2)
180 sub("/.*", "", incdir)
189 if (!incdir) {
/netbsd-src/external/apache2/llvm/autoconf/autoconf/m4/
H A Dfind_std_program.m450 $1[incdir=$withval],$1[incdir=nada])
53 eval incval=\$\{$1incdir\}
75 AC_MSG_ERROR([The --with-]$1[-incdir value must be a directory])
83 AC_MSG_ERROR([The --with-]$1[-incdir option must be specified])
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dmkheaders.in79 incdir=${libsubdir}/include-fixed
83 rm -rf ${incdir}/*
106 subincdir=${incdir}${multi_dir}
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dmkheaders.in79 incdir=${libsubdir}/include-fixed
83 rm -rf ${incdir}/*
106 subincdir=${incdir}${multi_dir}
H A DChangeLog1497 * mkheaders.in (incdir): Use include-fixed not include.
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dmaint-tool223 $incdir = shift @ARGV;
225 opendir(INC, $incdir);
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dmaint-tool223 $incdir = shift @ARGV;
225 opendir(INC, $incdir);
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmaint-tool223 $incdir = shift @ARGV;
225 opendir(INC, $incdir);
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dmaint-tool223 $incdir = shift @ARGV;
225 opendir(INC, $incdir);
229 $deps{$f} = join(' ', &deps_for("$incdir/$f"));
/netbsd-src/tools/pcc/
H A DMakefile14 CONFIGURE_ARGS+= --with-incdir=/usr/include
/netbsd-src/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dconfigure.ac146 AC_ARG_WITH(ldap-incdir, [ --with-ldap-incdir=<dir> path to ldap.h],
H A Dconfigure1326 --with-ldap-incdir=<dir> path to ldap.h
/netbsd-src/usr.bin/make/
H A Dparse.c1168 char *fullname, *incdir, *slash, *newName; in FindInDirOfIncludingFile()
1172 incdir = bmake_strdup(CurFile()->name.str); in FindInDirOfIncludingFile()
1173 slash = strrchr(incdir, '/'); in FindInDirOfIncludingFile()
1181 slash = strrchr(incdir + 1, '/'); in FindInDirOfIncludingFile()
1186 newName = str_concat3(incdir, "/", file + i); in FindInDirOfIncludingFile()
1192 free(incdir); in FindInDirOfIncludingFile()
1167 char *fullname, *incdir, *slash, *newName; FindInDirOfIncludingFile() local
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c98 } *incdir[2]; variable
221 addidir(optarg, &incdir[ch == 'I' ? INCINC : SYSINC]); in main()
592 w = incdir[i]; in fsrch()
719 if (fsrch(fn, 0, incdir[0])) in include()
/netbsd-src/external/bsd/pcc/dist/pcc/
H A Dconfigure.ac362 AC_ARG_WITH(incdir, optwith
363 AS_HELP_STRING([--with-incdir=<path>],
H A Dconfigure1363 --with-incdir=<path> Specify the default include path.
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c470 incdir = win32pathsubst(incdir); in main() local