HelenOS sources

CL_EFAIL          111 uspace/app/bdsh/cmds/builtins/cd/cd.c 		cli_error(CL_EFAIL, "Too many arguments to `%s'", cmdname);
CL_EFAIL          127 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_EFAIL, "Cannot switch to previous directory");
CL_EFAIL          131 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_EFAIL, "No previous directory to switch to");
CL_EFAIL          151 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_EFAIL, "Destination path too long");
CL_EFAIL          157 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_EFAIL, "Unable to change to `%s'", target_directory);
CL_EFAIL          164 uspace/app/bdsh/cmds/modules/alias/alias.c 				cli_error(CL_EFAIL, "%s: invalid alias name given\n", cmdname);
CL_EFAIL          351 uspace/app/bdsh/cmds/modules/ls/ls.c 				cli_error(CL_EFAIL, "Could not stat %s", dir_list[i].name);
CL_EFAIL          424 uspace/app/bdsh/cmds/modules/ls/ls.c 		cli_error(CL_EFAIL, "%s: Could not initialize", cmdname);
CL_EFAIL          468 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_EFAIL, "%s: Failed determining working "
CL_EFAIL          488 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_EFAIL, "Could not stat %s", de.name);
CL_EFAIL          101 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 			cli_error(CL_EFAIL, "%s: could not create %s (%s)",
CL_EFAIL          140 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 				cli_error(CL_EFAIL, "%s: could not create %s (%s)",
CL_EFAIL          151 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 			cli_error(CL_EFAIL, "%s: could not create %s (%s)",
CL_EFAIL           62 uspace/app/bdsh/cmds/modules/pwd/pwd.c 		cli_error(CL_EFAIL,
CL_EFAIL          136 uspace/app/bdsh/cmds/modules/rm/rm.c 		cli_error(CL_EFAIL, "rm: could not remove file %s", path);
CL_EFAIL          172 uspace/app/bdsh/cmds/modules/rm/rm.c 		cli_error(CL_EFAIL, "Could not open %s", path);
CL_EFAIL          181 uspace/app/bdsh/cmds/modules/rm/rm.c 			cli_error(CL_EFAIL, "Path too long for %s/%s", path, dp->d_name);
CL_EFAIL          258 uspace/app/bdsh/cmds/modules/rm/rm.c 		cli_error(CL_EFAIL,
CL_EFAIL          296 uspace/app/bdsh/cmds/modules/rm/rm.c 		cli_error(CL_EFAIL,
CL_EFAIL          137 uspace/app/bdsh/cmds/modules/touch/touch.c 			cli_error(CL_EFAIL, "Could not update or create `%s'", buff);
CL_EFAIL           91 uspace/app/bdsh/input.c 		cli_error(CL_EFAIL, "%s: maximal alias hubs reached\n", PACKAGE_NAME);
CL_EFAIL          205 uspace/app/bdsh/input.c 				cli_error(CL_EFAIL, "%s: cannot allocate alias structure\n", PACKAGE_NAME);
CL_EFAIL          217 uspace/app/bdsh/input.c 				cli_error(CL_EFAIL, "%s: cannot allocate input structure\n", PACKAGE_NAME);
HelenOS homepage, sources at GitHub