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

/freebsd-11.0-release/contrib/libucl/lua/
H A Dtest.lua29 print(expect .. " == " .. tostring(got))
/freebsd-11.0-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);
1541 buf = tostring(getsval(x));
1701 files[i].fname = tostring(s);
/freebsd-11.0-release/tests/sys/opencrypto/
H A Dcryptodev.py215 s = s.tostring()
217 return s, m.tostring()
251 s = s.tostring()
253 return s, tag.tostring()

Completed in 172 milliseconds