/external/ltp/testcases/kernel/syscalls/sysctl/ |
sysctl04.c | 93 size_t osnamelth; local 100 osnamelth = sizeof(osname); 110 TEST(sysctl(name, 0, osname, &osnamelth, 0, 0));
|
sysctl01.c | 71 size_t osnamelth; variable 89 CTL_KERN, KERN_OSTYPE}, 2, osname, &osnamelth, NULL, 0, NULL, 0}, { 92 osname, &osnamelth, NULL, 0, NULL, 0}, { 94 CTL_KERN, KERN_VERSION}, 2, osname, &osnamelth, NULL, 0, NULL, 0} 116 osnamelth = sizeof(osname);
|
sysctl03.c | 100 int osnamelth, status; local 125 osnamelth = sizeof(osname); 127 TEST(sysctl(name, ARRAY_SIZE(name), 0, 0, osname, osnamelth)); 144 osnamelth = sizeof(osname); 157 TEST(sysctl(name, ARRAY_SIZE(name), 0, 0, osname, osnamelth));
|
sysctl05.c | 73 size_t osnamelth; variable 96 2, (void *)-1, &osnamelth, NULL, 0, NULL, -1, EFAULT} 118 osnamelth = sizeof(osname);
|