Searched refs:option_t (Results 1 – 25 of 47) sorted by relevance
12
/third_party/ltp/include/old/ |
D | test.h | 109 } option_t; typedef 112 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg,
|
D | ltp_priv.h | 38 const char *parse_opts(int ac, char **av, const option_t *user_optarr, void
|
/third_party/ltp/lib/ |
D | tst_parse_opts.c | 27 void tst_parse_opts(int argc, char *argv[], const option_t *user_optarg, in tst_parse_opts()
|
D | parse_opts.c | 142 const char *parse_opts(int ac, char **av, const option_t * user_optarr, in parse_opts() 583 option_t Options[] = {
|
/third_party/ltp/testcases/kernel/device-drivers/block/block_dev_user/ |
D | block_dev.c | 42 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/pathconf/ |
D | pathconf01.c | 145 option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount05.c | 53 static option_t options[] = {
|
/third_party/lwip/src/netif/ppp/ |
D | ecp.c | 71 static option_t ecp_option_list[] = {
|
/third_party/ltp/testcases/kernel/syscalls/link/ |
D | link03.c | 63 option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap001.c | 76 option_t options[] = {
|
D | mmap10.c | 82 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/mem/vma/ |
D | vma02.c | 57 static option_t options[] = {
|
D | vma04.c | 65 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl07.c | 64 option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage04.c | 72 option_t child_options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_writev02.c | 43 static option_t options[] = {
|
D | process_vm_readv03.c | 44 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
D | rtc01.c | 44 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/firmware/fw_load_user/ |
D | fw_load.c | 66 static const option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgstress/ |
D | msgstress01.c | 70 static option_t options[] = {
|
D | msgstress03.c | 67 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/sendmsg/ |
D | sendmsg02.c | 54 static option_t options[] = {
|
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
D | migrate_pages01.c | 48 option_t options[] = {
|
/third_party/ltp/testcases/kernel/fs/proc/ |
D | proc01.c | 214 static option_t options[] = {
|
/third_party/ltp/testcases/misc/crash/ |
D | crash02.c | 123 option_t options[] = {
|
12