Searched defs:filter (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libast/disc/ |
H A D | sfdcfilter.c | 32 Sfio_t* filter; /* the filter stream */ member in struct:_filter_s 38 /* read data from the filter */ 63 sfset(fi->filter,SF_READ,0); 64 close(sffileno(fi->filter)); 65 sfset(fi->filter,SF_READ,1); 72 sfset(fi->filter, SF_READ, 0); 73 r = sfpoll(&fi->filter, 1, 1); 74 sfset(fi->filter, SF_READ, 1); 78 if((w = sfwr(fi->filter, f 158 reg Sfio_t* filter; local [all...] |
/ast/src/cmd/nmake/ |
H A D | read.c | 421 readfile(register char* file, int type, char* filter) argument 444 if (rfp = filter ? fapply(internal.internal, null, file, filter, CO_ALWAYS|CO_LOCAL|CO_URGENT) : rsfopen(file))
|
/ast/src/cmd/INIT/ |
H A D | CONVERT.mk | 124 .cvt.filter = 186 $$(PAX) $$(PAXFLAGS) -rf $$(*:P=A) -s ',^$(>:O=2)/*,,' $(.cvt.omit) $(.cvt.filter) 195 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.filter) $(T:P=A) 204 $$(TW) $$(TWFLAGS) | $$(PAX) $$(PAXFLAGS) -rw $(.cvt.omit) $(.cvt.move) $(.cvt.filter) $(T:P=A) 214 .cvt.filter += --action=$(A:@Q)
|
/ast/src/cmd/re/ |
H A D | testfmt.c | 332 static char* filter[] = { "-", 0 }; local 370 argv = filter;
|
H A D | testfnmatch.c | 504 static char* filter[] = { "-", 0 }; local 542 argv = filter;
|
H A D | testmatch.c | 637 static char* filter[] = { "-", 0 }; local 678 argv = filter;
|
H A D | testregex.c | 1267 static char* filter[] = { "-", 0 }; local 1340 argv = filter;
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 851 * filter out internal text 856 filter(register State_t* state, register Sfio_t* ip, Sfio_t* op) function 1096 sfprintf(sfstdout, "filter %s\n", p); 1139 sfprintf(sfstdout, "filter %s\n", p); 1140 n = filter(state, ip, op);
|
/ast/src/cmd/pax/ |
H A D | pax.c | 344 filter(Archive_t* ap, File_t* f) function 348 if (f->st->st_size && (fp = state.filter.list)) 550 state.filter.all = xp; 553 if (state.filter.last) 554 state.filter.last->next = xp; 556 state.filter.list = xp; 557 state.filter.last = xp; 786 state.filter.command = v; 790 state.filter.command = 0; 1635 if (s = state.filter [all...] |
/ast/src/cmd/pzip/ |
H A D | pin.c | 523 * filter out the high frequency columns from dat 527 filter(Sfio_t* ip, unsigned char** bufp, unsigned char** datp, Pz_t* pz, int high, int maxhigh, size_t row, size_t tot) function 571 sfprintf(sfstderr, "filter using %s for frequencies\n", state.cachefile); 598 sfprintf(sfstderr, "filter top %d%% high frequency columns\n", -high); 600 sfprintf(sfstderr, "filter top %d high frequency columns\n", high); 661 sfprintf(sfstderr, "filter done -- %u rows\n", n); 1660 if (filter(ip, &buf, &dat, pz, high, maxhigh, row, row * rows) == row) 1715 * filter out the high frequency columns 1718 if (row = filter(ip, &buf, &dat, pz, high, maxhigh, row, row * rows))
|
Completed in 36 milliseconds