Searched refs:s_opts (Results 1 – 6 of 6) sorted by relevance
/third_party/alsa-utils/axfer/ |
D | xfer-options.c | 289 char *s_opts; in xfer_options_parse_args() local 296 s_opts = malloc(strlen(data->s_opts) + strlen(short_opts) + 1); in xfer_options_parse_args() 297 if (s_opts == NULL) in xfer_options_parse_args() 299 strcpy(s_opts, data->s_opts); in xfer_options_parse_args() 300 strcpy(s_opts + strlen(s_opts), short_opts); in xfer_options_parse_args() 301 s_opts[strlen(data->s_opts) + strlen(short_opts)] = '\0'; in xfer_options_parse_args() 307 free(s_opts); in xfer_options_parse_args() 321 key = getopt_long(argc, argv, s_opts, l_opts, &l_index); in xfer_options_parse_args() 354 free(s_opts); in xfer_options_parse_args() 375 free(s_opts); in xfer_options_parse_args()
|
D | subcmd-list.c | 208 static const char *s_opts = "hlL"; in decide_operation() local 218 int c = getopt_long(argc, argv, s_opts, l_opts, NULL); in decide_operation()
|
D | xfer.h | 104 const char *s_opts; member
|
D | xfer-libffado.c | 555 .s_opts = S_OPTS,
|
D | xfer-libasound.c | 919 .s_opts = S_OPTS,
|
/third_party/ltp/testcases/lib/ |
D | tst_net.sh | 665 local s_opts= 701 [ "$setup_srchost" = 1 ] && s_opts="${s_opts}-S $hostopt " 705 s_opts="${s_opts}-D $(tst_iface rhost) " 717 s_opts="${cs_opts}${s_opts}-R $s_replies -B $TST_TMPDIR" 720 tst_res_ TINFO "run server 'netstress $s_opts'" 730 tst_rhost_run -c "netstress $s_opts" > tst_netload.log 2>&1
|