Lines Matching refs:found
219 * occurrence of any of the delimiters. If one is found, change it
221 * found, forget the restart address and prepare to return NULL.
235 if (*q) { /* Terminator found? */
239 leftoff = p = NULL; /* Nothin found or left */
918 int found; /* TRUE if record found */
928 found = FALSE;
930 while (!found && (devrec = _getdevtabent())) {
933 if (strcmp(device, devrec->cdevice) == 0) found = TRUE;
935 if (strcmp(device, devrec->bdevice) == 0) found = TRUE;
937 if (strcmp(device, devrec->pathname) == 0) found = TRUE;
947 if (!found) {
963 while (!found && (devrec = _getdevtabent())) {
968 found = TRUE;
973 if (!found) _freedevtabent(devrec);
986 while (!found && (devrec = _getdevtabent())) {
991 found = TRUE;
996 if (!found) _freedevtabent(devrec);
1009 while (!found && (devrec = _getdevtabent())) {
1015 found = TRUE;
1020 if (!found) _freedevtabent(devrec);
1024 if (!found) {
1043 while (!found && (devrec = _getdevtabent())) {
1046 found = TRUE;
1049 if (!found) {