Home
last modified time | relevance | path

Searched refs:genrestr (Results 1 – 11 of 11) sorted by relevance

/dports/audio/normalize/normalize-0.7.7/nid3lib/
H A Dsimple.c115 sprintf(tag->v1.genrestr, "%d", (int)tag->v1.genre); in id3_genre_get()
116 s = tag->v1.genrestr; in id3_genre_get()
H A Dnid3P.h44 char genrestr[4]; /* genre number, as a string */ member
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/m4adecoder/mp4ff/
H A Dmp4meta.c135 uint32_t mp4ff_meta_genre_to_index(const char * genrestr) in mp4ff_meta_genre_to_index() argument
140 if (!stricmp(genrestr,ID3v1GenreList[n])) return n+1; in mp4ff_meta_genre_to_index()
H A Dmp4ffint.h336 uint32_t mp4ff_meta_genre_to_index(const char * genrestr);//returns 1-based index, 0 if not found
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/libmp4ff/
H A Dmp4meta.c135 uint32_t mp4ff_meta_genre_to_index(const char * genrestr) in mp4ff_meta_genre_to_index() argument
140 if (!stricmp(genrestr,ID3v1GenreList[n])) return n+1; in mp4ff_meta_genre_to_index()
H A Dmp4ffint.h395 uint32_t mp4ff_meta_genre_to_index(const char * genrestr);//returns 1-based index, 0 if not found
/dports/science/gromacs/gromacs-2021.4/docs/release-notes/2020/
H A D2020.3.rst63 Avoid segmentation fault in gmx genrestr
/dports/science/gromacs/gromacs-2021.4/docs/user-guide/
H A Dfaq.rst129 kind of behaviour can be created using :ref:`genrestr <gmx genrestr>`.
H A Drun-time-errors.rst260 of a tool like :ref:`genrestr <gmx genrestr>` blindly (as ``genrestr -h`` warns).
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Ddbprog.c2854 *genrestr; in dbprog_matchsel_popup() local
2867 genrestr = cdinfo_genre_name(mp->genre); in dbprog_matchsel_popup()
2868 genrestr_len = strlen(genrestr); in dbprog_matchsel_popup()
2871 genrestr = NULL; in dbprog_matchsel_popup()
2894 genrestr == NULL ? "" : "(", in dbprog_matchsel_popup()
2895 genrestr == NULL ? "" : genrestr, in dbprog_matchsel_popup()
2896 genrestr == NULL ? "" : ")" in dbprog_matchsel_popup()
/dports/science/gromacs/gromacs-2021.4/src/programs/completion/
H A Dgmx-completion.bash1785 genrestr) _gmx_genrestr_compl ;;