Home
last modified time | relevance | path

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

12345678910>>...12

/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dencod04.t15 # Initial, isolated, non-ASCII byte triggers CP1252 guess and later
43 if( $guess ) {
44 if( $guess eq 'CP1252' ) {
75 if( $guess ) {
76 if( $guess eq 'CP1252' ) {
107 if( $guess ) {
108 if( $guess eq 'CP1252' ) {
138 if( $guess ) {
139 if( $guess eq 'CP1252' ) {
168 if( $guess ) {
[all …]
/openbsd/gnu/usr.bin/perl/utils/
H A Dperlbug.PL412 my $guess;
414 $guess = $ENV{'REPLY-TO'} || $ENV{'REPLYTO'} || $ENV{'EMAIL'}
417 unless ($guess) {
421 $guess = "$domain\:\:$me";
423 $guess = "$me\@$domain" if $domain;
428 if ($guess) {
445 if ($ok && $guess) {
447 $from = $guess;
450 $from = _prompt('','Your address',$guess);
451 $from = $guess if $from eq '';
/openbsd/gnu/usr.bin/perl/cpan/Encode/lib/Encode/
H A DGuess.pm52 my $guessed = guess( $obj, $octet );
63 guess( $Encode::Encoding{$Canon}, @_ );
66 sub guess { subroutine
/openbsd/usr.bin/make/
H A Dfor.c97 size_t guess; /* Estimated expansion size */ member
264 Buf_Init(&buf, arg->guess); in ForExec()
280 arg->guess = Buf_Size(&arg->buf) + GUESS_EXPANSION; in For_Run()
/openbsd/gnu/usr.bin/perl/Porting/
H A Dsync-with-cpan339 my $guess = $module;
340 s/-/::/g or s/::/-/g for $guess;
341 $info = $Modules{$guess} or die <<"EOF";
345 say "Guessing you meant $guess instead of $module";
346 $module = $guess;
/openbsd/usr.sbin/dhcpd/
H A Dparse.c512 time_t guess; in parse_date() local
555 guess = timegm(&tm); in parse_date()
556 if (guess == -1) { in parse_date()
561 return (guess); in parse_date()
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DGetHostTriple.cmake2 # Invokes config.guess
48 set(config_guess ${LLVM_MAIN_SRC_DIR}/cmake/config.guess)
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/App/
H A DCpan.pm1535 foreach my $guess ( @$guesses ) {
1536 $logger->info( "\t$guess" );
1569 foreach my $guess ( @$guesses ) {
1570 print $guess, "\n";
1628 foreach my $guess ( @$modules ) {
1629 my $distance = $distance->( $target, $guess );
1631 $guesses{$guess} = $distance;
/openbsd/gnu/share/
H A DMakefile4 FILES= config.guess config.sub configure install-sh mkdirs.sh \
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dconfigure.target11 # It uses the following shell variables as set by config.guess:
31 # defaults to target (as per config.guess)
50 # Try to guess a default cpu_include_dir based on the name of the CPU. We
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
H A Dxcoff.sed3 # work here (I guess because there is no text section).
/openbsd/usr.bin/file/magdir/
H A Dnatinst10 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
H A Dos247 # OS/2 INI (this is a guess)
H A Dacorn9 # We guess the file type from the type of the first chunk.
/openbsd/gnu/usr.bin/gcc/contrib/regression/
H A Dobjs-gcc.sh87 H_BUILD=`$SOURCE/config.guess || exit 1`
H A Dbtest-gcc.sh88 H_BUILD=`$SOURCE/config.guess || exit 1`
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-12-06-EncodingIdea.txt19 My guess is that most SSA references are to recent values (especially if
H A D2001-05-19-ExceptionResponse.txt16 Hrm... I guess that is an implementation decision. It can either be
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/
H A DTODO10 Uh, well, I guess it would be possible. But I have some concerns:
26 I guess I'll have to think about this a little more. Maybe I can
/openbsd/bin/chio/
H A Dparse.y441 goto guess; in parse_tapedev()
462 guess: in parse_tapedev()
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/
H A Di386gnu.mh13 # case the program is fucked, or we guess the wrong signal thread.
/openbsd/gnu/usr.bin/perl/dist/Carp/
H A DREADME13 the error was, but it is a good educated guess.
/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dencguess60 encguess - guess character encodings of files
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs286 static char const *guess[] = { variable
297 guess[GDBM_VERSION_GUESS])));
302 guess[GDBM_VERSION_GUESS])));
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMScheduleM55.td62 // (where the scheduler has the most freedom) we can only really guess at which
71 // We guess at another set of instructions that will become T1 instruction.
74 // We guess at another set of instructions that will be shrank down into T1 DI
81 // custom instruction matcher for more accurately guess at T1 instructions.

12345678910>>...12