Searched refs:findit (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A DNetware.c97 findit(both);
126 static void findit(char *what) function
226 findit(what);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c797 char *findit = str->pid; local
799 for ( ; *findit != ' '; findit++); /* walk till we find a space */
801 if (memcmp(findit-4, "RAID", 4) == 0)
802 *(findit -= 4) = ' ';
803 if (((findit - str->pid) + strlen(container_types[tindex]))
805 inqstrcpy (container_types[tindex], findit + 1);

Completed in 175 milliseconds