Searched refs:mo (Results 1 - 25 of 172) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/sys/kern/
H A Dkern_mutex_obj.c74 struct kmutexobj * mo = obj; local
76 mo->mo_magic = MUTEX_OBJ_MAGIC;
89 struct kmutexobj *mo; local
91 mo = pool_cache_get(mutex_obj_cache, PR_WAITOK);
92 mutex_init(&mo->mo_lock, type, ipl);
93 mo->mo_refcnt = 1;
95 return (kmutex_t *)mo;
107 struct kmutexobj *mo = (struct kmutexobj *)lock; local
109 KASSERTMSG(mo->mo_magic == MUTEX_OBJ_MAGIC,
110 "%s: lock %p: mo
128 struct kmutexobj *mo = (struct kmutexobj *)lock; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth10.C38 iterator() : mo(0), attr(0) {}
44 AH mo; member in class:A::Attributes::iterator
48 Attributes(AH mo) argument
49 : mo(mo) {}
50 AH mo; member in class:A::Attributes
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.jason/
H A Dsynth10.C38 iterator() : mo(0), attr(0) {}
44 AH mo; member in class:A::Attributes::iterator
48 Attributes(AH mo) argument
49 : mo(mo) {}
50 AH mo; member in class:A::Attributes
/netbsd-6-1-5-RELEASE/lib/libintl/
H A Dgettext.c124 * the code reads in *.mo files generated by GNU gettext. *.mo is a host-
240 snprintf(buf, len, "%s/%s/%s/%s.mo", dir, p,
357 mohandle->mo.mo_sysdep_segs[str->segs[i].ref].len;
371 memcpy(dst, mohandle->mo.mo_sysdep_segs[str->segs[i].ref].str,
372 mohandle->mo.mo_sysdep_segs[str->segs[i].ref].len);
373 dst += mohandle->mo.mo_sysdep_segs[str->segs[i].ref].len;
396 setup_sysdep_stuffs(struct mo *mo, struct mohandle *mohandle, char *base) argument
405 magic = mo
481 struct mo *mo; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dmbuf.c101 struct mowner_user *mo; local
214 len += 10 * sizeof(*mo); /* add some slop */
229 for (mo = (void *) data, lines = 0; len >= sizeof(*mo);
230 len -= sizeof(*mo), mo++) {
233 mo->mo_counter[MOWNER_COUNTER_CLAIMS] == 0 &&
234 mo->mo_counter[MOWNER_COUNTER_EXT_CLAIMS] == 0 &&
235 mo->mo_counter[MOWNER_COUNTER_CLUSTER_CLAIMS] == 0)
238 mo
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/po/
H A DMakefile.msvc39 $(INSTALL_DATA) be.gmo $(localedir)\be\LC_MESSAGES\gettext-runtime.mo
42 $(INSTALL_DATA) ca.gmo $(localedir)\ca\LC_MESSAGES\gettext-runtime.mo
45 $(INSTALL_DATA) cs.gmo $(localedir)\cs\LC_MESSAGES\gettext-runtime.mo
48 $(INSTALL_DATA) da.gmo $(localedir)\da\LC_MESSAGES\gettext-runtime.mo
51 $(INSTALL_DATA) de.gmo $(localedir)\de\LC_MESSAGES\gettext-runtime.mo
54 $(INSTALL_DATA) el.gmo $(localedir)\el\LC_MESSAGES\gettext-runtime.mo
57 $(INSTALL_DATA) en@quot.gmo $(localedir)\en@quot\LC_MESSAGES\gettext-runtime.mo
60 $(INSTALL_DATA) en@boldquot.gmo $(localedir)\en@boldquot\LC_MESSAGES\gettext-runtime.mo
63 $(INSTALL_DATA) es.gmo $(localedir)\es\LC_MESSAGES\gettext-runtime.mo
66 $(INSTALL_DATA) et.gmo $(localedir)\et\LC_MESSAGES\gettext-runtime.mo
[all...]
H A DMakefile.vms29 $(INSTALL_DATA) be.gmo $(localedir).be.LC_MESSAGES]gettext-runtime.mo
32 $(INSTALL_DATA) ca.gmo $(localedir).ca.LC_MESSAGES]gettext-runtime.mo
35 $(INSTALL_DATA) cs.gmo $(localedir).cs.LC_MESSAGES]gettext-runtime.mo
38 $(INSTALL_DATA) da.gmo $(localedir).da.LC_MESSAGES]gettext-runtime.mo
41 $(INSTALL_DATA) de.gmo $(localedir).de.LC_MESSAGES]gettext-runtime.mo
44 $(INSTALL_DATA) el.gmo $(localedir).el.LC_MESSAGES]gettext-runtime.mo
47 $(INSTALL_DATA) en@quot.gmo $(localedir).en@quot.LC_MESSAGES]gettext-runtime.mo
50 $(INSTALL_DATA) en@boldquot.gmo $(localedir).en@boldquot.LC_MESSAGES]gettext-runtime.mo
53 $(INSTALL_DATA) es.gmo $(localedir).es.LC_MESSAGES]gettext-runtime.mo
56 $(INSTALL_DATA) et.gmo $(localedir).et.LC_MESSAGES]gettext-runtime.mo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Drestart.c57 am_opts mo; local
63 memset(&mo, 0, sizeof(mo));
64 mo.opt_rhost = NULL;
65 mo.opt_rfs = NULL;
69 mo.opt_rhost = strdup(me->mnt_fsname);
70 mo.opt_rfs = strdup(cp + 1);
77 mo.opt_rhost = strdup(me->mnt_fsname);
78 mo.opt_rfs = strdup("/");
79 me->mnt_fsname = str3cat(me->mnt_fsname, mo
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dmemberof.c162 #define MEMBEROF_CHK(mo,f) \
163 (((mo)->mo_flags & (f)) == (f))
164 #define MEMBEROF_DANGLING_CHECK(mo) \
165 ((mo)->mo_flags & MEMBEROF_FDANGLING_MASK)
166 #define MEMBEROF_DANGLING_DROP(mo) \
167 MEMBEROF_CHK((mo),MEMBEROF_FDANGLING_DROP)
168 #define MEMBEROF_DANGLING_ERROR(mo) \
169 MEMBEROF_CHK((mo),MEMBEROF_FDANGLING_ERROR)
170 #define MEMBEROF_REFINT(mo) \
171 MEMBEROF_CHK((mo),MEMBEROF_FREFIN
245 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
341 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
491 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
715 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
746 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1180 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1239 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1282 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1422 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1520 memberof_t *mo; local
1705 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1932 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
1990 memberof_t *mo = (memberof_t *)on->on_bi.bi_private; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/po/
H A DMakefile.msvc39 $(INSTALL_DATA) be.gmo $(localedir)\be\LC_MESSAGES\gettext-tools.mo
42 $(INSTALL_DATA) ca.gmo $(localedir)\ca\LC_MESSAGES\gettext-tools.mo
45 $(INSTALL_DATA) cs.gmo $(localedir)\cs\LC_MESSAGES\gettext-tools.mo
48 $(INSTALL_DATA) da.gmo $(localedir)\da\LC_MESSAGES\gettext-tools.mo
51 $(INSTALL_DATA) de.gmo $(localedir)\de\LC_MESSAGES\gettext-tools.mo
54 $(INSTALL_DATA) el.gmo $(localedir)\el\LC_MESSAGES\gettext-tools.mo
57 $(INSTALL_DATA) en@quot.gmo $(localedir)\en@quot\LC_MESSAGES\gettext-tools.mo
60 $(INSTALL_DATA) en@boldquot.gmo $(localedir)\en@boldquot\LC_MESSAGES\gettext-tools.mo
63 $(INSTALL_DATA) es.gmo $(localedir)\es\LC_MESSAGES\gettext-tools.mo
66 $(INSTALL_DATA) et.gmo $(localedir)\et\LC_MESSAGES\gettext-tools.mo
[all...]
H A DMakefile.vms29 $(INSTALL_DATA) be.gmo $(localedir).be.LC_MESSAGES]gettext-tools.mo
32 $(INSTALL_DATA) ca.gmo $(localedir).ca.LC_MESSAGES]gettext-tools.mo
35 $(INSTALL_DATA) cs.gmo $(localedir).cs.LC_MESSAGES]gettext-tools.mo
38 $(INSTALL_DATA) da.gmo $(localedir).da.LC_MESSAGES]gettext-tools.mo
41 $(INSTALL_DATA) de.gmo $(localedir).de.LC_MESSAGES]gettext-tools.mo
44 $(INSTALL_DATA) el.gmo $(localedir).el.LC_MESSAGES]gettext-tools.mo
47 $(INSTALL_DATA) en@quot.gmo $(localedir).en@quot.LC_MESSAGES]gettext-tools.mo
50 $(INSTALL_DATA) en@boldquot.gmo $(localedir).en@boldquot.LC_MESSAGES]gettext-tools.mo
53 $(INSTALL_DATA) es.gmo $(localedir).es.LC_MESSAGES]gettext-tools.mo
56 $(INSTALL_DATA) et.gmo $(localedir).et.LC_MESSAGES]gettext-tools.mo
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/po/
H A DMakefile.in21 TARGETS=$(LANGS:%=lvm2_%.mo) $(LANGS:%=dm_%.mo)
57 $(INSTALL) -D $(OWNER) $(GROUP) -m 444 $$lang.mo \
58 $(localedir)/$$lang/LC_MESSAGES/lvm2.mo;\
63 $(INSTALL) -D $(OWNER) $(GROUP) -m 444 $$lang.mo \
64 $(localedir)/$$lang/LC_MESSAGES/device-mapper.mo;\
H A DMakefile21 TARGETS=$(LANGS:%=lvm2_%.mo) $(LANGS:%=dm_%.mo)
57 $(INSTALL) -D $(OWNER) $(GROUP) -m 444 $$lang.mo \
58 $(localedir)/$$lang/LC_MESSAGES/lvm2.mo;\
63 $(INSTALL) -D $(OWNER) $(GROUP) -m 444 $$lang.mo \
64 $(localedir)/$$lang/LC_MESSAGES/device-mapper.mo;\
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dmsgfmt-625 tmpfiles="$tmpfiles mf-6.mo core *.core"
27 ${MSGFMT} --check -o mf-6.mo mf-6.po 2>/dev/null
H A Dmsgfmt-323 tmpfiles="$tmpfiles mftest3.mo mftest3.err"
26 ${MSGFMT} mf-test3.po -o mftest3.mo >mftest3.err 2>&1
31 test ! -f mftest3.mo
H A Dformat-csharp-248 tmpfiles="$tmpfiles f-cs-2-$n.po f-cs-2-$n.mo"
56 if ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po; then
62 ${MSGFMT} --check-format -o f-cs-2-$n.mo f-cs-2-$n.po 2> /dev/null
74 rm -f f-cs-2-$n.po f-cs-2-$n.mo
H A Dformat-perl-brace-239 tmpfiles="$tmpfiles f-pb-2-$n.po f-pb-2-$n.mo"
47 if ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po; then
53 ${MSGFMT} --check-format -o f-pb-2-$n.mo f-pb-2-$n.po 2> /dev/null
65 rm -f f-pb-2-$n.po f-pb-2-$n.mo
H A Dformat-qt-242 tmpfiles="$tmpfiles f-qt-2-$n.po f-qt-2-$n.mo"
50 if ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po; then
56 ${MSGFMT} --check-format -o f-qt-2-$n.mo f-qt-2-$n.po 2> /dev/null
68 rm -f f-qt-2-$n.po f-qt-2-$n.mo
H A Dformat-ycp-242 tmpfiles="$tmpfiles f-y-2-$n.po f-y-2-$n.mo"
50 if ${MSGFMT} --check-format -o f-y-2-$n.mo f-y-2-$n.po; then
56 ${MSGFMT} --check-format -o f-y-2-$n.mo f-y-2-$n.po 2> /dev/null
68 rm -f f-y-2-$n.po f-y-2-$n.mo
H A Dmsgfmt-1125 tmpfiles="$tmpfiles mf-11.mo core *.core"
27 ${MSGFMT} --check -o mf-11.mo mf-11.po 2>/dev/null
H A Dmsgfmt-1331 tmpfiles="$tmpfiles mf-test13.mo"
33 ${MSGFMT} mf-test13.po -o mf-test13.mo 2>/dev/null
H A Dmsgfmt-1225 tmpfiles="$tmpfiles mf-12.mo"
27 ${MSGFMT} -o mf-12.mo mf-12.po
32 ${MSGUNFMT} mf-12.mo -o mf-12.out
H A Dmsgunfmt-135 tmpfiles="$tmpfiles mu-test1.mo"
37 ${MSGFMT} mu-test1.in -o mu-test1.mo
42 ${MSGUNFMT} mu-test1.mo -o mu-test1.out
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/po/
H A DMakefile.am29 # Tell automake that foo.po makes foo.mo
30 SUFFIXES = .po .mo
40 .po.mo:
55 lang=`echo $$cat | sed 's/\.mo$$//'`; \
58 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
70 lang=`echo $$cat | sed 's/\.mo$$//'`; \
73 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/po/
H A DMakefile.am30 # Tell automake that foo.po makes foo.mo
31 SUFFIXES = .po .mo
41 .po.mo:
56 lang=`echo $$cat | sed 's/\.mo$$//'`; \
59 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \
71 lang=`echo $$cat | sed 's/\.mo$$//'`; \
74 $(INSTALL_DATA) $$cat $$install_dir/$(PACKAGE).mo; \

Completed in 280 milliseconds

1234567