Home
last modified time | relevance | path

Searched refs:af_open (Results 1 – 25 of 89) sorted by relevance

1234

/dports/sysutils/afflib/AFFLIBv3-3.7.16/lib/
H A Daftest.cpp64 AFFILE *af = af_open(fn,flags,0666); in open_testfile()
562 af = af_open("crypto.aff",O_RDONLY,0666); in aestest()
577 af = af_open("crypto.aff",O_RDONLY,0666); in aestest()
597 af = af_open("crypto.aff",O_RDONLY,0666); in aestest()
620 af = af_open("crypto_pass.aff",O_RDONLY,0666); in aestest()
636 af = af_open("crypto_pass.aff",O_RDWR,0666); in aestest()
659 af = af_open("crypto.aff",O_RDONLY,0666); in aestest()
678 AFFILE *af = af_open(fname,O_RDONLY,0666); in readfile_test()
697 AFFILE *af = af_open(fn,O_RDWR,0666); in zap()
840 AFFILE *af = af_open(fn,O_RDONLY,0); in xmltest()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libaf/
H A Daf_dummy.c58 static int af_open(af_instance_t* af){ in af_open() function
76 af_open
H A Daf_karaoke.c77 static int af_open(af_instance_t* af){ in af_open() function
97 af_open
H A Daf_sweep.c86 static int af_open(af_instance_t* af){ in af_open() function
102 af_open
H A Daf_center.c108 static int af_open(af_instance_t* af){ in af_open() function
130 af_open
H A Daf_stats.c140 static int af_open(af_instance_t *af) in af_open() function
159 af_open
H A Daf_extrastereo.c136 static int af_open(af_instance_t* af){ in af_open() function
157 af_open
H A Daf_comp.c149 static int af_open(af_instance_t* af){ in af_open() function
168 af_open
H A Daf_gate.c144 static int af_open(af_instance_t* af){ in af_open() function
163 af_open
H A Daf_sub.c166 static int af_open(af_instance_t* af){ in af_open() function
189 af_open
H A Daf_sinesuppress.c162 static int af_open(af_instance_t* af){ in af_open() function
184 af_open
H A Daf_pan.c192 static int af_open(af_instance_t* af){ in af_open() function
211 af_open
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libaf/
H A Daf_dummy.c58 static int af_open(af_instance_t* af){ in af_open() function
76 af_open
H A Daf_karaoke.c77 static int af_open(af_instance_t* af){ in af_open() function
97 af_open
H A Daf_sweep.c86 static int af_open(af_instance_t* af){ in af_open() function
102 af_open
H A Daf_center.c108 static int af_open(af_instance_t* af){ in af_open() function
130 af_open
H A Daf_extrastereo.c136 static int af_open(af_instance_t* af){ in af_open() function
157 af_open
H A Daf_stats.c140 static int af_open(af_instance_t *af) in af_open() function
159 af_open
H A Daf_gate.c144 static int af_open(af_instance_t* af){ in af_open() function
163 af_open
H A Daf_comp.c149 static int af_open(af_instance_t* af){ in af_open() function
168 af_open
H A Daf_sub.c166 static int af_open(af_instance_t* af){ in af_open() function
189 af_open
H A Daf_sinesuppress.c162 static int af_open(af_instance_t* af){ in af_open() function
184 af_open
/dports/sysutils/afflib/AFFLIBv3-3.7.16/tools/
H A Daffsign.cpp59 AFFILE *af = af_open(fn,O_RDWR,0); in affsign()
90 af = af_open(afmfile,O_RDWR|O_CREAT,0600); in affsign()
96 af = af_open(afmfile,O_RDWR,0600); in affsign()
241 AFFILE *af = af_open(fn,O_RDWR,0); in remove_signatures()
H A Daffix.cpp150 AFFILE *af = af_open(infile,O_RDONLY,0);
164 af = af_open(infile,O_RDWR,0);
/dports/audio/xwave/xwave2-981109/src/
H A Daudio_file.h27 int af_open(char *,Audio_File *,int);

1234