Lines Matching refs:optind
157 int rc, optind, i, first, free_filtpattern;
189 optind = ldaptool_process_args( argc, argv, "ABLTU1etuxra:b:F:G:l:S:s:z:C:",
192 optind = ldaptool_process_args( argc, argv, "ABLTU1etuxa:b:F:G:l:S:s:z:C:c:",
196 optind = ldaptool_process_args( argc, argv, "ABLTU1eotuxa:b:F:G:l:S:s:z:C:c:",
200 if ( optind == -1 ) {
224 if ( argc - optind < 1 ) {
231 if ( ldaptool_fp == NULL || strstr( argv[ optind ], "%s" ) != NULL ) {
232 filtpattern = ldaptool_local2UTF8( argv[ optind ] );
235 ++optind;
240 if ( argv[ optind ] == NULL ) {
243 attrs = &argv[ optind ];
245 attrs = ldap_charray_dup( &argv[ optind ] );