| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | sysdump.c | 646 show_usage (FILE *ffile, int status) in show_usage() argument 648 fprintf (ffile, _("Usage: %s [option(s)] in-file\n"), program_name); in show_usage() 649 fprintf (ffile, _("Print a human readable interpretation of a SYSROFF object file\n")); in show_usage() 650 fprintf (ffile, _(" The options are:\n\ in show_usage() 655 fprintf (ffile, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| H A D | srconv.c | 121 checksum (FILE *ffile, unsigned char *ptr, int size, int ccode) in checksum() argument 140 if (fwrite (ptr, bytes + 1, 1, ffile) != 1) in checksum() 147 writeINT (int n, unsigned char *ptr, int *idx, int size, FILE *ffile) in writeINT() argument 159 checksum (ffile, ptr, *idx, code | 0x1000); in writeINT() 206 int size ATTRIBUTE_UNUSED, FILE *ffile) in writeBARRAY() argument 210 writeINT (data.len, ptr, idx, 1, ffile); in writeBARRAY() 212 writeINT (data.data[i], ptr, idx, 1, ffile); in writeBARRAY() 216 writeCHARS (char *string, unsigned char *ptr, int *idx, int size, FILE *ffile) in writeCHARS() argument 223 checksum (ffile, ptr, *idx, code | 0x1000); in writeCHARS() 1692 show_usage (FILE *ffile, int status) in show_usage() argument [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | sysdump.c | 646 show_usage (FILE *ffile, int status) in show_usage() argument 648 fprintf (ffile, _("Usage: %s [option(s)] in-file\n"), program_name); in show_usage() 649 fprintf (ffile, _("Print a human readable interpretation of a SYSROFF object file\n")); in show_usage() 650 fprintf (ffile, _(" The options are:\n\ in show_usage() 655 fprintf (ffile, _("Report bugs to %s\n"), REPORT_BUGS_TO); in show_usage()
|
| H A D | srconv.c | 121 checksum (FILE *ffile, unsigned char *ptr, int size, int ccode) in checksum() argument 140 if (fwrite (ptr, bytes + 1, 1, ffile) != 1) in checksum() 147 writeINT (int n, unsigned char *ptr, int *idx, int size, FILE *ffile) in writeINT() argument 159 checksum (ffile, ptr, *idx, code | 0x1000); in writeINT() 206 int size ATTRIBUTE_UNUSED, FILE *ffile) in writeBARRAY() argument 210 writeINT (data.len, ptr, idx, 1, ffile); in writeBARRAY() 212 writeINT (data.data[i], ptr, idx, 1, ffile); in writeBARRAY() 216 writeCHARS (char *string, unsigned char *ptr, int *idx, int size, FILE *ffile) in writeCHARS() argument 223 checksum (ffile, ptr, *idx, code | 0x1000); in writeCHARS() 1692 show_usage (FILE *ffile, int status) in show_usage() argument [all …]
|
| /netbsd-src/bin/csh/ |
| H A D | dol.c | 476 dolp = ffile ? STR1 : STR0; in Dgetdol() 479 if (ffile == 0) in Dgetdol() 482 setDolp(ffile); in Dgetdol()
|
| H A D | csh.h | 132 extern Char *ffile; /* Name of shell file for $0 */
|
| H A D | csh.c | 105 Char *ffile; variable 465 ffile = SAVE(tempv[0]); in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | HandleLLVMOptions.cmake | 1184 check_c_compiler_flag("-ffile-prefix-map=foo=bar" SUPPORTS_FFILE_PREFIX_MAP) 1191 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${CMAKE_BINARY_DIR}=${relative_root}" CMAKE… 1192 …append_if(SUPPORTS_FFILE_PREFIX_MAP "-ffile-prefix-map=${source_root}/=${LLVM_SOURCE_PREFIX}" CMAK…
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | cppopts.texi | 320 @option{-ffile-prefix-map}.
|
| H A D | cpp.info | 4313 also '-ffile-prefix-map'.
|
| H A D | invoke.texi | 191 @@@var{file} -ffile-prefix-map=@var{old}=@var{new} @gol 1812 @item -ffile-prefix-map=@var{old}=@var{new} 1813 @opindex ffile-prefix-map 8776 where to find the source files. See also @option{-ffile-prefix-map}.
|
| H A D | gcc.info | 522 @FILE -ffile-prefix-map=OLD=NEW 2091 '-ffile-prefix-map=OLD=NEW' 7953 find the source files. See also '-ffile-prefix-map'. 13307 also '-ffile-prefix-map'. 60921 * ffile-prefix-map: Overall Options. (line 372)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | cppopts.texi | 324 @option{-ffile-prefix-map}.
|
| H A D | cpp.info | 4369 also '-ffile-prefix-map'.
|
| H A D | invoke.texi | 194 @@@var{file} -ffile-prefix-map=@var{old}=@var{new} @gol 2198 @item -ffile-prefix-map=@var{old}=@var{new} 2199 @opindex ffile-prefix-map 10433 where to find the source files. See also @option{-ffile-prefix-map}. 15579 See also @option{-ffile-prefix-map}.
|
| H A D | gcc.info | 523 @FILE -ffile-prefix-map=OLD=NEW 2428 '-ffile-prefix-map=OLD=NEW' 9405 find the source files. See also '-ffile-prefix-map'. 14286 resided in directory 'NEW' instead. See also '-ffile-prefix-map'. 15293 also '-ffile-prefix-map'. 63954 * ffile-prefix-map: Overall Options. (line 630)
|
| /netbsd-src/crypto/external/bsd/openssl/dist/Configurations/ |
| H A D | README.md | 587 'lib' has the base (static) library ffile name
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | common.opt | 1216 ffile-prefix-map= 1218 -ffile-prefix-map=<old>=<new> Map one directory name to another in compilation result.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | common.opt | 1272 ffile-prefix-map= 1274 -ffile-prefix-map=<old>=<new> Map one directory name to another in compilation result.
|
| H A D | ChangeLog-2018 | 31472 * common.opt: (-ffile-prefix-map): New option. 31496 * doc/invoke.texi (-ffile-prefix-map): Document.
|
| H A D | ChangeLog-2020 | 35099 -ffile-prefix-map and -fmacro-prefix-map.
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangCommandLineReference.rst | 1595 .. option:: -ffile-prefix-map=<arg>
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 1164 def ffile_compilation_dir_EQ : Joined<["-"], "ffile-compilation-dir=">, Group<f_Group>, 2794 : Joined<["-"], "ffile-prefix-map=">, Group<f_Group>,
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 8974 80917e73eda1f9f63bafbcc4d94a0927 gcc/testsuite/c-c++-common/cpp/ffile-prefix-map.c 9153 974779861f664167d947e1c8442c6959 gcc/testsuite/c-c++-common/ffile-prefix-map.c
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 9637 80917e73eda1f9f63bafbcc4d94a0927 gcc/testsuite/c-c++-common/cpp/ffile-prefix-map.c 9837 974779861f664167d947e1c8442c6959 gcc/testsuite/c-c++-common/ffile-prefix-map.c
|