Searched defs:ExecOutput (Results 1 - 1 of 1) sorted by relevance

/systemd/src/core/
H A Dexecute.h57 typedef enum ExecOutput { enum
70 } ExecOutput; typedef in typeref:enum:ExecOutput
118 ExecOutput std_output;
119 ExecOutput std_error;
290 const char* exec_output_to_string(ExecOutput i) _const_;
291 ExecOutput exec_output_from_string(const char *s) _pure_;

Completed in 955 milliseconds