Searched refs:srch (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
H A DSLPUtils.c188 char *ascope, **srch; local
196 srch = slp_tsearch(
199 if (*srch != ascope)
382 char *ascope, **srch; local
391 srch = slp_tsearch(
394 if (*srch != ascope)
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c661 HDR *h, *srch, *last = NULL; local
667 for (srch = e->e_header; srch != NULL && idx > 0;
668 srch = srch->h_link, idx--)
669 last = srch;
676 else if (srch == NULL)
684 h->h_link = srch->h_link;
685 srch->h_link = h;
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c961 nwam_value_t dom = NULL, srch = NULL; local
976 NWAM_LOC_PROP_DNS_NAMESERVICE_SEARCH, &srch)
979 nwam_value_free(srch);
983 nwam_value_free(srch);
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c702 struct mnttab srch = { 0 }; local
724 srch.mnt_special = (char *)fsname;
725 srch.mnt_fstype = MNTTYPE_ZFS;
726 if (getmntany(hdl->libzfs_mnttab, &found, &srch) != 0) {
764 struct mnttab srch = { 0 }; local
769 srch.mnt_special = (char *)fsname;
770 srch.mnt_fstype = MNTTYPE_ZFS;
771 if (getmntany(hdl->libzfs_mnttab, entry, &srch) == 0)

Completed in 33 milliseconds