Lines Matching defs:found
86 * was found. If the function returns (char *) NULL and the error was
92 * ENOENT The specified device-table file could not be found
93 * ENODEV Device not found in the device table
108 int found; /* TRUE if attribute found */
118 found = FALSE;
123 found = TRUE;
129 found = TRUE;
135 found = TRUE;
141 found = TRUE;
152 while (!found && (p)) {
155 found = TRUE;
161 * If the attribute was found, copy it into malloc()ed space.
165 if (found) {