| /src/usr.bin/telnet/ |
| authenc.c | 95 int om = globalmode; local 109 TerminalNewMode(om);
|
| /src/sys/dev/onewire/ |
| onewire_subr.c | 108 const struct onewire_matchfam *om; local 111 for (i = 0, om = fams; i < nent; i++, om++) 112 if (ONEWIRE_ROM_FAMILY_TYPE(oa->oa_rom) == om->om_type)
|
| /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| message_queue.c | 206 bm_context_t *om; local 207 LDAP_STAILQ_FOREACH( om, &mc->mc_om_list, bc_next ) { 208 if (om == bc) { 209 LDAP_STAILQ_REMOVE(&mc->mc_om_list, om, bm_context_t, bc_next); 214 assert(om == bc); 222 bm_context_t *om; local 223 LDAP_STAILQ_FOREACH( om, &mc->mc_om_list, bc_next ) { 224 if (om->candidates[candidate].sr_msgid == msgid && !om->bc_invalid) { 228 return om; 234 bm_context_t *om; local [all...] |
| conn.c | 1147 bm_context_t *om; local 1151 LDAP_STAILQ_FOREACH( om, &mc->mc_om_list, bc_next ) { 1152 if (om->candidates[candidate].sr_msgid >= 0 && (om->op != op)) { 1153 om->bc_invalid = 1;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| oidm.c | 46 OidMacro *om; local 53 LDAP_STAILQ_FOREACH( om, &om_list, som_next ) { 54 BerVarray names = om->som_names; 65 char *tmp = SLAP_MALLOC( om->som_oid.bv_len 72 strcpy(tmp, om->som_oid.bv_val); 74 suflen = om->som_oid.bv_len; 88 OidMacro *om; local 90 om = LDAP_STAILQ_FIRST( &om_list ); 93 ber_bvarray_free(om->som_names); 94 ber_bvarray_free(om->som_subs) 108 OidMacro *om = NULL, *prev = NULL; local 178 OidMacro *om; local [all...] |
| bconfig.c | 2101 OidMacro *om; local 2105 if(parse_oidm(c, 1, &om)) 2107 if (!cfn->c_om_head) cfn->c_om_head = om; 2108 cfn->c_om_tail = om;
|
| /src/external/mpl/dhcp/dist/omapip/ |
| protocol.c | 160 omapi_message_object_t *m, *om; local 175 om = (omapi_message_object_t *)omo; 272 status = omapi_connection_put_uint32 (c, om ? om -> id : m -> rid);
|
| /src/external/bsd/blocklist/lib/ |
| bl.c | 144 mode_t om; local 224 om = umask(0); 227 (void)umask(om);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| kill.c | 465 int om, op, r; local 467 om = rl_mark; 484 rl_mark = om;
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| kill.c | 441 int om, op, r; local 443 om = rl_mark; 460 rl_mark = om;
|
| /src/sbin/sysctl/ |
| sysctl.c | 2633 mode_t om, mm; local 2686 om = (mode_t)o; 2694 strmode(om, buf); 2695 rc = snprintf(outbuf, sizeof(outbuf), "%04o (%s)", om, buf + 1);
|
| /src/external/gpl2/texinfo/dist/makeinfo/ |
| lang.h | 47 oc, om, or, enumerator in enum:__anon9561
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-metag.c | 4982 unsigned int om = ((insn->dsp_action_flags & DSP_ACTION_MOD) != 0); local 5688 insn->bits |= (om << om_shift);
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-metag.c | 4982 unsigned int om = ((insn->dsp_action_flags & DSP_ACTION_MOD) != 0); local 5688 insn->bits |= (om << om_shift);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu.c | 352 machine_mode om = GET_MODE (op); 354 return om != VOIDmode && im != VOIDmode 355 && (GET_MODE_SIZE (im) == GET_MODE_SIZE (om) 356 || (GET_MODE_SIZE (im) <= 4 && GET_MODE_SIZE (om) <= 4) 357 || (GET_MODE_SIZE (im) >= 16 && GET_MODE_SIZE (om) >= 16)); 349 machine_mode om = GET_MODE (op); local
|