Home
last modified time | relevance | path

Searched refs:mp2 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgl-equal.c134 message_equal (const message_ty *mp1, const message_ty *mp2, in message_equal() argument
140 ? mp2->msgctxt != NULL && strcmp (mp1->msgctxt, mp2->msgctxt) == 0 in message_equal()
141 : mp2->msgctxt == NULL)) in message_equal()
144 if (strcmp (mp1->msgid, mp2->msgid) != 0) in message_equal()
148 ? mp2->msgid_plural != NULL in message_equal()
149 && strcmp (mp1->msgid_plural, mp2->msgid_plural) == 0 in message_equal()
150 : mp2->msgid_plural == NULL)) in message_equal()
155 mp2->msgstr, mp2->msgstr_len) in message_equal()
157 mp2->msgstr, mp2->msgstr_len)) in message_equal()
160 if (!pos_equal (&mp1->pos, &mp2->pos)) in message_equal()
[all …]
H A Dmsgl-equal.h40 message_equal (const message_ty *mp1, const message_ty *mp2,
H A Dmsgmerge.c703 message_ty *mp2; in definitions_search_fuzzy() local
709 mp2 = message_fuzzy_index_search (definitions->findex, msgctxt, msgid); in definitions_search_fuzzy()
713 || (mp2 != NULL in definitions_search_fuzzy()
714 && (fuzzy_search_goal_function (mp2, msgctxt, msgid) in definitions_search_fuzzy()
716 mp1 = mp2; in definitions_search_fuzzy()
/netbsd-src/external/bsd/am-utils/dist/fsinfo/
H A Dfsi_analyze.c252 fsi_mount *mp, *mp2 = NULL; in analyze_dkmounts() local
261 mp2 = mp; in analyze_dkmounts()
282 if (mp2 && STREQ(mp2->m_name, "default")) { in analyze_dkmounts()
283 if (ISSET(mp2->m_mask, DM_VOLNAME)) { in analyze_dkmounts()
285 compute_automount_point(nbuf, sizeof(nbuf), dk->d_host, mp2->m_volname); in analyze_dkmounts()
286 XFREE(mp2->m_name); in analyze_dkmounts()
287 mp2->m_name = xstrdup(nbuf); in analyze_dkmounts()
288 fsi_log("%s:%s has default mount on %s", dk->d_host->h_hostname, dk->d_dev, mp2->m_name); in analyze_dkmounts()
298 if (!errors && mp2 && mp2->m_name) in analyze_dkmounts()
299 dk->d_mountpt = xstrdup(mp2->m_name); in analyze_dkmounts()
[all …]
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmtab.c76 mntlist *mp2; in discard_mntlist() local
78 while ((mp2 = mp)) { in discard_mntlist()
80 if (mp2->mnt) in discard_mntlist()
81 mnt_free(mp2->mnt); in discard_mntlist()
82 XFREE(mp2); in discard_mntlist()
/netbsd-src/external/mpl/bind/dist/tests/isc/
H A Dmem_test.c56 isc_mempool_t *mp1 = NULL, *mp2 = NULL; in ISC_RUN_TEST_IMPL() local
61 isc_mempool_create(mctx, 31, &mp2); in ISC_RUN_TEST_IMPL()
92 * Now, beat up on mp2 for a while. Allocate 50 items, then free in ISC_RUN_TEST_IMPL()
96 isc_mempool_setfreemax(mp2, 25); in ISC_RUN_TEST_IMPL()
97 isc_mempool_setfillcount(mp2, 25); in ISC_RUN_TEST_IMPL()
101 items2[i] = isc_mempool_get(mp2); in ISC_RUN_TEST_IMPL()
105 isc_mempool_put(mp2, items2[i]); in ISC_RUN_TEST_IMPL()
119 isc_mempool_destroy(&mp2); in ISC_RUN_TEST_IMPL()
/netbsd-src/external/bsd/mdocml/dist/
H A Dmansearch.c404 const struct manpage *mp1, *mp2; in manpage_compare() local
410 mp2 = vp2; in manpage_compare()
411 if ((diff = mp1->sec - mp2->sec)) in manpage_compare()
416 sz2 = strcspn(mp2->names, "("); in manpage_compare()
419 if ((diff = strncasecmp(mp1->names, mp2->names, sz1))) in manpage_compare()
424 cp2 = strchr(mp2->names + sz2, '/'); in manpage_compare()
/netbsd-src/sys/fs/nfs/client/
H A Dnfs_clcomsubs.c259 struct mbuf *mp, *mp2; in nfsm_uiombuf() local
271 mp = mp2 = nd->nd_mb; in nfsm_uiombuf()
286 mbuf_setnext(mp2, mp); in nfsm_uiombuf()
287 mp2 = mp; in nfsm_uiombuf()
321 mbuf_setnext(mp2, mp); in nfsm_uiombuf()
/netbsd-src/sys/fs/nfs/common/
H A Dnfs_commonsubs.c289 mbuf_t mp2; in nfsm_dissct() local
312 MGET(mp2, how, MT_DATA); in nfsm_dissct()
313 if (mp2 == NULL) in nfsm_dissct()
315 mbuf_setnext(mp2, mbuf_next(nd->nd_md)); in nfsm_dissct()
316 mbuf_setnext(nd->nd_md, mp2); in nfsm_dissct()
318 nd->nd_md = mp2; in nfsm_dissct()
319 retp = p = NFSMTOD(mp2, caddr_t); in nfsm_dissct()
323 mp2 = mbuf_next(mp2); in nfsm_dissct()
326 if (mp2 == NULL) in nfsm_dissct()
328 xfer = (siz2 > mbuf_len(mp2)) ? mbuf_len(mp2) : siz2; in nfsm_dissct()
[all …]
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmap.c501 am_node *mp2; in find_ap_recursive() local
509 mp2 = find_ap_recursive(dir, mp->am_osib); in find_ap_recursive()
510 if (mp2) in find_ap_recursive()
511 return mp2; in find_ap_recursive()
/netbsd-src/sys/dev/mscp/
H A Dmscp_subr.c179 struct mscp *mp2; in mscp_attach() local
344 mp2 = __UNVOLATILE(mp); in mscp_attach()
345 mscp_printevent(mp2); in mscp_attach()
/netbsd-src/sys/kern/
H A Dvfs_mount.c413 struct mount *mp2; in vfs_set_lowermount()
415 for (depth = 0, mp2 = lowermp; mp2; depth++, mp2 = mp2->mnt_lower) { in vfs_set_lowermount()
412 struct mount *mp2; vfs_set_lowermount() local
/netbsd-src/sys/nfs/
H A Dnfs_subs.c811 struct mbuf *mp, *mp2; in nfsm_uiotombuf() local
827 mp = mp2 = *mq; in nfsm_uiotombuf()
842 mp2->m_next = mp; in nfsm_uiotombuf()
843 mp2 = mp; in nfsm_uiotombuf()
869 mp2->m_next = mp; in nfsm_uiotombuf()
H A Dnfsm_subs.h512 mp2->m_next = mp; \
513 mp2 = mp; \
H A Dnfs_serv.c540 struct mbuf *mb, *mp2 = NULL, *mp3 = NULL, *mreq __unused; in nfsrv_readlink() local
556 mp3 = mp2 = mp; in nfsrv_readlink()
558 mp2->m_next = mp; in nfsrv_readlink()
559 mp2 = mp; in nfsrv_readlink()
2681 struct mbuf *mb, *mreq __unused, *mp2; in nfsrv_readdir() local
2840 mp = mp2 = mb; in nfsrv_readdir()
2944 struct mbuf *mb, *mreq __unused, *mp2; in nfsrv_readdirplus() local
3110 mp = mp2 = mb; in nfsrv_readdirplus()
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdport.c581 struct mbuf *mp, *mp2 = NULL, *mp3 = NULL; in nfsvno_readlink() local
591 mp3 = mp2 = mp; in nfsvno_readlink()
593 mp2->m_next = mp; in nfsvno_readlink()
594 mp2 = mp; in nfsvno_readlink()