Searched refs:attr (Results 101 - 125 of 1009) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-tic6x/
H A Dattr-pic-00.d4 #source: attr-pic-0.s
5 #source: attr-pic-0.s
H A Dattr-pic-01.d4 #source: attr-pic-0.s
5 #source: attr-pic-1.s
H A Dattr-pic-10.d4 #source: attr-pic-1.s
5 #source: attr-pic-0.s
H A Dattr-pid-00.d4 #source: attr-pid-0.s
5 #source: attr-pid-0.s
H A Dattr-pid-01.d4 #source: attr-pid-0.s
5 #source: attr-pid-1.s
H A Dattr-pid-02.d4 #source: attr-pid-0.s
5 #source: attr-pid-2.s
H A Dattr-pid-10.d4 #source: attr-pid-1.s
5 #source: attr-pid-0.s
H A Dattr-pid-12.d4 #source: attr-pid-1.s
5 #source: attr-pid-2.s
H A Dattr-pid-20.d4 #source: attr-pid-2.s
5 #source: attr-pid-0.s
H A Dattr-pid-21.d4 #source: attr-pid-2.s
5 #source: attr-pid-1.s
H A Dattr-stack-16-8.d4 #source: attr-stack-16.s
5 #source: attr-stack-8.s
H A Dattr-stack-8-16.d4 #source: attr-stack-8.s
5 #source: attr-stack-16.s
H A Dattr-stack-8-8.d4 #source: attr-stack-8.s
5 #source: attr-stack-8.s
H A Dattr-stack-8-816.d4 #source: attr-stack-8.s
5 #source: attr-stack-816.s
H A Dattr-stack-816-8.d4 #source: attr-stack-816.s
5 #source: attr-stack-8.s
H A Dattr-wchar-00.d4 #source: attr-wchar-0.s
5 #source: attr-wchar-0.s
H A Dattr-wchar-12.d4 #source: attr-wchar-1.s
5 #source: attr-wchar-2.s
H A Dattr-wchar-21.d4 #source: attr-wchar-2.s
5 #source: attr-wchar-1.s
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dlocal5.C3 template <class T> bool operator == (const Attribute &attr, const T &value);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dlocal5.C3 template <class T> bool operator == (const Attribute &attr, const T &value);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddsb_scan.h20 #include <attr.h>
H A Ddsn_print.h20 #include <attr.h>
H A Drcpt_print.h20 #include <attr.h>
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Dattributes.c41 set_menu_fore(MENU *menu, attr_t attr) argument
44 _menui_default_menu.fore = attr;
46 menu->fore = attr;
66 set_menu_back(MENU *menu, attr_t attr) argument
69 _menui_default_menu.back = attr;
71 menu->back = attr;
91 set_menu_grey(MENU *menu, attr_t attr) argument
94 _menui_default_menu.grey = attr;
96 menu->grey = attr;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/shell-backends/
H A Dpasswd-shell.c146 struct ldattr *attr; local
181 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
182 attr->lda_name = estrdup( "objectClass" );
183 attr->lda_values = (char **)ecalloc( 2, sizeof( char * ));
184 attr->lda_values[ 0 ] = estrdup( "person" );
185 entry->lde_attrs[ i++ ] = attr;
187 attr = (struct ldattr *)ecalloc( 1, sizeof( struct ldattr ));
188 attr->lda_name = estrdup( "uid" );
189 attr->lda_values = (char **)ecalloc( 2, sizeof( char * ));
190 attr
[all...]

Completed in 217 milliseconds

1234567891011>>