HelenOS sources
nchoice_set_prompt 154 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select device");
nchoice_set_prompt 282 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select label type");
nchoice_set_prompt 390 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select file system type");
nchoice_set_prompt 744 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select partition to modify");
nchoice_set_prompt 785 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select property to modify");
nchoice_set_prompt 847 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select partition to delete");
nchoice_set_prompt 931 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select action");
nchoice_set_prompt 1133 uspace/app/fdisk/fdisk.c rc = nchoice_set_prompt(choice, "Select action");
nchoice_set_prompt 107 uspace/app/shutdown/shutdown.c rc = nchoice_set_prompt(nchoice, "Do you want to shut the system down? "
nchoice_set_prompt 69 uspace/lib/clui/include/nchoice.h extern errno_t nchoice_set_prompt(nchoice_t *, const char *);
HelenOS homepage, sources at GitHub