Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysdump.c646 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 Dsrconv.c121 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 Dsysdump.c646 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 Dsrconv.c121 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 Ddol.c476 dolp = ffile ? STR1 : STR0; in Dgetdol()
479 if (ffile == 0) in Dgetdol()
482 setDolp(ffile); in Dgetdol()
H A Dcsh.h132 extern Char *ffile; /* Name of shell file for $0 */
H A Dcsh.c105 Char *ffile; variable
465 ffile = SAVE(tempv[0]); in main()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DHandleLLVMOptions.cmake1184 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 Dcppopts.texi320 @option{-ffile-prefix-map}.
H A Dcpp.info4313 also '-ffile-prefix-map'.
H A Dinvoke.texi191 @@@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 Dgcc.info522 @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 Dcppopts.texi324 @option{-ffile-prefix-map}.
H A Dcpp.info4369 also '-ffile-prefix-map'.
H A Dinvoke.texi194 @@@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 Dgcc.info523 @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 DREADME.md587 'lib' has the base (static) library ffile name
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcommon.opt1216 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 Dcommon.opt1272 ffile-prefix-map=
1274 -ffile-prefix-map=<old>=<new> Map one directory name to another in compilation result.
H A DChangeLog-201831472 * common.opt: (-ffile-prefix-map): New option.
31496 * doc/invoke.texi (-ffile-prefix-map): Document.
H A DChangeLog-202035099 -ffile-prefix-map and -fmacro-prefix-map.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst1595 .. option:: -ffile-prefix-map=<arg>
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1164 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 DMD5SUMS8974 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 DMD5SUMS9637 80917e73eda1f9f63bafbcc4d94a0927 gcc/testsuite/c-c++-common/cpp/ffile-prefix-map.c
9837 974779861f664167d947e1c8442c6959 gcc/testsuite/c-c++-common/ffile-prefix-map.c