HomeSort by: relevance | last modified time | path
    Searched refs:fcodes (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/util/
mkerr.pl 137 my %fcodes; # function-name -> value
224 $fcodes{$name} = $code;
388 if ( !exists $fcodes{$1} ) {
390 $fcodes{$1} = "X";
398 print STDERR " Function $1 = $fcodes{$1}\n"
431 my @function = sort grep( /^${lib}_/, keys %fcodes );
503 if ( $fcodes{$i} eq "X" ) {
510 $fcodes{$i} = $findcode;
514 printf OUT "#${indent}define $i%s $fcodes{$i}\n", " " x $z;
693 foreach ( keys %fcodes ) {
    [all...]
  /src/usr.bin/fgen/
fgen.l 326 static struct fcode fcodes[] = {
934 * all the standard FCodes.
939 struct fcode *code = fcodes;
2098 * Spit out an integral value as a series of FCodes.

Completed in 58 milliseconds