OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blkid_strndup
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/blkid/
devno.c
36
char *
blkid_strndup
(const char *s, int length)
function
56
return
blkid_strndup
(s, 0);
blkidP.h
105
extern char *
blkid_strndup
(const char *s, const int length);
tag.c
139
if (!(val =
blkid_strndup
(value, vlength)) && value)
Completed in 104 milliseconds