Searched refs:d (Results 1 – 8 of 8) sorted by relevance
| /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 340 register char *d; in memcpy() 344 while (l--) *d++ = *s++;
|
| /examples/utest/testcases/posix/dirent_h/functions/ |
| A D | open_read_close_dir_tc.c | 11 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 D | SConscript | 9 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 D | SConscript | 10 for d in list: 11 path = os.path.join(cwd, d) 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /examples/utest/testcases/ |
| A D | SConscript | 10 for d in list: 11 path = os.path.join(cwd, d) 13 objs = objs + SConscript(os.path.join(d, 'SConscript'))
|
| /examples/libc/ |
| A D | ex5.c | 88 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 D | ex2.c | 98 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 8 milliseconds