Searched refs:stream1 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/snmpapi/ |
H A D | util.c | 274 static BYTE stream1[] = { '1', '2', '3', '4' }; in test_SnmpUtilOctetsNCmp() local 276 static AsnOctetString octets1 = { stream1, 4, FALSE }; in test_SnmpUtilOctetsNCmp() 313 static BYTE stream1[] = { '1', '2', '3' }; in test_SnmpUtilOctetsCmp() local 315 static AsnOctetString octets1 = { stream1, 3, FALSE }; in test_SnmpUtilOctetsCmp()
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | file.c | 1717 FILE *stream1, *stream2, *stream3, *stream4; in test_fopen_fclose_fcloseall() local 1721 stream1 = fopen(fname1, "w+"); in test_fopen_fclose_fcloseall() 1722 ok(stream1 != NULL, "The file '%s' was not opened\n", fname1); in test_fopen_fclose_fcloseall()
|