HomeSort by relevance Sort by last modified time
    Searched full:search_type (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/lib/blkid/
dev.c 108 char *search_type; member in struct:blkid_struct_dev_iterate
122 iter->search_type = 0;
129 char *search_type, char *search_value)
133 if (!iter || iter->magic != DEV_ITERATE_MAGIC || !search_type ||
136 new_type = malloc(strlen(search_type)+1);
145 strcpy(new_type, search_type);
147 if (iter->search_type)
148 free(iter->search_type);
151 iter->search_type = new_type;
170 if (iter->search_type &&
211 char *search_type = NULL; local
    [all...]
tag.c 412 char *search_type = NULL; local
435 search_type = argv[optind++];
453 if (search_type) {
454 found = blkid_dev_has_tag(dev, search_type, search_value);
456 search_type, search_value ? search_value : "NULL",
blkid.h 60 char *search_type, char *search_value);
  /external/e2fsprogs/misc/
blkid.c 129 char *search_type = NULL, *search_value = NULL; local
176 if (search_type) {
182 &search_type,
220 if (!search_type) {
229 if ((dev = blkid_find_dev_with_tag(cache, search_type,
242 blkid_dev_set_search(iter, search_type, search_value);
257 if (search_type &&
258 !blkid_dev_has_tag(dev, search_type,
267 if (search_type)
268 free(search_type);
    [all...]

Completed in 69 milliseconds