Home
last modified time | relevance | path

Searched refs:iprefix (Results 1 – 25 of 34) sorted by relevance

12

/openbsd-src/gnu/gcc/gcc/
H A Dc-incpath.c126 add_standard_paths (const char *sysroot, const char *iprefix, in add_standard_paths() argument
132 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0) in add_standard_paths()
148 char *str = concat (iprefix, p->fname + len, NULL); in add_standard_paths()
369 const char *iprefix, const char *imultilib, in register_include_chains() argument
388 target_c_incpath.extra_pre_includes (sysroot, iprefix, stdinc); in register_include_chains()
392 add_standard_paths (sysroot, iprefix, imultilib, cxx_stdinc); in register_include_chains()
394 target_c_incpath.extra_includes (sysroot, iprefix, stdinc); in register_include_chains()
403 const char *iprefix ATTRIBUTE_UNUSED, in hook_void_charptr_charptr_int()
H A Dc-opts.c81 static const char *iprefix; variable
836 iprefix = arg; in c_common_handle_option()
996 register_include_chains (parse_in, sysroot, iprefix, imultilib, in c_common_post_options()
1361 prefix = iprefix ? iprefix : cpp_GCC_INCLUDE_DIR; in add_prefixed_path()
1362 prefix_len = iprefix ? strlen (iprefix) : cpp_GCC_INCLUDE_DIR_len; in add_prefixed_path()
H A Dfix-header.c87 const char *iprefix ATTRIBUTE_UNUSED, in TARGET_EXTRA_INCLUDES()
96 const char *iprefix ATTRIBUTE_UNUSED, in TARGET_EXTRA_PRE_INCLUDES()
H A Dc.opt787 iprefix
789 -iprefix <path> Specify <path> as a prefix for next two options
/openbsd-src/gnu/gcc/gcc/config/
H A Ddarwin-c.c468 darwin_register_objc_includes (const char *sysroot, const char *iprefix, in darwin_register_objc_includes() argument
488 if (iprefix && (len = cpp_GCC_INCLUDE_DIR_len) != 0 && !sysroot in darwin_register_objc_includes()
491 str = concat (iprefix, fname + len, NULL); in darwin_register_objc_includes()
513 const char *iprefix ATTRIBUTE_UNUSED, int stdinc) in darwin_register_frameworks()
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMM_Any.pm2019 my $iprefix = $Config{installprefixexp} || $Config{installprefix} ||
2025 $sprefix = $iprefix unless $sprefix;
2035 $self->{PERLPREFIX} ||= $iprefix;
2065 bin => { s => $iprefix,
2074 script => { s => $iprefix,
2087 man1dir => { s => $iprefix,
2100 man3dir => { s => $iprefix,
2116 privlib => { s => $iprefix,
2129 archlib => { s => $iprefix,
/openbsd-src/usr.bin/cpp/
H A Dcpp.sh76 -I | -imacros | -include | -idirafter | -iprefix | -iwithprefix | \
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppopts.texi424 @item -iprefix @var{prefix}
425 @opindex iprefix
435 @option{-iprefix}, and add the resulting directory to the include search
H A Dinvoke.texi296 -iprefix @var{file} -iwithprefix @var{dir} @gol
5069 Substitute any of @option{-iprefix} (made from @env{GCC_EXEC_PREFIX}),
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppopts.texi466 @item -iprefix @var{prefix}
467 @opindex iprefix
477 @option{-iprefix}, and add the resulting directory to the include search
H A Dcpp.info4208 `-iprefix PREFIX'
4215 Append DIR to the prefix specified previously with `-iprefix', and
4995 * iprefix: Invocation. (line 391)
H A Dtm.texi9890 @deftypefn Macro void TARGET_EXTRA_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, …
9894 The parameter @var{iprefix} is the prefix for the gcc directory.
9897 …d TARGET_EXTRA_PRE_INCLUDES (const char *@var{sysroot}, const char *@var{iprefix}, int @var{stdinc…
9902 @var{iprefix} is the prefix for the gcc directory.
H A Dgcc.info560 -iprefix FILE -iwithprefix DIR
6492 `-iprefix PREFIX'
6499 Append DIR to the prefix specified previously with `-iprefix', and
7284 Substitute any of `-iprefix' (made from `GCC_EXEC_PREFIX'),
H A Dinvoke.texi361 -iprefix @var{file} -iwithprefix @var{dir} @gol
7093 Substitute any of @option{-iprefix} (made from @env{GCC_EXEC_PREFIX}),
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DONEWS961 -iprefix PREFIX
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/17_intro/
H A DDESIGN396 -pedantic -iprefix $(prefix) \
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/17_intro/
H A DDESIGN396 -pedantic -iprefix $(prefix) \
/openbsd-src/gnu/gcc/libcpp/po/
H A Dja.po6617 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
6625 #~ " -iprefix <path> ������ĤΥ��ץ�����ѥץ�ե������� <path> �����\n"
10242 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
10312 #~ " -iprefix <path> �ʹߤ���ĤΥ��ץ����� <path> ��Ƭ����Ĥ���\n"
H A Dde.po5977 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
5985 #~ " -iprefix <Pfad> <Pfad> als Präfix für die nächsten beiden Optionen\n"
H A Dda.po2460 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
2468 #~ " -iprefix <sti> Angiv <sti> som et pr�fiks til de n�ste to tilvalg\n"
15853 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
15923 #~ " -iprefix <sti> Angiv <sti> som et pr�fiks til de n�ste to tilvalg\n"
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3354 def iprefix : JoinedOrSeparate<["-"], "iprefix">, Group<clang_i_Group>, Flags<[CC1Option]>,
4445 def _include_prefix_EQ : Joined<["--"], "include-prefix=">, Alias<iprefix>;
4446 def _include_prefix : Separate<["--"], "include-prefix">, Alias<iprefix>;
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dja.po2262 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2270 " -iprefix <path> ������ĤΥ��ץ�����ѥץ�ե������� <path> �����\n"
22950 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
23020 #~ " -iprefix <path> �ʹߤ���ĤΥ��ץ����� <path> ��Ƭ����Ĥ���\n"
H A Dda.po2354 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2362 " -iprefix <sti> Angiv <sti> som et pr�fiks til de n�ste to tilvalg\n"
22320 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
22390 #~ " -iprefix <sti> Angiv <sti> som et pr�fiks til de n�ste to tilvalg\n"
H A Dde.po2223 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2231 " -iprefix <Pfad> <Pfad> als Präfix für die nächsten beiden Optionen\n"
H A Dsv.po2269 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2277 " -iprefix <s�kv�g> S�tt <s�kv�g> som prefix f�r f�ljande tv� flaggor\n"

12