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

12

/freebsd-9.3-release/sys/boot/i386/common/
H A Dcons.h32 void getstr(char *cmdstr, size_t cmdstrsize);
H A Dcons.c123 getstr(char *cmdstr, size_t cmdstrsize) function
/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetline.h20 getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
H A Dgetline.c49 getstr (lineptr, n, stream, terminator, offset, limit) function
163 return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT);
173 return getstr (lineptr, n, stream, '\n', 0, limit);
/freebsd-9.3-release/contrib/gperf/lib/
H A Dgetline.cc38 NOTE: There is another getstr() function declared in <curses.h>. */
41 getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset) function
112 return getstr (lineptr, n, stream, '\n', 0);
118 return getstr (lineptr, n, stream, delimiter, 0);
/freebsd-9.3-release/usr.bin/grep/
H A Dgrep.c160 fprintf(stderr, getstr(4), getprogname());
161 fprintf(stderr, "%s", getstr(5));
162 fprintf(stderr, "%s", getstr(6));
163 fprintf(stderr, "%s", getstr(7));
464 errx(2, getstr(3), "--devices");
475 errx(2, getstr(3), "--directories");
580 printf(getstr(9), getprogname(), VERSION);
607 errx(2, getstr(3), "--binary-files");
627 errx(2, getstr(3), "--color");
H A Dgrep.h42 #define getstr(n) errstr[n] macro
47 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
H A Dutil.c182 fn = label != NULL ? label : getstr(1);
254 printf(getstr(8), fn);
/freebsd-9.3-release/usr.bin/printf/
H A Dprintf.c94 *getstr(void);
263 p = strdup(getstr());
287 p = getstr();
438 getstr(void) function
/freebsd-9.3-release/libexec/rlogind/
H A Drlogind.c127 void getstr(char *, int, char *);
514 getstr(rusername, sizeof(rusername), "remuser too long");
515 getstr(lusername, sizeof(lusername), "locuser too long");
516 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long");
528 getstr(char *buf, int cnt, char *errmsg) function
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c115 void getstr(char *, int, const char *);
307 getstr(ruser, sizeof(ruser), "ruser");
308 getstr(luser, sizeof(luser), "luser");
309 getstr(cmdbuf, maxcmdlen, "command");
533 getstr(char *buf, int cnt, const char *error) function
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c121 getstr(int c) function
184 getstr(c);
/freebsd-9.3-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c125 getstr(int c) function
192 getstr(c);
/freebsd-9.3-release/contrib/opie/
H A Dopielogin.c209 static void getstr __P((char *, int, char *));
452 getstr(rusername, sizeof(rusername), "remuser");
453 getstr(name, sizeof(name), "locuser");
454 getstr(term, sizeof(term), "Terminal type");
474 static VOIDRET getstr FUNCTION((buf, cnt, err), char *buf AND int cnt AND char *err) function
/freebsd-9.3-release/contrib/cvs/src/
H A Dmyndbm.c228 getstr (&line, &line_size, fp, '\012', 0, GETLINE_NO_LIMIT)) >= 0)
/freebsd-9.3-release/contrib/ncurses/man/
H A Dman_db.renames55 curs_getstr.3x getstr.3ncurses
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dboot2.c183 getstr(void) function
283 getstr();
/freebsd-9.3-release/sys/boot/pc98/boot2/
H A Dboot2.c185 getstr(void) function
422 getstr();
/freebsd-9.3-release/sys/boot/i386/gptboot/
H A Dgptboot.c220 getstr(cmd, sizeof(cmd));
/freebsd-9.3-release/contrib/file/src/
H A Dapprentice.c120 private const char *getstr(struct magic_set *, struct magic *, const char *,
2509 *p = getstr(ms, m, *p, action == FILE_COMPILE);
2568 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) function
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c586 getstr(cmd, sizeof(cmd));
/freebsd-9.3-release/contrib/ncurses/include/
H A Dcurses.h.in571 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1036 #define getstr(str) wgetstr(stdscr,str)
/freebsd-9.3-release/contrib/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(

Completed in 180 milliseconds

12