Searched refs:tnames (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/
H A DMakefile46 screen/tnames.c \
108 screen/tnames.c screen/tinames.c screen/tifnames.c \
H A DMakefile.com89 tnames.o touchwin.o tparm.o tputs.o trace.o \
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_dis.c217 static const char *const tnames[] = { "D type", "string" }; local
231 if (type < sizeof (tnames) / sizeof (tnames[0])) {
233 type, tnames[type]);
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c244 char *tnames, zero = '\0'; local
246 tnames = string_table + term_names;
247 tlength = strlen(tnames) + 1;
267 || fwrite(tnames, sizeof (char), tlength, fp) != tlength
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c249 static const char *const tnames[] = { "TYPE_CTF", "TYPE_STRING" }; local
255 if (type < sizeof (tnames) / sizeof (tnames[0]))
256 mdb_printf("\t\t! %s", tnames[type]);
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c896 char **tnames; local
908 tnames = (char **)kmem_alloc(i * sizeof (char *), KM_NOSLEEP);
909 if (tnames == NULL) {
915 tnames[i] = non_ff_drivers[i];
917 tnames[i] = (char *)kmem_alloc(strlen(s) + 1, KM_NOSLEEP);
918 if (tnames[i] == NULL) {
920 kmem_free(tnames, (i + 2) * sizeof (char *));
925 (void) strcpy(tnames[i++], s);
926 tnames[i] = NULL;
929 non_ff_drivers = tnames;
[all...]

Completed in 235 milliseconds