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

12

/freebsd-10.0-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-10.0-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-10.0-release/usr.bin/sort/
H A Dsort.h45 #define getstr(n) nlsstr[n] macro
50 #define getstr(n) catgets(catalog, 1, n, nlsstr[n]) macro
H A Dsort.c220 fprintf(out, getstr(12), getprogname());
401 warn("%s",getstr(4));
514 errx(2, "%s: %s", getstr(3), what);
535 errx(1, "%c:%c: %s", c, mec, getstr(1));
541 errx(1, "%c:%c: %s", c, mutually_exclusive_flags[fo_index], getstr(1));
662 warn("%s",getstr(5));
671 warn("%s",getstr(5));
694 warn("%s",getstr(6));
815 errx(2, "%s", getstr(11));
827 errx(2, "%s", getstr(1
[all...]
H A Dfile.c602 err(2, "%s", getstr(7));
943 err(2, "%s", getstr(8));
1280 err(2, "%s", getstr(9));
1296 errx(2, "%s", getstr(10));
/freebsd-10.0-release/usr.bin/grep/
H A Dgrep.c161 fprintf(stderr, getstr(4), getprogname());
162 fprintf(stderr, "%s", getstr(5));
163 fprintf(stderr, "%s", getstr(6));
164 fprintf(stderr, "%s", getstr(7));
465 errx(2, getstr(3), "--devices");
476 errx(2, getstr(3), "--directories");
581 printf(getstr(9), getprogname(), VERSION);
608 errx(2, getstr(3), "--binary-files");
628 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-10.0-release/usr.bin/printf/
H A Dprintf.c95 *getstr(void);
269 p = strdup(getstr());
293 p = getstr();
444 getstr(void) function
/freebsd-10.0-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-10.0-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-10.0-release/sys/boot/arm/at91/boot2/
H A Dboot2.c121 getstr(int c) function
184 getstr(c);
/freebsd-10.0-release/sys/boot/arm/ixp425/boot2/
H A Dboot2.c124 getstr(int c) function
191 getstr(c);
/freebsd-10.0-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-10.0-release/contrib/ncurses/man/
H A Dman_db.renames55 curs_getstr.3x getstr.3ncurses
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dboot2.c182 getstr(void) function
282 getstr();
/freebsd-10.0-release/sys/boot/pc98/boot2/
H A Dboot2.c184 getstr(void) function
421 getstr();
/freebsd-10.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c219 getstr(cmd, sizeof(cmd));
/freebsd-10.0-release/contrib/file/
H A Dapprentice.c87 private const char *getstr(struct magic_set *, struct magic *, const char *,
1901 *p = getstr(ms, m, *p, action == FILE_COMPILE);
1950 getstr(struct magic_set *ms, struct magic *m, const char *s, int warn) function
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c586 getstr(cmd, sizeof(cmd));
/freebsd-10.0-release/contrib/ncurses/include/
H A Dcurses.h.in571 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1036 #define getstr(str) wgetstr(stdscr,str)
/freebsd-10.0-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 266 milliseconds

12