HomeSort by: relevance | last modified time | path
    Searched defs:attr_t (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sdpquery/
print.c 52 } attr_t; typedef in typeref:struct:__anonef619e070108
57 attr_t * attrs;
70 static bool print_attribute(uint16_t, sdp_data_t *, attr_t *, size_t);
141 attr_t protocol_list[] = {
169 attr_t universal_attrs[] = {
186 attr_t language_attrs[] = { /* Language Attribute Offsets */
192 attr_t sds_attrs[] = { /* Service Discovery Server */
197 attr_t bgd_attrs[] = { /* Browse Group Descriptor */
201 attr_t ct_attrs[] = { /* Cordless Telephony */
205 attr_t asrc_attrs[] = { /* Audio Source *
    [all...]
  /src/lib/libcurses/
curses.h 51 * attr_t must be the same size as wchar_t (see <wchar.h>) to avoid padding
55 typedef wchar_t attr_t; typedef in typeref:typename:wchar_t
70 attr_t attributes; /* character attributes */
543 int attr_get(attr_t *, short *, void *);
544 int attr_off(attr_t, void *);
545 int attr_on(attr_t, void *);
546 int attr_set(attr_t, short, void *);
726 attr_t no_color_attributes(void);
764 attr_t term_attrs(void);
782 int wattr_get(WINDOW *, attr_t *, short *, void *)
    [all...]

Completed in 13 milliseconds