| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | setlocale.c | 142 static char *getstr(char *, char **); 403 p = getstr(p, &lconvp->decimal_point); in getlocale_numeric() 406 p = getstr(p, &lconvp->thousands_sep); in getlocale_numeric() 453 p = getstr(p, &lconvp->int_curr_symbol); in getlocale_monetary() 456 p = getstr(p, &lconvp->currency_symbol); in getlocale_monetary() 459 p = getstr(p, &lconvp->mon_decimal_point); in getlocale_monetary() 462 p = getstr(p, &lconvp->mon_thousands_sep); in getlocale_monetary() 468 p = getstr(p, &lconvp->positive_sign); in getlocale_monetary() 471 p = getstr(p, &lconvp->negative_sign); in getlocale_monetary() 506 getstr(char *p, char **strp) in getstr() function [all …]
|
| H A D | strftime.c | 45 static char *getstr(/*char *p, char **strp*/); 459 p = getstr(p, &dtconvp.abbrev_month_names[i]); in getlocale_time() 464 p = getstr(p, &dtconvp.month_names[i]); in getlocale_time() 469 p = getstr(p, &dtconvp.abbrev_weekday_names[i]); in getlocale_time() 474 p = getstr(p, &dtconvp.weekday_names[i]); in getlocale_time() 478 p = getstr(p, &dtconvp.time_format); in getlocale_time() 481 p = getstr(p, &dtconvp.sdate_format); in getlocale_time() 484 p = getstr(p, &dtconvp.dtime_format); in getlocale_time() 487 p = getstr(p, &dtconvp.am_string); in getlocale_time() 490 p = getstr(p, &dtconvp.pm_string); in getlocale_time() [all …]
|
| /onnv-gate/usr/src/cmd/troff/nroff.d/ |
| H A D | n10.c | 109 extern char *skipstr(), *getstr(), *getint(); in ptinit() 137 p = skipstr(p); p = getstr(p, t.twinit = p); in ptinit() 138 p = skipstr(p); p = getstr(p, t.twrest = p); in ptinit() 139 p = skipstr(p); p = getstr(p, t.twnl = p); in ptinit() 140 p = skipstr(p); p = getstr(p, t.hlr = p); in ptinit() 141 p = skipstr(p); p = getstr(p, t.hlf = p); in ptinit() 142 p = skipstr(p); p = getstr(p, t.flr = p); in ptinit() 143 p = skipstr(p); p = getstr(p, t.bdon = p); in ptinit() 144 p = skipstr(p); p = getstr(p, t.bdoff = p); in ptinit() 145 p = skipstr(p); p = getstr(p, t.iton = p); in ptinit() [all …]
|
| /onnv-gate/usr/src/lib/libpkg/common/ |
| H A D | srchcfile.c | 48 static int getstr(char **cp, int n, char *str, int separator[]); 267 if (getstr(&p, PATH_MAX, mylocal, ISWORDSEP)) { in srchcfile() 290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) { in srchcfile() 344 getstr(&p, sizeof (ept->ainfo.owner), ept->ainfo.owner, in srchcfile() 346 getstr(&p, sizeof (ept->ainfo.group), ept->ainfo.group, in srchcfile() 378 while ((c = getstr(&p, sizeof (pkgname), pkgname, ISPKGNAMESEP)) <= 0) { in srchcfile() 421 (void) getstr(&p, sizeof (classname), classname, in srchcfile() 460 getstr(char **cp, int n, char *str, int separator[]) in getstr() function
|
| H A D | gpkgmap.c | 60 static int getstr(FILE *fp, char *sep, int n, char *str); 223 if (getstr(fp, "=", PATH_MAX, mypath)) { in gpkgmap() 230 if (getstr(fp, NULL, PATH_MAX, mylocal)) { in gpkgmap() 268 if (getstr(fp, NULL, CLSSIZ, ept->pkg_class)) { in gpkgmap() 272 if (getstr(fp, "=", PATH_MAX, mypath)) { in gpkgmap() 281 if (getstr(fp, NULL, PATH_MAX, mylocal)) { in gpkgmap() 350 if ((retval = getstr(fp, NULL, ATRSIZ, in gpkgmap() 358 if ((retval = getstr(fp, NULL, ATRSIZ, in gpkgmap() 439 if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1) in getvalmode() 590 getstr(FILE *fp, char *sep, int n, char *str) in getstr() function
|
| /onnv-gate/usr/src/cmd/eqn/ |
| H A D | lex.c | 34 void getstr(char *, int); 135 getstr(token, SSIZE); in yylex() 166 getstr(char *s, int n) in getstr() function 232 getstr(token, SSIZE); /* get name */ in define() 253 getstr(token, SSIZE); in space()
|
| H A D | size.c | 53 getstr(temp, 20); in globsize()
|
| H A D | font.c | 69 (void) getstr(temp, 20); in globfont()
|
| /onnv-gate/usr/src/cmd/bfs/ |
| H A D | bfs.c | 136 static int getstr(int prt, char buf[], char brk, char ignr, int nonl); 210 if (getstr(1, line, 0, 0, 0)) in begin() 456 if (getstr(1, currex, d, 0, 1)) in gcomd() 467 if (getstr(1, comdlist, 0, 0, 0)) in gcomd() 574 if (getstr(1, str, 0, 0, 0)) in xbcomd() 582 if (getstr(1, str, 0, 0, 0)) in xbcomd() 586 if (getstr(1, str, d, ' ', 0)) in xbcomd() 590 if (getstr(1, str, 0, 0, 0)) in xbcomd() 606 if (getstr(1, arg, 0, ' ', 0) || defaults(p, 1, 0, 0, 0, 0, 0)) in xccomd() 644 if (getstr(1, arg, 0, ' ', 0) || defaults(p, 1, 0, 0, 0, 0, 0)) in xocomd() [all …]
|
| /onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
| H A D | getnstr.c | 87 #undef getstr 90 getstr(char *str) in getstr() function
|
| /onnv-gate/usr/src/tools/lintdump/ |
| H A D | lintdump.c | 70 static void getstr(FILE *, char *, size_t); 200 getstr(fp, name, sizeof (name)); in print_pass() 279 getstr(fp, name, sizeof (name)); in print_pass() 472 getstr(fp, name, sizeof (name)); in lsu_build() 489 getstr(fp, name, sizeof (name)); in lsu_build() 520 getstr(FILE *fp, char *buf, size_t bufsize) in getstr() function
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
| H A D | in.rexecd.c | 79 static void getstr(char *buf, int cnt, char *err); 269 getstr(user, sizeof (user), "username"); in doit() 270 getstr(pass, sizeof (pass), "password"); in doit() 271 getstr(cmdbuf, sizeof (cmdbuf), "command"); in doit() 467 getstr(char *buf, int cnt, char *err) in getstr() function
|
| H A D | in.rshd.c | 94 static void getstr(int, char *, int, char *); 684 getstr(netf, remuser, sizeof (remuser), "remuser"); in doit() 685 getstr(netf, locuser, sizeof (locuser), "locuser"); in doit() 686 getstr(netf, cmdbuf, sizeof (cmdbuf), "command"); in doit() 1291 getstr(fd, buf, cnt, err) in getstr() function 1481 getstr(netf, locuser, sizeof (locuser), "locuser"); in recvauth() 1482 getstr(netf, cmdbuf, sizeof (cmdbuf), "command"); in recvauth() 1483 getstr(netf, remuser, sizeof (locuser), "remuser"); in recvauth() 1486 getstr(netf, locuser, sizeof (locuser), "locuser"); in recvauth() 1487 getstr(netf, cmdbuf, sizeof (cmdbuf), "command"); in recvauth() [all …]
|
| H A D | in.rlogind.c | 356 getstr(int f, char *buf, int cnt, char *err) in getstr() function 432 getstr(f, rusername, sizeof (rusername), "remuser"); in recvauth() 433 getstr(f, lusername, sizeof (lusername), "locuser"); in recvauth() 434 getstr(f, term, sizeof (term), "Terminal type"); in recvauth() 439 getstr(f, lusername, sizeof (lusername), "locuser"); in recvauth() 440 getstr(f, term, sizeof (term), "Terminal type"); in recvauth() 531 getstr(f, rusername, sizeof (rusername), "remuser"); in recvauth()
|
| /onnv-gate/usr/src/lib/libcurses/screen/ |
| H A D | _getstr.c | 49 getstr(char *str) in getstr() function
|
| /onnv-gate/usr/src/cmd/troff/troff.d/ |
| H A D | draw.c | 158 char temp[50], *p, *getstr(); 163 for (N = 2; (p=getstr(p,temp)) != NULL && N < sizeof(x)/sizeof(x[0]); N++) { 165 p = getstr(p, temp); 204 char *getstr(p, temp) /* copy next non-blank string from p to temp, update p */ in getstr() function
|
| /onnv-gate/usr/src/cmd/krb5/kadmin/ktutil/ |
| H A D | ktutil_funcs.c | 359 static int getstr(fp, s, n) in getstr() function 409 if (!(getstr(fp, sname, SNAME_SZ) > 0 && 410 getstr(fp, sinst, INST_SZ) > 0 && 411 getstr(fp, srealm, REALM_SZ) > 0 &&
|
| /onnv-gate/usr/src/lib/libadm/common/ |
| H A D | ckitem.c | 46 static int getstr(char *, char *, char *, char *, char *); 162 if (n = getstr(strval, defstr, error, help, prompt)) { in ckitem() 505 getstr(char *strval, char *defstr, char *error, char *help, char *prompt) function
|
| /onnv-gate/usr/src/ucblib/libcurses/ |
| H A D | Makefile.com | 46 getstr.o \
|
| /onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
| H A D | getnstr.c | 100 (getstr)(str) variable
|
| /onnv-gate/usr/src/cmd/login/ |
| H A D | login.c | 384 static void getstr(char *, int, char *); 1262 getstr(char *buf, int cnt, char *err) in getstr() function 1618 getstr(rusername, sizeof (rusername), "remuser"); in process_rlogin() 1620 getstr(lusername, sizeof (lusername), "locuser"); in process_rlogin() 1622 getstr(terminal, sizeof (terminal), "Terminal type"); in process_rlogin()
|
| /onnv-gate/usr/src/cmd/file/ |
| H A D | magicutils.c | 116 getstr(char *p, char *file) in getstr() function 491 getstr(p, magfile)) == NULL) { in f_mkmtab()
|
| /onnv-gate/usr/src/lib/libxcurses/src/ |
| H A D | mapfile-vers | 122 getstr;
|
| /onnv-gate/usr/src/lib/libxcurses2/src/ |
| H A D | mapfile-vers | 124 getstr;
|
| /onnv-gate/usr/src/ucbhead/ |
| H A D | curses.h | 111 #define getstr(str) VOID(wgetstr(stdscr, str)) macro
|