Searched refs:rosh_error (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/com32/rosh/ |
D | rosh.c | 291 void rosh_error(const int ierrno, const char *cmdstr, const char *filestr) in rosh_error() function 444 rosh_error(errno, "cat", argv[i]); in rosh_cat() 472 rosh_error(errno, "cd", argv[1]); in rosh_cd() 474 rosh_error(errno, "cd", ipwdstr); in rosh_cd() 607 rosh_error(errno, "ls:szmd.stat", de->d_name); in rosh_ls_de_size_mode() 804 rosh_error(errno, "ls:arg_dir", filestr); in rosh_ls_arg_dir() 844 rosh_error(errno, "ls", filestr); in rosh_ls_arg() 863 rosh_error(errno, "ls", filestr); in rosh_ls_arg() 1057 rosh_error(errno, "more", argv[i]); in rosh_more() 1085 rosh_error(errno, "pwd", ""); in rosh_pwd()
|