Searched refs:simple (Results 1 - 25 of 223) sorted by relevance

123456789

/openbsd-current/regress/usr.bin/mandoc/mdoc/Mt/
H A DMakefile3 REGRESS_TARGETS = simple font
4 LINT_TARGETS = simple
/openbsd-current/regress/misc/exceptions/
H A DMakefile1 SUBDIR+= simple simple2 libbar foo threads
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcvt5.C10 void simple(const Array &an_array);
22 void simple(const A &a) function
24 s.simple(a.array);
/openbsd-current/usr.bin/patch/
H A Dbackupfile.h21 /* Make simple backups of every file. */
22 simple, enumerator in enum:backup_type
26 * and simple backups of the others.
H A Dbackupfile.c36 * The extension added to file names to produce a simple (as opposed to
59 if (backup_type == simple)
223 "none", "never", "simple", "nil", "existing", "t", "numbered", 0
227 none, simple, simple, numbered_existing,
/openbsd-current/etc/examples/
H A Dospfd.conf14 # auth-type simple
27 auth-type simple
32 auth-type simple
H A Dripd.conf16 auth-type simple
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dcmdlne-C.c12 #define simple no comments macro
18 #if !defined simple || !defined obj_like || !defined fun_like
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dcase.pl37 my %simple;
42 # Add simple mappings to the simples test list
50 $simple{$k} = $invmap_ref->[$i] + $adjust++;
62 for my $i (sort keys %simple) {
65 print "# ", scalar keys %simple, " simple mappings\n";
85 for my $ord (sort { $a <=> $b } keys %simple) {
89 my $expected = pack("W", $simple{$ord});
124 ((scalar keys %simple) +
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DDOTGraphTraits.h11 // this file will produce a simple, but not very polished graph. By
38 explicit DefaultDOTGraphTraits(bool simple=false) : IsSimple (simple) {} argument
167 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} argument
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dwantarray.t30 sub simple { wantarray ? 1 : 2 }
32 my $a = wantarray ? simple() : simple();
/openbsd-current/gnu/usr.bin/perl/dist/Storable/t/
H A Dregexp.t119 -; qr/foo/ ; "foo",!"fob" ; simple
120 -; qr/foo/i ; "foo","FOO",!"fob" ; simple case insensitive
125 8- ; qr/\x{100}/ ; "\x{100}" ; simple unicode
129 A22-; qr/f\w/a ; "fo", !"f\xff" ; simple /a flag
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DSimpleTree.pm64 Pod::Simple::SimpleTree -- parse Pod into a simple parse tree
122 Every text node in the tree is represented by a simple (non-ref)
145 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
146 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
149 <bug-pod-simple@rt.cpan.org>.
H A DTextContent.pm76 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
77 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
80 <bug-pod-simple@rt.cpan.org>.
H A DChecker.pm145 It works by basically acting like a simple-minded version of
162 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
163 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
166 <bug-pod-simple@rt.cpan.org>.
H A DDumpAsXML.pm133 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
134 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
137 <bug-pod-simple@rt.cpan.org>.
H A DDumpAsText.pm122 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
123 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
126 <bug-pod-simple@rt.cpan.org>.
H A DLinkSection.pm138 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
139 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
142 <bug-pod-simple@rt.cpan.org>.
H A DMethody.pm118 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
119 to clone L<git://github.com/perl-pod/pod-simple.git> and send patches!
122 <bug-pod-simple@rt.cpan.org>.
/openbsd-current/usr.sbin/ospfd/
H A Dauth.c51 if (memcmp(ospf_hdr->auth_key.simple, iface->auth_key,
52 sizeof(ospf_hdr->auth_key.simple))) {
60 bzero(ospf_hdr->auth_key.simple,
61 sizeof(ospf_hdr->auth_key.simple));
/openbsd-current/gnu/usr.bin/perl/lib/Config/
H A DExtensions.pm54 As all values evaluate to true, a simple C<if> test is good enough to determine
/openbsd-current/regress/sys/net/pf_policy/
H A DMakefile32 simple
/openbsd-current/gnu/usr.bin/perl/dist/IO/
H A DIO.pm42 C<IO> provides a simple mechanism to load several of the IO modules
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dvers_ts.c178 int simple; local
182 &simple);
185 else if (simple)

Completed in 165 milliseconds

123456789