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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/nasm64/
machotest64.c 19 extern char *getstr(void);
31 b = (long)getstr();
34 printf("This string should read `hello, world': `%s'\n", getstr());
  /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);
  /external/chromium_org/third_party/skia/third_party/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) : "=?";
466 *name = getstr(G(L)->tmname[tm]);
551 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 106 luaO_chunkid(buff, getstr(ls->source), LUA_IDSIZE);
lapi.c 509 return getstr(ts);
526 return getstr(ts);
1206 return (name == NULL) ? "" : getstr(name);
ltable.c 104 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash);
lvm.c 210 const char *l = getstr(ls);
212 const char *r = getstr(rs);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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...]
curses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
ncurses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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...]
curses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]
ncurses.h 583 extern NCURSES_EXPORT(int) getstr (char *); /* generated */
1159 #define getstr macro
    [all...]

Completed in 517 milliseconds