Home
last modified time | relevance | path

Searched refs:tmp_buf (Results 1 – 4 of 4) sorted by relevance

/reactos/base/services/nfsd/
H A Dacl.c97 LPSTR tmp_buf = NULL; in map_name_2_sid() local
115 tmp_buf = (LPSTR) malloc(tmp); in map_name_2_sid()
116 if (tmp_buf == NULL) in map_name_2_sid()
118 status = LookupAccountName(NULL, name, *sid, sid_len, tmp_buf, in map_name_2_sid()
120 free(tmp_buf); in map_name_2_sid()
543 LPSTR tmp_buf = NULL, who = NULL; in map_nfs4ace_who() local
574 status = LookupAccountSid(NULL, sid, who, &size, tmp_buf, in map_nfs4ace_who()
589 tmp_buf = malloc(tmp_size); in map_nfs4ace_who()
590 if (tmp_buf == NULL) in map_nfs4ace_who()
592 status = LookupAccountSid(NULL, sid, who, &size, tmp_buf, in map_nfs4ace_who()
[all …]
/reactos/modules/rostests/winetests/ws2_32/
H A Dros_diff.patch14 ok(send(fdWrite, tmp_buf, sizeof(tmp_buf), 0) > 0, "failed to send data\n");
H A Dsock.c4024 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), 0); in test_select()
4039 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), MSG_OOB); in test_select()
4041 ok(tmp_buf[0] == 'A', "expected 'A', got 0x%02X\n", tmp_buf[0]); in test_select()
4058 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), MSG_OOB); in test_select()
4061 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), 0); in test_select()
4074 ret = recv(fdWrite, tmp_buf, sizeof(tmp_buf), 0); in test_select()
7418 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), 0); in test_WSAPoll()
7432 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), MSG_OOB); in test_WSAPoll()
7449 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), MSG_OOB); in test_WSAPoll()
7452 ret = recv(fdRead, tmp_buf, sizeof(tmp_buf), 0); in test_WSAPoll()
[all …]
/reactos/sdk/lib/crt/stdio/
H A Dfile.c3602 BOOL tmp_buf; in fputws() local
3612 tmp_buf = add_std_buffer(file); in fputws()
3615 if(tmp_buf) remove_std_buffer(file); in fputws()
3621 if(tmp_buf) remove_std_buffer(file); in fputws()