Home
last modified time | relevance | path

Searched refs:ary (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dsc.c54 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()
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
213 if(!ary) { in dwarf_discr_list()
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs34 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 Dfs142 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 Dexplain.c2153 inst_t **ary; in explain() local
2163 ary = calloc(n, sizeof (*ary)); in explain()
2164 if (ary == NULL) in explain()
2172 ary[i++] = spp->svcp; in explain()
2175 qsort(ary, n, sizeof (*ary), impact_compar); in explain()
2180 print_service(ary[i], verbose); in explain()
/illumos-gate/usr/src/lib/lib9p/common/
H A Dpack.c50 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument
H A Dutils.c58 #define N(ary) (sizeof(ary) / sizeof(*ary)) argument