HelenOS sources

CL_ENOMEM         136 uspace/app/bdsh/cmds/builtins/cd/cd.c 			cli_error(CL_ENOMEM, "Cannot switch to previous directory");
CL_ENOMEM          77 uspace/app/bdsh/cmds/modules/alias/alias.c 			cli_error(CL_ENOMEM, "%s: failing to allocate memory for value\n", cmdname);
CL_ENOMEM          87 uspace/app/bdsh/cmds/modules/alias/alias.c 			cli_error(CL_ENOMEM, "%s: failing to allocate memory for data container\n", cmdname);
CL_ENOMEM          93 uspace/app/bdsh/cmds/modules/alias/alias.c 			cli_error(CL_ENOMEM, "%s: failing to allocate memory for name\n", cmdname);
CL_ENOMEM         100 uspace/app/bdsh/cmds/modules/alias/alias.c 			cli_error(CL_ENOMEM, "%s: failing to allocate memory for value\n", cmdname);
CL_ENOMEM         212 uspace/app/bdsh/cmds/modules/ls/ls.c 		cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         218 uspace/app/bdsh/cmds/modules/ls/ls.c 		cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         230 uspace/app/bdsh/cmds/modules/ls/ls.c 				cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         239 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         263 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_ENOMEM, "%s: Out of memory", cmdname);
CL_ENOMEM         273 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         281 uspace/app/bdsh/cmds/modules/ls/ls.c 				cli_error(CL_ENOMEM, "ls: failed to scan %s", d);
CL_ENOMEM         461 uspace/app/bdsh/cmds/modules/ls/ls.c 		cli_error(CL_ENOMEM, "%s: Out of memory", cmdname);
CL_ENOMEM         480 uspace/app/bdsh/cmds/modules/ls/ls.c 			cli_error(CL_ENOMEM, "%s: Out of memory", cmdname);
CL_ENOMEM          91 uspace/app/bdsh/cmds/modules/mkdir/mkdir.c 		cli_error(CL_ENOMEM, "%s: path too big?", cmdname);
CL_ENOMEM          55 uspace/app/bdsh/cmds/modules/pwd/pwd.c 		cli_error(CL_ENOMEM, "%s:", cmdname);
CL_ENOMEM         264 uspace/app/bdsh/cmds/modules/rm/rm.c 		cli_error(CL_ENOMEM, "%s: could not initialize", cmdname);
CL_ENOMEM         113 uspace/app/bdsh/cmds/modules/touch/touch.c 			cli_error(CL_ENOMEM, "Out of memory");
CL_ENOMEM         126 uspace/app/bdsh/exec.c 		cli_error(CL_ENOMEM, "%s: failure executing find_command()", progname);
CL_ENOMEM          63 uspace/app/bdsh/util.c 		cli_error(CL_ENOMEM, "Can not allocate cwd");
CL_ENOMEM          64 uspace/app/bdsh/util.c 		cli_errno = CL_ENOMEM;
HelenOS homepage, sources at GitHub