Lines Matching defs:found
114 int found;
126 int found;
358 * These functions control the group membership list, as found in the
437 * TRUE If 'p' is found in the members list,
445 int found; /* FLAG: TRUE if login found */
450 found = FALSE;
451 for (pmem = membershead; !found && pmem; pmem = pmem->next) {
452 if (strcmp(p, pmem->membername) == 0) found = TRUE;
455 return (found);
540 int found; /* FLAG, insertion point found */
547 found = FALSE;
548 while (!found && current) {
550 found = TRUE;
725 pgrp->found = FALSE;
748 pgrp->found = FALSE;
774 plogin->found = FALSE;
800 plogin->found = FALSE;
828 if (pgrp->found == FALSE) {
831 * If the mentioned group is found in
838 * Mark the entry is found,
842 pgrp->found = TRUE;
855 * If any groups weren't found, write a message
860 if (!pgrp->found) {
862 "%s was not found", pgrp->groupname);
907 plogin->found = TRUE;
958 if (!plogin->found)
960 "%s was not found", plogin->loginname);