Searched refs:standard (Results 1 - 25 of 193) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ns/
H A Dusing9.C5 namespace standard namespace
9 namespace A { using standard::print; }
10 namespace B { using namespace standard; }
12 { using namespace standard;
19 { using namespace standard;
/openbsd-current/gnu/gcc/libmudflap/testsuite/config/
H A Ddefault.exp1 load_lib standard.exp
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.arch/
H A Di386-prologue.c36 standard ();
48 SYMBOL (standard) ":\n"
H A Di386-prologue.exp82 # Testcase for standard prologue.
84 gdb_test "continue" "Program received signal SIGTRAP.*" "continue to standard"
86 skip_breakpoint standard
89 "#0\[ \t\]*$hex in standard.*\r\n#1\[ \t\]*$hex in main.*" \
90 "backtrace in standard"
94 "saved registers in standard"
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dcpan-rt-49877.pl10 use Sys::Syslog qw< :standard :macros >;
H A Dcpan-rt-25488.t15 use Sys::Syslog qw(:standard :macros);
H A Dcpan-rt-55151.t10 use Sys::Syslog qw< :standard :macros >;
H A Dfacilities-routing.t11 use Sys::Syslog 0.30 qw< :standard :extended :macros >;
/openbsd-current/gnu/gcc/libstdc++-v3/include/backward/
H A Dbackward_warning.h34 C++ standard. Examples include substituting the <X> header for the <X.h> \
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/backward/
H A Dbackward_warning.h34 C++ standard. Examples include substituting the <X> header for the <X.h> \
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.asm/
H A Ds390x.inc8 # Reserve space for the standard stack frame:
H A Ds390.inc8 # Reserve space for the standard stack frame:
/openbsd-current/sys/lib/libz/
H A DMakefile27 @echo building standard ${LIB} library
/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dpe.h171 /* From standard header. */
210 /* From standard header. */
235 AOUTHDR standard; member in struct:__anon4839
265 /* Like PEAOUTHDR, except that the "standard" member has no BaseOfData
271 AOUTHDR64 standard; member in struct:__anon4840
273 AOUTHDR standard;
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dpe.h171 /* From standard header. */
210 /* From standard header. */
235 AOUTHDR standard; member in struct:__anon5501
265 /* Like PEAOUTHDR, except that the "standard" member has no BaseOfData
271 AOUTHDR64 standard; member in struct:__anon5502
273 AOUTHDR standard;
/openbsd-current/lib/libskey/
H A Dput.c23 static void standard(char *);
395 standard(word);
492 standard(char *word) function
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dcheckansi.pl94 Choose the ANSI/ISO standard against which shall be checked.
100 given by the chosen standard.
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Usage/scripts/
H A Dpod2usage.PL94 are used then standard output is used. If ">&2" or ">&STDERR" is used then
95 standard error is used.
125 usage message format. If omitted, standard input is read - but the
135 If no input file is specified then standard input is read.
/openbsd-current/gnu/usr.bin/perl/lib/Tie/
H A DStdHandle.pm32 file handles to behave exactly like standard file handles and allow for
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/
H A Dcompat.exp36 load_lib standard.exp
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dperlglob.pl31 It prints null-separated filenames to standard output.
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/t/module/
H A Daliases-func.t100 qr{ \A Cannot [ ] alias [ ] standard [ ] color [ ] "red" [ ] at [ ] }xms,
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/KR/
H A DKR.pm39 ksc5601-raw Korean standard code set (as is)
/openbsd-current/regress/usr.sbin/syslogd/
H A DClient.pm27 use Sys::Syslog qw(:standard :extended :macros);
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm547 # Returns: The standard color value of the alias as a string (may be multiple
551 # standard color name as an alias, or an unknown standard color name
569 croak(qq{Cannot alias standard color "$alias"});
711 CLICOLOR standard. See L</"Supporting CLICOLOR"> for more information.
870 interleaving output to standard output and standard error and you aren't
871 flushing standard output (via autoflush() or setting C<$|>). If you don't,
872 the code to reset the color may unexpectedly sit in the standard output buffer
873 rather than going to the display, causing standard erro
[all...]

Completed in 317 milliseconds

12345678