Lines Matching defs:found
771 * device-group. Any members not found in that device-group are
791 char ***notfounds) /* Members req'd but not found */
798 char **nflst; /* Ptr to not-found list */
799 char **pnf; /* Ptr into not-found list */
804 int found; /* TRUE if member is in membership */
813 /* Nothing is "not found" yet */
819 /* Allocate space for the not-found list */
832 found = FALSE;
837 while (pm && !found) {
846 found = TRUE;
859 * If the requested member-to-remove wasn't found,
860 * add it to the list of not-found members
862 if (!found) {
891 * that weren't found, set the not-found list and the error
892 * information. Otherwise, free the not-found list