Searched refs:opt_str (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | lib.sh | 206 local opt_str=$2 209 opt_str="($opt_str)" 214 printf "TEST: %-60s [FAIL]\n" "$test_name $opt_str" 226 printf "TEST: %-60s [ OK ]\n" "$test_name $opt_str"
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | vad.c | 51 #define opt_str "+b:N:n:r:f:m:M:h:l:H:L:T:t:s:g:p:" in create() macro 54 lsx_getopt_init(argc, argv, opt_str, NULL, lsx_getopt_flag_none, 1, &optstate); in create()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 1062 static int parse_port(char *opt_str, int *output_interface) in parse_port() argument 1064 if (!strncmp(opt_str, "DVP0", 4)) in parse_port() 1066 else if (!strncmp(opt_str, "DVP1", 4)) in parse_port() 1068 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11)) in parse_port() 1070 else if (!strncmp(opt_str, "DFP_HIGH", 8)) in parse_port() 1072 else if (!strncmp(opt_str, "DFP_LOW", 7)) in parse_port()
|