Home
last modified time | relevance | path

Searched refs:allocset (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c100 static cset *allocset(struct parse *p);
690 if ((cs = allocset(p)) == NULL) in p_bracket()
950 if ((cs = allocset(p)) == NULL) in ordinary()
1092 allocset(struct parse *p) in allocset() function