Searched refs:om (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/x11/lib/xlibi18n/
H A DMakefile3 SUBDIR= im lc om
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Doidm.c43 OidMacro *om; local
50 LDAP_STAILQ_FOREACH( om, &om_list, som_next ) {
51 BerVarray names = om->som_names;
62 char *tmp = SLAP_MALLOC( om->som_oid.bv_len
69 strcpy(tmp, om->som_oid.bv_val);
71 suflen = om->som_oid.bv_len;
85 OidMacro *om; local
87 om = LDAP_STAILQ_FIRST( &om_list );
90 ber_bvarray_free(om->som_names);
91 ber_bvarray_free(om
105 OidMacro *om = NULL, *prev = NULL; local
175 OidMacro *om; local
[all...]
H A Dbconfig.c1574 OidMacro *om; local
1578 if(parse_oidm(c, 1, &om))
1580 if (!cfn->c_om_head) cfn->c_om_head = om;
1581 cfn->c_om_tail = om;
H A Dproto-slap.h1427 struct config_args_s *ca, int user, OidMacro **om ));
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Dparse.c116 match_setenv(const struct match *im, struct match *om, const char *key, argument
120 om->m_env = prop_dictionary_create();
122 om->m_env = prop_dictionary_copy(im->m_env);
124 if (om->m_env == NULL)
127 if (key != NULL && !prop_dictionary_set(om->m_env, key, o))
135 prop_object_release((prop_object_t)om->m_env);
136 om->m_env = NULL;
144 pstr_match(const struct parser *p, const struct match *im, struct match *om, argument
170 if (match_setenv(im, om, ps->ps_key, o) == -1)
173 om
181 pinteger_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg) argument
296 paddr_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg0) argument
502 pterm_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg) argument
524 piface_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg) argument
567 pbranch_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg) argument
626 pkw_match(const struct parser *p, const struct match *im, struct match *om, int argidx, const char *arg) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/usr.bin/groff/contrib/mom/
H A DMakefile12 NORMALFILES= mom.tmac om.tmac
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libX11/
H A DMakefile.xomGeneric3 .PATH: ${X11SRCDIR.X11}/modules/om/generic
/netbsd-6-1-5-RELEASE/usr.bin/telnet/
H A Dauthenc.c93 int om = globalmode; local
104 TerminalNewMode(om);
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Dmsg.mbr.fr83 La g�om�trie du disque doit �tre pr�cis�e.
91 {Sysinst n'a pas pu d�terminer automatiquement la g�om�trie utilis�e par le
93 La g�om�trie physique est %d cylindres %d secteurs %d t�tes\n}
97 la g�om�trie utilis�e par le BIOS soit de %d cylindres, %d secteurs et %d t�tes\n}
100 { g�om r�elle : %d cylindres, %d t�tes, %d secteurs (pour information)\n}
103 { g�om fdisk : %d cylindres, %d t�tes, %d secteurs \n}
/netbsd-6-1-5-RELEASE/sys/dev/onewire/
H A Donewire_subr.c108 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)
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dstatslog61 push(@conditions, sprintf('$lines %s /$filters[%d]/om%s',
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dkill.c456 int om, op, r; local
458 om = rl_mark;
475 rl_mark = om;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/makeinfo/
H A Dlang.h47 oc, om, or, enumerator in enum:__anon4929
H A Dlang.c498 { om, "om", "(Afan) Oromo" },
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Det-forest.c640 struct et_occ *o1 = n1->rightmost_occ, *o2 = n2->rightmost_occ, *om; local
675 om = o1;
680 om = o2;
691 return om->of;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Det-forest.c629 struct et_occ *o1 = n1->rightmost_occ, *o2 = n2->rightmost_occ, *om; local
664 om = o1;
669 om = o2;
680 return om->of;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/contrib/mom/
H A DMakefile.sub43 om.tmac
/netbsd-6-1-5-RELEASE/dist/dhcp/omapip/
H A Dprotocol.c153 omapi_message_object_t *m, *om; local
168 om = (omapi_message_object_t *)omo;
265 status = omapi_connection_put_uint32 (c, om ? om -> id : m -> rid);
/netbsd-6-1-5-RELEASE/sbin/sysctl/
H A Dsysctl.c2596 mode_t om, mm; local
2649 om = (mode_t)o;
2657 strmode(om, buf);
2658 rc = snprintf(outbuf, sizeof(outbuf), "%04o (%s)", om, buf + 1);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/rlfe/
H A Dconfigure3715 int om, m;
3720 om = sb.st_mode;
3721 if (om & 002) exit(0);
3726 if (chmod(x, om)) exit(1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.c599 enum machine_mode om = GET_MODE (op);
601 return om != VOIDmode && im != VOIDmode
602 && (GET_MODE_SIZE (im) == GET_MODE_SIZE (om)
603 || (GET_MODE_SIZE (im) <= 4 && GET_MODE_SIZE (om) <= 4)
604 || (GET_MODE_SIZE (im) >= 16 && GET_MODE_SIZE (om) >= 16));
595 enum machine_mode om = GET_MODE (op); local

Completed in 253 milliseconds