Lines Matching refs:string
36 #include <string.h>
165 * ntfs_guid_to_mbs - convert a GUID to a multi byte string
167 * @guid_str: [OUT] string in which to return the GUID (optional)
169 * Convert the GUID pointed to by @guid to a multi byte string of the form
174 * it is NULL a string will be allocated and this will be returned. The caller
175 * is responsible for free()ing the string in that case.
177 * On success return the converted string and on failure return NULL with errno
211 * ntfs_sid_to_mbs_size - determine maximum size for the string of a SID
212 * @sid: [IN] SID for which to determine the maximum string size
214 * Determine the maximum multi byte string size in bytes which is needed to
219 * string and on failure return -1 with errno set to the error code.
259 * ntfs_sid_to_mbs - convert a SID to a multi byte string
261 * @sid_str: [OUT] string in which to return the SID (optional)
282 * is NULL a string will be allocated and this will be returned. The caller is
283 * responsible for free()ing the string in that case.
285 * On success return the converted string and on failure return NULL with errno
297 * check @sid, too. 8 is the minimum SID string size.
303 /* Allocate string if not provided. */