/openbsd/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
H A D | encod04.t | 15 # 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 D | perlbug.PL | 412 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 D | Guess.pm | 52 my $guessed = guess( $obj, $octet ); 63 guess( $Encode::Encoding{$Canon}, @_ ); 66 sub guess { subroutine
|
/openbsd/usr.bin/make/ |
H A D | for.c | 97 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 D | sync-with-cpan | 339 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 D | parse.c | 512 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 D | GetHostTriple.cmake | 2 # 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 D | Cpan.pm | 1535 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 D | Makefile | 4 FILES= config.guess config.sub configure install-sh mkdirs.sh \
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | configure.target | 11 # 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 D | xcoff.sed | 3 # work here (I guess because there is no text section).
|
/openbsd/usr.bin/file/magdir/ |
H A D | natinst | 10 # We guess VXI format file. VISA, LabWindowsCVI, BridgeVIEW, etc, are missing
|
H A D | os2 | 47 # OS/2 INI (this is a guess)
|
H A D | acorn | 9 # We guess the file type from the type of the first chunk.
|
/openbsd/gnu/usr.bin/gcc/contrib/regression/ |
H A D | objs-gcc.sh | 87 H_BUILD=`$SOURCE/config.guess || exit 1`
|
H A D | btest-gcc.sh | 88 H_BUILD=`$SOURCE/config.guess || exit 1`
|
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/ |
H A D | 2000-12-06-EncodingIdea.txt | 19 My guess is that most SSA references are to recent values (especially if
|
H A D | 2001-05-19-ExceptionResponse.txt | 16 Hrm... I guess that is an implementation decision. It can either be
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/ |
H A D | TODO | 10 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 D | parse.y | 441 goto guess; in parse_tapedev() 462 guess: in parse_tapedev()
|
/openbsd/gnu/usr.bin/binutils/gdb/config/i386/ |
H A D | i386gnu.mh | 13 # case the program is fucked, or we guess the wrong signal thread.
|
/openbsd/gnu/usr.bin/perl/dist/Carp/ |
H A D | README | 13 the error was, but it is a good educated guess.
|
/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/ |
H A D | encguess | 60 encguess - guess character encodings of files
|
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/ |
H A D | GDBM_File.xs | 286 static char const *guess[] = { variable 297 guess[GDBM_VERSION_GUESS]))); 302 guess[GDBM_VERSION_GUESS])));
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMScheduleM55.td | 62 // (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.
|