Lines Matching refs:src
658 * @param src - string, that should be investigated
661 static void decodeUsbIDs( char *src, char **dest )
667 if( isspace(src[len])) {
668 strncpy( tmp, &src[len+1], (strlen(src)-(len+1)));
669 tmp[(strlen(src)-(len+1))] = '\0';
710 * @param src - pointer to the source string to check
711 * @param opt - string that keeps the option name to check src for
718 static SANE_Bool decodeVal( char *src, char *opt,
725 name = (const char*)&src[strlen("option")];
781 * @param src - string that keeps the option name to check src for
787 static SANE_Bool decodeDevName( char *src, char *dest )
792 if( 0 == strncmp( "device", src, 6 )) {
794 name = (const char*)&src[strlen("device")];