Home
last modified time | relevance | path

Searched refs:authorstr (Results 1 – 7 of 7) sorted by relevance

/dports/audio/ocp/ocp-0.2.90/playay/
H A Daytype.c36 const char *authorstr;
73 authorstr=buf+authorptr;
81 if ((left=len-(authorstr-buf))<=0) /* outside buffer-space */
86 strncpy(m->composer, authorstr, sizeof(m->composer));
87 } else if (memchr(authorstr, 0, left)) /* we have \0 before end of buffer */
89 strncpy(m->composer, authorstr, sizeof(m->composer));
H A Dmain.h55 unsigned char *authorstr,*miscstr; member
H A Dayplay.c420 READWORDPTR(aydata.authorstr); in read_ay_file()
421 CHECK_ASCIIZ(aydata.authorstr); in read_ay_file()
/dports/audio/aylet/aylet-0.5/
H A Dui.c152 ptr?ptr+1:filename,aydata.miscstr,aydata.authorstr, in non_ui_frame()
193 draw_status(ay_filenames[ay_file],(char *)aydata.miscstr, (char *)aydata.authorstr, in ui_frame()
H A Dmain.h58 unsigned char *authorstr,*miscstr; member
H A Dmain.c543 READWORDPTR(aydata.authorstr); in read_ay_file()
544 CHECK_ASCIIZ(aydata.authorstr); in read_ay_file()
847 ptr?ptr+1:ay_filenames[f],aydata.miscstr,aydata.authorstr, in do_list()
H A Duigtk.c423 ui_draw_status(ay_filenames[ay_file], (char *)aydata.miscstr, (char *)aydata.authorstr, in ui_frame()