Searched refs:allocate_array (Results 1 – 25 of 29) sorted by relevance
12
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | flexdef.h | 649 void *allocate_array(int, size_t); 653 allocate_array(size, sizeof(int)) 659 allocate_array(size, sizeof(bool)) 665 allocate_array(size, sizeof(int *)) 668 allocate_array(size, sizeof(char *)) 671 allocate_array(size, sizeof(union dfaacc_union)) 683 allocate_array( size, sizeof(char)) 689 allocate_array(size, sizeof(unsigned char))
|
H A D | buf.c | 256 allocate_array ((int) n_alloc, buf->elt_size); in buf_append()
|
H A D | misc.c | 147 void *allocate_array (int size, size_t element_size) in allocate_array() function
|
/netbsd-src/external/bsd/flex/dist/po/ |
H A D | ru.po | 690 msgid "memory allocation failed in allocate_array()" 691 msgstr "ошибка выделения памяти в allocate_array()" 706 msgstr "ошибка выделения памяти в allocate_array()"
|
H A D | sr.po | 684 msgid "memory allocation failed in allocate_array()" 685 msgstr "није успело додељивање меморије у „allocate_array()“" 700 msgstr "није успело додељивање меморије у „allocate_array()“"
|
H A D | ko.po | 616 msgid "memory allocation failed in allocate_array()" 617 msgstr "allocate_array()���� �� �Ҵ��� �����߽��ϴ�" 632 msgstr "allocate_array()���� �� �Ҵ��� �����߽��ϴ�"
|
H A D | nl.po | 689 msgid "memory allocation failed in allocate_array()" 690 msgstr "geheugenreservering is mislukt in allocate_array()" 705 msgstr "geheugenreservering is mislukt in allocate_array()"
|
H A D | da.po | 680 msgid "memory allocation failed in allocate_array()" 681 msgstr "hukommelsestildelingen mislykkedes i allocate_array()" 696 msgstr "hukommelsestildelingen mislykkedes i allocate_array()"
|
H A D | eo.po | 677 msgid "memory allocation failed in allocate_array()" 678 msgstr "rezervo de memoro fiaskis en allocate_array()" 693 msgstr "rezervo de memoro fiaskis en allocate_array()"
|
H A D | sv.po | 684 msgid "memory allocation failed in allocate_array()" 685 msgstr "minnesallokeringen misslyckades i allocate_array()" 700 msgstr "minnesallokeringen misslyckades i allocate_array()"
|
H A D | de.po | 683 msgid "memory allocation failed in allocate_array()" 684 msgstr "Speicheranforderung in allocate_array() fehlgeschlagen" 699 msgstr "Speicheranforderung in allocate_array() fehlgeschlagen"
|
H A D | fi.po | 690 msgid "memory allocation failed in allocate_array()" 691 msgstr "muistinvaraus epäonnistui funktiossa allocate_array()" 706 msgstr "muistinvaraus epäonnistui funktiossa allocate_array()"
|
H A D | pt_BR.po | 688 msgid "memory allocation failed in allocate_array()" 689 msgstr "alocação de memória falhou em allocate_array()" 704 msgstr "alocação de memória falhou em allocate_array()"
|
H A D | pl.po | 679 msgid "memory allocation failed in allocate_array()" 680 msgstr "nie uda�o si� przydzieli� pami�ci w allocate_array()" 695 msgstr "nie uda�o si� przydzieli� pami�ci w allocate_array()"
|
H A D | tr.po | 674 msgid "memory allocation failed in allocate_array()" 675 msgstr "allocate_array() içinde bellek ayırımı başarısız" 690 msgstr "allocate_array() içinde bellek ayırımı başarısız"
|
H A D | ga.po | 676 msgid "memory allocation failed in allocate_array()" 677 msgstr "theip ar dháileadh na cuimhne i allocate_array()" 692 msgstr "theip ar dháileadh na cuimhne i allocate_array()"
|
H A D | ca.po | 700 msgid "memory allocation failed in allocate_array()" 701 msgstr "ha fallat l'assignació de memòria en allocate_array()" 716 msgstr "ha fallat l'assignació de memòria en allocate_array()"
|
H A D | fr.po | 697 msgid "memory allocation failed in allocate_array()" 698 msgstr "échec d'allocation mémoire dans allocate_array()" 714 msgstr "échec d'allocation mémoire dans allocate_array()"
|
H A D | vi.po | 695 msgid "memory allocation failed in allocate_array()" 696 msgstr "việc phân chia bộ nhớ bị lỗi trong allocate_array() (phân bổ mảng)" 711 msgstr "việc phân chia bộ nhớ bị lỗi trong allocate_array() (phân bổ mảng)"
|
H A D | en@quot.po | 692 msgid "memory allocation failed in allocate_array()" 693 msgstr "memory allocation failed in allocate_array()"
|
H A D | en@boldquot.po | 695 msgid "memory allocation failed in allocate_array()" 696 msgstr "memory allocation failed in allocate_array()"
|
H A D | flex.pot | 593 msgid "memory allocation failed in allocate_array()"
|
H A D | hr.po | 597 msgid "memory allocation failed in allocate_array()"
|
H A D | zh_CN.po | 670 msgid "memory allocation failed in allocate_array()"
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2006 | 130 (allocate_array): Change interface to 1227 * runtime/memory.c (allocate_array): If stat is present and 1457 (allocate_array): New function.
|
12