Home
last modified time | relevance | path

Searched refs:___getauxptr (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetexecname.c37 extern void *___getauxptr(int type);
46 return ((const char *)___getauxptr(AT_SUN_EXECNAME)); in getexecname()
H A Dgetauxv.c120 ___getauxptr(int type) in ___getauxptr() function