Searched refs:ps_ptr (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 363 char *s, *temp_arg, *ps_ptr, *ps_arg; in options_callback() local 543 ps_ptr=strtok(ps_arg, ":"); in options_callback() 544 if (ps_ptr == NULL || (strcasecmp(ps_ptr, "ps")) ) { in options_callback() 548 if (NULL != (ps_ptr=strtok(NULL, ":"))) { in options_callback() 549 if ( (temp_arg = strdup( ps_ptr )) == NULL ) { in options_callback() 557 if (NULL != (ps_ptr=strtok(NULL, ":"))) { in options_callback() 558 if ( (changesonly = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) { in options_callback() 559 fprintf(stderr, gettext("Invalid option value: %s\n"), ps_ptr); in options_callback() 563 if (NULL != (ps_ptr=strtok(NULL, ":"))) { in options_callback() 564 if ( (return_echg_ctls = ldaptool_boolean_str2value(ps_ptr, 0)) == -1) { in options_callback() [all …]
|