OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fulltag
(Results
1 - 1
of
1
) sorted by null
/external/tremolo/Tremolo/
treminfo.c
78
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 30 milliseconds