Searched refs:tostring (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/libucl/lua/
H A Dtest.lua29 print(expect .. " == " .. tostring(got))
/freebsd-11-stable/contrib/one-true-awk/
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 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 Drun.c333 y->sval = tostring(x->sval);
1541 buf = tostring(getsval(x));
1701 files[i].fname = tostring(s);
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);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c298 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
303 (void)tostring(L, top - 2); /* result is first operand */
313 for (i = 1; i < total && tostring(L, top-i-1); i++) {
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c454 #define tostring(L,o) \ macro
479 if (!(ttisstring(top-2) || cvt2str(top-2)) || !tostring(L, top-1))
482 cast_void(tostring(L, top - 2)); /* result is first operand */
491 for (n = 1; n < total && tostring(L, top - n - 1); n++) {
/freebsd-11-stable/stand/lua/
H A Dconfig.lua276 print(MSG_FAILSETENV:format(k, tostring(v)))
H A Ddrawer.lua132 alias_table[tostring(entry_num)] = e
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodev.py218 s = s.tostring()
220 return s, m.tostring()
254 s = s.tostring()
256 return s, tag.tostring()

Completed in 195 milliseconds