Home
last modified time | relevance | path

Searched refs:faacpath (Results 1 – 2 of 2) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/cdda_d/
H A Dcdda.c65 char *faacpath; variable
952 if ((faacpath = getenv("FAAC_PATH")) != NULL) { in cdda_filefmt_supp()
954 if (!util_checkcmd(faacpath)) in cdda_filefmt_supp()
955 faacpath = NULL; in cdda_filefmt_supp()
958 faacpath = util_findcmd(faacprogs[i]); in cdda_filefmt_supp()
959 if (faacpath != NULL) in cdda_filefmt_supp()
963 if (faacpath == NULL) { in cdda_filefmt_supp()
970 else if (!if_faac_verchk(faacpath, &faac_ver, in cdda_filefmt_supp()
972 faacpath = NULL; in cdda_filefmt_supp()
983 faacpath, in cdda_filefmt_supp()
H A Dwr_gen.c73 extern char *faacpath;
823 faacpath == NULL) { in gen_open_file()
871 cmd = if_faac_gencmd(gdp, faacpath); in gen_open_file()
1233 faacpath == NULL) { in gen_open_pipe()
1284 cmd = if_faac_gencmd(gdp, faacpath); in gen_open_pipe()