OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_arg
(Results
1 - 2
of
2
) sorted by null
/external/dbus/tools/
dbus-send.c
59
append_arg
(DBusMessageIter *iter, int type, const char *value)
function
155
append_arg
(iter, type, val);
177
append_arg
(&subiter, keytype, val);
184
append_arg
(&subiter, valtype, val);
500
append_arg
(target_iter, type, c);
/external/selinux/libsemanage/src/
semanage_store.c
1192
static int
append_arg
(char ***argv, int *num_args, const char *arg)
function
1234
rc =
append_arg
(&argv, &num_args, arg0);
1321
rc =
append_arg
(&argv, &num_args, arg);
1337
rc =
append_arg
(&argv, &num_args, arg);
1342
rc =
append_arg
(&argv, &num_args, NULL);
[
all
...]
Completed in 97 milliseconds