HomeSort by relevance Sort by last modified time
    Searched defs:tostring (Results 1 - 5 of 5) sorted by null

  /external/qemu/
dyngen-exec.h 69 #define stringify(s) tostring(s)
70 #define tostring(s) #s macro
osdep.h 16 #define stringify(s) tostring(s)
17 #define tostring(s) #s macro
  /ndk/sources/host-tools/nawk-20071023/
tran.c 221 p->nval = tostring(n);
222 p->sval = s ? tostring(s) : tostring("");
334 t = tostring(s); /* in case it's self-assign */
380 vp->sval = tostring(s);
399 char *tostring(const char *s) /* make a copy of string s */ function
405 FATAL("out of space in tostring on %s", s);
  /external/valgrind/main/VEX/test/
test-amd64.c 53 #define stringify(s) tostring(s)
54 #define tostring(s) #s macro
    [all...]
test-i386.c 43 #define stringify(s) tostring(s)
44 #define tostring(s) #s macro
    [all...]

Completed in 66 milliseconds