Searched refs:s (Results 1 – 4 of 4) sorted by relevance
1 rkdeveloptool gives you a simple way to read/write rockusb device.let's start.
16 Foundation's software and to any other program whose authors commit to43 Also, for each author's protection and ours, we want to make certain54 patent must be licensed for everyone's free use or not licensed at all.79 1. You may copy and distribute verbatim copies of the Program's293 <one line to give the program's name and a brief idea of what it does.>
153 UINT s[tt2+1]; // Syndrome values variable
3101 char *s; in handle_command() local3109 s = (char*)strCmd.c_str(); in handle_command()3110 for(i = 0; i < (int)strlen(s); i++) in handle_command()3111 s[i] = toupper(s[i]); in handle_command()