/src/lib/libterminfo/ |
term.c | 62 allocset(void *pp, int init, size_t nelem, size_t elemsize) function in typeref:typename:int 94 if (allocset(&term->flags, 0, TIFLAGMAX+1, sizeof(*term->flags)) == -1) 97 if (allocset(&term->nums, -1, TINUMMAX+1, sizeof(*term->nums)) == -1) 100 if (allocset(&term->strs, 0, TISTRMAX+1, sizeof(*term->strs)) == -1) 176 if (allocset(&term->_userdefs, 0, term->_nuserdefs,
|
term.c | 62 allocset(void *pp, int init, size_t nelem, size_t elemsize) function in typeref:typename:int 94 if (allocset(&term->flags, 0, TIFLAGMAX+1, sizeof(*term->flags)) == -1) 97 if (allocset(&term->nums, -1, TINUMMAX+1, sizeof(*term->nums)) == -1) 100 if (allocset(&term->strs, 0, TISTRMAX+1, sizeof(*term->strs)) == -1) 176 if (allocset(&term->_userdefs, 0, term->_nuserdefs,
|
/src/lib/libc/regex/ |
regcomp.c | 164 static cset *allocset(struct parse *p); 1116 if ((cs = allocset(p)) == NULL) 1264 if ((cs = allocset(p)) == NULL) 1536 if ((cs = allocset(p)) == NULL) 1689 - allocset - allocate a set of characters for [] 1690 == static cset *allocset(struct parse *p); 1693 allocset(struct parse *p) function in typeref:typename:cset *
|
regcomp.c | 164 static cset *allocset(struct parse *p); 1116 if ((cs = allocset(p)) == NULL) 1264 if ((cs = allocset(p)) == NULL) 1536 if ((cs = allocset(p)) == NULL) 1689 - allocset - allocate a set of characters for [] 1690 == static cset *allocset(struct parse *p); 1693 allocset(struct parse *p) function in typeref:typename:cset *
|