Home
last modified time | relevance | path

Searched refs:xreadline (Results 1 – 25 of 34) sorted by relevance

12

/dports/sysutils/powerman/powerman-2.3.20/test/
H A Dlom.c135 if (xreadline(LOM_LOGIN_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
141 if (xreadline(LOM_PASSWD_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
149 if (xreadline(LOM_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
H A Dilom.c192 if (xreadline(ILOM_LOGIN_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
198 if (xreadline(ILOM_PASSWD_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
206 if (xreadline(ILOM_PROMPT, buf, sizeof(buf)) == NULL) in prompt_loop()
H A Dbaytech.c236 if (xreadline((seq++ % 2) ? RPC28_NC_PROMPT : RPC28_NC_PROMPT2, in _prompt_loop_rpc28_nc()
424 if (xreadline(RPC3_DE_PROMPT, buf, sizeof(buf)) == NULL) in _prompt_loop_rpc3_de()
578 if (xreadline(RPC3_NC_PROMPT, buf, sizeof(buf)) == NULL) in _prompt_loop_rpc3_nc()
739 if (xreadline(prompt, buf, sizeof(buf)) == NULL) { in _prompt_loop_rpc3()
761 if (xreadline(RPC3_OUTLET_HELP, buf, sizeof(buf)) == NULL) in _prompt_loop_rpc3()
H A Dcyclades.c319 if (xreadline(USER_PROMPT, user, sizeof(user)) == NULL) in _prompt_loop()
321 if (xreadline(PASS_PROMPT, pass, sizeof(pass)) == NULL) in _prompt_loop()
326 if (xreadline(CMD_PROMPT, buf, sizeof(buf)) == NULL) { in _prompt_loop()
H A Dicebox.c173 if (xreadline("", buf, sizeof(buf)) == NULL) in _prompt_loop()
185 if (xreadline("", buf, sizeof(buf)) == NULL) in _prompt_loop()
H A Ddli.c255 if (xreadline("httppower> ", buf, sizeof(buf)) == NULL) in prompt_loop()
H A Dswpdu.c118 if (xreadline("", buf, sizeof(buf)) == NULL) in _prompt_loop()
H A Dipmipower.c248 if (xreadline(CMD_PROMPT, buf, sizeof(buf)) == NULL) { in _prompt_loop()
H A Dgpib.c253 if (xreadline(personality == ICS8064 ? "ics8064> " : "hp3488> ", in _prompt_loop()
H A Dvpcd.c280 if (xreadline(prompt, buf, sizeof(buf)) == NULL) in _prompt_loop()
/dports/security/ccrypt/ccrypt-1.11/src/
H A Dxalloc.h19 char *xreadline(FILE *fin, const char *myname);
H A Dreadkey.c50 line = xreadline(fin, myname); in readkey()
H A Dxalloc.c42 char *xreadline(FILE *fin, const char *myname) { in xreadline() function
H A Dmain.c469 cmd.keyword = xreadline(f, cmd.name); in main()
476 cmd.keyword2 = xreadline(f, cmd.name); in main()
H A Dtraverse.c156 line = xreadline(fin, cmd.name); in prompt()
/dports/sysutils/powerman/powerman-2.3.20/libcommon/
H A Dxread.h24 char *xreadline(char *prompt, char *buf, int buflen);
H A Dxread.c129 char *xreadline(char *prompt, char *buf, int buflen) in xreadline() function
/dports/security/gnupg/gnupg-2.3.3/common/
H A DMakefile.in211 xreadline.c membuf.c membuf.h ccparray.c ccparray.h iobuf.c \
242 libcommon_a-xreadline.$(OBJEXT) libcommon_a-membuf.$(OBJEXT) \
276 xreadline.c membuf.c membuf.h ccparray.c ccparray.h iobuf.c \
314 libcommonpth_a-xreadline.$(OBJEXT) \
506 ./$(DEPDIR)/libcommon_a-xreadline.Po \
563 ./$(DEPDIR)/libcommonpth_a-xreadline.Po \
H A DMakefile.am76 xreadline.c \
H A DChangeLog-20111054 * xreadline.c (read_line): Ditto.
1893 used at several places. Here taken and adjusted from xreadline.c
2154 * xreadline.c: New. Based on the iobuf_read_line function.
/dports/misc/nnn/nnn-4.3/src/
H A Dnnn.c4775 tmp = xreadline(NULL, "host[:dir] > ");
4858 tmp = xreadline(NULL, messages[MSG_HOSTNAME]);
4965 dir = xreadline(dir[0] ? dir : NULL, "name: ");
5338 tmp = xreadline(NULL, messages[MSG_APP_NAME]);
5358 tmp = xreadline(NULL, PROMPT);
7425 tmp = xreadline(tmp, messages[MSG_ARCHIVE_NAME]);
7429 tmp = xreadline(NULL, messages[MSG_OPEN_WITH]);
7437 tmp = xreadline(NULL, messages[MSG_NEW_PATH]);
7439 tmp = xreadline(NULL, messages[MSG_LINK_PREFIX]);
7444 tmp = xreadline(pdents[cur].name, "");
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/xlisp/
H A Dxlftab.c259 { "READ-LINE", S, xreadline }, /* 185 */
H A Dxlfio.c474 LVAL xreadline(void) in xreadline() function
H A Dxlisp.h694 LVAL xreadline(void);
/dports/security/ccrypt/ccrypt-1.11/
H A DChangeLog232 (2002/08/22) PS1 - fixed bug #598800: result of xreadline

12