HelenOS sources

CL_ENOENT         101 uspace/app/bdsh/cmds/builtin_cmds.c 		return CL_ENOENT;
CL_ENOENT         118 uspace/app/bdsh/cmds/builtin_cmds.c 		rc = CL_ENOENT;
CL_ENOENT         154 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_ENOENT, "Invalid directory `%s'", target_directory);
CL_ENOENT         128 uspace/app/bdsh/cmds/mod_cmds.c 		return CL_ENOENT;
CL_ENOENT         149 uspace/app/bdsh/cmds/mod_cmds.c 		rc = CL_ENOENT;
CL_ENOENT          63 uspace/app/bdsh/cmds/modules/alias/alias.c 	cli_error(CL_ENOENT, "%s: No alias with the name '%s' exists\n", cmdname, name);
CL_ENOENT         381 uspace/app/bdsh/cmds/modules/ls/ls.c 		cli_error(CL_ENOENT, "%s", path);
CL_ENOENT         100 uspace/app/bdsh/cmds/modules/unalias/unalias.c 			cli_error(CL_ENOENT, "%s: No alias '%s' found\n", cmdname, argv[i]);
CL_ENOENT         332 uspace/app/bdsh/input.c 		return CL_ENOENT;
HelenOS homepage, sources at GitHub