Home
last modified time | relevance | path

Searched refs:fexec (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/bsd/pcc/dist/pcc/
H A DTODO9 add -fexec-charset=CHARSET
/netbsd-src/tools/pkg_install/lib/
H A DMakefile9 fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
/netbsd-src/external/bsd/pkg_install/lib/
H A DMakefile8 fexec.c file.c global.c gpgsig.c iterate.c license.c lpkg.c \
/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dfexec.c194 fexec(const char *arg, ...) in fexec() function
H A Dlib.h274 int fexec(const char *, ...);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppopts.texi322 @item -fexec-charset=@var{charset}
323 @opindex fexec-charset
336 with @option{-fexec-charset}, @var{charset} can be any encoding supported
H A Dcpp.info3808 controlled using the '-fexec-charset' and '-fwide-exec-charset'
4315 '-fexec-charset=CHARSET'
4325 for code generation. As with '-fexec-charset', CHARSET can be any
5271 * fexec-charset: Invocation. (line 296)
H A Dcpp.texi4205 be controlled using the @option{-fexec-charset} and
H A Dgcc.info908 -fexec-charset=CHARSET -fextended-identifiers
13309 '-fexec-charset=CHARSET'
13319 for code generation. As with '-fexec-charset', CHARSET can be any
60910 * fexec-charset: Preprocessor Options.
H A Dinvoke.texi577 -fexec-charset=@var{charset} -fextended-identifiers @gol
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppopts.texi326 @item -fexec-charset=@var{charset}
327 @opindex fexec-charset
340 with @option{-fexec-charset}, @var{charset} can be any encoding supported
H A Dcpp.info2271 '-fexec-charset' and '-fwide-exec-charset', or the defaults
3861 controlled using the '-fexec-charset' and '-fwide-exec-charset'
4371 '-fexec-charset=CHARSET'
4381 for code generation. As with '-fexec-charset', CHARSET can be any
5327 * fexec-charset: Invocation. (line 298)
H A Dcpp.texi2491 @option{-fexec-charset} and @option{-fwide-exec-charset}, or the defaults
4257 be controlled using the @option{-fexec-charset} and
H A Dgcc.info957 -fexec-charset=CHARSET -fextended-identifiers
15295 '-fexec-charset=CHARSET'
15305 for code generation. As with '-fexec-charset', CHARSET can be any
63943 * fexec-charset: Preprocessor Options.
H A Dinvoke.texi628 -fexec-charset=@var{charset} -fextended-identifiers @gol
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc.opt1552 fexec-charset=
1554 -fexec-charset=<cset> Convert all strings and character constants to character set <cset>.
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc.opt1713 fexec-charset=
1715 -fexec-charset=<cset> Convert all strings and character constants to character set <cset>.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangCommandLineReference.rst1579 .. option:: -fexec-charset=<arg>
H A DLanguageExtensions.rst390 ``-fexec-charset="Encoding-Name"`` option is implemented.)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200315618 * doc/cppopts.texi: Document -fexec-charset= and -fexec-wide-charset=.
15678 * c.opt (-fexec-charset=, -fwide-exec-charset=): New options.
15683 (print_help): Document -fexec-charset= and -fexec-wide-charset=.
H A DChangeLog-200528740 * doc/cppopts.texi (-fexec-charset): Add concept index entry.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td1830 def fexec_charset_EQ : Joined<["-"], "fexec-charset=">, Group<f_Group>;