Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsmp.c22 #define NAMELEN 30 /* Size of Samplevision name */ macro
32 char name[NAMELEN + 1]; /* Sample Name, left justified */
66 char comment[COMMENTLEN + NAMELEN + 3];
244 for (namelen = NAMELEN-1; in sox_smpstartread()
357 sprintf(header.name, "%-*.*s", NAMELEN, NAMELEN, comment); in sox_smpstartwrite()