Searched refs:tostring (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/one-true-awk/
H A Dtran.c221 p->nval = tostring(n);
222 p->sval = s ? tostring(s) : tostring("");
336 t = tostring(s); /* in case it's self-assign */
383 vp->sval = tostring(s);
403 char *tostring(const char *s) /* make a copy of string s */ function
409 FATAL("out of space in tostring on %s", s);
H A Dlex.c193 yylval.cp = setsymtab(buf, tostring(buf), atof(buf), CON|NUM, symtab);
430 s = tostring(buf);
531 yylval.s = tostring(buf);
H A Dlib.c67 fldtab[0]->nval = tostring("0");
82 fldtab[i]->nval = tostring(temp);
318 fldtab[i]->sval = tostring(buf);
H A Dproto.h112 extern char *tostring(const char *);
H A Db.c150 f->restr = (uschar *) tostring(s);
349 return (char *) tostring((char *) buf);
682 return unary(op2(CCL, NIL, (Node *) tostring("")));
860 rlxstr = (uschar *) tostring((char *) buf);
H A Drun.c333 y->sval = tostring(x->sval);
1539 buf = tostring(getsval(x));
1699 files[i].fname = tostring(s);

Completed in 214 milliseconds