Home
last modified time | relevance | path

Searched refs:d (Results 1 – 8 of 8) sorted by relevance

/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
340 register char *d; in memcpy()
344 while (l--) *d++ = *s++;
/examples/utest/testcases/posix/dirent_h/functions/
A Dopen_read_close_dir_tc.c11 struct dirent *d; in dir_test_entry() local
20 while ((d = readdir(dirp)) != RT_NULL) in dir_test_entry()
22 printf("found %s\n", d->d_name); in dir_test_entry()
/examples/utest/testcases/posix/
A DSConscript9 for d in list:
10 path = os.path.join(cwd, d)
12 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/examples/utest/testcases/drivers/
A DSConscript10 for d in list:
11 path = os.path.join(cwd, d)
13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/examples/utest/testcases/
A DSConscript10 for d in list:
11 path = os.path.join(cwd, d)
13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
/examples/libc/
A Dex5.c88 int d; in consumer() local
90 d = get(&buffer); in consumer()
91 if (d == OVER) break; in consumer()
92 printf("---> %d\n", d); in consumer()
A Dex2.c98 int d; in consumer() local
100 d = get(&buffer); in consumer()
101 if (d == OVER) break; in consumer()
102 printf("---> %d\n", d); in consumer()

Completed in 29 milliseconds