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

  /xsrc/external/mit/freetype/dist/src/tools/
afblue.pl 26 die "usage: $prog datafile < infile > outfile\n" if $#ARGV != 0;
29 my $datafile = $ARGV[0];
31 my %diversions; # The extracted and massaged data from `datafile'.
89 warn "$datafile:$INPUT_LINE_NUMBER: warning: $message\n";
96 die "$datafile:$INPUT_LINE_NUMBER: error: $message\n";
234 open(DATA, $datafile) || die "$prog: can't open \`$datafile': $OS_ERROR\n";
537 my $s2 = "using data from file \`$datafile'.";
  /xsrc/external/mit/xdm/dist/xdm/
access.c 635 FILE *datafile; local
640 datafile = fopen (accessFile, "r");
641 if (!datafile)
646 ReadAccessDatabase (datafile);
647 fclose (datafile);
  /xsrc/external/mit/xterm/dist/vttests/
xtra-scroll.pl 350 Usage: $0 [options] [datafile]

Completed in 8 milliseconds