Function libuci_sys::uci_parse_argument[][src]

pub unsafe extern "C" fn uci_parse_argument(
    ctx: *mut uci_context,
    stream: *mut _IO_FILE,
    str_: *mut *mut c_char,
    result: *mut *mut c_char
) -> c_int
Expand description

uci_parse_argument: parse a shell-style argument, with an arbitrary quoting style @ctx: uci context @stream: input stream @str: pointer to the current line (use NULL for parsing the next line) @result: pointer for the result