Lines Matching defs:found
299 int found; /* Flag: TRUE if found */
304 /* Set "found" to TRUE if the device is in the list */
305 found = FALSE;
306 while (!found && *aliases) {
307 if (strcmp(devtabentry, *aliases) == 0) found = TRUE;
315 if (found)
419 * Find the place in the found device list devicelist where this
445 * Insert an entry in the found device list containing
458 /* Couldn't alloc space for new node in the found list. Error. */
656 * a device couldn't be found, that alias will be "". There
777 char *alias; /* Alias of device found */
861 int notfound; /* TRUE if attr found in list */
962 int found; /* FLAG: TRUE if attribute found */
997 found = FALSE;
998 while (!found && q)
1001 found = TRUE;