Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c2008 void *systemptr; local
2011 systemptr = NULL;
2013 systemptr = (void *)((char *)ptr - sizeof(int));
2016 if (( statusp = (int *)realloc( systemptr, size + sizeof(int))) == NULL ) {
2018 ldaptool_progname, systemptr, size );