Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_list.c106 char *ptrptr = NULL; local
119 token = strtok_r(str, delimiter, &ptrptr);
127 token = strtok_r(NULL, delimiter, &ptrptr);
/titanic_44/usr/src/cmd/logadm/
H A Dconf.c52 static char *nexttok(char **ptrptr);
135 nexttok(char **ptrptr) in nexttok() argument
137 char *ptr = *ptrptr; in nexttok()
151 *ptrptr = eptr; in nexttok()
156 *ptrptr = eptr; in nexttok()
164 *ptrptr = eptr; in nexttok()
/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c143 _dowrite(char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite() argument
146 iop->_cnt -= (*ptrptr - iop->_ptr); in _dowrite()
147 iop->_ptr = *ptrptr; in _dowrite()
150 *ptrptr = iop->_ptr; in _dowrite()
152 *ptrptr = (unsigned char *) memcpy(*ptrptr, p, n) + n; in _dowrite()
/titanic_44/usr/src/lib/libc/port/print/
H A Ddoprnt.c213 _dowrite(const char *p, ssize_t n, FILE *iop, unsigned char **ptrptr);
267 _dowrite(const char *p, ssize_t n, FILE *iop, unsigned char **ptrptr) in _dowrite() argument
270 iop->_cnt -= (*ptrptr - iop->_ptr); in _dowrite()
271 iop->_ptr = *ptrptr; in _dowrite()
276 *ptrptr = iop->_ptr; in _dowrite()
281 *ptrptr = (unsigned char *)memcpy((char *)*ptrptr, p, n) + n; in _dowrite()
282 iop->_ptr = *ptrptr; in _dowrite()
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c678 ns_name_skip(const u_char **ptrptr, const u_char *eom) in ns_name_skip() argument
684 cp = *ptrptr; in ns_name_skip()
711 *ptrptr = cp; in ns_name_skip()