HomeSort by: relevance | last modified time | path
    Searched refs:special_attrs (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
genattr.cc 331 const char * const special_attrs[] = { "length", "enabled", local
334 for (const char * const *p = special_attrs; *p; p++)
  /src/external/gpl3/gcc.old/dist/gcc/
genattr.cc 331 const char * const special_attrs[] = { "length", "enabled", local
334 for (const char * const *p = special_attrs; *p; p++)
  /src/external/bsd/openldap/dist/servers/slapd/
controls.c 1538 static struct berval special_attrs[] = { local
1546 for ( j = 0; !BER_BVISNULL( &special_attrs[ j ] ); j++ ) {
1547 if ( bvmatch( &an[i].an_name, &special_attrs[ j ] ) ) {
1548 an[i].an_name = special_attrs[ j ];
1553 if ( BER_BVISNULL( &special_attrs[ j ] ) && ctrl->ldctl_iscritical ) {

Completed in 20 milliseconds