Lines Matching +defs:val +defs:names
1027 * case when no names are given
2186 struct cachenode *lesschild; /* subtree whose entries < val */
2187 struct cachenode *grtrchild; /* subtree whose entries > val */
2188 long val; /* the uid or gid of this entry */
2190 char name[NMAX+1]; /* the string that val maps to */
2192 static struct cachenode *names, *groups;
2195 findincache(struct cachenode **head, long val)
2201 if (val == c->val) {
2204 } else if (val < c->val) {
2220 c->val = val;
2237 c = findincache(&names, uid);
2288 * compare two names in ls-command one of which is file
2580 set_sysattrb_display(char *name, boolean_t val, struct lbuf *rep)
2590 if (val) {
2604 if (val)