Home
last modified time | relevance | path

Searched defs:i_end (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/
H A Dcli.cpp7 bool getCliOption(char** i_begin, char** i_end, const std::string& i_option) in getCliOption()
13 char* getCliSetting(char** i_begin, char** i_end, const std::string& i_setting) in getCliSetting()
20 void parseConfig(char** i_begin, char** i_end, attn::Config* o_config) in parseConfig()
/openbmc/linux/fs/
H A Dbinfmt_script.c36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local