| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-asmtab.h | 107 short subentries; member in struct:ia64_completer_table 129 is part of the instruction, and to go down the subentries index.
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-asmtab.h | 107 short subentries; member in struct:ia64_completer_table 129 is part of the instruction, and to go down the subentries index.
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-asmtab.h | 107 short subentries; member in struct:ia64_completer_table 129 is part of the instruction, and to go down the subentries index.
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-asmtab.h | 107 short subentries; member in struct:ia64_completer_table 129 is part of the instruction, and to go down the subentries index.
|
| /src/external/bsd/openldap/dist/clients/tools/ |
| ldapdelete.c | 69 int subentries )); 239 int subentries = 0; local 255 deletechildren( ld, dn, subentries ); 298 if ( prune && !subentries ) { 299 subentries = 1; 350 int subentries ) 361 if ( subentries ) { 372 fprintf( stderr, _("Subentries control encoding error!\n"));
|
| ldapsearch.c | 143 fprintf( stderr, _(" [!]subentries[=true|false] (RFC 3672 subentries)\n")); 229 static int subentries = 0, valuesReturnFilter = 0; variable 567 } else if ( strcasecmp( control, "subentries" ) == 0 ) { 568 if( subentries ) { 570 _("subentries control previously specified\n")); 574 subentries = 2; 576 subentries = 1; 579 _("subentries control value \"%s\" invalid\n"), 583 if( crit ) subentries *= -1 [all...] |