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

  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 38 static unsigned char *uchar_ptr; variable in typeref:typename:unsigned char *
70 bool_ptr = (typeof(bool_ptr))uchar_ptr;
118 char_ptr = (typeof(char_ptr))uchar_ptr;
147 schar_ptr = (typeof(schar_ptr))uchar_ptr;
192 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
193 uchar_ptr = (typeof(uchar_ptr))char_ptr;
194 uchar_ptr = (typeof(uchar_ptr))schar_ptr
    [all...]
msg_247_lp64_ldbl128.c 38 static unsigned char *uchar_ptr; variable in typeref:typename:unsigned char *
70 bool_ptr = (typeof(bool_ptr))uchar_ptr;
118 char_ptr = (typeof(char_ptr))uchar_ptr;
147 schar_ptr = (typeof(schar_ptr))uchar_ptr;
192 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
193 uchar_ptr = (typeof(uchar_ptr))char_ptr;
194 uchar_ptr = (typeof(uchar_ptr))schar_ptr
    [all...]
msg_247_portable.c 41 static unsigned char *uchar_ptr; variable in typeref:typename:unsigned char *
73 bool_ptr = (typeof(bool_ptr))uchar_ptr;
121 char_ptr = (typeof(char_ptr))uchar_ptr;
150 schar_ptr = (typeof(schar_ptr))uchar_ptr;
195 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
196 uchar_ptr = (typeof(uchar_ptr))char_ptr;
197 uchar_ptr = (typeof(uchar_ptr))schar_ptr
    [all...]
msg_247_portable_int.c 46 static unsigned char *uchar_ptr; variable in typeref:typename:unsigned char *
78 bool_ptr = (typeof(bool_ptr))uchar_ptr;
126 char_ptr = (typeof(char_ptr))uchar_ptr;
155 schar_ptr = (typeof(schar_ptr))uchar_ptr;
200 uchar_ptr = (typeof(uchar_ptr))bool_ptr;
201 uchar_ptr = (typeof(uchar_ptr))char_ptr;
202 uchar_ptr = (typeof(uchar_ptr))schar_ptr
    [all...]

Completed in 54 milliseconds