Searched refs:msgGetInput (Results 1 - 16 of 16) sorted by relevance

/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddoc.c99 where = msgGetInput("http://www.freebsd.org", "Please enter the URL of the location you wish to visit.");
H A DanonFTP.c135 tptr = msgGetInput("14", "What group ID to use for group %s ?", tconf.group);
151 tptr = msgGetInput("ftp", "What group name to use for gid %d ?", gid);
H A Ddisks.c487 val = msgGetInput(name,
495 val = msgGetInput(tmp, "Please specify the size for new FreeBSD slice in blocks\n"
512 val = msgGetInput(tmp, "Enter type of partition to create:\n\n"
560 val = msgGetInput(tmp, "New partition type:\n\n"
586 val = msgGetInput(geometry, "Please specify the new geometry in cyl/hd/sect format.\n"
H A Dvariable.c169 else if ((cp = msgGetInput(cp, "%s", prompt)) != NULL)
H A Ddmenu.c180 ans = msgGetInput(variable_get(var), tmp->title, 1);
H A DinstallUpgrade.c276 char *cp = msgGetInput("/var/tmp/etc", "Under which directory do you wish to save your current /etc?");
H A Dlabel.c406 val = msgGetInput(val, "Please specify a mount point for the partition");
516 val = msgGetInput(buffer,
535 val = msgGetInput(buffer,
1014 val = msgGetInput(osize,
H A Dmsg.c344 msgGetInput(char *buf, char *fmt, ...) function
H A Dindex.c674 if ((cp = msgGetInput(cp, "Search by package name. Please enter search string:")) != NULL) {
H A Dsysinstall.h810 extern char *msgGetInput(char *buf, char *fmt, ...) __printflike(2, 3);
/freebsd-9.3-release/usr.sbin/sade/
H A Ddisks.c456 val = msgGetInput(name,
464 val = msgGetInput(tmp, "Please specify the size for new FreeBSD slice in blocks\n"
472 val = msgGetInput(tmp, "Enter type of partition to create:\n\n"
520 val = msgGetInput(tmp, "New partition type:\n\n"
546 val = msgGetInput(geometry, "Please specify the new geometry in cyl/hd/sect format.\n"
H A Ddmenu.c138 ans = msgGetInput(variable_get(var), tmp->title, 1);
H A Dmsg.c269 msgGetInput(char *buf, const char *fmt, ...) function
H A Dvariable.c164 else if ((cp = msgGetInput(cp, "%s", prompt)) != NULL)
H A Dlabel.c405 val = msgGetInput(val, "Please specify a mount point for the partition");
515 val = msgGetInput(buffer,
534 val = msgGetInput(buffer,
1012 val = msgGetInput(osize,
H A Dsade.h437 extern char *msgGetInput(char *buf, const char *fmt, ...) __printflike(2, 3);

Completed in 83 milliseconds