HomeSort by: relevance | last modified time | path
    Searched refs:mp2 (Results 1 - 17 of 17) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgl-equal.c 134 message_equal (const message_ty *mp1, const message_ty *mp2,
140 ? mp2->msgctxt != NULL && strcmp (mp1->msgctxt, mp2->msgctxt) == 0
141 : mp2->msgctxt == NULL))
144 if (strcmp (mp1->msgid, mp2->msgid) != 0)
148 ? mp2->msgid_plural != NULL
149 && strcmp (mp1->msgid_plural, mp2->msgid_plural) == 0
150 : mp2->msgid_plural == NULL))
155 mp2->msgstr, mp2->msgstr_len
    [all...]
msgl-equal.h 40 message_equal (const message_ty *mp1, const message_ty *mp2,
msgmerge.c 703 message_ty *mp2; local
709 mp2 = message_fuzzy_index_search (definitions->findex, msgctxt, msgid);
711 /* Choose the best among mp1, mp2. */
713 || (mp2 != NULL
714 && (fuzzy_search_goal_function (mp2, msgctxt, msgid)
716 mp1 = mp2;
  /src/external/bsd/am-utils/dist/libamu/
mtab.c 76 mntlist *mp2; local
78 while ((mp2 = mp)) {
80 if (mp2->mnt)
81 mnt_free(mp2->mnt);
82 XFREE(mp2);
  /src/external/bsd/am-utils/dist/fsinfo/
fsi_analyze.c 252 fsi_mount *mp, *mp2 = NULL; local
261 mp2 = mp;
282 if (mp2 && STREQ(mp2->m_name, "default")) {
283 if (ISSET(mp2->m_mask, DM_VOLNAME)) {
285 compute_automount_point(nbuf, sizeof(nbuf), dk->d_host, mp2->m_volname);
286 XFREE(mp2->m_name);
287 mp2->m_name = xstrdup(nbuf);
288 fsi_log("%s:%s has default mount on %s", dk->d_host->h_hostname, dk->d_dev, mp2->m_name);
298 if (!errors && mp2 && mp2->m_name
512 fsi_mount *mp2 = NULL; local
    [all...]
  /src/external/mpl/bind/dist/tests/isc/
mem_test.c 56 isc_mempool_t *mp1 = NULL, *mp2 = NULL; local
61 isc_mempool_create(mctx, 31, &mp2);
92 * Now, beat up on mp2 for a while. Allocate 50 items, then free
96 isc_mempool_setfreemax(mp2, 25);
97 isc_mempool_setfillcount(mp2, 25);
101 items2[i] = isc_mempool_get(mp2);
105 isc_mempool_put(mp2, items2[i]);
119 isc_mempool_destroy(&mp2);
  /src/sys/fs/nfs/client/
nfs_clcomsubs.c 259 struct mbuf *mp, *mp2; local
271 mp = mp2 = nd->nd_mb;
286 mbuf_setnext(mp2, mp);
287 mp2 = mp;
321 mbuf_setnext(mp2, mp);
  /src/external/bsd/mdocml/dist/
mansearch.c 407 const struct manpage *mp1, *mp2; local
413 mp2 = vp2;
414 if ((diff = mp2->bits - mp1->bits) ||
415 (diff = mp1->sec - mp2->sec))
420 sz2 = strcspn(mp2->names, "(");
423 if ((diff = strncasecmp(mp1->names, mp2->names, sz1)))
428 cp2 = strchr(mp2->names + sz2, '/');
  /src/external/bsd/am-utils/dist/amd/
map.c 501 am_node *mp2; local
509 mp2 = find_ap_recursive(dir, mp->am_osib);
510 if (mp2)
511 return mp2;
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 289 mbuf_t mp2; local
312 MGET(mp2, how, MT_DATA);
313 if (mp2 == NULL)
315 mbuf_setnext(mp2, mbuf_next(nd->nd_md));
316 mbuf_setnext(nd->nd_md, mp2);
318 nd->nd_md = mp2;
319 retp = p = NFSMTOD(mp2, caddr_t);
323 mp2 = mbuf_next(mp2);
326 if (mp2 == NULL
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/dump/
dump.c 477 const struct ctf_member_v2 *mp2; member in union:__anon9030
613 for (i = 0; i < n; i++, u.mp2++) {
616 ref_to_str(u.mp2->ctm_name,
617 hp, cd), u.mp2->ctm_type,
618 u.mp2->ctm_offset);
  /src/sys/dev/mscp/
mscp_subr.c 179 struct mscp *mp2; local
344 mp2 = __UNVOLATILE(mp);
345 mscp_printevent(mp2);
  /src/sys/kern/
vfs_mount.c 413 struct mount *mp2; local
415 for (depth = 0, mp2 = lowermp; mp2; depth++, mp2 = mp2->mnt_lower) {
  /src/sys/nfs/
nfsm_subs.h 512 mp2->m_next = mp; \
513 mp2 = mp; \
nfs_subs.c 811 struct mbuf *mp, *mp2; local
827 mp = mp2 = *mq;
842 mp2->m_next = mp;
843 mp2 = mp;
869 mp2->m_next = mp;
nfs_serv.c 540 struct mbuf *mb, *mp2 = NULL, *mp3 = NULL, *mreq __unused; local
556 mp3 = mp2 = mp;
558 mp2->m_next = mp;
559 mp2 = mp;
2681 struct mbuf *mb, *mreq __unused, *mp2; local
2840 mp = mp2 = mb;
2944 struct mbuf *mb, *mreq __unused, *mp2; local
3110 mp = mp2 = mb;
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 581 struct mbuf *mp, *mp2 = NULL, *mp3 = NULL; local
591 mp3 = mp2 = mp;
593 mp2->m_next = mp;
594 mp2 = mp;

Completed in 30 milliseconds