Searched defs:getstr (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _getstr.c | 49 getstr(char *str) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | getnstr.c | 100 (getstr)(str) function 106 __m_trace("getstr(%p)", str); 111 return __m_return_code("getstr", code);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | getnstr.c | 87 #undef getstr macro 90 getstr(char *str) function
|
/osnet-11/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)) { 290 if (getstr(&p, CLSSIZ, ept->pkg_class, ISWORDSEP)) { 344 getstr(&p, sizeof (ept->ainfo.owner), ept->ainfo.owner, 346 getstr(&p, sizeof (ept->ainfo.group), ept->ainfo.group, 378 while ((c = getstr(&p, sizeof (pkgname), pkgname, ISPKGNAMESEP)) <= 0) { 421 (void) getstr(&p, sizeof (classname), classname, 460 getstr(char **cp, int n, char *str, int separator[]) function
|
H A D | gpkgmap.c | 59 static int getstr(FILE *fp, char *sep, int n, char *str); 222 if (getstr(fp, "=", PATH_MAX, mypath)) { 229 if (getstr(fp, NULL, PATH_MAX, mylocal)) { 267 if (getstr(fp, NULL, CLSSIZ, ept->pkg_class)) { 271 if (getstr(fp, "=", PATH_MAX, mypath)) { 280 if (getstr(fp, NULL, PATH_MAX, mylocal)) { 349 if ((retval = getstr(fp, NULL, ATRSIZ, 357 if ((retval = getstr(fp, NULL, ATRSIZ, 438 if ((retval = getstr(fp, NULL, ATRSIZ, tempmode)) == 1) 589 getstr(FIL function [all...] |
/osnet-11/usr/src/lib/libadm/common/ |
H A D | ckitem.c | 41 static int getstr(char *, char *, char *, char *, char *); 157 if (n = getstr(strval, defstr, error, help, prompt)) { 502 getstr(char *strval, char *defstr, char *error, char *help, char *prompt) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 424 extern int getstr(char *); 896 #define getstr(s) wgetstr(stdscr, s) macro 901 (move(y, x) ? (s, ERR) : getstr(s))
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 609 extern int getstr(char *); 944 #define getstr(s) wgetstr(stdscr,s) macro 946 #define mvgetstr(y,x,s) (move(y,x)?ERR:getstr(s))
|
Completed in 38 milliseconds