/external/strace/tests/ |
D | strace-V.test | 11 getstr() function 34 config_year=$(getstr COPYRIGHT_YEAR) 60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION) 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
/external/strace/tests-m32/ |
D | strace-V.test | 11 getstr() function 34 config_year=$(getstr COPYRIGHT_YEAR) 60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION) 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
/external/strace/tests-mx32/ |
D | strace-V.test | 11 getstr() function 34 config_year=$(getstr COPYRIGHT_YEAR) 60 $(getstr PACKAGE_NAME) -- version $(getstr PACKAGE_VERSION) 61 Copyright (c) 1991-${config_year} The strace developers <$(getstr PACKAGE_URL)>.
|
/external/syslinux/com32/lua/src/ |
D | lstring.c | 38 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */ in luaS_eqlngstr() 143 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) { in internshrstr()
|
D | luac.c | 225 const char* s=getstr(ts); in PrintString() 274 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-") 380 const char* s=f->source ? getstr(f->source) : "=?"; in PrintHeader() 414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1); in PrintDebug()
|
D | ldebug.c | 103 else return getstr(s); in upvalname() 187 ar->source = p->source ? getstr(p->source) : "=?"; in funcinfo() 479 *name = getstr(G(L)->tmname[tm]); in getfuncname() 564 luaO_chunkid(buff, getstr(src), LUA_IDSIZE); in addinfo()
|
D | ldump.c | 72 DumpBlock(getstr(s),size*sizeof(char),D); in DumpString()
|
D | lobject.h | 422 #define getstr(ts) cast(const char *, (ts) + 1) macro 425 #define svalue(o) getstr(rawtsvalue(o))
|
D | lfunc.c | 156 return getstr(f->locvars[i].varname); in luaF_getlocalname()
|
D | lparser.c | 65 luaX_newstring(ls, getstr(ts), ts->tsv.len); in anchor_token() 350 getstr(gt->name), gt->line, getstr(vname)); in closegoto() 467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line); in undefgoto() 1201 getstr(label), ll->arr[i].line); in checkrepeated()
|
D | lapi.c | 509 return getstr(ts); in lua_pushlstring() 526 return getstr(ts); in lua_pushstring() 1206 return (name == NULL) ? "" : getstr(name); in aux_upvalue()
|
D | llex.c | 110 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE); in lexerror()
|
D | lvm.c | 233 const char *l = getstr(ls); in l_strcmp() 235 const char *r = getstr(rs); in l_strcmp()
|
D | ltable.c | 105 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash); in mainposition()
|
/external/python/cpython2/Lib/test/ |
D | test_curses.py | 188 self.assertRaises(ValueError, stdscr.getstr, -400) 189 self.assertRaises(ValueError, stdscr.getstr, 2, 3, -400)
|
/external/python/cpython3/Lib/test/ |
D | test_curses.py | 192 self.assertRaises(ValueError, stdscr.getstr, -400) 193 self.assertRaises(ValueError, stdscr.getstr, 2, 3, -400)
|
/external/syslinux/gpxe/src/include/ |
D | curses.h | 567 static inline int getstr ( char *str ) { in getstr() function
|
/external/python/cpython2/Doc/howto/ |
D | curses.rst | 399 There's also a method to retrieve an entire string, :const:`getstr()`. It isn't 407 s = stdscr.getstr(0,0, 15)
|
/external/python/cpython3/Doc/howto/ |
D | curses.rst | 484 :meth:`~curses.window.getstr`. It isn't used very often, because its 492 s = stdscr.getstr(0,0, 15)
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 879 .. method:: window.getstr([y, x])
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 916 .. method:: window.getstr([y, x])
|
/external/python/cpython3/Misc/ |
D | NEWS | 1577 - In the curses module, raise an error if window.getstr() or window.instr() is 3873 - In the curses module, raise an error if window.getstr() or window.instr() is
|
D | HISTORY | 39 - In the curses module, raise an error if window.getstr() or window.instr() is
|
/external/python/cpython2/Misc/ |
D | NEWS | 196 - In the curses module, raise an error if window.getstr() or window.instr() is
|
/external/strace/ |
D | ChangeLog | 5787 tests/strace-V.test: rename getval to getstr. 5790 * tests/strace-V (getval): Rename to getstr, update all call sites.
|