Lines Matching defs:name
13 const char *name;
103 // element with the matching name.
113 if (strlen(p->name) != bufSize) continue;
114 if (!memcmp(bufPtr,p->name,bufSize)) return p;
138 if (!sp) return 0; // Illegal color system name
196 "%s-",gp->name);
205 ip->name);
289 bcnt = pvr2_std_id_to_str(std->name,sizeof(std->name)-1,id);
290 std->name[bcnt] = 0;
291 pvr2_trace(PVR2_TRACE_STD,"Set up standard idx=%u name=%s",
292 std->index,std->name);