Lines Matching refs:emalloc
133 np->n_string = (STRING) emalloc(length); in strassign()
172 np->n_string = emalloc(len); in nassign()
203 np->n_string = emalloc(len); in nassign()
334 np->n_string = emalloc(length = (length+1) * sizeof (wchar_t)); in stringnode()
361 new = (STRING)emalloc(len = (wcslen(old)+1) * sizeof (wchar_t)); in strsave()
378 np = (NODE *)emalloc(sizeof (NODE) + in emptynode()
986 cp = emalloc((llen+len+1) * sizeof (wchar_t)); in exprconcat()
1559 fieldbuf = emalloc(NLINE * sizeof (wchar_t)); in fieldsplit()
1616 fieldbuf = emalloc(NLINE * sizeof (wchar_t)); in lfield()
2141 ocp = emalloc(i * sizeof (wchar_t)); in makeindex()
2160 cp = emalloc(sizeof (wchar_t) * ((n = wcslen(array)) + in makeindex()