Lines Matching defs:found
116 * pointed to by "p", escaping those characters in "q" found in the
439 int found; /* TRUE the attr is found */
547 found = FALSE;
558 } while (!found && noerr &&
561 if (!found && noerr) {
862 int found; /* FLAG, TRUE if attr found for dev */
903 found = FALSE;
904 for (old = ent->attrlist; !found && old;
907 found = TRUE;
915 * If the attribute wasn't found, add it to the list
916 * of attributes for the device. If it was found, just
920 if (!found) {
923 * Not found. Move attr/val description to the
997 } else noerr = FALSE; /* Device not found? */
1089 char ***notfounds) /* Attributes req'd but not found */
1103 int found; /* TRUE if attribute found */
1126 /* Record found. Try to modify it */
1137 found = FALSE; /* Not found yet */
1145 found = TRUE;
1154 found = TRUE;
1163 found = TRUE;
1175 found = TRUE;
1191 } while (!found && attrval);
1197 * put it in the list of attributes not found
1200 if (!found) {
1242 } /* end if (!found) */
1244 /* Terminate the not-found list */