Home
last modified time | relevance | path

Searched defs:s (Results 1 – 14 of 14) sorted by relevance

/examples/utest/testcases/posix/pthread_h/functions/testfrmw/
A Dtestfrmw.h38 #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 Dtcp_client.py5 s=socket.socket(socket.AF_INET,socket.SOCK_STREAM) variable
A Dtcp_server.py6 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) variable
/examples/file/
A Dlistdir.c27 struct stat s; in list_dir() local
/examples/utest/testcases/posix/stdio_h/functions/
A Dfscanf_tc.c7 char s[81] = {0}; in fscanf_entry() local
A Dfseek_tc.c7 char s[81] = {0}; in fdopen_entry() local
A Drewind_tc.c7 char s[81] = {0}; in rewind_entry() local
/examples/utest/testcases/posix/unistd_h/functions/
A Dopen_read_write_fsync_close_tc.c15 char s[] = "RT-Thread Programmer!"; in open_read_write_fsync_close_entry() local
/examples/libc/
A Dex4.c51 char * str_accumulate(const char * s) in str_accumulate()
A Dfile.c22 struct stat s; in libc_fstat() local
/examples/test/
A Ddhry.h354 #define structassign(d, s) memcpy(&(d), &(s), sizeof(d)) argument
356 #define structassign(d, s) d = s argument
A Ddhry_1.c339 memcpy (d, s, l) in memcpy() argument
/examples/utest/testcases/posix/stdlib_h/functions/
A Dstrtol_tc.c22 __attribute__((unused)) char *s, *c; in strtol_entry() local
A Dqsort_tc.c32 static const char *s[] = variable

Completed in 11 milliseconds