Lines Matching refs:emalloc
345 arg = emalloc(command_len); in main()
605 buf = emalloc(*len); in read_and_decompress()
745 row = emalloc(sizeof(struct sql_row)); in update_db()
1505 rec->name = emalloc(sz + 1); in insert_into_db()
1931 rec->desc.data = emalloc(rec->desc.buflen); in init_secbuffs()
1935 rec->lib.data = emalloc(rec->lib.buflen); in init_secbuffs()
1939 rec->return_vals.data = emalloc(rec->return_vals.buflen); in init_secbuffs()
1943 rec->exit_status.data = emalloc(rec->exit_status.buflen); in init_secbuffs()
1947 rec->env.data = emalloc(rec->env.buflen); in init_secbuffs()
1951 rec->files.data = emalloc(rec->files.buflen); in init_secbuffs()
1955 rec->diagnostics.data = emalloc(rec->diagnostics.buflen); in init_secbuffs()
1959 rec->errors.data = emalloc(rec->errors.buflen); in init_secbuffs()
2011 result = emalloc(strlen(str) + 1); in parse_escape()
2065 sbuff->data = emalloc(sbuff->buflen); in append()