/src/lib/libtelnet/ |
getent.c | 47 char *getstr(char *, char **); 67 getstr(char *id, char **cpp) function in typeref:typename:char *
|
/src/sys/arch/emips/stand/common/ |
boot.c | 203 getstr(char *cmd, int c) function in typeref:typename:void 244 getstr(cmd,c);
|
/src/libexec/rexecd/ |
rexecd.c | 73 static void getstr(char *, int, const char *); 218 getstr(user, sizeof(user), "username"); 219 getstr(pass, sizeof(pass), "password"); 220 getstr(cmdbuf, sizeof(cmdbuf), "command"); 394 getstr(char *buf, int cnt, const char *emsg) function in typeref:typename:void
|
/src/usr.bin/grep/ |
grep.h | 44 #define getstr(n) errstr[n] macro 49 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
|
/src/usr.bin/printf/ |
printf.c | 75 static char *getstr(void); 280 const char *p = conv_expand(getstr()); 297 char *cp = getstr(); 349 char *p = getstr(); 695 getstr(void) function in typeref:typename:char *
|
/src/libexec/ld.elf_so/ |
paths.c | 66 static const char *getstr(const char **, const char *, const char *); 93 getstr(const char **p, const char *ep, const char *delim) function in typeref:typename:const char * 112 * Like getstr() above, but delim[] is complemented. 143 return (getstr(p, ep, delim)); 274 if ((key = getstr(&ptr, bp, ":")) == NULL) { 280 if ((lib = getstr(&ptr, bp, ":")) == NULL) { 286 for (j = 0; (l = getstr(&lib, elib, ",")) != NULL; 302 for (; (l = getstr(&key, ekey, ",")) != NULL; i++, key++) { 388 ptr = getstr(&b, ep, "\n#"); 405 (void)getstr(&b, ep, "\n") [all...] |
/src/libexec/rshd/ |
rshd.c | 142 static void getstr(char *, int, const char *); 456 getstr(remuser, sizeof(remuser), "remuser"); 457 getstr(locuser, sizeof(locuser), "locuser"); 458 getstr(cmdbuf, sizeof(cmdbuf), "command"); 746 getstr(char *buf, int cnt, const char *err) function in typeref:typename:void
|
/src/libexec/rlogind/ |
rlogind.c | 136 static void getstr(char *, int, const char *); 621 getstr(rusername, sizeof(rusername), "remuser too long"); 622 getstr(lusername, sizeof(lusername), "locuser too long"); 623 getstr(term+ENVSIZE, sizeof(term)-ENVSIZE, "Terminal type too long"); 651 getstr(char *buf, int cnt, const char *errmsg) function in typeref:typename:void
|
/src/lib/libcurses/ |
curses.h | 459 #define getstr(s) wgetstr(stdscr, s) macro 565 int getstr(char *);
|