OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fulltag
(Results
1 - 2
of
2
) 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))
/external/libvorbis/lib/
info.c
101
char *
fulltag
= alloca(taglen+ 1);
local
103
strcpy(
fulltag
, tag);
104
strcat(
fulltag
, "=");
107
if(!tagcompare(vc->user_comments[i],
fulltag
, taglen)){
121
char *
fulltag
= alloca(taglen+1);
local
122
strcpy(
fulltag
,tag);
123
strcat(
fulltag
, "=");
126
if(!tagcompare(vc->user_comments[i],
fulltag
, taglen))
Completed in 59 milliseconds