Searched defs:prompt (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Dprompt.c31 #include <usr/prompt.h>
44 int prompt ( const char *text, unsigned int wait_ms, int key ) { function
47 /* Display prompt */
53 /* Clear the prompt line */
H A Dpxemenu.c63 const char *prompt; member in struct:pxe_menu
117 /* Fetch raw prompt length */
175 (*menu)->prompt = raw_menu_prompt->prompt;
290 if ( menu->prompt )
291 printf ( "%s\n", menu->prompt );
295 /* Display prompt, if specified */
296 if ( menu->prompt )
297 printf ( "%s", menu->prompt );
/vbox/src/VBox/Devices/PC/ipxe/src/hci/
H A Dreadline.c242 * @v prompt Prompt string
249 char * readline_history ( const char *prompt, argument
258 /* Display prompt, if applicable */
259 if ( prompt )
260 printf ( "%s", prompt );
316 * @v prompt Prompt string
322 char * readline ( const char *prompt ) {
323 return readline_history ( prompt, NULL );
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c56 * @prompt: the prompt value
64 xmlShellReadline(const char *prompt) { argument
69 line_read = readline (prompt);
81 if (prompt != NULL)
82 fprintf(stdout, "%s", prompt);
H A DdebugXML.c2801 char prompt[500] = "/ > "; local
2837 snprintf(prompt, sizeof(prompt), "%s > ", "/");
2839 snprintf(prompt, sizeof(prompt), "%s > ", ctxt->node->name);
2841 snprintf(prompt, sizeof(prompt), "? > ");
2842 prompt[sizeof(prompt) - 1] = 0;
2847 cmdline = ctxt->input(prompt);
[all...]
H A Dxmllint.c773 * @prompt: the prompt value
781 xmlShellReadline(char *prompt) { argument
786 line_read = readline (prompt);
798 if (prompt != NULL)
799 fprintf(stdout, "%s", prompt);
/vbox/src/VBox/Additions/common/pam/
H A Dpam_vbox.cpp280 char *prompt = NULL; local
284 pam_get_item(hPAM, PAM_USER_PROMPT, (void**) &prompt);
288 pam_get_item(hPAM, PAM_USER_PROMPT, (const void**) &prompt);
290 pam_vbox_log(hPAM, "pam_vbox_init: rhost=%s, tty=%s, prompt=%s\n",
291 rhost ? rhost : "<none>", tty ? tty : "<none>", prompt ? prompt : "<none>");
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddhcp.h133 /** PXE boot menu prompt */
136 /** PXE boot menu prompt */
141 * boot item, without displaying the prompt". A value of 255
143 * other value means "display prompt, wait this many seconds
149 char prompt[0]; member in struct:dhcp_pxe_boot_menu_prompt

Completed in 4673 milliseconds