Home
last modified time | relevance | path

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

/netbsd/src/sys/fs/hfs/
Dlibhfs.c378 char** out_unicode, in hfslib_path_to_cnid() argument
392 if (in_vol == NULL || in_cnid == 0 || out_unicode == NULL || in hfslib_path_to_cnid()
397 *out_unicode = NULL; in hfslib_path_to_cnid()
453 *out_unicode = hfslib_malloc((total_path_length+2)*2, cbargs); in hfslib_path_to_cnid()
454 if (*out_unicode == NULL) in hfslib_path_to_cnid()
458 memcpy(*out_unicode + 2, path + path_offset, total_path_length*2); in hfslib_path_to_cnid()
462 memcpy(*out_unicode, &uchar, sizeof(uchar)); in hfslib_path_to_cnid()
465 (*out_unicode)[total_path_length*2+2] = 0x00; in hfslib_path_to_cnid()
466 (*out_unicode)[total_path_length*2+3] = 0x00; in hfslib_path_to_cnid()