Searched refs:iarray (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/ |
H A D | 19990905-0.f | 3 common /info/ iarray(1000) local 4 equivalence (m,iarray(100)), (n,iarray(200))
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | array1.C | 7 short iarray[] = { 1, 2, 3, 4, 5 }; in main() local 9 return size(iarray) - size(carray); in main()
|
/openbsd/usr.bin/ssh/ |
H A D | misc.h | 218 const char *directive, char ***array, int **iarray, u_int *lp, 220 void opt_array_free2(char **array, int **iarray, u_int l);
|
H A D | misc.c | 2562 char ***array, int **iarray, u_int *lp, const char *s, int i) in opt_array_append2() argument 2568 if (iarray != NULL) { in opt_array_append2() 2569 *iarray = xrecallocarray(*iarray, *lp, *lp + 1, in opt_array_append2() 2570 sizeof(**iarray)); in opt_array_append2() 2571 (*iarray)[*lp] = i; in opt_array_append2() 2587 opt_array_free2(char **array, int **iarray, u_int l) in opt_array_free2() argument 2596 free(iarray); in opt_array_free2()
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | ios.cpp | 168 long* iarray = static_cast<long*>(realloc(__iarray_, newcap * sizeof(long))); in iword() local 169 if (iarray == 0) in iword() 176 __iarray_ = iarray; in iword()
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx2bIssues.csv | 33 "`3434 <https://wg21.link/LWG3434>`__","``ios_base`` never reclaims memory for iarray and parray","…
|