Searched defs:mlist (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c114 tsol_mlist_free(struct mntlist *mlist) argument
119 mlp = mlist;
228 getnfspathbyautofs(struct mntlist *mlist, zoneid_t zoneid, argument
257 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
300 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
343 * Find the pathname for the entry in mlist that corresponds to the
350 getglobalpath(const char *path, zoneid_t zoneid, struct mntlist *mlist, argument
375 for (mlp = mlist; mlp; mlp = mlp->mntl_next) {
398 if (getnfspathbyautofs(mlist, zoneid, m,
468 struct mntlist *mlist; local
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dserver.c338 const char *mlist = NULL; local
346 "server_load_mech_list", &mlist, NULL);
348 if (mlist == NULL)
352 while (*mlist && isspace((int) *mlist)) mlist++;
354 while (*mlist) {
355 for (cp = mlist; *cp && !isspace((int) *cp); cp++);
356 if (((size_t) (cp - mlist) == len) &&
357 !strncasecmp(mlist, mechnam
1453 const char *mlist = NULL; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1023 register struct match *mlp; /* cur ptr into mlist */
1028 struct match mlist[MAXMATCH]; /* stores match on LHS */ local
1034 ** mlp will not exceed mlist[] because readcf enforces
1101 mlp = mlist;
1246 while (--mlp >= mlist)
1285 if (mlp < mlist)
1296 if (mlp < mlist || *rvp != NULL)
1340 m = &mlist[rp[1] - '1'];
1341 if (m < mlist || m >= mlp)

Completed in 31 milliseconds