/external/qemu/distrib/sdl-1.2.15/test/ |
H A D | testfile.c | 48 char test_buf[30]; local 98 if (0!=rwops->read(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); /* we are in write only mode */ 105 if (7!=rwops->read(rwops,test_buf,1,7)) RWOP_ERR_QUIT(rwops); 106 if (SDL_memcmp(test_buf,"1234567",7)) RWOP_ERR_QUIT(rwops); 107 if (0!=rwops->read(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); 108 if (0!=rwops->read(rwops,test_buf,10,100)) RWOP_ERR_QUIT(rwops); 110 if (2!=rwops->read(rwops,test_buf,10,3)) RWOP_ERR_QUIT(rwops); 111 if (SDL_memcmp(test_buf,"12345678901234567890",20)) RWOP_ERR_QUIT(rwops); 112 if (0!=rwops->write(rwops,test_buf,1,1)) RWOP_ERR_QUIT(rwops); /* readonly mode */ 122 if (1!=rwops->read(rwops,test_buf, [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
H A D | ui_locl.h | 124 const char *test_buf; /* Input: test string to verify member in struct:ui_string_st::__anon14043::__anon14044
|
H A D | ui_lib.c | 167 char *result_buf, int minsize, int maxsize, const char *test_buf) 179 s->_.string_data.test_buf=test_buf; 271 char *result_buf, int minsize, int maxsize, const char *test_buf) 274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); 278 char *result_buf, int minsize, int maxsize, const char *test_buf) 293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); 811 return uis->_.string_data.test_buf; 165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument 270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument 277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
|
/external/openssl/crypto/ui/ |
H A D | ui_locl.h | 124 const char *test_buf; /* Input: test string to verify member in struct:ui_string_st::__anon24633::__anon24634
|
H A D | ui_lib.c | 167 char *result_buf, int minsize, int maxsize, const char *test_buf) 179 s->_.string_data.test_buf=test_buf; 271 char *result_buf, int minsize, int maxsize, const char *test_buf) 274 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); 278 char *result_buf, int minsize, int maxsize, const char *test_buf) 293 UIT_VERIFY, flags, result_buf, minsize, maxsize, test_buf); 811 return uis->_.string_data.test_buf; 165 general_allocate_string(UI *ui, const char *prompt, int prompt_freeable, enum UI_string_types type, int input_flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument 270 UI_add_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument 277 UI_dup_verify_string(UI *ui, const char *prompt, int flags, char *result_buf, int minsize, int maxsize, const char *test_buf) argument
|