Home
last modified time | relevance | path

Searched refs:s_opts (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-utils/axfer/
H A Dxfer-options.c289 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) in xfer_options_parse_args()
[all...]
H A Dsubcmd-list.c207 static const char *s_opts = "hlL"; in decide_operation() local
217 int c = getopt_long(argc, argv, s_opts, l_opts, NULL); in decide_operation()
H A Dxfer.h104 const char *s_opts; member
H A Dxfer-libffado.c555 .s_opts = S_OPTS,
H A Dxfer-libasound.c919 .s_opts = S_OPTS,
/third_party/ltp/testcases/lib/
H A Dtst_net.sh740 local s_opts=
776 [ "$setup_srchost" = 1 ] && s_opts="${s_opts}-S $hostopt "
780 s_opts="${s_opts}-D $(tst_iface rhost) "
792 s_opts="${cs_opts}${s_opts}-R $s_replies -B $TST_TMPDIR"
795 tst_res_ TINFO "run server 'netstress $s_opts'"
805 tst_rhost_run -c "netstress $s_opts" > tst_netload.log 2>&1

Completed in 5 milliseconds