Searched refs:INDATA (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dfile.c269 enum { BEFORE, SEARCHHEADER, INHEADER, INDATA, DONE } where; enumerator in enum:__anon4602
304 where = INDATA;
310 where = INDATA;
323 case INDATA:
/freebsd-9.3-release/contrib/ipfilter/perl/
H A DIpfanaly.pl64 open(INDATA,"> $filename1") || die "Couldnt open $filename1 for writing \n";
83 print INDATA "$arraycnt:$val1\n";
86 close INDATA;

Completed in 45 milliseconds