Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfinder.hpp133 return findit( Begin, End, category() ); in operator ()()
140 findit( in findit() function
165 findit( in findit() function
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Daachba.c945 char *findit = str->pid; in setinqstr() local
947 for ( ; *findit != ' '; findit++); /* walk till we find a space */ in setinqstr()
949 if (memcmp(findit-4, "RAID", 4) == 0) in setinqstr()
950 *(findit -= 4) = ' '; in setinqstr()
951 if (((findit - str->pid) + strlen(container_types[tindex])) in setinqstr()
953 inqstrcpy (container_types[tindex], findit + 1); in setinqstr()