OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:add_opts
(Results
1 - 2
of
2
) sorted by null
/external/fio/t/
btrace2fio.c
27
static char **
add_opts
;
variable
760
printf("%s\n",
add_opts
[i]);
1119
add_opts
= realloc(
add_opts
, (n_add_opts + 1) * sizeof(char *));
1120
add_opts
[n_add_opts] = strdup(optarg);
/external/toybox/toys/pending/
modprobe.c
82
static char *
add_opts
(char *opts, char *toadd)
function
271
modent->opts =
add_opts
(modent->opts, tokens[2]);
458
if (m == m2) options =
add_opts
(options, TT.cmdopts);
Completed in 366 milliseconds