Home
last modified time | relevance | path

Searched refs:filter_fp (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/the_silver_searcher/the_silver_searcher-2.2.0/src/
H A Dscandir.h13 typedef int (*filter_fp)(const char *path, const struct dirent *, void *); typedef
17 filter_fp filter,
H A Dscandir.c9 filter_fp filter, in ag_scandir()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dinput-blc.c200 fclose(blc_input -> filter_fp);
201 blc_input -> filter_fp = NULL;
250 blc_input -> filter_fp = fopen(fname, "rb");
251 if(NULL == blc_input -> filter_fp){
255 for(xx = 0; xx < 12; xx++) fgetc(blc_input -> filter_fp); // skip the 12-byte header
281 …if(cache_input -> filter_fp. plain_fp || cache_input -> filter_fp.gz_fp.gz_fp )autozip_close(&cach…
307 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);
314 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);
337 autozip_fp * tfp = bcl_no<0?&cache_input-> filter_fp :(cache_input -> bcl_gzip_fps + bcl_no);
617 }else pos -> pos_of_filter = ftello(blc_input->filter_fp);
[all …]
H A Dsubread.h481 FILE * filter_fp; member
572 autozip_fp filter_fp; member
/dports/mail/neomutt/neomutt-20211029/attach/
H A Drecvattach.c607 FILE *filter_fp = state->fp_out; in pipe_attachment() local
611 state->fp_out = filter_fp; in pipe_attachment()
619 mutt_file_copy_stream(fp_unstuff, filter_fp); in pipe_attachment()