Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
STRTOK
usr/src/lib/libldap5/sources/ldap/common/getdn.c
168
for ( s = STRTOK( cpydn, "@.", &lasts ); s != NULL;
usr/src/lib/libldap5/sources/ldap/common/getdn.c
169
s = STRTOK( NULL, "@.", &lasts ) ) {