Home
last modified time | relevance | path

Searched defs:tostring (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/cmd/bnu/
H A Dconn.c467 mergeProto(tostring, fromstring) in mergeProto() argument
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c319 tostring(wchar_t *s) in tostring() function
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dout.h80 #define ASSERTeq(lhs, rhs, tostring) \ argument
85 #define ASSERTne(lhs, rhs, tostring) \ argument
94 #define ASSERTeq(lhs, rhs, tostring) ((void)0) argument
95 #define ASSERTne(lhs, rhs, tostring) ((void)0) argument
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/illumos-gate/usr/src/cmd/awk/
H A Dtran.c581 tostring(const char *s) /* make a copy of string s */ in tostring() function