Searched refs:file_oomem (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/file/src/ |
| HD | apprentice.c | 514 file_oomem(ms, sizeof(*ml)); in apprentice_1() 709 file_oomem(ms, sizeof(*ms->mlist[i])); in buffer_apprentice() 721 file_oomem(ms, sizeof(*ml)); in buffer_apprentice() 750 file_oomem(ms, strlen(fn)); in file_apprentice() 757 file_oomem(ms, sizeof(*ms->mlist[i])); in file_apprentice() 1294 file_oomem(ms, sizeof(*mp) * incr); in addentry() 1478 file_oomem(ms, slen); in coalesce_entries() 1522 file_oomem(ms, sizeof(*map)); in apprentice_load() 1542 file_oomem(ms, in apprentice_load() 1559 file_oomem(ms, mlen); in apprentice_load() [all …]
|
| HD | funcs.c | 236 file_oomem(struct magic_set *ms, size_t len) in file_oomem() function 546 file_oomem(ms, len); in file_getbuffer() 551 file_oomem(ms, psize); in file_getbuffer() 617 file_oomem(ms, len); in file_check_mem()
|
| HD | encoding.c | 102 file_oomem(ms, mlen); in file_encoding() 154 file_oomem(ms, mlen); in file_encoding()
|
| HD | ascmagic.c | 147 file_oomem(ms, mlen); in file_ascmagic_with_encoding()
|
| HD | file.h | 562 protected void file_oomem(struct magic_set *, size_t);
|
| HD | softmagic.c | 770 file_oomem(ms, ms->search.rm_len); in mprint()
|