Home
last modified time | relevance | path

Searched defs:tostring (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlvm.h16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro
/freebsd/bin/uuidgen/
H A Duuidgen.c110 void (*tostring)(const uuid_t *, char **, uint32_t *) = uuid_to_string; in main() local
/freebsd/contrib/one-true-awk/
H A Dtran.c526 char *tostring(const char *s) /* make a copy of string s */ in tostring() function
/freebsd/contrib/lua/src/
H A Dlvm.c622 #define tostring(L,o) \ macro