Lines Matching defs:name
39 char name[64];
371 memcpy(p, s[n].ch[w].name, (size_t)s[n].ch[w].name_length);
826 if (pos > (int)sizeof(s[sp].ch[0].name) - 1)
827 pos = (int)sizeof(s[sp].ch[0].name) - 1;
885 if (max > sizeof(ch->name) - 1)
886 max = sizeof(ch->name) - 1;
888 strncpy(ch->name, (char *)&buf[bp], max);
892 ch->name[sizeof(ch->name) - 1] = '\0';
912 strncmp(&needle[ch->effpos], ch->name, (unsigned int)m))