Searched refs:ps_ptr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapsearch.c363 char *s, *temp_arg, *ps_ptr, *ps_arg; local
543 ps_ptr=strtok(ps_arg, ":");
544 if (ps_ptr == NULL || (strcasecmp(ps_ptr, "ps")) ) {
548 if (NULL != (ps_ptr=strtok(NULL, ":"))) {
549 if ( (temp_arg = strdup( ps_ptr )) == NULL ) {
557 if (NULL != (ps_ptr=strtok(NULL, ":"))) {
558 if ( (changesonly = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) {
559 fprintf(stderr, gettext("Invalid option value: %s\n"), ps_ptr);
563 if (NULL != (ps_ptr
[all...]

Completed in 59 milliseconds