HomeSort by relevance Sort by last modified time
    Searched refs:getstr (Results 1 - 25 of 34) sorted by null

1 2

  /external/strace/tests/
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/
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/
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)>.
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 160 fprintf(stderr, getstr(4), __progname);
161 fprintf(stderr, "%s", getstr(5));
162 fprintf(stderr, "%s", getstr(6));
163 fprintf(stderr, "%s", getstr(7));
449 errx(2, getstr(3), "--devices");
460 errx(2, getstr(3), "--directories");
551 printf(getstr(9), __progname, VERSION);
577 errx(2, getstr(3), "--binary-files");
597 errx(2, getstr(3), "--color");
grep.h 44 #define getstr(n) errstr[n] macro
49 #define getstr(n) catgets(catalog, 1, n, errstr[n]) macro
util.c 200 fn = label != NULL ? label : getstr(1);
270 printf(getstr(8), fn);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstring.c 38 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
143 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
luac.c 225 const char* s=getstr(ts);
274 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-")
380 const char* s=f->source ? getstr(f->source) : "=?";
414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1);
ldebug.c 103 else return getstr(s);
187 ar->source = p->source ? getstr(p->source) : "=?";
479 *name = getstr(G(L)->tmname[tm]);
564 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
ldump.c 72 DumpBlock(getstr(s),size*sizeof(char),D);
lfunc.c 156 return getstr(f->locvars[i].varname);
lobject.h 422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
lparser.c 65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
350 getstr(gt->name), gt->line, getstr(vname));
467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line);
    [all...]
llex.c 106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
  /external/syslinux/com32/lua/src/
lstring.c 38 (memcmp(getstr(a), getstr(b), len) == 0)); /* equal contents */
143 (memcmp(str, getstr(ts), l * sizeof(char)) == 0)) {
luac.c 225 const char* s=getstr(ts);
274 #define UPVALNAME(x) ((f->upvalues[x].name) ? getstr(f->upvalues[x].name) : "-")
380 const char* s=f->source ? getstr(f->source) : "=?";
414 i,getstr(f->locvars[i].varname),f->locvars[i].startpc+1,f->locvars[i].endpc+1);
ldebug.c 103 else return getstr(s);
187 ar->source = p->source ? getstr(p->source) : "=?";
479 *name = getstr(G(L)->tmname[tm]);
564 luaO_chunkid(buff, getstr(src), LUA_IDSIZE);
ldump.c 72 DumpBlock(getstr(s),size*sizeof(char),D);
lfunc.c 156 return getstr(f->locvars[i].varname);
lobject.h 422 #define getstr(ts) cast(const char *, (ts) + 1) macro
425 #define svalue(o) getstr(rawtsvalue(o))
lparser.c 65 luaX_newstring(ls, getstr(ts), ts->tsv.len);
350 getstr(gt->name), gt->line, getstr(vname));
467 msg = luaO_pushfstring(ls->L, msg, getstr(gt->name), gt->line);
1201 getstr(label), ll->arr[i].line)
    [all...]
llex.c 110 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 246 #ifdef getstr
247 inline int UNDEF(getstr)(char *_str) { return getstr(_str); } function
248 #undef getstr macro
249 #define getstr UNDEF(getstr) macro
953 int getstr(char* str, int n=-1) { function in class:NCursesWindow
959 int getstr(int y, int x, char* str, int n=-1) { function in class:NCursesWindow
961 // Move the cursor to the requested position and then perform the getstr()
    [all...]
  /external/python/cpython2/Lib/test/
test_curses.py 7 # Functions not tested: {def,reset}_{shell,prog}_mode, getch(), getstr(),
188 self.assertRaises(ValueError, stdscr.getstr, -400)
189 self.assertRaises(ValueError, stdscr.getstr, 2, 3, -400)
  /external/python/cpython3/Lib/test/
test_curses.py 7 # Functions not tested: {def,reset}_{shell,prog}_mode, getch(), getstr(),
192 self.assertRaises(ValueError, stdscr.getstr, -400)
193 self.assertRaises(ValueError, stdscr.getstr, 2, 3, -400)

Completed in 596 milliseconds

1 2