HomeSort by: relevance | last modified time | path
    Searched defs:ocs (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/ppp/dist/pppstats/
pppstats.c 267 #define W(offset) MAX0(ccs.offset - ocs.offset)
288 struct ppp_comp_stats ccs, ocs; local
292 memset(&ocs, 0, sizeof(ocs));
433 ocs = ccs;
  /src/external/bsd/openldap/dist/servers/slapd/
aclparse.c 1205 ObjectClass *ocs[2]; local
1207 ocs[0] = b->a_group_oc;
1208 ocs[1] = NULL;
1211 ocs, NULL );
slap-config.h 214 LDAP_SLAPD_F (int) init_config_ocs( ConfigOCs *ocs ); variable
  /src/external/gpl3/gcc/dist/gcc/config/
darwin.cc 2518 section *ocs = data_section; local
2521 ocs = darwin_objc2_section (decl, meta, ocs);
2523 ocs = darwin_objc1_section (decl, meta, ocs);
2525 switch_to_section (ocs);
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin.cc 2479 section *ocs = data_section; local
2482 ocs = darwin_objc2_section (decl, meta, ocs);
2484 ocs = darwin_objc1_section (decl, meta, ocs);
2486 switch_to_section (ocs);

Completed in 40 milliseconds