HomeSort by relevance Sort by last modified time
    Searched defs:wchar_t (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/parted/
table.h 31 # ifdef wchar_t
32 # undef wchar_t macro
34 # define wchar_t char macro
48 void table_add_row (Table* t, wchar_t** row);
51 wchar_t* table_render(Table* t);
strlist.h 26 # ifdef wchar_t
27 # undef wchar_t macro
29 # define wchar_t char macro
35 const wchar_t* str;
table.c 39 # ifdef wchar_t
40 # undef wchar_t macro
42 # define wchar_t char macro
51 static const wchar_t* DELIMITER = L_(" ");
52 static const wchar_t* COLSUFFIX = L_("\n");
58 wchar_t*** rows;
71 t->rows = (wchar_t***)NULL;
136 void table_add_row (Table* t, wchar_t** row)
146 t->rows = xrealloc (t->rows, (t->nrows + 1) * sizeof(wchar_t***));
158 wchar_t** row = xmalloc (str_list_length(list) * sizeof(*row))
    [all...]
strlist.c 42 #ifdef wchar_t
43 #undef wchar_t macro
46 #define wchar_t char macro
55 wchar_strlen (const wchar_t* str)
64 wchar_t*
65 wchar_strchr (const wchar_t* str, char ch)
75 wchar_strcasecmp (const wchar_t* a, const wchar_t* b)
85 wchar_strncasecmp (const wchar_t* a, const wchar_t* b, size_t n
    [all...]
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
m_wchar.h 73 typedef wchar_t wuchar_t;
76 extern wint_t m_escapewc(wchar_t **);
78 extern int m_fgetws (wchar_t *, size_t, FILE *);
79 extern FILE *m_fwopen (wchar_t *, char *);
80 extern wchar_t *m_wcsdup (const wchar_t *);
81 extern wchar_t *m_mbstowcsdup (const char *s);
82 extern char *m_wcstombsdup (const wchar_t *w);
86 extern wchar_t *m_wcsset (wchar_t *, wchar_t, size_t)
147 #undef wchar_t macro
150 #define wchar_t macro
    [all...]

Completed in 239 milliseconds