Searched refs:ary (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_dsc.c | 54 struct Dwarf_Dsc_Entry_s *ary, in get_dsc_leb_entries() argument 63 if (!ary) { in get_dsc_leb_entries() 83 if (ary && (larraycount >= iarraycount)) { in get_dsc_leb_entries() 98 if(ary) { in get_dsc_leb_entries() 100 ary+larraycount; in get_dsc_leb_entries() 117 if (ary && (larraycount >= iarraycount)) { in get_dsc_leb_entries() 132 if(ary) { in get_dsc_leb_entries() 134 ary+larraycount; in get_dsc_leb_entries() 145 if (ary) { in get_dsc_leb_entries() 171 struct Dwarf_Dsc_Entry_s *ary = 0; in dwarf_discr_list() local [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 34 AV *ary; in pushret_project() local 47 ary = newAV(); in pushret_project() 49 av_push(ary, newSVpv(*cp, 0)); in pushret_project() 51 PUSHs(sv_2mortal(newRV_noinc((SV *)ary))); in pushret_project() 52 ary = newAV(); in pushret_project() 54 av_push(ary, newSVpv(*cp, 0)); in pushret_project() 56 PUSHs(sv_2mortal(newRV_noinc((SV *)ary))); in pushret_project()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | fs | 142 ary f_reserved7 sys/types.h sys/statvfs.h note{ statvfs.f_reserved7 can double for statvfs.f_basety… 241 ary st_spare4 sys/types.h sys/stat.h note{ stat.st_spare4 is an array }end compile{ 245 ary st_extra sys/types.h sys/stat.h note{ stat.st_extra is an array }end compile{ 249 ary st_pad4 sys/types.h sys/stat.h note{ stat.st_pad4 is an array }end compile{
|
/illumos-gate/usr/src/cmd/svc/svcs/ |
H A D | explain.c | 2179 inst_t **ary; in explain() local 2189 ary = calloc(n, sizeof (*ary)); in explain() 2190 if (ary == NULL) in explain() 2198 ary[i++] = spp->svcp; in explain() 2201 qsort(ary, n, sizeof (*ary), impact_compar); in explain() 2206 print_service(ary[i], verbose); in explain()
|
/illumos-gate/usr/src/lib/lib9p/common/ |
H A D | pack.c | 50 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument
|
H A D | utils.c | 58 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument
|