Searched defs:fulltag (Results 1 - 1 of 1) sorted by relevance

/external/tremolo/Tremolo/
H A Dtreminfo.c78 char *fulltag = (char *)alloca(taglen+ 1); local
80 strcpy(fulltag, tag);
81 strcat(fulltag, "=");
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
98 char *fulltag = (char *)alloca(taglen+1); local
99 strcpy(fulltag,tag);
100 strcat(fulltag, "=");
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen))

Completed in 34 milliseconds