Lines Matching refs:name
72 /* Limit name length and forbid leading dot or any slashes. */
91 if (!strcmp(val, p->name)) return p;
95 * object anyway to store the name, which is kept for the
101 memcpy(new->name, val, n);
102 new->name[n] = 0;
130 memcpy(new->name, val, n);
131 new->name[n] = 0;
140 * object anyway to store the name, which is kept for the
146 memcpy(new->name, val, n);
147 new->name[n] = 0;
173 * requested name was "C" or "POSIX". */