Searched defs:nauxv (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauxv.c52 static size_t nauxv = 0; local
74 nauxv = i / sizeof (auxv_t);
75 buf[nauxv].a_type = AT_NULL;
95 for (i = 0; i < nauxv; i++)
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.h220 int nauxv; /* number of aux vector entries */ member in struct:ps_prochandle

Completed in 22 milliseconds