projects
/
dss.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplify split_args().
[dss.git]
/
exec.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
void
dss_exec
(
pid_t
*
pid
,
const char
*
file
,
char
*
const
*
const
args
);
3
void
dss_exec_cmdline_pid
(
pid_t
*
pid
,
const char
*
cmdline
);