HomeSort by relevance Sort by last modified time
    Searched defs:tostring (Results 1 - 3 of 3) 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);

Completed in 259 milliseconds