Searched refs:getstr (Results 1 - 21 of 21) sorted by relevance

/macosx-10.9.5/remote_cmds-41.90.1/rexecd.tproj/
H A Drexecd.c88 void getstr();
179 getstr(user, sizeof(user), "username");
180 getstr(pass, sizeof(pass), "password");
181 getstr(cmdbuf, sizeof(cmdbuf), "command");
276 getstr(buf, cnt, err) function
/macosx-10.9.5/shell_cmds-175/printf/
H A Dprintf.c100 *getstr(void);
257 p = savestr(getstr());
259 p = strdup(getstr());
288 p = getstr();
442 getstr(void) function
/macosx-10.9.5/bash-92/bash-3.2/builtins/
H A Dprintf.c142 static char *getstr __P((void));
345 p = getstr ();
354 var = getstr ();
373 p = getstr ();
402 p = getstr ();
403 if (p && *p == 0) /* XXX - getstr never returns null */
859 getstr () function
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c149 void getstr(char *, int, char *);
640 getstr(rusername, sizeof(rusername), "remuser too long");
641 getstr(lusername, sizeof(lusername), "locuser too long");
642 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long");
673 getstr(char *buf, int cnt, char *errmsg) function
778 getstr(lusername, sizeof(lusername), "locuser");
780 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type");
/macosx-10.9.5/ncurses-42/ncurses/c++/
H A Dcursesw.h246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
/macosx-10.9.5/remote_cmds-41.90.1/rshd.tproj/
H A Drshd.c133 void getstr(char *, int, const char *);
490 getstr(ruser, sizeof(ruser), "ruser");
491 getstr(luser, sizeof(luser), "luser");
492 getstr(cmdbuf, maxcmdlen, "command");
887 getstr(char *buf, int cnt, const char *error) function
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dtest_getstr.c33 * Demonstrate the getstr functions from the curses library.
35 int getstr(char *str);
102 name = wins ? "wgetstr" : "getstr";
282 rc = getstr(buffer);
H A Dtest.priv.h294 #define getnstr(s,n) getstr(s)
/macosx-10.9.5/ncurses-42/ncurses/man/
H A Dman_db.renames55 curs_getstr.3x getstr.3ncurses
/macosx-10.9.5/ruby-104/ruby/ext/strscan/
H A Dstrscan.c85 int succptr, int getstr, int headonly));
444 strscan_do_scan(VALUE self, VALUE regex, int succptr, int getstr, int headonly) argument
496 if (getstr) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlifelines.vim24 syn keyword lifelinesUser getindi geindiset getfam getint getstr choosechild
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_mime_magic.c223 static char *getstr(server_rec *, char *, char *, int, int *);
1300 *p = getstr(s, *p, m->value.s, sizeof(m->value.s), &slen);
1313 static char *getstr(server_rec *serv, register char *s, register char *p, function
/macosx-10.9.5/file-46/file/src/
H A Dapprentice.c92 private const char *getstr(struct magic_set *, struct magic *, const char *,
1843 *p = getstr(ms, m, *p, action == FILE_COMPILE);
1892 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) function
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dhttp_config.h260 void *(*getstr) (void *buf, size_t bufsiz, void *param); member in struct:ap_configfile_t
263 void *param; /**< the argument passed to getch/getstr/close */
614 * @param param The argument passed to getch/getstr/close
616 * @param gets_func The getstr function
/macosx-10.9.5/ncurses-42/ncurses/include/
H A Dcurses.h.in571 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1036 #define getstr(str) wgetstr(stdscr,str)
H A Dcurses.head571 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1036 #define getstr(str) wgetstr(stdscr,str)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/
H A Dllib-lncurses466 #undef getstr
467 int getstr(
H A Dllib-lncursest469 #undef getstr
470 int getstr(
H A Dllib-lncursesw503 #undef getstr
504 int getstr(
/macosx-10.9.5/ruby-104/ruby/ext/curses/
H A Dcurses.c680 getstr(rtn);
686 * Document-method: Curses.getstr
2007 * Document-method: Curses::Window.getstr
2733 rb_define_module_function(mCurses, "getstr", curses_getstr, 0);
2860 rb_define_method(cWindow, "getstr", window_getstr, 0);
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1391 "getstr" "gettext" "getword" "hextoraw" "lenblob" "length" "log"

Completed in 387 milliseconds