Searched refs:mip (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/text_cmds-88/tail/
H A Dmisc.c72 * Print `len' bytes from the file associated with `mip', starting at
76 mapprint(struct mapinfo *mip, off_t startoff, off_t len) argument
81 if (startoff < mip->mapoff || startoff >= mip->mapoff +
82 (off_t)mip->maplen) {
83 if (maparound(mip, startoff) != 0)
86 n = (mip->mapoff + mip->maplen) - startoff;
89 WR(mip->start + (startoff - mip
102 maparound(struct mapinfo *mip, off_t offset) argument
[all...]
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dmulticast.c29 static void fill_mip_v4(struct ip_mreq *mip, apr_sockaddr_t *mcast, argument
32 mip->imr_multiaddr = mcast->sa.sin.sin_addr;
34 mip->imr_interface.s_addr = INADDR_ANY;
37 mip->imr_interface = iface->sa.sin.sin_addr;
79 static void fill_mip_v6(struct ipv6_mreq *mip, const apr_sockaddr_t *mcast, argument
82 memcpy(&mip->ipv6mr_multiaddr, mcast->ipaddr_ptr,
83 sizeof(mip->ipv6mr_multiaddr));
86 mip->ipv6mr_interface = 0;
89 mip->ipv6mr_interface = find_if_index(iface);
121 struct group_source_req mip; local
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dmatch.c193 int mhost, mip; local
196 if ((mip = addr_match_list(ipaddr, patterns)) == -2)
198 else if (mip == -1) /* negative ip address match */
205 if (mhost == 0 && mip == 0)
/macosx-10.10/vim-55/src/
H A Dspell.c842 static void find_word __ARGS((matchinf_T *mip, int mode));
848 static void find_prefix __ARGS((matchinf_T *mip, int mode));
849 static int fold_more __ARGS((matchinf_T *mip));
1219 * Check if the word at "mip->mi_word" is in the tree.
1225 * For a match mip->mi_result is updated.
1228 find_word(mip, mode)
1229 matchinf_T *mip;
1247 slang_T *slang = mip->mi_lp->lp_slang;
1258 ptr = mip->mi_word;
1265 wlen += mip
[all...]
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_verify.c527 VRFY_PAGEINFO *mip, *pip; local
544 if ((ret = __db_vrfy_getpageinfo(vdp, PGNO(m), &mip)) != 0)
574 flags |= F_ISSET(mip, VRFY_HAS_DUPS) ? DB_ST_DUPOK : 0;
575 flags |= F_ISSET(mip, VRFY_HAS_DUPSORT) ? DB_ST_DUPSORT : 0;
611 !F_ISSET(mip, VRFY_HAS_DUPS)) {
622 if (F_ISSET(mip, VRFY_HAS_DUPSORT) &&
707 if (mip != NULL && ((t_ret =
708 __db_vrfy_putpageinfo(env, vdp, mip)) != 0) && ret == 0)
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_verify.c1158 VRFY_PAGEINFO *mip, *rip; local
1164 mip = rip = 0;
1167 if ((ret = __db_vrfy_getpageinfo(vdp, meta_pgno, &mip)) != 0)
1184 root = mip->root;
1201 if (F_ISSET(mip, VRFY_HAS_DUPS))
1203 if (F_ISSET(mip, VRFY_HAS_DUPSORT))
1205 if (F_ISSET(mip, VRFY_HAS_RECNUMS))
1214 if (mip->re_len > 0)
1220 * Even if mip->re_len > 0, re_len may come back zero if the
1225 if (mip
[all...]
/macosx-10.10/dtrace-147/libctf/
H A Dctf_types.c650 ctf_membinfo_t *mip)
675 mip->ctm_type = mp->ctm_type;
676 mip->ctm_offset = mp->ctm_offset;
686 mip->ctm_type = lmp->ctlm_type;
687 mip->ctm_offset = (ulong_t)CTF_LMEM_OFFSET(lmp);
649 ctf_member_info(ctf_file_t *fp, ctf_id_t type, const char *name, ctf_membinfo_t *mip) argument
/macosx-10.10/bash-94.1.2/bash-3.2/support/
H A Dman2html.c2100 static int mip = 0; variable
2115 strmaxcpy(manidx + mip, "</DL>\n", HUGE_STR_MAX - mip);
2116 mip += 6;
2118 strmaxcpy(manidx + mip, "<DL>\n", HUGE_STR_MAX - mip);
2119 mip += 5;
2124 sprintf(manidx + mip, "<DT><A HREF=\"#%s\">%s</A><DD>\n", label, c);
2127 while (manidx[mip])
2128 mip
[all...]
/macosx-10.10/man-16/man/man2html/
H A Dman2html.c1448 int mip = 0; /* current offset in manidx[] */ variable
1453 if (mip + m >= manidxlen) {
1473 strcpy(manidx+mip, "</DL>\n");
1474 mip += 6;
1476 strcpy(manidx+mip, "<DL>\n");
1477 mip += 5;
1484 sprintf(manidx+mip, "<DT><A HREF=\"#%s\">%s</A><DD>\n", label, c);
1486 while (manidx[mip]) mip++;
3207 manidx[mip]
[all...]
/macosx-10.10/apr-32/apr/apr/
H A Dconfigure27564 struct ip_mreq mip;
27565 mip.imr_interface.s_addr = INADDR_ANY;

Completed in 307 milliseconds