HomeSort by relevance Sort by last modified time
    Searched defs:taglen (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
treminfo.c 77 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
78 char *fulltag = (char *)alloca(taglen+ 1);
84 if(!tagcompare(vc->user_comments[i], fulltag, taglen)){
87 return vc->user_comments[i] + taglen;
97 int taglen = strlen(tag)+1; /* +1 for the = we append */ local
98 char *fulltag = (char *)alloca(taglen+1);
103 if(!tagcompare(vc->user_comments[i], fulltag, taglen))
  /system/core/adb/
adb.c 115 int taglen = strlen(tags[tagn].tag); local
117 if (len == taglen && !memcmp(tags[tagn].tag, p, len) )
    [all...]

Completed in 32 milliseconds