Searched defs:s (Results 1 – 14 of 14) sorted by relevance
| /examples/utest/testcases/posix/pthread_h/functions/testfrmw/ |
| A D | testfrmw.h | 38 #define UNRESOLVED(x, s) \ argument 46 #define FAILED(s) \ argument 59 #define UNTESTED(s) \ argument 68 #define UNRESOLVED(x, s) \ argument 76 #define FAILED(s) \ argument 89 #define UNTESTED(s) \ argument
|
| /examples/network/ |
| A D | tcp_client.py | 5 s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) variable
|
| A D | tcp_server.py | 6 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) variable
|
| /examples/file/ |
| A D | listdir.c | 27 struct stat s; in list_dir() local
|
| /examples/utest/testcases/posix/stdio_h/functions/ |
| A D | fscanf_tc.c | 7 char s[81] = {0}; in fscanf_entry() local
|
| A D | fseek_tc.c | 7 char s[81] = {0}; in fdopen_entry() local
|
| A D | rewind_tc.c | 7 char s[81] = {0}; in rewind_entry() local
|
| /examples/utest/testcases/posix/unistd_h/functions/ |
| A D | open_read_write_fsync_close_tc.c | 15 char s[] = "RT-Thread Programmer!"; in open_read_write_fsync_close_entry() local
|
| /examples/libc/ |
| A D | ex4.c | 51 char * str_accumulate(const char * s) in str_accumulate()
|
| A D | file.c | 22 struct stat s; in libc_fstat() local
|
| /examples/test/ |
| A D | dhry.h | 354 #define structassign(d, s) memcpy(&(d), &(s), sizeof(d)) argument 356 #define structassign(d, s) d = s argument
|
| A D | dhry_1.c | 339 memcpy (d, s, l) in memcpy() argument
|
| /examples/utest/testcases/posix/stdlib_h/functions/ |
| A D | strtol_tc.c | 22 __attribute__((unused)) char *s, *c; in strtol_entry() local
|
| A D | qsort_tc.c | 32 static const char *s[] = variable
|
Completed in 11 milliseconds