Searched refs:mlp (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.bin/showmount/
H A Dshowmount.c259 xdr_mntdump(XDR *xdrsp, struct mountlist **mlp) argument
268 *mlp = (struct mountlist *)0;
291 if (*mlp == NULL) {
292 *mlp = mp;
294 tp = *mlp;
/freebsd-current/contrib/sendmail/src/
H A Dparseaddr.c1066 register struct match *mlp; /* cur ptr into mlist */ local
1077 ** mlp will not exceed mlist[] because readcf enforces
1144 mlp = mlist;
1187 mlp->match_pattern = rvp;
1188 mlp->match_first = avp;
1193 mlp->match_last = avp++;
1194 cataddr(mlp->match_first, mlp->match_last,
1210 mlp++;
1223 mlp
[all...]
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c1598 struct mlist ml, *mlp; local
1894 for (mlp = ms->mlist[0]->next; mlp != ms->mlist[0];
1895 mlp = mlp->next)
1897 if ((rv = match(ms, mlp->magic, mlp->magic_rxcomp,
1898 mlp->nmagic, &bb, 0, BINTEST, text, 0, indir_count,
H A Dapprentice.c443 add_mlist(struct mlist *mlp, struct magic_map *map, size_t idx) argument
447 mlp->map = NULL;
463 mlp->prev->next = ml;
464 ml->prev = mlp->prev;
465 ml->next = mlp;
466 mlp->prev = ml;
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl37 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
H A Dsha512-ia64.pl115 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl46 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl75 for (@ARGV) { $ADDP="add" if (/[\+DD|\-mlp]64/); }

Completed in 138 milliseconds