Searched defs:tostr (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c234 const char *tostr; /* key2str cvt str */ member in struct:__anon1413
797 dbop, rlen, getXbyY_to_dbop[index].tostr));
925 strtype = getXbyY_to_dbop[index].tostr;
/osnet-11/usr/src/lib/efcode/engine/
H A Dforth.c2114 uchar_t *str, *tostr; local
2119 tostr = HERE;
2120 *tostr++ = len;
2122 *tostr++ = *str++;
2123 *tostr++ = '\0';
2124 set_here(env, tostr, "compile_string");

Completed in 30 milliseconds