Searched refs:hex_attr (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/smb/server/
H A Dndr.c172 char hex_attr[12] = {0}; local
182 snprintf(hex_attr, 10, "0x%x", da->attr);
183 ret = ndr_write_string(n, hex_attr);
231 char hex_attr[12]; local
236 ret = ndr_read_string(n, hex_attr, sizeof(hex_attr));

Completed in 139 milliseconds