Searched refs:buf (Results 1 – 3 of 3) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKLog.h | 5 #define GET_FMT_STRING(fmt, buf) \ argument 9 vsnprintf(buf, sizeof(buf)-1, fmt, args); \ 11 buf[sizeof(buf)-1] = 0x00; \
|
| H A D | main.cpp | 30 extern void P_RC4(unsigned char* buf, unsigned short len); 1050 char buf[MAX_LINE_LEN]; in parse471() local 1067 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) in parse471() 1071 fixPath(buf); in parse471() 1072 strcpy((char*)gOpts.code471Path[index], buf); in parse471() 1087 char buf[MAX_LINE_LEN]; in parse472() local 1104 if (fscanf(file, OPT_PATH "%d=%[^\r^\n]", &index, buf) in parse472() 1107 fixPath(buf); in parse472() 1109 strcpy((char*)gOpts.code472Path[index], buf); in parse472() 1124 char buf[MAX_LINE_LEN]; in parseLoader() local [all …]
|
| H A D | crc.cpp | 263 void P_RC4(unsigned char* buf, unsigned short len) in P_RC4() argument 293 buf[x] = buf[x] ^ S[t]; in P_RC4()
|